-
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
feature: saga remove spring #6017
Closed
Closed
Changes from 12 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0bae661
1、解耦spring 2、去除saga-tm模块 3、优化部分接口声明
wt-better fec7ad7
fix ut
wt-better d807e56
优化rm模块
wt-better 5005706
Merge remote-tracking branch 'origin/2.x' into feature/saga-remove-sp…
wt-better c42f243
add changes
wt-better 0747b45
fix ut and add licence
wt-better 7477a7c
Merge branch '2.x' into feature/saga-remove-spring
leizhiyuan d638467
pom xml add license
wt-better 5510324
Merge branch 'feature/saga-remove-spring' of github.com:wt-better/sea…
wt-better 1bdadc8
fix check stype
wt-better 33e6491
serviceTask移动到base包,以serviceType类型区分
wt-better e9dfe83
优化代码 & format code
wt-better f409759
fix code style
wt-better 6affce3
Merge branch '2.x' into feature/saga-remove-spring
wt-better a3d16ab
spring包只保留serviceTask的spring实现,基础的serviceTask声明和处理器作为基础定义移动到engine包
wt-better 1c674cf
fix conflict
wt-better 48d865e
fix checkstyle
wt-better 9e68e35
UUIDSeqGenerator impl to native.uuid
wt-better e7ad159
Merge remote-tracking branch 'origin/2.x' into feature/saga-remove-sp…
wt-better 929e04b
fix conflict and op code style
wt-better 3ce399c
remove unuse import
wt-better 1be5a27
fix licence
wt-better 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
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 was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...e/src/main/resources/META-INF/services/io.seata.saga.engine.pcext.StateHandlerInterceptor
This file was deleted.
Oops, something went wrong.
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.
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.
I think
hasText
andcontainsText
are redundant, as it completely identical toisNotBlank
.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.
this named with history spring naming, for less change. It can also be changed to ‘ containsText’