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-10208] Avoid signalling the same engine more than once #2358

Closed
wants to merge 26 commits into from

Commits on Mar 8, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    44efc2a View commit details
    Browse the repository at this point in the history
  2. JBPM-10162 IntermediateThrowingSignal node from subprocess and the su…

    …bprocess is not getting marked as executed (kiegroup#2273)
    bxf12315 authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    babe7da View commit details
    Browse the repository at this point in the history
  3. [JBPM-10172] Same id used for timers when using per request (kiegroup…

    …#2285)
    
    * [JBPM-10172] Same id used for timers when using per request
    
    * [JBPM-10172] Fix test without timer name
    
    * [KOGITO-10172] Kris proposal
    
    * [JBPM-10172] Avoiding null pointer if manager is null
    
    * [JBPM-10172] Sonar warnings
    
    * [JBPM-10172] Fixing tests
    
    ---------
    
    Co-authored-by: Gonzalo Muñoz <[email protected]>
    fjtirado and gmunozfe committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fd6c2d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be5af0f View commit details
    Browse the repository at this point in the history
  5. [JBPM-10174] Do not call readValue in VariableScope (kiegroup#2288)

    * [JBPM-10174] Do not call readValue in VariableScope
    
    * [JBPM-10174] Sonar warnings
    
    * [JBPM-10174] Supporting date conversion
    
    * [JBPM-10174] Increasing coverage
    fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    822544b View commit details
    Browse the repository at this point in the history
  6. bumped up to 7.50.0-SNAPSHOT

    mbiarnes authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    32bc5e0 View commit details
    Browse the repository at this point in the history
  7. [JBPM-10176] Detect creation of timers for notifications (kiegroup#2283)

    Co-authored-by: Alberto Fanjul <[email protected]>
    2 people authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f43bcb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8533a33 View commit details
    Browse the repository at this point in the history
  9. [JBPM-10185] Handling sla timer for processes (kiegroup#2303)

    * [JBPM-10185] Handling sla timer for processes
    
    * [JBPM-10185] Add test and fix persistence of SlaDueDate
    
    ---------
    
    Co-authored-by: Gonzalo Muñoz <[email protected]>
    fjtirado and gmunozfe committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b5d4582 View commit details
    Browse the repository at this point in the history
  10. Bump h2 from 1.4.197 to 2.2.220 (kiegroup#2302)

    * Bump h2 from 1.4.197 to 2.2.220
    - remove MVCC
    
    * [bump to h2-220]: add param NON_KEYWORDS=VALUE
    
    * [bump h2 220] Fix container tests
    
    * [bump h2-220] Parameterize drop script for other dbs
    
    * [bump h2-220] Changes after review
    
    ---------
    
    Co-authored-by: Gonzalo Muñoz <[email protected]>
    2 people authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7f8cd8b View commit details
    Browse the repository at this point in the history
  11. [kie-roadmap-119] Scheduled jobs do not keep configured execution time (

    kiegroup#2292)
    
    * [kie-roadmap-119] Scheduled jobs do not keep configured execution time
    
    * [kie-roadmap-119] Make sure job gets rescheduled even if execution time exceeds nextRun value
    martinweiler authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8ec341f View commit details
    Browse the repository at this point in the history
  12. [kie-issues-386] PIM removes dynamic task description of Human Tasks (k…

    …iegroup#2301)
    
    * [kie-issues-386] Test case to verify dynamic task description during process migration
    
    * [kie-issues-386] Test case to verify dynamic task description during process migration / fix
    
    ---------
    
    Co-authored-by: Martin Weiler <[email protected]>
    2 people authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ab2a38b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0dd2121 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f656cc7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    31f8eb0 View commit details
    Browse the repository at this point in the history
  16. [JBPM-10188] Signaling process instances (kiegroup#2319)

    Original expression needs to be added as it is to external event
    listeners. This way it can be converted when persisted.
    fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b3a79fa View commit details
    Browse the repository at this point in the history
  17. [kie-issues-509] Handle SLA timers during process instance migration (k…

    …iegroup#2323)
    
    * [kie-issues-509] Handle SLA timers during process instance migration
    
    * [kie-issues-509] Add tests for process SLA and usertask SLA migration
    
    * [kie-issue-509] fix tests and add SLA process migration
    
    ---------
    
    Co-authored-by: Martin Weiler <[email protected]>
    2 people authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    502c6c1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e143aa9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    600de5d View commit details
    Browse the repository at this point in the history
  20. [JBPM-10195] Schema validation exception when validating Spring Boot …

    …DDL (kiegroup#2332)
    
    Scripts for Oracle and PostgreSQL
    gmunozfe authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e2455de View commit details
    Browse the repository at this point in the history
  21. [JBPM-10203] Fixing null pointer exception for cancelActivity (kiegro…

    …up#2342)
    
    * [JBPM-10203] Fixing null pointer exception for cancelActivity
    
    * Update jbpm-bpmn2/src/main/java/org/jbpm/bpmn2/xml/BoundaryEventHandler.java
    
    Co-authored-by: Gonzalo Muñoz <[email protected]>
    
    ---------
    
    Co-authored-by: Gonzalo Muñoz <[email protected]>
    fjtirado and gmunozfe committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    849e1c0 View commit details
    Browse the repository at this point in the history
  22. [incubator-kie-issues-646] Duplicate timer created for Task SLA Due d…

    …ate with AsyncMode env setting (kiegroup#2352)
    elguardian authored and fjtirado committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a6ef8f0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd32504 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    5a9f791 View commit details
    Browse the repository at this point in the history
  2. [JBPM-10208] Avoid signalling the same engine more than once

    In the same signalEvent call
    fjtirado committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d8700c4 View commit details
    Browse the repository at this point in the history