Pankraz76 commented on code in PR #2404: URL: https://github.com/apache/maven/pull/2404#discussion_r2113621527
########## src/mdo/java/WrapperProperties.java: ########## @@ -377,4 +369,131 @@ private Object writeReplace() throws java.io.ObjectStreamException { props.putAll(getter.get()); return props; } + + private class OrderedProperties extends Properties { Review Comment: might plz consider give dedicated file `OrderedProperties`, as this is quite packed already. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org