diff --git a/docs/spring/Spring-Cloud-Azure-Timeline.md b/docs/spring/Spring-Cloud-Azure-Timeline.md index abaa3eb6dfe6..42fc861dda32 100644 --- a/docs/spring/Spring-Cloud-Azure-Timeline.md +++ b/docs/spring/Spring-Cloud-Azure-Timeline.md @@ -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. - **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. diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index 957be20a94d1..7f615e1c68ea 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -76,6 +76,14 @@ "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.5.16", + "spring-cloud-version" : "2025.0.3" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.5.15", "spring-cloud-version" : "2025.0.3" },