This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 96ec99f28e8 NO-ISSUE: Bump `drools-and-kogito` to `999-20250813-local`
(#3219)
96ec99f28e8 is described below
commit 96ec99f28e8f688805f239ea0d98b5f90fc7c5c9
Author: Aswathi <[email protected]>
AuthorDate: Sat Aug 16 04:15:00 2025 +0530
NO-ISSUE: Bump `drools-and-kogito` to `999-20250813-local` (#3219)
---
packages/drools-and-kogito/env/index.js | 8 ++++----
packages/maven-base/pom.xml | 2 +-
packages/root-env/env/index.js | 2 +-
.../test-resources/tests/features/sonataflow-builder.feature | 12 +++++++-----
repo/KOGITO_UPGRADE_PROCESS.md | 2 +-
5 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/packages/drools-and-kogito/env/index.js
b/packages/drools-and-kogito/env/index.js
index 641e2285bf2..f409bbad418 100644
--- a/packages/drools-and-kogito/env/index.js
+++ b/packages/drools-and-kogito/env/index.js
@@ -28,7 +28,7 @@ module.exports = composeEnv([rootEnv], {
description: "Git repository URL for Drools",
},
DROOLS_AND_KOGITO__droolsRepoGitRef: {
- default: "55ff044e20d3cc2222a525616152a9ee33725490",
+ default: "12467ce780b854dd0f93defe0b240b2891805a08",
description: "Git ref for the Drools repository (SHA, branch, or tag)",
},
DROOLS_AND_KOGITO__optaplannerRepoUrl: {
@@ -36,7 +36,7 @@ module.exports = composeEnv([rootEnv], {
description: "Git repository URL for OptaPlanner",
},
DROOLS_AND_KOGITO__optaplannerRepoGitRef: {
- default: "c857b9532752d5066de3daa7585a90a4e0105fe0",
+ default: "a4e768d9ccbcd50a3735c246c4470e8001ced597",
description: "Git ref for the OptaPlanner repository (SHA, branch, or
tag)",
},
DROOLS_AND_KOGITO__kogitoRuntimesRepoUrl: {
@@ -44,7 +44,7 @@ module.exports = composeEnv([rootEnv], {
description: "Git repository URL for Kogito Runtimes",
},
DROOLS_AND_KOGITO__kogitoRuntimesRepoGitRef: {
- default: "c1e86c1d51e701df6434963a32b1127712a86f49",
+ default: "de30dba21c84e80a2458e108d33a5a28c0a75ca8",
description: "Git ref for the Kogito Runtimes repository (SHA, branch,
or tag)",
},
DROOLS_AND_KOGITO__kogitoAppsRepoUrl: {
@@ -52,7 +52,7 @@ module.exports = composeEnv([rootEnv], {
description: "Git repository URL for Kogito Apps",
},
DROOLS_AND_KOGITO__kogitoAppsRepoGitRef: {
- default: "b58453161115d5b7d232c51aacce76dbcd5f43b4",
+ default: "81620118074f1c8e649c63b2b74fe2ee178765e0",
description: "Git ref for the Kogito Apps repository (SHA, branch, or
tag)",
},
DROOLS_AND_KOGITO__skip: {
diff --git a/packages/maven-base/pom.xml b/packages/maven-base/pom.xml
index e5bf2887d21..186dd750429 100644
--- a/packages/maven-base/pom.xml
+++ b/packages/maven-base/pom.xml
@@ -123,7 +123,7 @@
<version.maven.surefire.plugin>3.5.0</version.maven.surefire.plugin>
<!-- Apache KIE -->
- <version.org.kie.kogito>999-20250622-local</version.org.kie.kogito>
+ <version.org.kie.kogito>999-20250813-local</version.org.kie.kogito>
<!-- Quarkus -->
<version.quarkus>3.20.1</version.quarkus>
diff --git a/packages/root-env/env/index.js b/packages/root-env/env/index.js
index 53d2f51dace..d3f7ebd04c5 100644
--- a/packages/root-env/env/index.js
+++ b/packages/root-env/env/index.js
@@ -74,7 +74,7 @@ module.exports = composeEnv([], {
},
/* (begin) This part of the file is referenced in
`scripts/update-kogito-version` */
KOGITO_RUNTIME_version: {
- default: "999-20250622-local",
+ default: "999-20250813-local",
description: "Kogito version to be used on dependency declaration.",
},
/* (end) */
diff --git
a/packages/sonataflow-builder-image/test-resources/tests/features/sonataflow-builder.feature
b/packages/sonataflow-builder-image/test-resources/tests/features/sonataflow-builder.feature
index 979c5493f30..ccfb8f6dd3c 100644
---
a/packages/sonataflow-builder-image/test-resources/tests/features/sonataflow-builder.feature
+++
b/packages/sonataflow-builder-image/test-resources/tests/features/sonataflow-builder.feature
@@ -20,8 +20,9 @@ Feature: SonataFlow Builder Image Sanity Checks
Scenario: Verify that the application is built and started correctly
When container is started with command bash -c
'/home/kogito/launch/build-app.sh && java -jar
target/quarkus-app/quarkus-run.jar'
- | variable | value |
- | SCRIPT_DEBUG | false |
+ | variable | value |
+ | SCRIPT_DEBUG | false |
+ | KOGITO_SERVICE_URL | http://localhost:8080 |
Then container log should match regex Installed
features:.*kogito-serverless-workflow
And container log should match regex Installed
features:.*kie-addon-knative-eventing-extension
And container log should match regex Installed features:.*smallrye-health
@@ -30,8 +31,9 @@ Feature: SonataFlow Builder Image Sanity Checks
Scenario: Verify that the application is built and started correctly when
QUARKUS_EXTENSIONS env is used
When container is started with command bash -c
'/home/kogito/launch/build-app.sh && java -jar
target/quarkus-app/quarkus-run.jar'
- | variable | value |
- | SCRIPT_DEBUG | false |
- | QUARKUS_EXTENSIONS | io.quarkus:quarkus-elytron-security-jdbc |
+ | variable | value |
+ | SCRIPT_DEBUG | false |
+ | KOGITO_SERVICE_URL | http://localhost:8080 |
+ | QUARKUS_EXTENSIONS | io.quarkus:quarkus-elytron-security-jdbc |
Then container log should match regex Extension
io\.quarkus:quarkus-elytron-security-jdbc.* has been installed
And container log should match regex Installed features:.*security-jdbc
diff --git a/repo/KOGITO_UPGRADE_PROCESS.md b/repo/KOGITO_UPGRADE_PROCESS.md
index 0d9a9f6811b..4c8348b1acb 100644
--- a/repo/KOGITO_UPGRADE_PROCESS.md
+++ b/repo/KOGITO_UPGRADE_PROCESS.md
@@ -31,7 +31,7 @@ With the [GitHub CLI](https://cli.github.com/) installed, you
can run:
```bash
-DATE='2025-06-22' # CHANGE THIS TO WHATEVER DATE YOU'D LIKE TO UPGRADE TO.
+DATE='2025-08-05' # CHANGE THIS TO WHATEVER DATE YOU'D LIKE TO UPGRADE TO.
PAGER='cat'
DROOLS_SHA=$(gh search commits --author-date "<${DATE}" -R
"apache/incubator-kie-drools" --sort author-date --order desc --json sha
--limit 1 --jq '.[].sha')
OPTAPLANNER_SHA=$(gh search commits --author-date "<${DATE}" -R
"apache/incubator-kie-optaplanner" --sort author-date --order desc --json sha
--limit 1 --jq '.[].sha')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]