[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2944) References to commons-collections deprecated classes should be upgraded

Stephen Kestle (JIRA) noreply at atlassian.com
Sun Nov 11 18:04:29 EST 2007


References to commons-collections deprecated classes should be upgraded
-----------------------------------------------------------------------

                 Key: HHH-2944
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2944
             Project: Hibernate3
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.2.0.ga
            Reporter: Stephen Kestle


As apache commons collections is moving to Java 5 and generics, all deprecated classes and methods will be removed (from the normal distribution).  While these classes will still likely be available in a separately distributed jar, it is advisable to upgrade the usage of these.

The only one I have come across is SequencedHashMap, which has been replaced by ListOrderedMap



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