ef-labs / vertx-jersey

Run jersey in vert.x
MIT License
150 stars 47 forks source link

Support JAX-RS 2.1? #66

Open potatopankakes opened 7 years ago

potatopankakes commented 7 years ago

Jersey 2.26 supports JAX-RS 2.1, https://jersey.github.io/release-notes/2.26.html

Do you know if vertx-jersey will work w/Jersey 2.26?

adrianluisgonzalez commented 7 years ago

I had a quick look at this shortly after the 2.26 release and I think it will require a bit of effort to make it work. The decoupling with hk2 sounds great, but will take a bit of time.

I want to get to it, just not sure when.

potatopankakes commented 7 years ago

Thanks for the info Adrian. I was mainly interested in whether you thought it would work w/o mods.