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

Exact Module Related Environment #8786

Merged
merged 14 commits into from
Sep 14, 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.

# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/FrameworkModel.java
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ModuleModel.java
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2021

Codecov Report

Merging #8786 (b2d0305) into 3.0 (5c2161a) will decrease coverage by 0.08%.
The diff coverage is 73.56%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.0    #8786      +/-   ##
============================================
- Coverage     63.92%   63.84%   -0.09%     
+ Complexity      315      312       -3     
============================================
  Files          1156     1158       +2     
  Lines         48702    48824     +122     
  Branches       7324     7335      +11     
============================================
+ Hits          31134    31170      +36     
- Misses        14175    14255      +80     
- Partials       3393     3399       +6     
Impacted Files Coverage Δ
...c/cluster/governance/GovernanceRuleRepository.java 100.00% <ø> (ø)
...ava/org/apache/dubbo/rpc/model/FrameworkModel.java 96.15% <0.00%> (-1.89%) ⬇️
...in/java/org/apache/dubbo/rpc/model/ScopeModel.java 80.32% <ø> (ø)
...a/org/apache/dubbo/config/ConfigPostProcessor.java 0.00% <ø> (ø)
.../apache/dubbo/common/config/ModuleEnvironment.java 46.26% <46.26%> (ø)
...apache/dubbo/common/config/ConfigurationUtils.java 73.77% <64.00%> (+0.18%) ⬆️
...e/dubbo/registry/integration/RegistryProtocol.java 60.33% <72.41%> (+0.16%) ⬆️
...stry/client/ServiceDiscoveryRegistryDirectory.java 46.42% <73.33%> (+0.44%) ⬆️
...stry/integration/AbstractConfiguratorListener.java 40.00% <75.00%> (-1.31%) ⬇️
.../common/config/OrderedPropertiesConfiguration.java 77.77% <77.77%> (ø)
... and 49 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 5c2161a...b2d0305. Read the comment docs.

# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/config/context/ConfigManager.java
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ApplicationModel.java
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ModuleModel.java
#	dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ScopeModel.java
#	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/bootstrap/DubboBootstrap.java
#	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/DubboInfraBeanRegisterPostProcessor.java
#	dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java
@AlbumenJ AlbumenJ merged commit 04a9837 into apache:3.0 Sep 14, 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