Skip to content

Commit

Permalink
Upgrade to and align with Quarkus 3.8.4 LTS release.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli committed Apr 28, 2024
1 parent 2731f44 commit 33d1042
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kogito-base-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "3.2.10.Final"
value: "3.8.4"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-swf-builder-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- name: "io.openshift.s2i.destination"
value: "/tmp"
- name: "io.quarkus.platform.version"
value: "3.2.10.Final"
value: "3.8.4"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
- name: "maintainer"
Expand Down
2 changes: 1 addition & 1 deletion kogito-swf-devmode-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

labels:
- name: "io.quarkus.platform.version"
value: "3.2.10.Final"
value: "3.8.4"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
- name: "maintainer"
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 @@ -26,5 +26,5 @@ envs:
value: "999-SNAPSHOT"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_PLATFORM_VERSION"
value: "3.2.10.Final"
value: "3.8.4"
description: Defines the Quarkus Platform version to be used by the builder images. Not intended to be changed by end user.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ This will set the default artifacts version.
##### Update quarkus version

```bash
$ python update-repository.py --quarkus-platform-version 3.2.10.Final
$ python update-repository.py --quarkus-platform-version 3.8.4
```

This will set the image quarkus version to 3.2.10.Final.
This will set the image quarkus version to 3.8.4.

##### Update Examples URI and Ref

Expand Down
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Serverless Workflow images common

Scenario: Verify if the swf and quarkus files are under /home/kogito/.m2/repository
When container is started with command bash
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.2.10.Final/quarkus-bom-3.2.10.Final.pom should exist
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom should exist
And file /home/kogito/.m2/repository/org/apache/kie/sonataflow/sonataflow-quarkus/ should exist and be a directory

# This check should be enabled again once a similar check is done on runtimes
Expand Down

0 comments on commit 33d1042

Please sign in to comment.