|
1 | 1 | [ |
2 | 2 | { |
3 | | - "current": true, |
4 | | - "spring-boot-version": "2.7.0", |
5 | | - "spring-cloud-version": "2021.0.3", |
6 | | - "releaseStatus": "GENERAL_AVAILABILITY", |
7 | | - "snapshot": false, |
8 | | - "supportStatus": "SUPPORTED" |
9 | | - }, |
10 | | - { |
11 | | - "current": false, |
12 | | - "spring-boot-version": "2.6.8", |
13 | | - "spring-cloud-version": "2021.0.3", |
14 | | - "releaseStatus": "GENERAL_AVAILABILITY", |
15 | | - "snapshot": false, |
16 | | - "supportStatus": "SUPPORTED" |
17 | | - }, |
18 | | - { |
19 | | - "current": false, |
20 | | - "spring-boot-version": "2.5.14", |
21 | | - "spring-cloud-version": "2020.0.5", |
22 | | - "releaseStatus": "GENERAL_AVAILABILITY", |
23 | | - "snapshot": false, |
24 | | - "supportStatus": "SUPPORTED" |
| 3 | + "current" : false, |
| 4 | + "releaseStatus" : "SNAPSHOT", |
| 5 | + "snapshot" : true, |
| 6 | + "supportStatus" : "TODO", |
| 7 | + "spring-boot-version" : "3.0.0-SNAPSHOT", |
| 8 | + "spring-cloud-version" : "2022.0.0-M2" |
| 9 | + }, |
| 10 | + { |
| 11 | + "current" : false, |
| 12 | + "releaseStatus" : "PRERELEASE", |
| 13 | + "snapshot" : false, |
| 14 | + "supportStatus" : "TODO", |
| 15 | + "spring-boot-version" : "3.0.0-M3", |
| 16 | + "spring-cloud-version" : "2022.0.0-M2" |
| 17 | + }, |
| 18 | + { |
| 19 | + "current" : false, |
| 20 | + "releaseStatus" : "SNAPSHOT", |
| 21 | + "snapshot" : true, |
| 22 | + "supportStatus" : "TODO", |
| 23 | + "spring-boot-version" : "2.7.1-SNAPSHOT", |
| 24 | + "spring-cloud-version" : "2021.0.3" |
| 25 | + }, |
| 26 | + { |
| 27 | + "current" : true, |
| 28 | + "releaseStatus" : "GENERAL_AVAILABILITY", |
| 29 | + "snapshot" : false, |
| 30 | + "supportStatus" : "SUPPORTED", |
| 31 | + "spring-boot-version" : "2.7.0", |
| 32 | + "spring-cloud-version" : "2021.0.3" |
| 33 | + }, |
| 34 | + { |
| 35 | + "current" : false, |
| 36 | + "releaseStatus" : "SNAPSHOT", |
| 37 | + "snapshot" : true, |
| 38 | + "supportStatus" : "TODO", |
| 39 | + "spring-boot-version" : "2.6.9-SNAPSHOT", |
| 40 | + "spring-cloud-version" : "2021.0.3" |
| 41 | + }, |
| 42 | + { |
| 43 | + "current" : false, |
| 44 | + "releaseStatus" : "GENERAL_AVAILABILITY", |
| 45 | + "snapshot" : false, |
| 46 | + "supportStatus" : "SUPPORTED", |
| 47 | + "spring-boot-version" : "2.6.8", |
| 48 | + "spring-cloud-version" : "2021.0.3" |
| 49 | + }, |
| 50 | + { |
| 51 | + "current" : false, |
| 52 | + "releaseStatus" : "GENERAL_AVAILABILITY", |
| 53 | + "snapshot" : false, |
| 54 | + "supportStatus" : "SUPPORTED", |
| 55 | + "spring-boot-version" : "2.5.14", |
| 56 | + "spring-cloud-version" : "2020.0.5" |
| 57 | + }, |
| 58 | + { |
| 59 | + "current" : false, |
| 60 | + "releaseStatus" : "GENERAL_AVAILABILITY", |
| 61 | + "snapshot" : false, |
| 62 | + "supportStatus" : "END_OF_LIFE", |
| 63 | + "spring-boot-version" : "2.4.13", |
| 64 | + "spring-cloud-version" : "2020.0.5" |
| 65 | + }, |
| 66 | + { |
| 67 | + "current" : false, |
| 68 | + "releaseStatus" : "GENERAL_AVAILABILITY", |
| 69 | + "snapshot" : false, |
| 70 | + "supportStatus" : "END_OF_LIFE", |
| 71 | + "spring-boot-version" : "2.3.12.RELEASE", |
| 72 | + "spring-cloud-version" : "Hoxton.SR12" |
25 | 73 | } |
26 | 74 | ] |
0 commit comments