Spring Boot 2.0.0 M7 available now
On behalf of the team, it is my pleasure to announce that Spring Boot 2.0.0.M7 has been released and is now available from our milestone repository. This release closes 165 issues and pull requests and continues our progress towards 2.0 GA. Thanks to everyone that has contributed!
This release refines a number of items from previous milestones, and provides a number of notable new features:
- Condition evaluation report deltas on Devtools triggered restart
- A new scheduled tasks actuator endpoint
- Support for Duration types in configuration properties (e.g.
5ms
,1s
,10m
) - Reactive Couchbase support …