Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Support for Jersey 2.0 #2

Open
budjb opened this issue Mar 31, 2016 · 2 comments
Open

Support for Jersey 2.0 #2

budjb opened this issue Mar 31, 2016 · 2 comments

Comments

@budjb
Copy link
Owner

budjb commented Mar 31, 2016

From @srmelody on June 27, 2013 22:5

Jersey 2.0 is out:
https://jersey.java.net/

It would be great for this plugin to support the 2.0 version of Jersey.

Copied from original issue: krasserm#19

@budjb
Copy link
Owner Author

budjb commented Mar 31, 2016

From @davidecavestro on September 9, 2013 10:34

I guess supporting jaxrs 2.0 api (and hence jersey 2.x) may easily imply breaking backward compatibility. Nevertheless I think it should be done in one way or another.

More specifically, at https://jersey.java.net/documentation/latest/modules-and-dependencies.html I've seen that a web application declaring jersey/jaxrs as dependencies should use the artifact jersey-container-servlet-core if the servlet container implements Servlet API older than 3.0, otherwise jersey-container-servlet. If the webapp is deployed within an application server providing jersey and jaxrs on its own, the dependency should be declared as provided.
We should find a way to provide the needed deps remaining servlet-api version independent.

@budjb
Copy link
Owner Author

budjb commented Mar 31, 2016

From @cdeszaq on December 3, 2013 16:52

+1 (though, Grails itself provides many of the same things that Jersey v2.0 provides over the v1.x line)

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

No branches or pull requests

1 participant