Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/spring/Spring-Cloud-Azure-Timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This wiki page is used to track the timeline for Spring Cloud Azure. So we can g
4. In "java - spring - compatibility - tests" pipeline, it will tests versions from sdk/spring/spring-cloud-azure-supported-spring.json file which supportedStatus is `SUPPORTED`, so when the supported version changed, this page should be updated.

## Timeline
- **2026-08-22**: In "java - spring - compatibility - tests" pipeline, run unit tests:
- spring-boot-dependencies:4.1.1 and spring-cloud-dependencies:2025.1.2.
- spring-boot-dependencies:4.0.8 and spring-cloud-dependencies:2025.1.2.
- **2026-07-29**: Released spring-cloud-azure-dependencies:6.5.0, which depends on: SpringBoot:3.5.14 and SpringCloud:2025.0.2.
- **2026-07-24**: Released spring-cloud-azure-dependencies:7.4.0, which depends on: SpringBoot:4.1.0 and SpringCloud:2025.1.2.
- **2026-06-15**: In "java - spring - compatibility - tests" pipeline, run unit tests:
Expand Down
16 changes: 16 additions & 0 deletions sdk/spring/pipeline/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "4.1.1",
"spring-cloud-version" : "2025.1.2"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "4.1.0",
"spring-cloud-version" : "2025.1.2"
},
Expand All @@ -12,6 +20,14 @@
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "4.0.8",
"spring-cloud-version" : "2025.1.2"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "4.0.7",
"spring-cloud-version" : "2025.1.2"
},
Expand Down
Loading