Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.32.x] [main] Bump quarkus version to 2.15.0.Final #1394

Merged
merged 1 commit into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ envs:
value: "2.0.0-SNAPSHOT"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_VERSION"
value: "2.14.1.Final"
value: "2.15.0.Final"
description: Defines the Quarkus version to be used by the builder images. Not intended to be changed by end user.

packages:
Expand Down
2 changes: 1 addition & 1 deletion kogito-swf-builder-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Kogito Serverless Workflow base builder with Quarkus extensions li

labels:
- name: "org.quarkus.version"
value: "2.14.1.Final"
value: "2.15.0.Final"

modules:
install:
Expand Down
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-builder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: SWF and Quarkus installation
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/org/acme/serverless-workflow-project/1.0.0-SNAPSHOT/serverless-workflow-project-1.0.0-SNAPSHOT.jar should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.14.1.Final/quarkus-bom-2.14.1.Final.pom should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.15.0.Final/quarkus-bom-2.15.0.Final.pom should exist
And file /home/kogito/.m2/repository/org/kie/kogito/kogito-quarkus-serverless-workflow/ should exist and be a directory


Expand Down