Skip to content
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

Closed
marci74 opened this issue Dec 3, 2013 · 4 comments · Fixed by #38
Closed

Support JAX-RS 2.0 in OSGi environment #37

marci74 opened this issue Dec 3, 2013 · 4 comments · Fixed by #38

Comments

@marci74
Copy link

marci74 commented Dec 3, 2013

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.

@cowtowncoder
Copy link
Member

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.

@rsprit
Copy link
Contributor

rsprit commented Apr 24, 2015

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 ?

@cowtowncoder
Copy link
Member

@rsprit Just an oversight, or bad copy/paste. I'll create a follow-up issue.

@cowtowncoder
Copy link
Member

Created #63 separate from this so it can be referenced from release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants