You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "beiwei30 (GitHub)" <gi...@apache.org> on 2019/04/03 10:52:50 UTC

[GitHub] [incubator-dubbo] beiwei30 commented on issue #3785: dubbo-2.7.1 providers 重复注册

The original change made for fixing issue #195: @Reference check=false不生效 (#3530). For some particular boolean flags, it should have the default value in order to align with the default value from the annotation. 

In this case, the original value is null and the annotation default value is false. I double checked how this value is used, and figured out its default value should be 'true', or roll back to null.

@carryxyh would you mind to give it a try to change it to

```java
protected Boolean dynamic = true;
```

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3785 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org