From b84f105db050eeb867aa7cfda0dcd56cc5bfd8d3 Mon Sep 17 00:00:00 2001 From: Muyao Date: Wed, 17 May 2023 14:14:47 +0800 Subject: [PATCH] make appconfig optional --- sdk/spring/CHANGELOG.md | 8 ++++++++ .../spring-cloud-azure-actuator-autoconfigure/pom.xml | 1 + 2 files changed, 9 insertions(+) diff --git a/sdk/spring/CHANGELOG.md b/sdk/spring/CHANGELOG.md index 8e519dd29b86..4661c8935b45 100644 --- a/sdk/spring/CHANGELOG.md +++ b/sdk/spring/CHANGELOG.md @@ -1,5 +1,13 @@ # Release History +## 5.2.0-beta.1 (unreleased) + +### Spring Cloud Azure Actuator Autoconfigure +This section includes changes in `spring-cloud-azure-actuator-autoconfigure` module. + +#### Bugs Fixed +- Make `spring-cloud-azure-appconfiguration-config-web` optional [#34980](https://github.com/Azure/azure-sdk-for-java/pull/34980). + ## 5.1.0 (2023-04-26) - This release is compatible with Spring Boot 3.0.0-3.0.5. (Note: 3.0.x (x>1) should be supported, but they aren't tested with this release.) - This release is compatible with Spring Cloud 2022.0.0-2022.0.2. (Note: 2022.0.x (x>0) should be supported, but they aren't tested with this release.) diff --git a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml index 65151a2de9a8..b2558ac87177 100644 --- a/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml +++ b/sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml @@ -57,6 +57,7 @@ com.azure.spring spring-cloud-azure-appconfiguration-config-web 5.2.0-beta.1 + true