Skip to content

Commit

Permalink
Merge pull request #54 from rgdoliveira/sync_main
Browse files Browse the repository at this point in the history
Sync main branch with Apache main branch
  • Loading branch information
rgdoliveira authored Aug 26, 2024
2 parents 5df86f7 + c615bc4 commit 43fbd97
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion kogito-base-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-base-builder"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17:1.19"
description: "Image with JDK and Maven, used as a base image. It is used by Web Tools !"

Expand Down
2 changes: 1 addition & 1 deletion kogito-data-index-ephemeral-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-data-index-ephemeral"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"

Expand Down
2 changes: 1 addition & 1 deletion kogito-data-index-postgresql-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-data-index-postgresql"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Data Index Service for PostgreSQL persistence provider"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jit-runner-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jit-runner"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito JIT Runner"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-allinone-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-allinone"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Jobs Service with all available jdbc providers"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-ephemeral-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-ephemeral"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito in memory Jobs Service"

Expand Down
2 changes: 1 addition & 1 deletion kogito-jobs-service-postgresql-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
schema_version: 1

name: "docker.io/apache/incubator-kie-kogito-jobs-service-postgresql"
version: "999-SNAPSHOT"
version: "main"
from: "registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19"
description: "Runtime image for Kogito Jobs Service based on Postgresql"

Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-custom-truststore/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.security.custom.truststores
version: "999-SNAPSHOT"
version: "main"
description: "Adds the capability of configuring a custom Java Truststore to replace the original cacerts"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.common
version: "999-SNAPSHOT"
version: "main"
description: "Common modules for data-index persistence provider images, any addition that is common must be added in this module"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-ephemeral/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.community.ephemeral
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-data-index-postgresql/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dataindex.postgresql
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-dynamic-resources/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.dynamic.resources
version: "999-SNAPSHOT"
version: "main"

description: -| Module retrieved from https://github.com/jboss-openshift/cct_module/blob/master/jboss/container/java/jvm/bash However it contains a few customizations to fit Kogito needs.

Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jit-runner/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jit-runner
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-all-in-one/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.allinone
version: "999-SNAPSHOT"
version: "main"

artifacts:
- path: /tmp/build/jobs-service-inmemory-all-in-one
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.common
version: "999-SNAPSHOT"
version: "main"
description: "This module needs to be run last, if adding it, add in the last position."

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-ephemeral/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.ephemeral
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-jobs-service-postgresql/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.jobs.service.postgresql
version: "999-SNAPSHOT"
version: "main"

# see build-kogito-apps-components.sh script, responsible for build it.
# called by the Makefile before builds
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-launch-scripts/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.launch.scripts
version: "999-SNAPSHOT"
version: "main"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-logging/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.logging
version: "999-SNAPSHOT"
version: "main"

execute:
- script: configure
2 changes: 1 addition & 1 deletion modules/kogito-maven/common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.maven.common
version: "999-SNAPSHOT"
version: "main"

envs:
- name: "MAVEN_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-project-versions/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.project.versions
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Project versions information"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-system-user/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.system.user
version: "999-SNAPSHOT"
version: "main"

execute:
- script: add-user
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/builder/build-config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.builder.build-config
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow builder image build configuration"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/builder/runtime/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.builder.runtime.community
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow builder runtime module"

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/common/build/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.common.build
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow image build process"

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/common/scripts/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.common.scripts
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow image common scripts"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/build-config/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.build-config
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode image build configuration"

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/runtime/common/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.runtime.common
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode common module"

execute:
Expand Down
2 changes: 1 addition & 1 deletion modules/sonataflow/devmode/runtime/community/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1
name: org.kie.kogito.swf.devmode.runtime.community
version: "999-SNAPSHOT"
version: "main"
description: "Kogito Serverless Workflow devmode with required extensions"

envs:
Expand Down
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-devmode.feature
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Feature: Serverless Workflow devmode images
Then check that page is served
| property | value |
| port | 8080 |
| path | /q/dev-v1/org.kie.kogito-addons-quarkus-data-index-inmemory/dataindex |
| path | /q/dev-ui/org.kie.kogito-addons-quarkus-data-index-inmemory/data-index-graphql-ui |
| request_method | GET |
| wait | 480 |
| expected_status_code | 200 |
Expand Down

0 comments on commit 43fbd97

Please sign in to comment.