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/04/12 04:39:38 UTC

[camel] branch main updated (346552db6aa -> 425b6317daf)

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

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


    from 346552db6aa Upgrade Hazelcast to 5.2.3 (#9848)
     new 7c3702c3cbd Add todo
     new 425b6317daf Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml                                              | 2 +-
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[camel] 02/02: Regen

Posted by da...@apache.org.
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

commit 425b6317daf78bfb44fe8b1ea2bf966f848e229e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Apr 12 06:39:26 2023 +0200

    Regen
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 96973946822..7b73cdd3627 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -211,7 +211,7 @@
         <hapi-fhir-version>6.4.2</hapi-fhir-version>
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
-        <hazelcast-version>5.2.1</hazelcast-version>
+        <hazelcast-version>5.2.3</hazelcast-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>8.0.0.Final</hibernate-validator-version>
         <hibernate-version>5.6.15.Final</hibernate-version>


[camel] 01/02: Add todo

Posted by da...@apache.org.
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

commit 7c3702c3cbd4d7db7ac500e4751d7beb4b1b64c1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 11 19:32:08 2023 +0200

    Add todo
---
 .../java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index a7aed96deea..0dd0799c3d1 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -658,6 +658,7 @@ abstract class ExportBaseCommand extends CamelCommand {
         MavenGav gav;
         if (dep.startsWith("lib:")) {
             // lib:commons-lang3-3.12.0.jar
+            // TODO: scan inside JAR in META-INF/maven and find pom.properties file
             String n = dep.substring(4);
             if (n.endsWith(".jar")) {
                 n = n.substring(0, n.length() - 4);