Skip to content

Commit

Permalink
NO-ISSUE: Make sure kie-tools is using the latest timestamped SNAPSHO…
Browse files Browse the repository at this point in the history
…T from Kogito (999-20241208-SNAPSHOT) (apache#2813)
  • Loading branch information
jomarko authored Dec 17, 2024
1 parent d80fa2b commit 37d7322
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin>

<!-- Apache KIE -->
<version.org.kie.kogito>999-20241016-SNAPSHOT</version.org.kie.kogito>
<version.org.kie.kogito>999-20241208-SNAPSHOT</version.org.kie.kogito>

<!-- Quarkus -->
<version.quarkus>3.8.6</version.quarkus>
Expand Down
2 changes: 1 addition & 1 deletion packages/root-env/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = composeEnv([], {
},
/* (begin) This part of the file is referenced in `scripts/update-kogito-version` */
KOGITO_RUNTIME_version: {
default: "999-20241016-SNAPSHOT",
default: "999-20241208-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
/* (end) */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ postgreSQLPersistenceExtensions:
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-20241016-SNAPSHOT
version: 999-20241208-SNAPSHOT
# If true, the workflow deployments will be configured to send accumulated workflow status change events to the Data
# Index Service reducing the number of produced events. Set to false to send individual events.
kogitoEventsGrouping: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestInitializeControllersCfgAt_ValidFile(t *testing.T) {
assert.Equal(t, GAV{
GroupId: "org.kie",
ArtifactId: "kie-addons-quarkus-persistence-jdbc",
Version: "999-20241016-SNAPSHOT",
Version: "999-20241208-SNAPSHOT",
}, postgresExtensions[2])
assert.True(t, cfg.KogitoEventsGrouping)
assert.True(t, cfg.KogitoEventsGroupingBinary)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgreSQLPersistenceExtensions:
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-20241016-SNAPSHOT
version: 999-20241208-SNAPSHOT
kogitoEventsGrouping: true
kogitoEventsGroupingBinary: true
kogitoEventsGroupingCompress: false
2 changes: 1 addition & 1 deletion packages/sonataflow-operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28172,7 +28172,7 @@ data:
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-20241016-SNAPSHOT
version: 999-20241208-SNAPSHOT
# If true, the workflow deployments will be configured to send accumulated workflow status change events to the Data
# Index Service reducing the number of produced events. Set to false to send individual events.
kogitoEventsGrouping: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
services:
dataIndex:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241016-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20241208-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion repo/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ A few scripts are available for general purpose usage on `kie-tools`. They're bu
- [sparse-checkout](../scripts/sparse-checkout/README.md): Partially clone `kie-tools` and work on a subset of its packages.
- Mostly used by our automations
- [check-junit-report-results](../scripts/check-junit-report-results/README.md): Checks JUnit XML files to see if tests failed. Used on our CI.
- [update-kogito-version](../scripts/update-kogito-version/README.md): Updates the version of Kogito Maven dependencies. (E.g., `999-20241016-SNAPSHOT`, `999-SNAPSHOT` or `10.0.0`)
- [update-kogito-version](../scripts/update-kogito-version/README.md): Updates the version of Kogito Maven dependencies. (E.g., `999-20241208-SNAPSHOT`, `999-SNAPSHOT` or `10.0.0`)
- [update-stream-name](../scripts/update-stream-name/README.md): Updates this repo's stream name. (E.g., `main` or `10.0.x`)
- [update-version](../scripts/update-version/README.md): Updates this repo's version (E.g., `0.0.0` or `10.0.999`)

Expand Down

0 comments on commit 37d7322

Please sign in to comment.