vy commented on issue #2774: URL: https://github.com/apache/logging-log4j2/issues/2774#issuecomment-2254418643
@autumoswitzerland, I have verified that `log4j-core` still requires the `java.management` module even when JMX is disabled. I have fixed this issue in #2775, which will be released with the next Log4j version, that is, `2.24.0`. Note that JMX is disabled by default in `2.24.0` :wink:, hence you won't need to explicitly disable it anymore. As a temporary workaround, you need to add `java.management` module to your runtime. -- 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]
