Skip to content
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-blue][JBPM-10242] Allow the possibility of disabling linear search for rem… #2445

Commits on Oct 9, 2024

  1. [JBPM-10242] Allow the possibility of disabling linear search for rem…

    …oveJob and getTimerByName operations (kiegroup#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 <kris.verlaenen@gmail.com>
    2 people authored and gmunozfe committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3ac5b37 View commit details
    Browse the repository at this point in the history