Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4077

Missing kafka-json-schema-serializer in confluent-registry-json-schema extension

    XMLWordPrintable

Details

    • Hide
      1. Download the maven repo in localhost path.
      2. Execute the next mvn command:
        VERSION=3.8.1.temporary-redhat-00008 GROUP=com.redhat.quarkus.platform
      mvn -Dmaven.repo.local=$REPO \ -Dquarkus-plugin.version=$VERSION \ -Dquarkus.platform.group-id=$GROUP \ -DquarkusRegistryClient=false \ $GROUP:quarkus-maven-plugin:$VERSION:create \ -DprojectGroupId=io.quarkus.qe \ -DprojectVersion=1.0.0-SNAPSHOT \ -DplatformGroupId=$GROUP \ 
      -Dextensions=confluent-registry-json-schema
      -DprojectArtifactId=reproducer

          3. Go to the path of reproducer.

      cd reproducer
      

           4. Execute the next mvn command

      mvn clean package -Dmaven.repo.local=$mavenRepoLocalPath -DskipTests  

      And then we will see the error output that I put in description.

      Show
      Download the maven repo in localhost path. Execute the next mvn command: VERSION=3.8.1.temporary-redhat-00008 GROUP=com.redhat.quarkus.platform mvn -Dmaven.repo.local=$REPO \ -Dquarkus-plugin.version=$VERSION \ -Dquarkus.platform.group-id=$GROUP \ -DquarkusRegistryClient= false \ $GROUP:quarkus-maven-plugin:$VERSION:create \ -DprojectGroupId=io.quarkus.qe \ -DprojectVersion=1.0.0-SNAPSHOT \ -DplatformGroupId=$GROUP \ -Dextensions=confluent-registry-json-schema -DprojectArtifactId=reproducer     3. Go to the path of reproducer. cd reproducer      4. Execute the next mvn command mvn clean package -Dmaven.repo.local=$mavenRepoLocalPath -DskipTests And then we will see the error output that I put in description.
    • +
    • ---
    • Red Hat build of Quarkus

    Description

      Found after our testing jobs from https://github.com/quarkus-qe/quarkus-extensions-combinations.git

      I've created quarkus-maven-plugin to generate an app with confluent-registry-json-schema extension and after build it, failed.  I see the next error:

      [WARNING] The POM for io.confluent:kafka-json-schema-serializer:jar:7.5.1 is missing, no dependency information available
      Downloading from redhat: https://maven.repository.redhat.com/ga/io/confluent/kafka-json-schema-serializer/7.5.1/kafka-json-schema-serializer-7.5.1.jar
      Downloading from central: https://repo.maven.apache.org/maven2/io/confluent/kafka-json-schema-serializer/7.5.1/kafka-json-schema-serializer-7.5.1.jar
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time:  3.502 s
      [INFO] Finished at: 2024-03-14T09:43:03+01:00
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal on project reproducer-confluent-registry-json-schema-3.8.1.temporary-redhat-00008: Could not resolve dependencies for project io.quarkus.qe:reproducer-confluent-registry-json-schema-3.8.1.temporary-redhat-00008:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.confluent:kafka-json-schema-serializer:jar:7.5.1 (absent): Could not find artifact io.confluent:kafka-json-schema-serializer:jar:7.5.1 in redhat (https://maven.repository.redhat.com/ga) -> [Help 1]
      [ERROR] 

      Attachments

        Activity

          People

            sausingh@redhat.com Saumya Singh
            rhn-support-jcarranz Jose Carranza Nalvaiz
            Jose Carranza Nalvaiz Jose Carranza Nalvaiz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: