Skip to content
Closed
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-06-26**: In "java - spring - compatibility - tests" pipeline, run unit tests:
- spring-boot-dependencies:4.1.0 and spring-cloud-dependencies:2025.1.2.
- spring-boot-dependencies:4.0.7 and spring-cloud-dependencies:2025.1.2.
Comment thread
rujche marked this conversation as resolved.
- **2026-06-15**: In "java - spring - compatibility - tests" pipeline, run unit tests:
- spring-boot-dependencies:4.1.0 and spring-cloud-dependencies:2025.1.2.
- spring-boot-dependencies:4.0.7 and spring-cloud-dependencies:2025.1.2.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.5.16",
"spring-cloud-version" : "2025.0.3"
Comment thread
rujche marked this conversation as resolved.
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.5.15",
"spring-cloud-version" : "2025.0.3"
},
Expand Down
Loading