-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MANIFEST.MF missing ImplementationVersion #889
Comments
From a quick search, ASM had this mistake and said it was also available in |
Nice well on another Open Source lib I work on this is what we have in there except I removed
|
Thanks. It looks like we could add From this article, there is also packaging sealing. We don't use split packages so it might be safe to enable, if there was a good reason to. For PrimeFaces, you might consider disabling |
Ahhh thanks for the tip! I will look at the Felix bundle settings! |
Released in 3.1.6 |
Thank you! |
Looking at your Manifest its missing Implementation version.
This means in Java code I cannot detect the Caffeine version using
Caffeine.class.getPackage().getImplementationVersion()
which is standard practice. Unless I can get the version some other way?The text was updated successfully, but these errors were encountered: