Spring Cloud Finchley.M5 Released
On behalf of the team and community, I am pleased to announce that the Milestone 5 (M5) of the Spring Cloud Finchley Release Train is available today. The release can be found in Spring Milestone repository. You can check out the Finchley release notes for more information.
Notable Changes in the Finchley Release Train
This update contains changes for compatibility with Spring Boot 2.0.0.M7.
Spring Cloud Sleuth
The spans created via the @Async
are now always continuing a parent span instead of creating a new one.
Spring Cloud Gateway
The Java fluent API has been updated to provided a better developer experience. All predicates and filters are now discoverable via your IDE's code completion, rather than via static imports. A RouteLocatorBuilder
…