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

bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check #7124

Merged

Conversation

xiaoxiangyeyu0
Copy link
Contributor

@xiaoxiangyeyu0 xiaoxiangyeyu0 commented Jan 21, 2025

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

GlobalTransactionScanner.afterPropertiesSet need do scanner check

Ⅱ. Does this pull request fix one issue?

fixes #7113

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 53.17%. Comparing base (4632770) to head (e61930a).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ta/spring/annotation/GlobalTransactionScanner.java 0.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #7124      +/-   ##
============================================
+ Coverage     53.08%   53.17%   +0.09%     
- Complexity     6795     6810      +15     
============================================
  Files          1136     1137       +1     
  Lines         40341    40368      +27     
  Branches       4723     4727       +4     
============================================
+ Hits          21416    21467      +51     
+ Misses        16885    16854      -31     
- Partials       2040     2047       +7     
Files with missing lines Coverage Δ
...ta/spring/annotation/GlobalTransactionScanner.java 9.90% <0.00%> (-0.14%) ⬇️

... and 11 files with indirect coverage changes

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
请登记pr至2.x.md中
Please register PR to 2.x.md

@funky-eyes funky-eyes added this to the 2.4.0 milestone Jan 21, 2025
@funky-eyes funky-eyes added type: bug Category issues or prs related to bug. module/spring spring module labels Jan 21, 2025
shukai added 2 commits January 21, 2025 14:11
# Conflicts:
#	changes/en-us/2.x.md
#	changes/zh-cn/2.x.md
@xiaoxiangyeyu0
Copy link
Contributor Author

done

@funky-eyes funky-eyes changed the title bugfix:GlobalTransactionScanner.afterPropertiesSet need do scanner check bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check Jan 22, 2025
@funky-eyes funky-eyes merged commit ab4574e into apache:2.x Jan 22, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/spring spring module type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GlobalTransactionScanner check if need enhance bean error, it can be ignore
2 participants