Top 5 Exciting Features Coming in Spring Boot 3.2 (part 2)
Project CRaC, Correlation IDs, SSL Bundle Reloading and more
Spring Boot 3.2 brings a bunch of new features and improvements, in the 🍃 first part of this article series, we learned about some of them, and in this second part, we will go into more detail about some others.
· 1- Support for Project CRaC (Coordinated Restore at Checkpoint)
∘ What is the CRaC project?
∘ How does Spring Framework support Project CRaC?
∘ How can we use the checkpoint and restore feature in Spring Boot?
∘ Checkpoint and restore Considerations
· 2- Logging Correlation IDs
· 3- SSL Bundle Reloading
· 4- Docker Image Building
· 5- Service Connection Support for OpenTelemetry Collector
∘ Dev/Test Observability using Digma
∘ Learn more about Digma:
· Final Thoughts
1- Support for Project CRaC (Coordinated Restore at Checkpoint)
While all the attention in the Java community is focused on GraalVM in order to reduce the startup time of Java programs (and, of course, reduce resource consumption),
the CRaC project has quietly reached the production stage, and the Spring team has also provided its initial support for this…