michael-o commented on PR #1092: URL: https://github.com/apache/maven/pull/1092#issuecomment-1511398762
> Maven session contains user and system properties? Well, nope, it does not, it contains request, and those are `java.util.Properties` that may not contains "any object" and also does not offer any concurrent methods like putIfAbsent... https://maven.apache.org/ref/3.3.9/maven-core/apidocs/org/apache/maven/execution/MavenSession.html#getUserProperties() `#getProperty(String)` gives you a string. The abuse of `RSS` is in indicator of missing bits in `MavenSession`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
