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

Upgrade nacos to 2.0.3 #8588

Merged
merged 1 commit into from
Aug 27, 2021
Merged

Upgrade nacos to 2.0.3 #8588

merged 1 commit into from
Aug 27, 2021

Conversation

plusmancn
Copy link
Contributor

What is the purpose of the change

Fixes #7822

Brief changelog

upgrade nacos to 2.0.3

Verifying this change

upgrade nacos to 2.0.3

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 Aug 24, 2021

Codecov Report

Merging #8588 (3667890) into 3.0 (0382a6b) will decrease coverage by 0.02%.
The diff coverage is 59.09%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.0    #8588      +/-   ##
============================================
- Coverage     63.00%   62.98%   -0.03%     
  Complexity      312      312              
============================================
  Files          1117     1117              
  Lines         46754    46788      +34     
  Branches       7038     7047       +9     
============================================
+ Hits          29459    29469      +10     
- Misses        14026    14028       +2     
- Partials       3269     3291      +22     
Impacted Files Coverage Δ
...ient/metadata/store/RemoteMetadataServiceImpl.java 70.42% <0.00%> (ø)
.../registry/zookeeper/ZookeeperServiceDiscovery.java 82.14% <0.00%> (+4.61%) ⬆️
...nfig/bootstrap/builders/MetadataReportBuilder.java 92.68% <33.33%> (-4.69%) ⬇️
.../report/support/AbstractMetadataReportFactory.java 63.15% <46.15%> (-10.18%) ⬇️
.../apache/dubbo/config/bootstrap/DubboBootstrap.java 69.68% <46.66%> (-0.18%) ⬇️
.../java/org/apache/dubbo/config/ReferenceConfig.java 75.22% <50.00%> (-1.94%) ⬇️
...apache/dubbo/registry/ListenerRegistryWrapper.java 57.97% <50.00%> (-1.74%) ⬇️
...ubbo/registry/support/AbstractRegistryFactory.java 70.88% <61.90%> (-5.51%) ⬇️
...e/dubbo/registry/integration/RegistryProtocol.java 59.69% <71.42%> (-0.19%) ⬇️
...registry/zookeeper/util/CuratorFrameworkUtils.java 84.78% <75.00%> (-8.25%) ⬇️
... and 20 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 3c08fd2...3667890. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants