-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[7.67.x] [JBPM-10242] Allow the possibility of disabling linear search for removeJob and getTimerByName operations #2444
Conversation
…oveJob and getTimerByName operations (#2441) * Try to cancel timer always, and only search if timer cancellation fails * Skipping list search completely if !searchIfFailed * [JBPM-10242] Always skipping linear search Unless explicilty stated with property org.jbpm.ejb.timer.linear.search * [JBPM-10242] Disable linear search on condition Setting org.jbpm.ejb.timer.disable.linear.search and org.jbpm.ejb.timer.disable.linear.remove to true * [JBPM-10242] Fixing integration tests --------- Co-authored-by: krisv <[email protected]>
jenkins test this |
jenkins do fdb |
There are compiler errors, are we missing some other commits here?
|
@mareknovotny yes, it's missing the backport of this |
Added PRs for 7.67.x (I don't know why they weren't cherry-picked) |
jenkins retest this please |
jenkins do fdb |
@fjtirado this is ready to merge |
Backport: #2441
Fix https://issues.redhat.com/browse/JBPM-10242