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 beGENERAL_AVAILABILITY
,PRERELEASE
andSNAPSHOT
.snapshot
: Snapshot status of Spring Boot version.supportStatus
: Spring Cloud Azure's support status for Spring Boot. Could beEND_OF_LIFE
,SUPPORTED
andTODO
.spring - compatibility - tests
only tests theSUPPORTED
ones.spring-boot-version
: Spring Boot version.spring-cloud-version
: The most suitable and the latest Spring Cloud version for this Spring Boot version.