Skip to content

Commit

Permalink
Update quarkus extensions to the right groupId: io.quarkus (apache#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede authored Sep 16, 2024
1 parent b1f8cbb commit d556021
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
DEFAULT_WORKFLOW_EXTENSION: .sw.json
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:latest
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.34.0
AS builder\n\n# variables that can be overridden by the builder\n# To add a Quarkus
extension to your application\nARG QUARKUS_EXTENSIONS\n# Args to pass to the Quarkus
CLI add extension command\nARG QUARKUS_ADD_EXTENSION_ARGS\n# Additional java/mvn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ data:
# Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system,
# in cases where the workflow being built has configured postgresql persistence.
postgreSQLPersistenceExtensions:
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down
4 changes: 2 additions & 2 deletions config/manager/prod/controllers_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ builderConfigMapName: "logic-operator-rhel8-builder-config"
# Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system,
# in cases where the workflow being built has configured postgresql persistence.
postgreSQLPersistenceExtensions:
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down

0 comments on commit d556021

Please sign in to comment.