[ https://issues.apache.org/jira/browse/MNG-8536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet closed MNG-8536. -------------------------------- Fix Version/s: (was: 4.0.0-rc-3) Resolution: Won't Fix This isn't easily achievable. The immutable map we use do preserve ordering and is very memory efficient. This is is very important as the model is using a lot of duplications when the model wrapper's setters are called. And we also have the Properties which still need a wrapper. > The internal ImmutableCollections should be removed > --------------------------------------------------- > > Key: MNG-8536 > URL: https://issues.apache.org/jira/browse/MNG-8536 > Project: Maven > Issue Type: Task > Affects Versions: 4.0.0-rc-2 > Reporter: Guillaume Nodet > Assignee: Tamas Cservenak > Priority: Major > > https://github.com/apache/maven/blob/maven-4.0.0-rc-2/src/mdo/java/ImmutableCollections.java > We need to investigate simply using JDK {{List.copyOf(...)}} and > {{Map.copyOf(...)}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)