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

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


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

Steve Ebersole updated HHH-2746:
--------------------------------

    Description: 
o.h.util.IdentityMap -> java.util.IdentityHashMap
org.apache.commons.collections.SequencedHashMap -> java.util.LinkedHashMap


  was:Currently, Hibernate defines its own as o.h.util.IdentityMap.  With the move to JDK 1.4, we should remove that and start using java.util.IdentityHashMap instead

        Summary: Replace use of custom collections and commons-collections with JDK1.4 variants  (was: Migrate to use of java.util.IdentityHashMap)

> 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