-
Notifications
You must be signed in to change notification settings - Fork 121
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
Problem with maven central #627
Comments
@spericas Do you know why we don't simply use |
AFAIK the packaging is different depending on the JDK version: See: And: |
Looks like this was done solely to make the OSGi packager (bnd) work as it is so outdated that it cannot handle JDK 9. I don't like that solution. OSGi is not part of neither Jakarta EE nor JAX-RS. I'd rather kick OSGi out right now. But what do others think? |
Yeah, looks like this was the reason for introducing the dynamic packing type.
AFAIK the OSGi manifests are required for the Glassfish integration. But I'm not familiar with the details. I think we should keep the OSGi manifest. It doesn't do any harm and OSGi is still quite popular. Maybe bnd even supports Java 9 today? Perhaps fixing this would simply be a matter of updating the |
At least on my development machine maven-bundle-plugin had no problem to process packaging type |
@mkarg Must have been OSGi. I don't have a problem fixing it to jar. |
So, when is 2.2 being released so I can stop dealing with this problem. |
@mkarg We had to provide a pretty detailed explanation of all the changes that went into EE4J_8 for 2.1.1. I'd rather not check more changes into that branch. |
@spericas Understood. As I was not involved in that part of the release so dumb question: Did you have to manually write a report or how was this step performed? |
I'm basically +1 for including this in the |
@mkarg It was a manual process. Nothing it could not be done again, of course. |
@kwhat I think you can be happy: I just published JAX-RS 2.1.2 on Maven Central including the fix you requested. :-) |
@mkarg Great! |
@mkarg Thanks for your weekend work. |
String ${packaging.type} not resolved create problem in maven central and in sbt project.
The text was updated successfully, but these errors were encountered: