dubbo
dubbo copied to clipboard
[3.3] Get moduleModel at ReferenceBeanManager#prepareReferenceBeans method to avoid getting null result
What is the purpose of the change?
try to fix https://github.com/apache/dubbo/issues/15663
Checklist
- [x] Make sure there is a GitHub_issue field for the change.
- [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
- [x] Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
- [x] Make sure gitHub actions can pass. Why the workflow is failing and how to fix it?
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 60.75%. Comparing base (f284fab) to head (e770c62).
Additional details and impacted files
@@ Coverage Diff @@
## 3.3 #15769 +/- ##
============================================
- Coverage 60.76% 60.75% -0.01%
+ Complexity 11712 11695 -17
============================================
Files 1938 1938
Lines 88646 88646
Branches 13379 13379
============================================
- Hits 53866 53861 -5
Misses 29257 29257
- Partials 5523 5528 +5
| Flag | Coverage Δ | |
|---|---|---|
| integration-tests-java21 | 32.37% <100.00%> (-0.09%) |
:arrow_down: |
| integration-tests-java8 | 32.44% <100.00%> (+<0.01%) |
:arrow_up: |
| samples-tests-java21 | 32.05% <100.00%> (+0.01%) |
:arrow_up: |
| samples-tests-java8 | 29.70% <100.00%> (+0.10%) |
:arrow_up: |
| unit-tests-java11 | 59.07% <100.00%> (-0.02%) |
:arrow_down: |
| unit-tests-java17 | 58.54% <100.00%> (-0.01%) |
:arrow_down: |
| unit-tests-java21 | 58.56% <100.00%> (-0.01%) |
:arrow_down: |
| unit-tests-java25 | 58.51% <100.00%> (+<0.01%) |
:arrow_up: |
| unit-tests-java8 | 59.06% <100.00%> (-0.03%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.