You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (GitHub)" <gi...@apache.org> on 2019/09/16 02:31:33 UTC

[GitHub] [dubbo] chickenlj commented on pull request #4365: fix 4340 bugļ¼šduplicate extension

I think `dubbo.application.check` is a little too ambiguous.

Would `extension-loader.duplicate.check` be better? And I also think there's no necessity to declare it in the main trunk, users who want to change the default value can declare in `parameters`.
1. XML
```xml
<dubbo:application>
   <dubbo:parameter key="dubbo.application.extension-loader.duplicate.check" value=true />
</dubbo:application>
```

2. properties file
```properties
dubbo.application.parameters.extension-loader.duplicate.check=true
```

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