You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/14 10:18:08 UTC

[camel] branch main updated: CAMEL-19144: camel-catalog - Include information about existing Camel releases

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bbf4fb77ff3 CAMEL-19144: camel-catalog - Include information about existing Camel releases
bbf4fb77ff3 is described below

commit bbf4fb77ff3559830679a56ac60bf6cfe0b52afc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 14 11:10:50 2023 +0100

    CAMEL-19144: camel-catalog - Include information about existing Camel releases
---
 .../java/org/apache/camel/main/download/MavenDependencyDownloader.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/MavenDependencyDownloader.java b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/MavenDependencyDownloader.java
index 5145a002561..7eefc1512f3 100644
--- a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/MavenDependencyDownloader.java
+++ b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/MavenDependencyDownloader.java
@@ -1368,7 +1368,6 @@ public class MavenDependencyDownloader extends ServiceSupport implements Depende
                 }
             }
         } catch (Exception e) {
-            e.printStackTrace(); // TODO:
             String msg = "Cannot resolve available versions in " + repository.getUrl();
             throw new DownloadException(msg, e);
         }