[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3525) Clean up reflection code trying to determine JDK 1.4 capabilities

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Oct 13 09:34:04 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31413#action_31413 ] 

Steve Ebersole commented on HHH-3525:
-------------------------------------

Some examples:
1) org.hibernate.cfg.Environment#jvmSupportsLinkedHashCollections
2) org.hibernate.cfg.Environment#jvmSupportsGetGeneratedKeys
3) org.hibernate.cfg.SettingsFactory#buildSettings (wrt getGeneratedKeys support determination)

Deprecate for 3.3 and 3.4; schedule for removal in 4.0

> Clean up reflection code trying to determine JDK 1.4 capabilities
> -----------------------------------------------------------------
>
>                 Key: HHH-3525
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3525
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.3.1
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.3.x, 3.4
>
>
> There are still some places where we are performing reflection calls to determine if we are running in JDK 1.4.  Since Hibernate 3.3 we require JDK 1.4 or higher so these checks are unecessary.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list