rgoers opened a new pull request #480: URL: https://github.com/apache/logging-log4j2/pull/480
Moves master to Java11. 1. Removes all -java9 modules. 2. Required version upgrades to lots of stuff. 3. Log4j-api and Log4j-plugins are true JPMS modules. Not much else is yet. Getting a test-jar created that is usable by down-stream components required doing some heaving hacking since the classes in the test jars being passed to downstream modules cannot be in the same package as the component they originated from when the modulepath is being used. Any classes that belong in a test jar are now placed in a java-test directory that is compiled and packaged before the "normal" test classes are compiled. This work has not been done for log4j-core. 2. PreciseClock is not supported. When enabled SystemClock causes the zero GC tests to fail on everything due to Instants being created for the timestamp being logged. 3. tests in log4j-osgi are disabled. They fail and I have no idea why. -- 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]
