Smart REST Client for Java v2.0.3
Provides a JAX-RS (JSR-311) client with client-side load balancing based on Jersey.
- Added destroy() methods to clean up polling threads and client connection pools
- Updated load balancer to pick the best unhealthy host in case all of the hosts are unhealthy (perhaps there was a network hiccup)
- Added flag to disable the apache retry handler
- Lowered httpclient version to 4.2.6 to get rid of deprecation warnings (we are forced to use compatible classes with jersey-apache-client4)