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

Fix Deployer State for delay injected bean #8867

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

AlbumenJ
Copy link
Member

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2021

Codecov Report

Merging #8867 (d33a289) into 3.0 (f8e4bd4) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.0    #8867      +/-   ##
============================================
+ Coverage     63.75%   63.90%   +0.14%     
- Complexity      313      314       +1     
============================================
  Files          1169     1169              
  Lines         49216    49239      +23     
  Branches       7358     7366       +8     
============================================
+ Hits          31378    31466      +88     
+ Misses        14412    14354      -58     
+ Partials       3426     3419       -7     
Impacted Files Coverage Δ
...g/apache/dubbo/common/deploy/AbstractDeployer.java 78.26% <100.00%> (+0.98%) ⬆️
...ubbo/config/deploy/DefaultApplicationDeployer.java 79.45% <100.00%> (+0.09%) ⬆️
...va/org/apache/dubbo/config/spring/ServiceBean.java 80.64% <100.00%> (+0.64%) ⬆️
...he/dubbo/remoting/transport/netty/NettyServer.java 70.17% <0.00%> (-3.51%) ⬇️
...va/org/apache/dubbo/registry/RegistryNotifier.java 84.61% <0.00%> (-2.57%) ⬇️
.../configcenter/support/zookeeper/CacheListener.java 34.28% <0.00%> (-2.08%) ⬇️
.../exchange/support/header/HeaderExchangeServer.java 66.98% <0.00%> (-1.89%) ⬇️
...stry/integration/AbstractConfiguratorListener.java 38.29% <0.00%> (-1.71%) ⬇️
...pache/dubbo/registry/support/AbstractRegistry.java 78.18% <0.00%> (-1.46%) ⬇️
.../dubbo/common/utils/ServiceAnnotationResolver.java 56.25% <0.00%> (-1.33%) ⬇️
... and 36 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 f8e4bd4...d33a289. Read the comment docs.

@AlbumenJ AlbumenJ merged commit 7ec1144 into apache:3.0 Sep 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.

2 participants