From 49740fbc9dd65fa8c47d78db4812da50970ee06a Mon Sep 17 00:00:00 2001 From: fishtailfu Date: Mon, 12 Jan 2026 17:44:38 +0800 Subject: [PATCH] fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration error initiation when polaris disabled. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86f2ac84..c9c3fcd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,4 @@ - [fix: ApplicationContextAwareUtils may not be ready in postProcessAfterInitialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1779) - [refactor:optimize metadata context operation.](https://github.com/Tencent/spring-cloud-tencent/pull/1773) - [fix: fix parsing ConfigurationProperties value with RefreshScope.](https://github.com/Tencent/spring-cloud-tencent/pull/1781) +- [fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1783)