how to check the log4j version running in the java runtime #1924
Closed
pantdeepak
started this conversation in
General
Replies: 2 comments
-
@vy Can you please modify the CI build to fix this? Note that this should be converted to a bug since it breaks currently supported functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The discussion has been moved to #1923. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Up until version 2.20.0, I was able to use following method to check the version #.
org.apache.logging.log4j.LogManager.class.getPackage().getImplementationVersion()
Starting version 2.21.1 the above method returns null as I could not find "Implementation-Version" entry in the MANIFEST.MF file.
Beta Was this translation helpful? Give feedback.
All reactions