Skip to content

Commit

Permalink
update Quarkus to 3.8.4 in prod images
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 7, 2024
1 parent 2593ff7 commit 32cdbc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2.10.Final"
value: "3.8.4"
- 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.2.10.Final"
value: "3.8.4"
- 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.12.0"
quarkus_extensions_extra_deps="com.aayushatharva.brotli4j:native-linux-aarch64:1.16.0.redhat-00003,com.aayushatharva.brotli4j:native-linux-ppc64le:1.16.0.redhat-00003,com.aayushatharva.brotli4j:native-windows-x86_64:1.16.0.redhat-00003"
# 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}"
# 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.2.10.Final</build.quarkusapp.argument.quarkusplatform.version>
<build.quarkusapp.argument.quarkusplatform.version>3.8.4</build.quarkusapp.argument.quarkusplatform.version>
<build.quarkusapp.argument.kogitoversion>999-SNAPSHOT</build.quarkusapp.argument.kogitoversion>
</properties>

Expand Down

0 comments on commit 32cdbc3

Please sign in to comment.