Spring Boot 2.0.0 RC1 available now
On behalf of the team, it is my great pleasure to announce that Spring Boot 2.0.0.RC1 has been released and is now available from our milestone repository.
This release closes a massive 313 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.0 GA release.
We've refined a number of items from previous milestone, and provide a number of notable new features including:
- A module to help with legacy property migration
- HTTP/2 support for Jetty (to go along with the Tomcat and Undertow that was added in M7)
- Greatly enhanced GSON support (thanks to an external contribution)
- Improved actuator JSON structures
- Helpful security matchers for both Servlet and Reactive deployements …