-
Notifications
You must be signed in to change notification settings - Fork 77
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
Missed change of javax.activation;resolution:=optional
to jakarta.activation;resolution:=optional
in jakarta-xmlbind/pom.xml
#231
Comments
This looks it should be made, yes. But was hoping someone could confirm this is what is needed; I don't know how to double-check and the whole JAXB-vs-Jakarta change has been quite messy. And if so, should this change be done for 2.16.1 (patch) or wait until 2.17.0. |
@sammyhk Do you observe an issue when running on OSGi container, or is this just based on it looking wrong (which it does :) )? |
I think that statement is to mark that dependency optional, actually currently generated MANIFEST.MF (in 2.14.1) is following:
It is already marked to require For me, I haven't checked on OSGI container, but believe the behavior should be above. |
javax.activation;resolution:=optional
to jakarta.activation;resolution:=optional
in jakarta-xmlbind/pom.xml
javax.activation;resolution:=optional
to jakarta.activation;resolution:=optional
in jakarta-xmlbind/pom.xml
javax.activation;resolution:=optional
to jakarta.activation;resolution:=optional
in jakarta-xmlbind/pom.xml
javax.activation;resolution:=optional
to jakarta.activation;resolution:=optional
in jakarta-xmlbind/pom.xml
…tion-osgi Fix #231: change OSGi dep of "activation" package to jakarta (from javax)
As title, maybe also need to change
javax.activation;resolution:=optional
tojakarta.activation;resolution:=optional
injackson-modules-base/jakarta-xmlbind/pom.xml
Line 40 in 2024cb7
The text was updated successfully, but these errors were encountered: