简体   繁体   中英

Jersey Client API already JAX-RS 2.0 aware?

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)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM