[GitHub] [dubbo] sonymoon commented on issue #5041: No matter how I set it, the version is always 0.0.0

2019-09-23 Thread GitHub
```java if (REGISTRY_PROTOCOL.equals(url.getProtocol())) { urls.add(url.addParameterAndEncoded(REFER_KEY, StringUtils.toQueryString(map))); } else { urls.add(ClusterUtils.mergeUrl(url, map)); } ``` See org.apache.dubbo.rpc.cluster.support.ClusterUtils#mergeUrl. If no registry was set,

[GitHub] [dubbo] sonymoon commented on issue #5041: No matter how I set it, the version is always 0.0.0

2019-09-12 Thread GitHub
I have a demo locally. It works fine. Do you have a demo git repository link? [ Full content available at: https://github.com/apache/dubbo/issues/5041 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org