-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support JAX-RS 2.0 in OSGi environment #37
Comments
I think it is just a conservative setting. If 2.0 does indeed work, this should be changed -- so feel free to submit a pull request to fix this? I don't use OSGi myself so I tend to rely on contributions for improvements; but I definitely hope to make Jackson as OSGi friendly and compliant as possible. |
Is there any reason why the smile and cbor providers have not been updated in the same way to support the jax-rs 2.0 api in OSGI ? |
@rsprit Just an oversight, or bad copy/paste. I'll create a follow-up issue. |
Created #63 separate from this so it can be referenced from release notes. |
Hi,
tested with version 2.3.0 of Jackson-JAXRS-JSON:
The Import-Package statements in the manifest expect javax.ws.rs.* with version [1.1.1,1.2) to be available. So version >= 2.0 does not work. Is it not supported? If I manually change the dependency it does work without any problems with Jersey 2 in my application.
The text was updated successfully, but these errors were encountered: