Skip to content

Commit 944ff44

Browse files
Netyyyygithub-actions
andauthored
Update Spring Boot and Spring Cloud versions for the Spring compatibility tests (Azure#35038)
* Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/5019411864 --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 97ac74d commit 944ff44

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

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

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,30 @@
3636
"releaseStatus" : "SNAPSHOT",
3737
"snapshot" : true,
3838
"supportStatus" : "TODO",
39-
"spring-boot-version" : "3.0.7-SNAPSHOT",
39+
"spring-boot-version" : "3.0.8-SNAPSHOT",
4040
"spring-cloud-version" : "2022.0.2"
4141
},
4242
{
4343
"current" : true,
4444
"releaseStatus" : "GENERAL_AVAILABILITY",
4545
"snapshot" : false,
4646
"supportStatus" : "SUPPORTED",
47+
"spring-boot-version" : "3.0.7",
48+
"spring-cloud-version" : "2022.0.2"
49+
},
50+
{
51+
"current" : false,
52+
"releaseStatus" : "SNAPSHOT",
53+
"snapshot" : true,
54+
"supportStatus" : "END_OF_LIFE",
55+
"spring-boot-version" : "3.0.7-SNAPSHOT",
56+
"spring-cloud-version" : "2022.0.2"
57+
},
58+
{
59+
"current" : false,
60+
"releaseStatus" : "GENERAL_AVAILABILITY",
61+
"snapshot" : false,
62+
"supportStatus" : "END_OF_LIFE",
4763
"spring-boot-version" : "3.0.6",
4864
"spring-cloud-version" : "2022.0.2"
4965
},
@@ -164,14 +180,30 @@
164180
"releaseStatus" : "SNAPSHOT",
165181
"snapshot" : true,
166182
"supportStatus" : "TODO",
167-
"spring-boot-version" : "2.7.12-SNAPSHOT",
183+
"spring-boot-version" : "2.7.13-SNAPSHOT",
168184
"spring-cloud-version" : "2021.0.7"
169185
},
170186
{
171187
"current" : false,
172188
"releaseStatus" : "GENERAL_AVAILABILITY",
173189
"snapshot" : false,
174190
"supportStatus" : "SUPPORTED",
191+
"spring-boot-version" : "2.7.12",
192+
"spring-cloud-version" : "2021.0.7"
193+
},
194+
{
195+
"current" : false,
196+
"releaseStatus" : "SNAPSHOT",
197+
"snapshot" : true,
198+
"supportStatus" : "END_OF_LIFE",
199+
"spring-boot-version" : "2.7.12-SNAPSHOT",
200+
"spring-cloud-version" : "2021.0.7"
201+
},
202+
{
203+
"current" : false,
204+
"releaseStatus" : "GENERAL_AVAILABILITY",
205+
"snapshot" : false,
206+
"supportStatus" : "END_OF_LIFE",
175207
"spring-boot-version" : "2.7.11",
176208
"spring-cloud-version" : "2021.0.7"
177209
},
@@ -340,6 +372,14 @@
340372
"releaseStatus" : "GENERAL_AVAILABILITY",
341373
"snapshot" : false,
342374
"supportStatus" : "SUPPORTED",
375+
"spring-boot-version" : "2.6.15",
376+
"spring-cloud-version" : "2021.0.7"
377+
},
378+
{
379+
"current" : false,
380+
"releaseStatus" : "GENERAL_AVAILABILITY",
381+
"snapshot" : false,
382+
"supportStatus" : "END_OF_LIFE",
343383
"spring-boot-version" : "2.6.14",
344384
"spring-cloud-version" : "2021.0.7"
345385
},
@@ -444,6 +484,14 @@
444484
"releaseStatus" : "GENERAL_AVAILABILITY",
445485
"snapshot" : false,
446486
"supportStatus" : "SUPPORTED",
487+
"spring-boot-version" : "2.5.15",
488+
"spring-cloud-version" : "2020.0.6"
489+
},
490+
{
491+
"current" : false,
492+
"releaseStatus" : "GENERAL_AVAILABILITY",
493+
"snapshot" : false,
494+
"supportStatus" : "END_OF_LIFE",
447495
"spring-boot-version" : "2.5.14",
448496
"spring-cloud-version" : "2020.0.6"
449497
},

0 commit comments

Comments
 (0)