Flowdalic commented on PR #1760: URL: https://github.com/apache/logging-log4j2/pull/1760#issuecomment-1708250558
Thanks for your reply, much appreciated. :) > The typical reason why the Java 8 `StackLocator` runs on JRE 9+ is _shading_ That it probably what happened for me. I am using the [mill build tool for Scala](https://github.com/com-lihaoyi/mill), which is using [Jar Jar Abrams](https://github.com/eed3si9n/jarjar-abrams) for shading. Probably the shading does not support multi release jars. BTW, see also https://github.com/apache/logging-log4j2/pull/1761. Note that I like you suggestions, but I will probably not have the resources to implement them. -- 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]
