You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/spring/CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
9
9
#### Dependency Updates
10
10
- Upgrade `azure-sdk-bom` to 1.3.3.
11
+
- Upgrade `azure-servicebus-jms` to 2.1.0.
11
12
12
13
### Spring Cloud Azure Autoconfigure
13
14
This section includes changes in `spring-cloud-azure-autoconfigure` module.
@@ -20,13 +21,14 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
20
21
21
22
- 2 `TokenCredential` bean found in AzureServiceBusMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
22
23
-`spring.cloud.azure.eventhubs.credential.token-credential-bean-name` not take effect in AzureEventHubsMessagingAutoConfiguration. [#47470](https://github.com/Azure/azure-sdk-for-java/pull/47470)
24
+
- Fix bug: 'token-credential-bean-name' not work in spring-cloud-azure-stream-binder. [#47557](https://github.com/Azure/azure-sdk-for-java/pull/47557)
23
25
24
-
### Spring Cloud Azure App Configuration
26
+
### Spring Cloud Azure Appconfiguration Config
25
27
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
26
28
27
29
#### Bugs Fixed
28
30
29
-
- Fixed bug where `spring.cloud.azure.appconfiguration.enabled=false` was ignored in the new major version.
31
+
- Fixed bug where `spring.cloud.azure.appconfiguration.enabled=false` was ignored in the new major version.[#47029](https://github.com/Azure/azure-sdk-for-java/pull/47029)
30
32
31
33
### Azure Spring Data Cosmos
32
34
This section includes changes in `azure-spring-data-cosmos` module.
0 commit comments