This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch sync-20250907
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git

commit e0b6e75372d79ae2c0c1ac104cf09221f9346113
Merge: 117ed1abc 69ef6e414
Author: Martin Weiler <[email protected]>
AuthorDate: Wed Sep 3 08:38:53 2025 -0600

    [DBACLD-186236] Set on error process instance when a job reaches the error 
state (#2264) (#34)

 ...utInterceptor.java => JobTimeoutExecution.java} | 25 ++++---
 .../kogito/app/jobs/api/JobTimeoutInterceptor.java |  2 +-
 .../kogito/app/jobs/impl/VertxJobScheduler.java    | 82 +++++++++++-----------
 .../ErrorHandlingJobTimeoutInterceptor.java        | 66 +++++++++++++++++
 jobs/kogito-addons-quarkus-embedded-jobs/pom.xml   |  4 ++
 .../app/jobs/quarkus/QuarkusJobsService.java       | 27 +++----
 .../quarkus/TransactionJobTimeoutInterceptor.java} | 22 +++---
 .../jobs/jpa/quarkus/QuarkusJPAJobStoreTest.java   | 28 +++++++-
 .../jobs/jpa/quarkus/TestExceptionHandler.java}    | 31 +++++---
 ...SchedulerListener.java => TestJobExecutor.java} | 39 ++++++----
 .../jobs/jpa/quarkus/TestJobSchedulerListener.java |  5 ++
 .../kogito-addons-springboot-embedded-jobs/pom.xml |  4 ++
 .../app/jobs/springboot/SpringbootJobsService.java | 36 +++-------
 .../TransactionJobTimeoutInterceptor.java          | 54 ++++++++++++++
 .../jobs/springboot/SpringbootJPAJobStoreTest.java | 26 +++++++
 ...ulerListener.java => TestExceptionHandler.java} | 32 +++++----
 ...SchedulerListener.java => TestJobExecutor.java} | 38 ++++++----
 .../jobs/springboot/TestJobSchedulerListener.java  |  5 ++
 18 files changed, 370 insertions(+), 156 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to