- This release is compatible with Spring Boot 3.5.0-3.5.5. (Note: 3.5.x (x>5) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2025.0.0. (Note: 2025.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.38.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Breaking Changes
- Remove deprecated APIs
ServiceBusJmsConnectionFactoryCustomizer.customize(ServiceBusJmsConnectionFactory factory)
. - Remove deprecated APIs
AzureEventHubsKafkaAutoConfiguration.eventHubsKafkaConnectionString(Environment environment)
,AzureEventHubsKafkaAutoConfiguration.kafkaPropertiesBeanPostProcessor()
.
Spring Cloud Stream Service Bus Binder Core
This section includes changes in spring-cloud-azure-stream-binder-servicebus-core
module.
Breaking Changes
- Remove deprecated APIs
validateOrCreateForConsumer(String name, String group, ServiceBusEntityType type)
,validateOrCreateForProducer(String name, ServiceBusEntityType type)
.
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.