[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2746) Replace use of custom collections and commons-collections with JDK1.4 variants

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Jul 26 22:01:52 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_27637 ] 

Steve Ebersole commented on HHH-2746:
-------------------------------------

Also, remove reflection based handling of LinkedHashSet and LinkedHashMap

> Replace use of custom collections and commons-collections with JDK1.4 variants
> ------------------------------------------------------------------------------
>
>                 Key: HHH-2746
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2746
>             Project: Hibernate3
>          Issue Type: Sub-task
>          Components: core
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.3
>
>
> o.h.util.IdentityMap -> java.util.IdentityHashMap
> org.apache.commons.collections.SequencedHashMap -> java.util.LinkedHashMap

-- 
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