You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/11 13:49:27 UTC

[dubbo] branch 3.0 updated (a09cece -> cfece57)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from a09cece  Failed retries of failback should be judged first (#8715) (#8719)
     add cfece57  fix ignored interface name matches method (#8723)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/common/utils/NetUtils.java    |  17 +++-
 ...sInterfaceDisplayNameHasMetaCharactersTest.java | 113 +++++++++++++++++++++
 .../apache/dubbo/common/utils/NetUtilsTest.java    |   7 +-
 3 files changed, 132 insertions(+), 5 deletions(-)
 create mode 100644 dubbo-common/src/test/java/org/apache/dubbo/common/utils/NetUtilsInterfaceDisplayNameHasMetaCharactersTest.java