Skip to content
Closed
Changes from 2 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
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" : "3.5.8",
"spring-cloud-version" : "2025.0.0"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.5.7",
"spring-cloud-version" : "2025.0.0"
},
Expand Down Expand Up @@ -39,6 +47,14 @@
"spring-boot-version" : "3.5.0",
"spring-cloud-version" : "2025.0.0"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI:

  1. I added a new commit to change the supported Status from SUPPORTED to END_OF_LIFE. Just like this PR: Update Spring Boot and Spring Cloud versions for the Spring compatibility tests #47082
  2. This manual work will be not necessary after this PR: Change the supported version from >= 3.4.0 to >= 3.5.0 spring-cloud-azure-tools#34

"spring-boot-version" : "3.4.12",
"spring-cloud-version" : "2024.0.2"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
Expand Down
Loading