-
Notifications
You must be signed in to change notification settings - Fork 8.9k
bugfix: TwoPhaseBusinessAction coexist with GlobalTransactional #6331
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: TwoPhaseBusinessAction coexist with GlobalTransactional #6331
Conversation
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md # integration-tx-api/src/main/java/org/apache/seata/integration/tx/api/interceptor/handler/GlobalTransactionalInterceptorHandler.java
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6331 +/- ##
============================================
+ Coverage 52.40% 52.53% +0.12%
- Complexity 5244 5262 +18
============================================
Files 924 926 +2
Lines 32066 32097 +31
Branches 3833 3839 +6
============================================
+ Hits 16805 16861 +56
+ Misses 13607 13568 -39
- Partials 1654 1668 +14
|
...ache/seata/integration/tx/api/interceptor/handler/GlobalTransactionalInterceptorHandler.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/seata/integration/tx/api/interceptor/parser/DefaultInterfaceParser.java
Outdated
Show resolved
Hide resolved
funky-eyes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.




当参与者使用tcc注解@TwoPhaseBusinessAction时,同时添加@GlobalTransactional,比如在使用嵌套事务的场景下,目前2.x从1.x改造完tcc去spring后,无法同时添加两个注解切面。