This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.6.x by this push:
new 2e826a6 fix #2063
2e826a6 is described below
commit 2e826a65c7f792b2e6f4979777ce295b00d0c2b6
Author: nzomkxia <[email protected]>
AuthorDate: Thu Oct 11 16:56:51 2018 +0800
fix #2063
---
.../src/main/java/com/alibaba/dubbo/config/annotation/Service.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/annotation/Service.java
b/dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/annotation/Service.java
index 322bce3..4d68227 100644
---
a/dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/annotation/Service.java
+++
b/dubbo-config/dubbo-config-api/src/main/java/com/alibaba/dubbo/config/annotation/Service.java
@@ -56,7 +56,7 @@ public @interface Service {
int executes() default 0;
- boolean register() default false;
+ boolean register() default true;
int weight() default 0;