-
Notifications
You must be signed in to change notification settings - Fork 701
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
Bad OSGi metadata in https://repo1.maven.org/maven2/org/javassist/javassist/3.30.0-GA #471
Comments
Any idea to fix this? Is pom.xml broken? |
I couldn't figure how how the MANIFEST.MF is being generated and hence I could not determine the source of the wrong information... Is it generated from here? Lines 220 to 244 in f74619e
Or is it generated using this? https://github.com/jboss-javassist/javassist/blob/master/build.xml Both those files still have |
Maybe the problem is using an old version of this https://repo1.maven.org/maven2/org/apache/felix/maven-bundle-plugin/3.0.0/ when this is the latest version: https://repo1.maven.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.9/ Maybe you are compiling for Java 11 or 17 and that old plugin don't recognize that? |
The pom.xml says the project is at Java 11 Lines 154 to 155 in f74619e
so it does not seem correct to say it is java 8. |
My apology. The last commit has not been pushed. |
Thanks, @merks You're right. |
Thank you for publishing the new version immediately: https://repo1.maven.org/maven2/org/javassist/javassist/3.30.1-GA/ |
Of course this can be closed now. Happy Holidays. 🎆 |
This just-released version
https://repo1.maven.org/maven2/org/javassist/javassist/3.30.0-GA
has this erroneous requirement in the MANIFEST.MF:
The previous released version
https://repo1.maven.org/maven2/org/javassist/javassist/3.29.2-GA/
has this valid requirement in the MANIFEST.MF:
I don't think the 3.30.0-GA version can be used in any OSGi application.
The text was updated successfully, but these errors were encountered: