-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: in dubbo 3.x version, the consumer can't generate tcc proxy. #6101
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ef782b3
undo_log table check optimize
laywin 1df81eb
optimize & add modify record
laywin 8e92325
adjust indentation
laywin 7482281
undo_log table check optimize
laywin 522c386
optimize & add modify record
laywin 0444780
adjust indentation
laywin 881aaf4
add unit test
laywin b8f822c
move pr record
laywin fc2e79f
Merge remote-tracking branch 'origin/2.x' into 2.x
laywin e36326e
modify unit test
laywin 0bf3847
add Github ID
laywin 47d150d
Merge branch '2.x' into 2.x
funky-eyes 12f8109
1. update mockito version to 4.5.1 same as seata server to support st…
laywin c8a6115
Merge remote-tracking branch 'origin/2.x' into 2.x
laywin c5761c7
import optimize
laywin 572192b
1. add dubbo 3.x's proxy name to optimize proxy judge.
laywin 53f3070
Merge branch '2.x' of github.com:seata/seata into 2.x
laywin 2a01c04
add change registry info
laywin 6513a35
add try other app logic in TCC mode when TC send order of two phase
laywin 184e05a
fix unit test
laywin 27f1db4
rollback tryotherapp param
laywin 61df543
rm Unused import
laywin 5efb325
optimize tcc judge
laywin 988bb7a
1. rm try other app when send tc's order
laywin 056c3f0
Merge branch '2.x' into 2.x
funky-eyes 60b4adf
add the try other app back && allow at mode to enable
laywin a6af930
add try other app back
laywin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can you only use contains? and not startsWith or endsWith?
只能使用contains?而不是startsWith或者endsWith吗?
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.
there is no fixed prefix or suffix in generated proxy name, i will try later to concat a prefix to judge.
生成代理名字的时候没有固定的前缀和后缀,我看能不能凭借一个前缀来判断.
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.
Deeply analyzing the source code is really excellent.