Skip to content

Commit 5e20524

Browse files
committed
fix
1 parent b18ce7e commit 5e20524

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

sdk/spring/pipeline/spring-cloud-azure-supported-spring.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"current" : false,
4+
"releaseStatus" : "GENERAL_AVAILABILITY",
5+
"snapshot" : false,
6+
"supportStatus" : "SUPPORTED",
7+
"spring-boot-version" : "3.5.14",
8+
"spring-cloud-version" : "2025.0.2"
9+
},
210
{
311
"current" : false,
412
"releaseStatus" : "SNAPSHOT",
@@ -11,7 +19,7 @@
1119
"current" : false,
1220
"releaseStatus" : "GENERAL_AVAILABILITY",
1321
"snapshot" : false,
14-
"supportStatus" : "SUPPORTED",
22+
"supportStatus" : "END_OF_LIFE",
1523
"spring-boot-version" : "3.5.8",
1624
"spring-cloud-version" : "2025.0.0"
1725
},

sdk/spring/spring-cloud-azure-integration-tests/src/test/resources/application-servicebus-jms-passwordless-caching.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ spring:
44
credential:
55
token-credential-bean-name: integrationTestTokenCredential
66
jms:
7+
cache:
8+
enabled:
9+
true
710
servicebus:
811
pool:
912
enabled: false

0 commit comments

Comments
 (0)