CodeDead opened a new issue, #1896: URL: https://github.com/apache/logging-log4j2/issues/1896
## Description After upgrading to log4j 2.21.0 I am having issues bundling log4j2-core with my jlink'd bundle. I think this has something to do with an incorrect dependency being set in the module-info file introduced in log4j2 2.21.0 ## Configuration **Version:** 2.21.0 **Operating system:** Windows, Linux **JDK:** 21 ## Logs Directly from jlink: ``` Error: Module org.apache.logging.log4j.core does not read a module that exports javax.annotation.processing ``` ## Reproduction Try a jlink build. Not using any plugins. -- 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]
