We have just released the 2.27 version of Jersey, the reference implementation of JAX-RS 2.1.
To download Jersey 2.27, please check out our download page.
You can also check out the refreshed Jersey 2.27 documentation:
- API: https://jersey.github.io/apidocs/latest/jersey/index.html
- User Guide: https://jersey.github.io/documentation/2.27/
Let us know how you like it!
Where can I find release notes?
https://jersey.github.io/release-notes/2.27.html
try to upgrade from 2.25.1… curious about the state of jersey-guava.. Is this jar no longer used? i don’t see a 2.27 version of it.
Jersey-guava was last released in 2.26-b03, it is no longer distributed separately. Some of the classes were repackaged to org.glassfish.jersey.internal.guava, and are part of jersey-common.
While updating to Jersey 2.27 I’ve also decided updating from Java EE 7/CDI 1.x/Weld 2.x to Java EE 8/CDI 2.0/Weld 3.0, but I can’t figure out what are the dependencies I need to include in my project (Jersey documentation – https://jersey.github.io/documentation/latest/cdi.support.html – doesn’t seem to cover this case).
Could you please provide any help / links / references?
Thanks anyway, guys.
Jersey dependencies should be the same for CDI1/Weld2 as for CDI2/Weld3. If you find a case where CDI stops working, feel free to let us know on Jersey issue tracker.
Hi I find a bug with jersey 2.27,
When request content-type is multipart/form-data, And the string after the “boundary” with ‘/’, ‘:’, ‘”‘ will response code 400.
However, there is no restriction on the string following the boundary in the http specification.
Could you please provide any help?
Thanks anyway, guys.
Hi,
If you find a bug, please feel free to file it in the issue tracker. A simple reproducer will help.
Thanks
Can someone do a definitive guide for how to wean yourself off of using AbstractValueFactoryProvider and AbstractValueFactoryProvider use start using Jersey’s DI facilities directly? There is a dearth of material on how to make those changes, and people were encouraged to use those internal APIs for a long time.
Thanks for bringing this up. I have filed a bug on your behalf for this issue: https://github.com/eclipse-ee4j/jersey/issues/3907
Good afternoon,
Is there any estimated date to fix Jersey-CDI2/Weld 3/Hibernate Validator integration issues? I’ve tried to use this approach it doesn’t work.
Thank you for the great job so far.
Good afternoon 🙂 We have filed an issue for grabbing latest BV. But I would really like to encourage you to describe the issue on the Jersey issue tracker.