Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-17631

Missing quarkus artifact in mrrc zips

XMLWordPrintable

      I'm using a combination of two mrrc zips delivered with 1.6 build 1 to build integrations (+ default repositories in camel-k) and even the simple integration from timer to log:

      package com.test;
      
      import org.apache.camel.builder.RouteBuilder;
      
      public class MyRouteBuilder extends RouteBuilder {
          @Override
          public void configure() throws Exception {
              from("timer:x?repeatCount=1").setBody(constant("Hello")).to("log:info");
          }
      }
      

      fails to build, because of missing artifact io.quarkus:quarkus-logging-json:jar:2.2.3.Final-redhat-00009:

      {"level":"info","ts":1634548886.750362,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"}
      {"level":"info","ts":1634548886.7503915,"logger":"camel-k.maven.build","msg":"[INFO] BUILD FAILURE"}
      {"level":"info","ts":1634548886.7508981,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"}
      {"level":"info","ts":1634548886.7525313,"logger":"camel-k.maven.build","msg":"[INFO] Total time:  23.696 s"}
      {"level":"info","ts":1634548886.752558,"logger":"camel-k.maven.build","msg":"[INFO] Finished at: 2021-10-18T09:21:26Z"}
      {"level":"info","ts":1634548886.7525635,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"}
      {"level":"info","ts":1634548886.7536883,"logger":"camel-k.maven.build","msg":"[ERROR] Failed to execute goal on project camel-k-integration: Could not resolve dependencies for project org.apache.camel.k.integration:camel-k-integration:jar:1.6.0: Could not find artifact io.quarkus:quarkus-logging-json:jar:2.2.3.Final-redhat-00009 in mirror-000 (http://nexus.test-infra.svc.cluster.local/repository/maven-proxy) -> [Help 1]"}
      

      This artifact is present in the quarkus mrrc zip http://download.eng.bos.redhat.com/rcm-guest/staging/quarkus/quarkus-2.2.3.CR3/rh-quarkus-2.2.3.CR3-maven-repository.zip

      I'd like to have clarified, if:
      1. this (and maybe other missing) artifact(s) should be part of camel-quarkus or camel-k mrrc zips
      2. we should use quarkus mrrc zip for testing?

            pcongius Pasquale Congiusti
            avano@redhat.com Andrej Vano
            Andrej Vano Andrej Vano
            Bruno Alejos Gómez, Jonathan Anstey, Viliam Kasala
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: