- This release is compatible with Spring Boot 3.0.0-3.0.5. (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.2. (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.12. - Upgrade
azure-resourcemanager
to 2.25.0.
Features Added
- Added the following artifacts into current bom file:
- spring-cloud-azure-starter-appconfiguration-config
- spring-cloud-azure-appconfiguration-config
- spring-cloud-azure-appconfiguration-config-web
- spring-cloud-azure-feature-management
- spring-cloud-azure-feature-management-web
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Features Added
- Make the domain-name option optional when configuring Event Hubs/Service Bus in non-public Azure cloud #32034.
Bugs Fixed
- Fixed
GraphClient
exceptions handling when switchingHttpURLConnection
toRestTemplate
. #32779
Breaking Changes
- Deprecated properties for AAD and AAD B2C. #33751.
- Deprecated properties
spring.cloud.azure.active-directory.jwt-connect-timeout
,spring.cloud.azure.active-directory.jwt-read-timeout
,spring.cloud.azure.active-directory.jwt-size-limit
, if you want to configure them, please provide a RestOperations bean. - Deprecated properties
spring.cloud.azure.active-directory.b2c.jwt-connect-timeout
,spring.cloud.azure.active-directory.b2c.jwt-read-timeout
,spring.cloud.azure.active-directory.b2c.jwt-size-limit
, if you want to configure them, please provide a RestOperations bean.
- Deprecated properties
Spring Messaging Event Hubs
This section includes changes in spring-messaging-azure-eventhubs
module.
Bugs Fixed
- Fixed Event Hubs Message header
source-type
fromkafka
toamqp
when usingStreamBridge#send
. #32777
Spring Cloud Stream Event Hubs Binder
This section includes changes in spring-cloud-azure-stream-binder-eventhubs
module.
Breaking Changes
- Make the default partition behavior of Spring Cloud Azure EventHubs binder be a round-robin assignment to align with Event Hubs.#32816.
Spring Cloud Azure Native Reachability
This library is deprecated, and all the reachability metadata have been incorporated into each Spring Cloud Azure library's source code directly.
Spring Cloud Azure Core
This section includes changes in spring-cloud-azure-core
, spring-cloud-azure-service
, and spring-cloud-azure-resourcemanager
modules.
Breaking Changes
- Deprecated
CloudType.AZURE_GERMANY
and removeAzureEnvironmentProperties.AZURE_GERMANY
#34663.
Spring Cloud Azure Appconfiguration Config
This section includes changes in spring-cloud-azure-appconfiguration-config
and spring-cloud-azure-appconfiguration-config-web
modules.
Bugs Fixed
- Fixes issue where credential from Azure Spring global properties was being overridden #34695.