Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.15 KB

information-about-spring-cloud-azure-supported-spring-json-file.md

File metadata and controls

20 lines (19 loc) · 1.15 KB

spring-cloud-azure-supported-spring.json file is to record Spring Cloud Azure's support status of Spring Boot and Spring Cloud versions. Also provide information for spring - compatibility - tests.

Following is a metadata from the file:

  {
    "current" : true,
    "releaseStatus" : "GENERAL_AVAILABILITY",
    "snapshot" : false,
    "supportStatus" : "SUPPORTED",
    "spring-boot-version" : "3.0.1",
    "spring-cloud-version" : "2022.0.0"
  }
  • current: Current status follows Spring Boot. Only one is true.
  • releaseStatus: Release status of Spring Boot version. Could be GENERAL_AVAILABILITY, PRERELEASE and SNAPSHOT.
  • snapshot: Snapshot status of Spring Boot version.
  • supportStatus: Spring Cloud Azure's support status for Spring Boot. Could be END_OF_LIFE, SUPPORTED and TODO. spring - compatibility - tests only tests the SUPPORTED ones.
  • spring-boot-version: Spring Boot version.
  • spring-cloud-version: The most suitable and the latest Spring Cloud version for this Spring Boot version.