Files
spring-cloud-commons/docs
Dave Syer ad08ca55f4 Change in contract for @LoadBalanced
Users now need to create their own bean and qualify it, and Spring
Cloud will customize it (instead of providing the @Bean itself).

This is much better for users, since they remain in control of the
bean declarations, and can choose which one (if any) is @Primary.
It's a breaking change for some apps (if they rely on a
@LoadBalanced RestTemplate being automatically injected).
2016-03-07 17:44:41 +00:00
..
2016-03-02 17:42:58 +00:00