-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Chore: use pattern variable #4114
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
Conversation
|
Thanks @dbmalkovsky. This looks good to us. You can go ahead and upgrade all the occurrences when you have time |
|
@filiphr I think I found the remaining occurrences that needed updating. Thanks for the review. |
filiphr
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.
Thanks a lot @dbmalkovsky for this improvements.
While reviewing I found few places where we can do it a bit better. Have a look at my comments
...wable-engine/src/main/java/org/flowable/engine/impl/dynamic/AbstractDynamicStateManager.java
Outdated
Show resolved
Hide resolved
...wable-engine/src/main/java/org/flowable/engine/impl/dynamic/AbstractDynamicStateManager.java
Outdated
Show resolved
Hide resolved
...e-engine/src/main/java/org/flowable/engine/impl/dynamic/BaseDynamicSubProcessInjectUtil.java
Outdated
Show resolved
Hide resolved
...ne/src/main/java/org/flowable/engine/impl/persistence/entity/ExecutionEntityManagerImpl.java
Outdated
Show resolved
Hide resolved
...ervice/src/main/java/org/flowable/variable/service/impl/types/JPAEntityListVariableType.java
Outdated
Show resolved
Hide resolved
…/dynamic/AbstractDynamicStateManager.java Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
…/dynamic/AbstractDynamicStateManager.java Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
…/dynamic/BaseDynamicSubProcessInjectUtil.java Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
…ariable/service/impl/types/JPAEntityListVariableType.java Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
per review comment
|
Thanks a lot @dbmalkovsky |
Part of JDK 16
Only modified a few files as an example (there are about 300 occurrences) to see if such a change is acceptable before I do all of them.