- This release is compatible with Spring Boot 3.0.0-3.1.0. (Note: 3.0.x (x>1) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2022.0.0-2022.0.3. (Note: 2022.0.x (x>0) should be supported, but they aren't tested with this release.)
Spring Cloud Azure Dependencies (BOM)
Dependency Updates
- Upgrade
azure-sdk-bom
to 1.2.15. - Upgrade
azure-resourcemanager
to 2.29.0.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Bugs Fixed
- Fix the issue that
AzureMessagingListenerAutoConfiguration
not included in spring.factories #34690, #35717. - Improve default AAD configuration condition #36126.
- Exclude unsupported bean
AzureGlobalProperties
from AOT processing and registration #36001.
Spring Cloud Azure Appconfiguration Config
This section includes changes in spring-cloud-azure-starter-appconfiguration-config
, spring-cloud-azure-appconfiguration-config*
, and spring-cloud-azure-feature-management*
modules.
Bugs Fixed
- Fixes a bug where exclusions from the portal don't map correctly resulting in a
java.lang.ClassCastException
#35823
Azure Spring Data Cosmos
This section includes changes in azure-spring-data-cosmos
module.
Please refer to azure-spring-data-cosmos/CHANGELOG.md for more details.