azure-spring-boot-samples
azure-spring-boot-samples copied to clipboard
Update samples to use Spring Cloud Azure 6.0.0-beta.1
This PR is to support the Spring Cloud Azure 6.0.0-beta.1 based on Spring Boot 3.0.0-M4. Exclude some samples because the below reasons:
- storage-blob-native Spring Native is not supported since Spring Boot 3
- spring-petclinic-microservices
Need to refactor the code since the
spring-cloud-dependencies
2022.0.0-M4 does not include thespring-cloud-netflix-dependencies
- appconfiguration/azure-spring-cloud-* These samples may be included in the second millestone version of Spring Cloud Azure.
- cosmos/spring-cloud-azure-starter-data-cosmos/, cosmos/azure-spring-data-cosmos/, cloudfoundry/azure-cloud-foundry-service-sample Spring Data Cosmos samples may be included in the second millestone version of Spring Cloud Azure.
- keyvault/azure-spring-boot-starter-keyvault-certificates/*
The samples of
keyvault-certificates-xx
can running with Spring Boot 3, but the JCA samples ofrun-with-command-line-xxx
will fail with exceptionjava.security.NoSuchAlgorithmException: SHA MessageDigest not available
, so these samples should be excluded too.