FINERACT-1724 - COB Optimistic locking fix - #3026
Merged
Merged
Conversation
b0c1
force-pushed
the
cob-optimistic-lock-fix
branch
3 times, most recently
from
March 7, 2023 14:20
15d242b to
4a87510
Compare
- [x] ReloadService for lead entities - [x] ReloaderService iterating over ReloadService and try to find and reload the entity - [x] Fix COBBusinessStepServiceImpl to reload the entity before business step
b0c1
force-pushed
the
cob-optimistic-lock-fix
branch
from
March 7, 2023 14:36
4a87510 to
b257b83
Compare
galovics
reviewed
Mar 8, 2023
|
|
||
| public interface ReloadService<S extends AbstractPersistableCustom> { | ||
|
|
||
| <X extends AbstractPersistableCustom> boolean canReload(X input); |
Contributor
There was a problem hiding this comment.
Can't this be type of S instead of X?
galovics
approved these changes
Mar 8, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
FINERACT-1724 - Optimistic locking fix