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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ This section includes changes in `spring-cloud-azure-autoconfigure` module.
9
9
10
10
- Fix `ClassNotFoundException: com.nimbusds.oauth2.sdk.util.StringUtils` in Active Directory starter. ([#47600](https://github.com/Azure/azure-sdk-for-java/issues/47600))
11
11
12
+
### Spring Cloud Azure Appconfiguration Config
13
+
This section includes changes in `spring-cloud-azure-appconfiguration-config` module.
14
+
15
+
#### Bugs Fixed
16
+
17
+
- Fixed bug where connection string validation occurred even when `spring.cloud.azure.appconfiguration.enabled` is `false`.
18
+
12
19
## 6.1.0 (2025-12-16)
13
20
- This release is compatible with Spring Boot 3.5.0-3.5.8. (Note: 3.5.x (x>8) should be supported, but they aren't tested with this release.)
14
21
- 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.)
@@ -38,7 +45,6 @@ This section includes changes in `spring-cloud-azure-appconfiguration-config` mo
38
45
#### Bugs Fixed
39
46
40
47
- 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)
41
-
- Fixed bug where connection string validation occurred even when `spring.cloud.azure.appconfiguration.enabled` is `false`.
42
48
43
49
### Azure Spring Data Cosmos
44
50
This section includes changes in `azure-spring-data-cosmos` module.
0 commit comments