v0.21.0
🛳️ Upgrade
You can upgrade to this new version using the Arconia CLI:
brew install arconia-io/tap/arconia-cli
arconia update framework --to-version 0.21Depending on how your project is configured, you might need to update the version number of the Arconia Maven BOM manually after running the recipe (e.g. 0.20.0 -> 0.21.0).
For more information, check out Upgrading Arconia.
⭐ Highlights
See What's New.
🚨 Breaking Changes
Arconia is now based on Spring Boot 4.0. If your application uses Spring Boot 3.5, the last supported version of Arconia is 0.20.
The automated upgrade procedure for Arconia 0.21 also includes an automated upgrade to Spring Boot 4.0.
Changelog
🚀 Features
- 29bf609 Migrate to Spring Boot 4.0 baseline
🐛 Fixes
dev
- 42ec0d5 Workaround for Spring AI dependency bug
🔄️ Changes
otel
- 3c40b84 Make tracing and logging support Actuator-independent
- c8902cd Improve OpenTelemetry connection details
🧰 Tasks
- 50d8be0 Refine dependencies after Spring Boot 4 upgrade
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
- Thomas Vitale (@ThomasVitale)