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

[JBPM-10242] Allow the possibility of disabling linear search for removeJob and getTimerByName operations #2441

Merged
merged 5 commits into from
Oct 2, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2cb609 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    fc488fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. [JBPM-10242] Always skipping linear search

    Unless explicilty stated with property org.jbpm.ejb.timer.linear.search
    fjtirado committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d79847f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. [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
    fjtirado committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    22f29fc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    7007fdb View commit details
    Browse the repository at this point in the history