muzzle2023 opened a new issue, #4176: URL: https://github.com/apache/logging-log4j2/issues/4176
## Description log4j-core-2.26.1 wrongly declares that it is exporting version 2.25.3. This results from this incorrect MANIFEST.MF OSGi directive `Export-Package:` org.apache.logging.log4j.core;version="2.25.3"` ## Configuration **Version:** 2.26.1 **Operating system:** Windows 11 **JDK:** OpenJDK Temurin Java8u492-b09 ## Logs N/A ## Reproduction Steps to Reproduce: 1. Open log4j-core-2.26.1.jar. 2. Navigate to META-INF/MANIFEST.MF 3. Examine Export-Package Expect: Versions will all be 2.26.x Actual: Version are all 2.25.x -- 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]
