Moritz Halbritter
-
Spring Boot 4.1.0-RC1 available now
Notable new features include:
- Support for OpenTelemetry SDK environment variables
- HTTP Client SSRF Mitigation with InetAddressFilter
- Support for LazyConnectionDataSourceProxyhttps://spring.io/blog/2026/04/23/spring-boot-4-1-0-RC1-available-now
-
Spring Boot 4.0.6 available now
https://spring.io/blog/2026/04/23/spring-boot-4-0-6-available-now
With 8 CVE fixes in it, upgrade now!
-
Spring Boot 3.5.14 available now
With 6 CVE fixes in it. Upgrade now!
https://spring.io/blog/2026/04/23/spring-boot-3-5-14-available-now
-
And now the
@devoxx interview is online where I talk about Java performance, Project Leyden, GraalVM's native image and Project CRaC. Thanks a lot for having me,
@frankdelporte ! -
Nice, the Spring I/O 2025 keynote is already on YouTube!
-
And I'll give another talk at Spring I/O this year: It's abouthow you can improve the performance of your Spring Boot application by leveraging modern JVM features like CDS, AOT cache and of course Project Leyden.
https://2025.springio.net/sessions/step-up-the-performance-game-with-spring-boot-and-project-leyden/
-
Fabian and I will give a workshop on this year's Spring I/O about demystifying Spring Boot's auto-configuration magic. I hope to see you there!
https://2025.springio.net/sessions/demystifying-spring-boots-auto-configuration-magic-workshop/
-
SpringOne is less than two weeks away! We are excited to provide the latests updates on all things happening in the portfolio!
The virtual format is back and totally free, so be sure to register at https://springone.io ! #spring #springboot #springone #tanzu
-
Today I learned that you can set the default max heap size of a native-image on build time with the '-R:MaxHeapSize=100M' parameter. #graalvm #nativeimage