Does the current Jersey Client API already implement the JAX-RS 2.0 Client API or are these independent attempts of jersey?
I had a look in the last Early Draft Review of JAx-RS 2.0 and the Client Api attempts seem similar to jersey ones. Don’t get me wrong – I know that jersey is the reference implementation. I was just wondering if jersey implements in version 2.0 the new jax-rs 2.0 client api or if it’s already done or something else.
Jersey 1 = JAX-RS 1, Jersey 2 = JAX-RS 2.
From the Jersey 2 status page – “more than half of Jersey 1.x proprietary API’s becomes part of JAX-RS in version 2.0” (but with some changes – disclaimer is mine)