Top 4 Exciting Features Coming in Spring Boot 3.2
A deep look at some of the new features in Spring Boot 3.2
Recently, Spring Boot Team announced the release of Spring Boot 3.2, and we are excited to share some of the most exciting features coming in the release.
This release introduces numerous new features and enhancements. Check the release notes page to view the complete list.
🚨 Update: Top 5 Exciting Features Coming in Spring Boot 3.2 (part 2)
· 1- Support for Virtual Threads (Project Loom)
∘ 1- The Web MVC stack servlet containers (Tomcat and Jetty)
∘ 2- The WebFlux stack Blocking Execution
∘ 3- Technology Specific Integrations
· 2- JdbcClient and RestClient
∘ Why did we need another pair of tools for SQL database access and remote REST API calls?
∘ JdbcClient vs JdbcTemplate
∘ RestClient vs RestTemplate
· 3- Service Connection Support for ActiveMQ
∘ Service connection in integration tests
∘ Service Connection in Development time
· 4- Observability improvements
∘ Using Micrometer’s annotations
∘ Observabilities starting with a prefix can now be disabled through properties
∘ Key/values can be applied to all observations
∘ @Scheduled methods are new instrumented for Observability
∘ Observability infrastructures aren’t disabled completely during integration tests
∘ Test and…