-
Notifications
You must be signed in to change notification settings - Fork 148
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
Integrate Jersey 3.1.0-M3 #23845
Integrate Jersey 3.1.0-M3 #23845
Conversation
Signed-off-by: Arjan Tijms <[email protected]>
Signed-off-by: Arjan Tijms <[email protected]>
Signed-off-by: Arjan Tijms <[email protected]>
a little bit concerned about Jersey still depends on JAXB3: |
Good catch, @jansupol any idea why that is? |
@arjantijms |
Just FYI: eclipse-ee4j/jersey#5006 |
JAX-B version update is merged. For Jackson, we need to have both JAX-B/3 and JAX-B/4 on classpath. Looks like OSGi is ok with that. |
Signed-off-by: Arjan Tijms [email protected]