rzo1 opened a new pull request #607: TOMEE-2736 - Override cached system properties in RemoteServer for Maven TomEE Plugin URL: https://github.com/apache/tomee/pull/607 ## What does this PR do? This PR provides a fix for https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2736 by using the property override mechanism of RemoteServer. It fixes a regression introduced with https://github.com/apache/tomee/commit/6d5e5a39006492fcd6d1ee5b80cbe460168dba86 , in which SystemProperties are cached within a static context in `RemoteServer`. This is a problem in environments, where a shared JVM is used for the TomEE container, e.g. for integration testing in build tools such as Maven, where the (Maven) JVM is used and shared across different module builds. However, this is not a problem for production / standalone TomEE.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
