- This release is compatible with Spring Boot 3.4.0, 3.3.0-3.3.6, 3.2.0-3.2.12, 3.1.0-3.1.12, 3.0.0-3.0.13. (Note: 3.4.x (x>0), 3.3.y (y>6) and 3.2.z (z>12) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2024.0.0, 2023.0.0-2023.0.4, 2022.0.0-2022.0.5. (Note: 2024.0.x(x>0) and 2023.0.y (y>4) should be supported, but they aren't tested with this release.)
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Features Added
- Support customize StaticConnectionStringProvider<AzureServiceType.EventHubs> bean. #42919.
- Support customize StaticConnectionStringProvider<AzureServiceType.ServiceBus> bean. #43076.
Bugs Fixed
- Fix error: Event Hubs connection string is still used when it's configured to empty string. #42880.
- Fix error: Service Bus connection string is still used when it's configured to empty string. #42880.
- Fix warn logs: Mark the bean post processor related beans as internal to avoid the log 'Bean xxx of type xxx is not eligible for getting processed by all BeanPostProcessors'. #38631.
- Fix missing bean
springTokenCredentialProviderContextProvider
: Azure Identity Extensions and Spring Cloud Stream Binder cannot work together. #43147. - Fix bug: Property does not work when setting
spring.jms.servicebus.pool.enabled=false
using@PropertySource
. #43279.
Spring Integration Azure Core
This section includes changes in the spring-integration-azure-core
module.
Bugs Fixed
- Fix
DefaultMessageHandler.handleMessageInternal
error: When using a parallel Reactor Scheduler, blocking calls are prohibited. #35215.
Spring Integration Azure Event Hubs
This section includes changes in the spring-integration-azure-eventhubs
module.
Bugs Fixed
- Fix
EventHubsTemplate.doSend
error: When using a parallel Reactor Scheduler, blocking calls are prohibited. Thanks to @AlanKrueger for his contribution. #40772.
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.