Netflix / ribbon

Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
Apache License 2.0
4.58k stars 1.24k forks source link

Upgrading to Jersey 2.x ? #289

Open nodje opened 8 years ago

nodje commented 8 years ago

Just asking if a migration to Jersey 2.x line is planned for the near future.

The fact that Ribbon and Eureka depend on Jersey 1.19 cause problem when trying to integrate them with applications that are using the Jersey 2.x line.

spencergibb commented 8 years ago

See https://github.com/Netflix/eureka/issues/600

szlachet commented 7 years ago

I would like to ask again if a migration to Jersey 2.x is planned because it is used by spring-cloud-starter-consul-discovery and as @nodje mentioned above integration with application that are using Jersey 2.x cause problems.

mattnelson commented 7 years ago

I would guess this is unlikely to be addressed based on the current status

The eureka blocker has been addressed with 1.6.0. The only ribbon change would be to create a jersey2 version of AbstractLoadBalancerAwareClient

szlachet commented 7 years ago

OK, thanks @mattnelson for answer.