Spring Boot 2.1.0 RC1 available now
On behalf of the team, it is my pleasure to announce that Spring Boot 2.1.0.RC1 has been released and is now available from our milestone repository.
This release closes over 100 issues and pull requests, and is our first release candidate. At this point we're not anticipating that any major API changes or new features will be added before our final 2.1 GA release.
We've refined a number of items from previous milestone, and provide a number of notable new features including:
- Auto-configuration for additional Micrometer registries: AppOptics, Humio and KairosDB
- Support for Jersey metrics (Thread pool and HTTP request)
- Integration with Hibernate's
BeanContainer
API …