users@jersey.java.net

[Jersey] Re: Jersey 2.7 giving up on jdk 1.6?

From: Vetle Leinonen-Roeim <vetle_at_roeim.net>
Date: Mon, 17 Mar 2014 14:47:59 +0100

Seems like Java SE 7 is required now, just saw this pop up on the
jersey-commits mailing list:
https://java.net/projects/jersey/lists/commits/archive/2014-03/message/109

On 15.03.14 01:15, Trolly Rogers wrote:
> Folks - Jersey documentation regarding java SE compatibility says "All
> Jersey components are compiled with Java SE 6 target.", but that's not
> the case with this latest 2.7 release. A number of components have
> manifest files that say Build-Jdk: 1.7.0_51, and of course it bombs out
> on my 1.6 containers.
>
> Are going to get a jdk 1.6 build? (pretty please)
>
>
> Also, after swapping out jackson for moxy for my json stuff, my server
> startups got MUCH slower, anyone experience this?