From caf58617096af457df2b9373d0ca2805ca4dcb6d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 22 Aug 2026 00:09:20 +0000 Subject: [PATCH] Update Spring Boot and Spring Cloud versions for the Spring compatibility tests. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/32539225099 --- docs/spring/Spring-Cloud-Azure-Timeline.md | 3 +++ .../spring-cloud-azure-supported-spring.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/docs/spring/Spring-Cloud-Azure-Timeline.md b/docs/spring/Spring-Cloud-Azure-Timeline.md index 528ab13b9a52..2339c6f13694 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-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: diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index 7f615e1c68ea..541ddeca2921 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -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" }, @@ -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" },