Fix #2290#2291
Closed
fjtirado wants to merge 318 commits into
Closed
Conversation
Rather than composing string for postgres, we pass composite key from businnes layer
…pps/consoles-common` (#1973) * incubator-kie-issues#878: upgrade keycloak-js version in @kogito-apps/consoles-common * - fix formatting
…nce in postgresql (#1985)
* KOGITO-10047: Enable SWF Dev UI extension for Quarkus 3 * KOGITO-10047: Enable SWF Dev UI extension for Quarkus 3
…to-apps` (#1986) * incubator-kie-issues#918: Verify Quarkus Extensions metadata in `kogito-apps` * - fixes
…1991) * [Fix_#1989] Considering '.' in variable name when merging variables * [Fix_#1989] Walters comments
…1997) * incubator-kie-issues#932: Rename Quarkus Extension in `kogito-apps` * - renamed `job-service` addons, `jbpm-quarkus-devui` & `sonataflow-quarkus-devui` * - renamed `data-audit` addons
…sions in `kogito-runtimes` (#2000) * incubator-kie-issues#934: Rename the `jBPM` & `drools` Quarkus Extensions in `kogito-runtimes` * added missing dep * restore `.husky/pre-commit`
…kogito-runtimes` (#2003) * incubator-kie-issues#933: Rename `SonataFlow` Quarkus Extensions in `kogito-runtimes` * change groupId to `org.apache.sonataflow`
* [NO_ISSUE]: Rollback missing `sonataflow-quarkus-devui` groupId * fix devuis
…in `kogito-runtimes` (#2006) * incubator-kie-issues#935: Rename `kie` & `kogito` Quarkus Extensions in `kogito-runtimes` * fix missing dependencies
…re (#2001) * [incubator-kie-issues-973] Document job service in compact architecture * fix comments
#2002) * [incubator-kie-issues-974] Document data index in compact architecture * fix
Sync main branch with Apache main branch
…kogito-runtimes` (#2013) * incubator-kie-issues#933: Rename `SonataFlow` Quarkus Extensions in `kogito-runtimes` * change groupId to `org.apache.kie.sonataflow` * cleanup
* [incubator-kie-issues#908] Testing DMN 1.5 features inside jitexecutor * [incubator-kie-issues#908] Formatting!!!!!! * [incubator-kie-issues#908] Fixing impsort!!!!!! --------- Co-authored-by: Gabriele-Cardosi <gabriele.cardosi@ibm.com>
…dpoints (#2017) * [incubator-kie-issues#1015] Implement configurable log on DMN rest endpoints * [incubator-kie-issues#1015] Fix typo * [incubator-kie-issues#1015] Fix as per PR suggestion --------- Co-authored-by: Gabriele-Cardosi <gabriele.cardosi@ibm.com>
… new Quarkus 3 Dev UI. (#2018) * incubator-kie-issues#280: Fix `jbpm-quarkus-devui` to adapt it to the new Quarkus 3 Dev UI. * fixed `jbpm-quarkus-devui`: added Dev UI Cards, replaced Qute templates to JS component, added recorder for static resources, fixed data-index url lookup & restored badges * fixed `sonataflow-quarkus-devui`: added recorder for static resources & fixed data-index url lookup * restoring `dynamicLabelJsonRPCMethodName`.
…ources module (#2022) * [incubator-kie-issues#1023] Moved files to kie-dmn-test-resources. Small refactoring * [incubator-kie-issues#1023] Fixing jitexecutor-runner tests * [incubator-kie-issues#1023] Fixing JITDMNPayload toString --------- Co-authored-by: Gabriele-Cardosi <gabriele.cardosi@ibm.com>
…gito-runtimes/addons` (#2025)
…nd springboot support (#2247)
…tables that have foreign key constraints
Sync main branch with Apache main branch
…-jobs (#81) Depends on already excluded module kie-addons-springboot-flyway and we do not need springboot modules in product.
* [NO_ISSUE] fix race condition when reschedule * race condition revisited * fix number of retries * fix process merger * process job serialization * end time fix * fix compilation problem * fix type * fix formatting * fix marshaller * fix phatom scheduler in error state * add test exact time * fix inmediate schedule * fix retry millis * fix deserializer * fix formatting
* [NO_ISSUE] job process instance executor create instance * correction start instead of signal * formatting
…reaches the error state (#2264) * [incubator-kie-issues-2079] Set on error process instance when a job reaches the error state * fix exception handling registered * correction in error handling * add test case for error handling
…oot application with `kogito-addons-springboot-data-index-jpa` and `kie-addons-springboot-process-svg` (#2266)
…failing in Spring Boot application (#2267)
…ss probes are not working as expected. (#2265) * [incubator-kie-issues-2080] Kogito data-index and job-service readiness probes are not working as expected. * Update QuarkusDataIndexLivenessHealthCheck.java * Update QuarkusDataIndexReadinessHealthCheck.java
Co-authored-by: jstastny-cz <jstastnycz@apache.org>
…obs Service (#2249) * Configuration for jobs service integration * Changing vertx configuration * Changing vertx configuration * kie-issues#1982: Add an optional property to add a custom UI to Jobs Service --------- Co-authored-by: kumaradityaraj <sedulous.0007@gmail.com> Co-authored-by: Walter Medvedeo <wmedvedeo@gmail.com>
Sync main branch with Apache main branch
…8-154600 SRVLOGIC-633: Main sync with manual conflict resolution using "ours"
…s-and-redesign-of-upstream-sync-CI SRVLOGIC-633: Redesign of upstream-sync CI
[main-sync-20251207] 🤖 Sync main with upstream
[main-sync-20251221] 🤖 Sync main with upstream
[main-sync-20260104] 🤖 Sync main with upstream
Signed-off-by: fjtirado <ftirados@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #2290