Muyao Feng
Muyao Feng
The current debug log is repeated and not smooth ``` 2022-08-09 13:58:51.623 DEBUG 1739 --- [ main] s.c.a.i.c.AzureSpringBootVersionVerifier : Version found in Boot manifest [2.6.7] 2022-08-09 13:58:51.623 DEBUG 1739 ---...
Update Spring Boot and Spring Cloud versions for the compatibility test. If you merged this PR, please update [Spring Cloud Azure Timeline](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Cloud-Azure-Timeline). This PR is created by GitHub Actions: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/3109649601
Updates external dependencies to align with Spring Boot version [2.7.4](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.4/spring-boot-dependencies-2.7.4.pom) from [2.7.3](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.3/spring-boot-dependencies-2.7.3.pom) and Spring Cloud version [2021.0.4](https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-dependencies/2021.0.4/spring-cloud-dependencies-2021.0.4.pom) from [2021.0.3](https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-dependencies/2021.0.3/spring-cloud-dependencies-2021.0.3.pom). Release notesSourced from spring-boot releases. ⭐ New Features Add NINETEEN to...
### Context Spring Boot released [2.7.4](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.4). We should upgrade external dependencies' version align with [spring-boot-dependencies:2.7.4](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.7.4/spring-boot-dependencies-2.7.4.pom) managed versions. ### Goal 1. Make our libraries compatible with latest Spring Boot: 2.7.4 by...
**Is your feature request related to a problem? Please describe.** PostgreSQL flexible server has been GAed. https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-azure-ad-authentication. We should update all our usage of PostgreSQL in passwordless docs from single...
Update Spring Boot and Spring Cloud versions for the compatibility test. If you merged this PR, please update [Spring Cloud Azure Timeline](https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Cloud-Azure-Timeline). This PR is created by GitHub Actions: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/8012732255
# Description Fix `IllegalArgumentException: Subscription cannot be null` # All SDK Contribution checklist: - [ ] **The pull request does not introduce [breaking changes]** - [ ] **CHANGELOG is updated...
# Description Fix IllegalArgumentException: Subscription cannot be null # All SDK Contribution checklist: - [ ] **The pull request does not introduce [breaking changes]** - [ ] **CHANGELOG is updated...
# Description Remove unused plugin for Spring # All SDK Contribution checklist: - [ ] **The pull request does not introduce [breaking changes]** - [ ] **CHANGELOG is updated for...
**Is your feature request related to a problem? Please describe.** Transferred from https://github.com/microsoft/spring-cloud-azure/issues/985 The Spring Cloud Azure supports lots of common properties since the 4.0 release, but the developers may...