You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
druidry uses Jersey for communication over HTTP. This causes issues if the host app includes dependencies which may have used JAX-RS 1.x. An example is a Spring Boot app running Spring Cloud and therefore libraries such as Netflix's Eureka, Feign, Ribbon. There are open issues in Spring Cloud Netflix project for this.
Would you consider removing JAX-RS and use something else instead?
The text was updated successfully, but these errors were encountered:
Hi,
druidry uses Jersey for communication over HTTP. This causes issues if the host app includes dependencies which may have used JAX-RS 1.x. An example is a Spring Boot app running Spring Cloud and therefore libraries such as Netflix's Eureka, Feign, Ribbon. There are open issues in Spring Cloud Netflix project for this.
Would you consider removing JAX-RS and use something else instead?
The text was updated successfully, but these errors were encountered: