-
Notifications
You must be signed in to change notification settings - Fork 2k
Spring Cloud Azure tasks for a new Spring Boot release
Rujun Chen edited this page Dec 10, 2021
·
16 revisions
When Spring Boot released a new version, we need do the following tasks. It's suggested to copy the following list into a new GitHub issue.
-
Before azure-sdk-for-java in band release
- Read spring boot release notes. Sample: Spring-Boot-2.6-Release-Notes.
- Upgrade dependencies' version according to spring-boot-dependencies and spring-cloud-dependencies. Sample issue: azure-sdk-for-java#24291.
-
After azure-sdk-for-java in band release.
- Update azure-spring-boot-samples
- Update CHANGELOG.
- Update Reference doc.
- Update MS docs.
- Update related wiki pages: Spring-Support-Multiple-Versions.md, Spring-Versions-Mapping.
- Spring Credential
- Spring Cloud Azure 4.0 Design
- Spring Cloud Azure AutoConfigure Design
- Spring Cloud Azure Core Design
- Spring Cloud Azure Messaging Design
- Spring Cloud Azure Service Bus Spring Jms Support Design
- Design for directory, module name and package path for Spring Cloud Azure messaging
- Design for Remove warning logs of unknown configs for Kafka Passwordless
- Design for Enhance AAD token authentication converter to customized granted authorities converter
- Design for Enhance the ObjectMapper to support Spring Boot's pattern to enable autoconfiguration
- Passwordless connection support for Spring Cloud Azure
- Passwordless connection support for MySQL
- Passwordless connection support for Event Hubs Kafka
- Remove warning logs of unknown configs for Kafka Passwordless