This is an automated email from the ASF dual-hosted git repository.

songxiaosheng pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 2582d78018 fix:Remove the configuration to avoid impacting users' 
default configuration values. (#15050) (#15058)
2582d78018 is described below

commit 2582d780184314c031ad8c40489b77c5841e7e5f
Author: stellar <[email protected]>
AuthorDate: Tue Jan 14 11:46:48 2025 +0800

    fix:Remove the configuration to avoid impacting users' default 
configuration values. (#15050) (#15058)
---
 .../src/main/resources/META-INF/dubbo-endpoints-default.properties     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/dubbo-spring-boot-project/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
 
b/dubbo-spring-boot-project/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
index 36078408ea..62fef69fa7 100644
--- 
a/dubbo-spring-boot-project/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
+++ 
b/dubbo-spring-boot-project/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
@@ -10,9 +10,6 @@ management.endpoints.web.path-mapping.dubboservices = 
dubbo/services
 management.endpoints.web.path-mapping.dubboreferences = dubbo/references
 management.endpoints.web.path-mapping.dubboproperties = dubbo/properties
 
-# Set endpoint enablement to be opt-in rather than opt-out
-management.endpoints.enabled-by-default = false
-
 # Set enabled for Dubbo Endpoints
 management.endpoint.dubbo.enabled = true
 management.endpoint.dubbo.ready.enabled = true

Reply via email to