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-6837] fix dubbo @Service annotation bug #6838

Merged
merged 1 commit into from
May 22, 2021
Merged

Conversation

leayer
Copy link

@leayer leayer commented Oct 27, 2020

fix #6837

@codecov-io
Copy link

Codecov Report

Merging #6838 into master will decrease coverage by 0.08%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #6838      +/-   ##
============================================
- Coverage     59.15%   59.06%   -0.09%     
+ Complexity      510      506       -4     
============================================
  Files          1028     1028              
  Lines         41534    41536       +2     
  Branches       6041     6042       +1     
============================================
- Hits          24570    24535      -35     
- Misses        14194    14222      +28     
- Partials       2770     2779       +9     
Impacted Files Coverage Δ Complexity Δ
.../factory/annotation/ServiceClassPostProcessor.java 83.55% <50.00%> (-0.45%) 0.00 <0.00> (ø)
...ng/transport/dispatcher/all/AllChannelHandler.java 62.06% <0.00%> (-13.80%) 0.00% <0.00%> (ø%)
...che/dubbo/remoting/transport/mina/MinaChannel.java 39.47% <0.00%> (-10.53%) 15.00% <0.00%> (-1.00%)
.../org/apache/dubbo/remoting/ExecutionException.java 15.78% <0.00%> (-5.27%) 0.00% <0.00%> (ø%)
...e/dubbo/remoting/transport/netty/NettyChannel.java 55.68% <0.00%> (-4.55%) 20.00% <0.00%> (-1.00%)
...pache/dubbo/remoting/transport/AbstractServer.java 53.75% <0.00%> (-3.75%) 0.00% <0.00%> (ø%)
...he/dubbo/remoting/transport/netty/NettyServer.java 70.17% <0.00%> (-3.51%) 8.00% <0.00%> (-1.00%)
...exchange/support/header/HeaderExchangeHandler.java 61.06% <0.00%> (-2.66%) 0.00% <0.00%> (ø%)
...pache/dubbo/registry/support/AbstractRegistry.java 79.25% <0.00%> (-1.86%) 0.00% <0.00%> (ø%)
...a/org/apache/dubbo/monitor/dubbo/DubboMonitor.java 88.57% <0.00%> (-0.96%) 16.00% <0.00%> (-1.00%)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a8da59...5000ca6. Read the comment docs.

@AlbumenJ AlbumenJ merged commit 37c39c0 into apache:master May 22, 2021
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

Successfully merging this pull request may close these issues.

使用@Service注解一个接口的多个实现类时,只能注册一个实现类到注册中心
3 participants