-
Notifications
You must be signed in to change notification settings - Fork 704
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
javassist.jar (3.29.1-GA) found in nexus repository doesn't define Automatic-Module-Name #426
Comments
So shall we rename |
Sorry, I think I was not clear in the ticket description. Let me explain my understanding of the situation, first: EDIT If you could share how the release process of javassist goes, perhaps, I can suggest some solution. |
Another finding: I fixed my library https://github.com/dakusui/osynth/pull/18/files (It became possible to access my module with the module name However, I can't be sure the same fix works for the javassist library because the situation is different and annoying. (I can't explain why the binary we see in the github side has |
FYI: I sent you a friend request over facebook to exchange information rather than making this ticket's comment history too long. Please accept it if you don't mind and it would help. |
I've accepted your request but let me apologize in advance because I'm not an active facebook user... |
…F and bump up the version to 3.29.2-GA
Thank you very much for accepting my friend request. Also, I have opened a pull request that makes the project generate a |
I found that the javassist.jar (3.29.1-GA) doesn't define Automatic-Module-Name in the
META-INF/MANIFEST.MF
file.https://oss.sonatype.org/service/local/repositories/releases/archive/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar/!/META-INF/MANIFEST.MF
This makes my project that depends on the
javassist
result in the following compilation time warning:It is actually, defined in the source tree and in the
javaassist.jar
found in the release history.I'm now thinking that some step in the release process, somehow the entry is removed mistakenly.
(Since this is the first time for me to work seriously with Java's module system under Maven, I might be misunderstanding something, though)
The text was updated successfully, but these errors were encountered: