ppkarwasz commented on issue #1260: URL: https://github.com/apache/logging-log4j2/issues/1260#issuecomment-1415393895
@muskaan2199, Our `release-2.x` build is meant to be run using JDK 8 (we should add an enforcer rule for that). Set `JAVA_HOME` to the path of your JDK 8 installation. On Java 9 the `ServiceLoaderUtilTest` fails in a non-essential way (one of the "broken" service entries is ignored by JDK 9, while we expect to ignore them ourselves; the result is the same). You can try #1263 for an improved version of the test, that should also work on JDK 9+. -- 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]
