Member-only story
Spring Boot 3.3.5: What’s New in the Latest Release

Spring Boot 3.3.5 has arrived, bringing important bug fixes, documentation improvements, and dependency upgrades. In this article, we’ll dive into the key changes and what they mean for developers.
🐛 Notable Bug Fixes
Windows Classpath Issues Resolved
One of the most significant fixes addresses a long-standing Windows-specific issue where running mvn spring-boot:run
with lengthy classpaths would leave behind temporary files. This fix (#42841) improves the development experience for Windows users working with large Spring Boot projects.
ActiveMQ Artemis and Native Image Support
Native image support gets better with the resolution of ActiveMQ Artemis Connection Factory creation issues (#42421). This fix is particularly important for developers working with GraalVM native images and message queuing.
RabbitMQ Streams Enhancement
The auto-configuration for Rabbit Streams now properly considers RabbitConnectionDetails (#42490), making the RabbitMQ…