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

upgrade Quarkus to 3.8.6 #58

Merged
merged 1 commit into from
Sep 9, 2024
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 prod-logic-swf-builder-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ labels:
- name: "io.openshift.s2i.destination"
value: "/tmp"
- name: "io.quarkus.platform.version"
value: "3.8.4"
value: "3.8.6"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
- name: "com.redhat.component"
Expand Down
2 changes: 1 addition & 1 deletion prod-logic-swf-devmode-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: "Red Hat build of Kogito Serverless Workflow development mode image

labels:
- name: "io.quarkus.platform.version"
value: "3.8.4"
value: "3.8.6"
- name: "org.kie.kogito.version"
value: "999-SNAPSHOT"
- name: "io.k8s.description"
Expand Down
2 changes: 1 addition & 1 deletion productized/logic/build-quarkus-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ maven_plugins_gav=("org.apache.maven.plugins:maven-resources-plugin:3.3.1" "org.
properties_with_versions=("compiler-plugin.version:3.11.0" "surefire-plugin.version:3.1.2")

# extra dependencies required for offline mode
quarkus_extensions_extra_deps="com.aayushatharva.brotli4j:native-linux-aarch64:1.16.0.redhat-00003"
quarkus_extensions_extra_deps="com.aayushatharva.brotli4j:native-linux-aarch64:1.16.0.redhat-00005"
# common extensions used by the kogito-swf-builder and kogito-swf-devmode
quarkus_extensions="quarkus-kubernetes,smallrye-health,org.apache.kie.sonataflow:sonataflow-quarkus:${kogito_version},org.kie:kie-addons-quarkus-knative-eventing:${kogito_version},org.kie:kogito-addons-quarkus-microprofile-config-service-catalog:${kogito_version},org.kie:kie-addons-quarkus-kubernetes:${kogito_version},org.kie:kogito-addons-quarkus-knative-serving:${kogito_version},org.kie:kie-addons-quarkus-process-management:${kogito_version},org.kie:kie-addons-quarkus-source-files:${kogito_version},org.kie:kie-addons-quarkus-monitoring-prometheus:${kogito_version},org.kie:kie-addons-quarkus-monitoring-elastic:${kogito_version},org.kie:kie-addons-quarkus-monitoring-sonataflow:${kogito_version}"
# dev mode purpose extensions used only by the kogito-swf-devmode
Expand Down
2 changes: 1 addition & 1 deletion productized/logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<build.quarkusapp.argument.imagename.devmode>kogito-swf-devmode</build.quarkusapp.argument.imagename.devmode>
<build.quarkusapp.argument.imagename.builder>kogito-swf-builder</build.quarkusapp.argument.imagename.builder>
<build.quarkusapp.argument.quarkusplatform.groupid>io.quarkus.platform</build.quarkusapp.argument.quarkusplatform.groupid>
<build.quarkusapp.argument.quarkusplatform.version>3.8.4</build.quarkusapp.argument.quarkusplatform.version>
<build.quarkusapp.argument.quarkusplatform.version>3.8.6</build.quarkusapp.argument.quarkusplatform.version>
<build.quarkusapp.argument.kogitoversion>999-SNAPSHOT</build.quarkusapp.argument.kogitoversion>
</properties>

Expand Down
Loading