-
Bug
-
Resolution: Done
-
Blocker
-
1.36.0
-
False
-
-
False
-
-
Summary
Controller config map uses com.redhat.quarkus.platform instead of io.quarkus for pesistence extensions
Environment
Openshift
Steps to reproduce
- Install operator
- Navigate to its namespace and looks for controller configmap
Actual results
postgreSQLPersistenceExtensions: - groupId: com.redhat.quarkus.platform artifactId: quarkus-jdbc-postgresql - groupId: com.redhat.quarkus.platform artifactId: quarkus-agroal - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc
Expected results
postgreSQLPersistenceExtensions: - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql - groupId: io.quarkus artifactId: quarkus-agroal - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc
Testing
Test is part of a test plan.
QE needs to automate it.