| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-20 | 1.7 kB | |
| v0.24.0 source code.tar.gz | 2026-03-20 | 506.7 kB | |
| v0.24.0 source code.zip | 2026-03-20 | 1.3 MB | |
| Totals: 3 Items | 1.8 MB | 13 | |
:warning: Attention Required
This release upgrades the baseline from Spring Boot 3.5.x to Spring Boot 4.0.x
:star: New Features
- Use artifactId to generate application class name if name isn't set #1768
- Allow empty text for name and description in InitializrMetadataBuilder #1767
- Don't write description and name fields when they're empty #1766
- Add read and remove methods to ApplicationProperties #1765
- Use Maven 3.9.14 for generated projects #1763
- Use Gradle 9.4.0 for generated Spring Boot 4.x projects #1761
- Add support for collection properties in ApplicationProperties #1759
- Add support for Docker Compose configs block #1758
- Add JSpecify annotations #1739
- Clean up code for older Spring Boot versions #1714
:lady_beetle: Bug Fixes
- Generic types don't use their raw type for imports #1754
:hammer: Dependency Upgrades
- Upgrade to Spring Boot 4.0.4 #1771
:heart: Contributors
Thank you to all the contributors who worked on this release:
@eunseo9311 and @rodmibielli