- This release is compatible with Spring Boot 2.5.0-2.5.14, 2.6.0-2.6.14, 2.7.0-2.7.6. (Note: 2.5.x (x>14), 2.6.y (y>14) and 2.7.z (z>6) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2020.0.3-2020.0.6, 2021.0.0-2021.0.5. (Note: 2020.0.x (x>6) and 2021.0.y (y>5) should be supported, but they aren't tested with this release.)
Spring Cloud Azure Starter
This section includes changes in spring-cloud-azure-starter
module.
Features Added
- GA the
spring-cloud-azure-starter-jdbc-mysql
. This starter supports Azure hosted MySQL service authenticating with Azure AD. - GA the
spring-cloud-azure-starter-jdbc-postgresql
. This starter supports Azure hosted PostgreSQL service authenticating with Azure AD.
Spring Cloud Azure Autoconfigure
This section includes changes in spring-cloud-azure-autoconfigure
module.
Features Added
- Remove warning logs of Kafka passwordless autoconfiguration. #31182
- Enhance the token authentication converter and Azure AD Resource Server configurer adapter to accept the custom jwt granted authorities converter. #28665
Dependency Updates
- Upgrade spring-security to 5.7.5 to address CVE-2022-31690 #32145.