Spring Cloud 1.0.0.RC3 Available Now
Spring Cloud 1.0.0.RC3 is available now from https://repo.spring.io/libs-milestone-local. This is (hopefully) the last milestone release before 1.0.0. There were some bug fixes since 1.0.0.RC2 and also a few small new features:
- Refactored the Feign support to look a bit more like Spring Data (so
@EnableFeignClients
instead of@FeignClientScan
). - Support for multipart/form-data in the Zuul proxy
- Support for including and excluding remote services in the automatic route registration in Zuul
- Support for declarative Ribbon retry in Zuul
- Cleaned up of a lot of dependencies. If you use the spring-cloud-starters you should get a nice consistent experience of adding and subtracting features. Gradle users need to use the dependency management plugin for the same experience.
- Added small, bite-sized sample projects…