users@jersey.java.net

[Jersey] Jersey early adopters tip of the day

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Tue, 8 Apr 2014 19:34:42 +0200

Hi all,

In case you are always trying to be on the edge in terms of using latest Jersey, it is always good to keep an eye on the possibly incompatible changes you can expect from the next release. How can you do that?

Simply monitor the snapshot version of the Migration guide section from Jersey User Guide:
https://jersey.java.net/documentation/snapshot/migration.html

For instance, currently there are several important changes planned for Jersey 2.8 release in areas of UriInfo implementation, Jersey test framework as well as Container SPI:
https://jersey.java.net/documentation/snapshot/migration.html#mig-2.8

From all these changes, Jersey test framework API updates may have the most significant impact on typical Jersey users (even though in this case the changes are mostly new additions rather than breaking changes).

Marek