Prefer LinkedHashMap over HashMap in ArtifactUtils
--------------------------------------------------

                 Key: MNG-3805
                 URL: http://jira.codehaus.org/browse/MNG-3805
             Project: Maven 2
          Issue Type: Improvement
          Components: Artifacts and Repositories, Dependencies
    Affects Versions: 2.1.0-M1, 2.0.9
            Reporter: Benjamin Bentmann
            Priority: Trivial
         Attachments: deterministic-map-ordering.patch

Sometimes order is important, Maven is learning that the hard way (MNG-1412, 
MNG-3118, SUREFIRE-61, ...). Methods that don't know for sure that ordering is 
irrelevant should follow "better safe than sorry" and keep the ordering of 
input collections.

This is basically a clone of MARTIFACT-9, this time aimed at the 2.0.x and 
2.1.x branches.

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

        

Reply via email to