Skip to content

Smart REST Client for Java v3.0.0

Compare
Choose a tag to compare
@twincitiesguy twincitiesguy released this 13 Oct 22:08
· 21 commits to master since this release
5965f0c
  • The project was broken out into separate modules to allow importing only the functionality you need in a client implementation
    • This allows pulling in just the load balancer without all of the other Jersey dependencies
  • NOTE: Copyright changed in this release from MIT 3-clause to Apache 2 !!
Module Maven Coordinates Description
smart-client-core com.emc.ecs:smart-client-core:3.0.0 Basic load balancer logic without any client implementation
smart-client-jersey com.emc.ecs:smart-client-jersey:3.0.0 Implementation of a Jersey 1.x filter (smart-filter)
smart-client-ecs com.emc.ecs:smart-client-ecs:3.0.0 A Jersey 1.x-based ECS HostListProvider implementation