Protect against JDK 7 API usage

Description

org.hibernate.mapping.Collection#getColumnIterator method returns Collections.emptyIterator(), and this is a new method introduced in JDK 7.

this breaks hibernate core 4.3's JDK 6 compatibility

Activity

Show:

Strong LiuMay 3, 2013 at 10:40 AM

and here org.hibernate.internal.util.collections.JoinedIterator#updateCurrentIterator

Fixed

Details

Assignee

Reporter

Time tracking

0.22h logged

Components

Fix versions

Affects versions

Priority

Created May 3, 2013 at 7:00 AM
Updated May 29, 2013 at 5:34 PM
Resolved May 6, 2013 at 9:19 PM