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/12/12 03:44:48 UTC

[GitHub] [dubbo] chickenlj opened pull request #5465: Fix getColonSeparatedKey does not work in 'URL simplified' mode.

```xml
   public String getColonSeparatedKey() {
        StringBuilder serviceNameBuilder = new StringBuilder();
        serviceNameBuilder.append(this.getServiceInterface());
        append(serviceNameBuilder, VERSION_KEY, false);
        append(serviceNameBuilder, GROUP_KEY, false);
        return serviceNameBuilder.toString();
    }
```

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


[GitHub] [dubbo] chickenlj closed pull request #5465: Fix getColonSeparatedKey does not work in 'URL simplified' mode.

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
[ pull request closed by chickenlj ]

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


[GitHub] [dubbo] chickenlj commented on issue #5465: Fix getColonSeparatedKey does not work in 'URL simplified' mode.

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
Unstable ut failed the ci, merge directly.

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