Skip to content

Commit 72f01aa

Browse files
Netyyyygithub-actions
andauthored
Update Spring Boot and Spring Cloud versions for the Spring compatibility tests. (#47486)
This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/20019763336 Co-authored-by: github-actions <[email protected]>
1 parent 272013b commit 72f01aa

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
[
22
{
3-
"current" : true,
3+
"current" : false,
4+
"releaseStatus" : "SNAPSHOT",
5+
"snapshot" : true,
6+
"supportStatus" : "TODO",
7+
"spring-boot-version" : "3.5.9-SNAPSHOT",
8+
"spring-cloud-version" : "2025.0.0"
9+
},
10+
{
11+
"current" : false,
412
"releaseStatus" : "GENERAL_AVAILABILITY",
513
"snapshot" : false,
614
"supportStatus" : "SUPPORTED",
15+
"spring-boot-version" : "3.5.8",
16+
"spring-cloud-version" : "2025.0.0"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "GENERAL_AVAILABILITY",
21+
"snapshot" : false,
22+
"supportStatus" : "END_OF_LIFE",
723
"spring-boot-version" : "3.5.7",
824
"spring-cloud-version" : "2025.0.0"
925
},
@@ -1075,7 +1091,7 @@
10751091
"current" : false,
10761092
"releaseStatus" : "GENERAL_AVAILABILITY",
10771093
"snapshot" : false,
1078-
"supportStatus" : "SUPPORTED",
1094+
"supportStatus" : "END_OF_LIFE",
10791095
"spring-boot-version" : "2.6.15",
10801096
"spring-cloud-version" : "2021.0.7"
10811097
},
@@ -1187,7 +1203,7 @@
11871203
"current" : false,
11881204
"releaseStatus" : "GENERAL_AVAILABILITY",
11891205
"snapshot" : false,
1190-
"supportStatus" : "SUPPORTED",
1206+
"supportStatus" : "END_OF_LIFE",
11911207
"spring-boot-version" : "2.5.15",
11921208
"spring-cloud-version" : "2020.0.6"
11931209
},

0 commit comments

Comments
 (0)