Spring Cloud 1.0.0.M3 Available Now
Spring Cloud 1.0.0.M3 is available now in the repo.spring.io repository. The following projects all had a 1.0.0.M3 release:
-
Spring Cloud Config: centralized key-value (or YAML) configuration management. Now supports the config server being fully embedded in another application.
-
Spring Cloud Netflix. Also has better support for embeddability of the server components. Now also properly records load balancer statistics in Ribbon-enabled Spring
RestTemplate
. -
Spring Cloud for Amazon Web Services. Has new Spring Boot integration points, externalizing configuration for AWS metadata.
-
Spring Cloud Security: super simple OAuth2 in a declarative style.
-
Spring Cloud Bus: broadcasts framework-level events to Spring Cloud components. Big news here is that we now have a RabbitMQ-based aggregator for Hystrix metrics (based on Turbine 2), so you don't have to rely on having direct HTTP access to all service instances.
…