Skip to content

Commit

Permalink
Update spring changelog (Azure#42359)
Browse files Browse the repository at this point in the history
* update changelog
  • Loading branch information
Netyyyy authored Oct 17, 2024
1 parent 656725a commit a492158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This section includes changes in `spring-cloud-azure-autoconfigure` module.

#### Breaking Changes
- when `spring.jms.cache.enabled` and `spring.jms.servicebus.pool.enabled` both not set, use `JmsPoolConnectionFactory` as default instead of `CachingConnectionFactory` [#42306](https://github.com/Azure/azure-sdk-for-java/pull/42306).
- Change the default Service Bus JMS connection factory to `JmsPoolConnectionFactory` from `CachingConnectionFactory`. Set `spring.jms.cache.enabled=true` to continue using `CachingConnectionFactory` [#42306](https://github.com/Azure/azure-sdk-for-java/pull/42306).

## 5.17.1 (2024-10-11)
- This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.12, 3.2.0-3.2.10, 3.3.0-3.3.4. (Note: 3.0.x (x>13), 3.1.y (y>12), 3.2.z (z>10) and 3.3.m (m>4) should be supported, but they aren't tested with this release.)
Expand Down

0 comments on commit a492158

Please sign in to comment.