Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-599

Controller config map uses com.redhat.quarkus.platform instead of io.quarkus for persistence extensions

XMLWordPrintable

      Summary


      Controller config map uses com.redhat.quarkus.platform instead of io.quarkus for pesistence extensions

       

      Environment


      Openshift

       

      Steps to reproduce


       

      1. Install operator
      2. 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.

              rhn-support-zanini Ricardo Zanini
              dhanak@redhat.com Dominik Hanak
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: