Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo SPI配置多个tag无法正确解析 #4344

Closed
2 tasks done
zishinan opened this issue Jun 19, 2019 · 1 comment
Closed
2 tasks done

dubbo SPI配置多个tag无法正确解析 #4344

zishinan opened this issue Jun 19, 2019 · 1 comment

Comments

@zishinan
Copy link
Contributor

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: master分支
  • Operating System version: windows
  • Java version: JDK1.8

Steps to reproduce this issue

  1. 在spi service配置中配置
    impl,implMultiName=org.apache.dubbo.common.extension.ext10.impl.Ext10MultiNamesImpl
  2. ExtensionLoaderTest中加测试用例
    Ext10MultiNames ext10MultiNames = ExtensionLoader.getExtensionLoader(Ext10MultiNames.class).getExtension("impl");
    Assertions.assertNotNull(ext10MultiNames);
    3.运行不通过

Expected Result

应该获取到对应的实现

Actual Result

获取到空,测试不通过

@zishinan
Copy link
Contributor Author

zishinan commented Jun 28, 2019

fixed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant