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

Conversation

fjtirado
Copy link
Contributor

@fjtirado fjtirado commented Nov 7, 2023

In the same signalEvent call

fjtirado and others added 25 commits March 8, 2023 17:22
…#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]>
* [JBPM-10174] Do not call readValue in VariableScope

* [JBPM-10174] Sonar warnings

* [JBPM-10174] Supporting date conversion

* [JBPM-10174] Increasing coverage
* [JBPM-10185] Handling sla timer for processes

* [JBPM-10185] Add test and fix persistence of SlaDueDate

---------

Co-authored-by: Gonzalo Muñoz <[email protected]>
* 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]>
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
…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]>
Original expression needs to be added as it is to external event
listeners. This way it can be converted when persisted.
…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]>
…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 fjtirado force-pushed the JBPM-10208 branch 3 times, most recently from 668d5a4 to 1ae53d7 Compare November 7, 2023 16:28
@fjtirado fjtirado closed this Nov 7, 2023
Copy link

sonarcloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.