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/12/12 05:10:30 UTC

(camel) branch camel-4.0.x updated (2d3b17b099a -> c9e5427bf95)

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

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


    from 2d3b17b099a CAMEL-20214: camel-core: Multicast/Splitter EIP using timeout should cancel task if completed before timeout, so task is not taking up space in thread pool. (#12399)
     new a61f06a8a38 camel-jbang: Use https for apache snapshot repo
     new c9e5427bf95 Update camel release in jbang

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:
 .../src/main/resources/templates/run-custom-camel-version.tmpl      | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java               | 2 +-
 .../camel-jbang-main/src/main/jbang/main/CamelJBang.java            | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)


(camel) 02/02: Update camel release in jbang

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c9e5427bf9536b8eb74ee640e0d5d0f61af342ea
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 12 06:10:18 2023 +0100

    Update camel release in jbang
---
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index be723b9007f..c5fba2e8752 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 17+
 //REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.1}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.1}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.3}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.3}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.0.1}
 
 package main;


(camel) 01/02: camel-jbang: Use https for apache snapshot repo

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a61f06a8a381984f514cdff36ef4fd551e665f30
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 12 06:09:30 2023 +0100

    camel-jbang: Use https for apache snapshot repo
---
 .../src/main/resources/templates/run-custom-camel-version.tmpl          | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java                   | 2 +-
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
index e8843fa8509..c73df9c1eb1 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/run-custom-camel-version.tmpl
@@ -19,7 +19,7 @@
 
 //JAVA {{ .JavaVersion }}+
 {{ .MavenRepositories }}
-//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 {{ .CamelDependencies }}
 {{ .CamelJBangDependencies }}
 {{ .CamelKameletsDependencies }}
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 99df20f8278..be723b9007f 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -18,7 +18,7 @@
  */
 
 //JAVA 17+
-//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.1}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.0.1}
diff --git a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index 99df20f8278..be723b9007f 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -18,7 +18,7 @@
  */
 
 //JAVA 17+
-//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
+//REPOS central=https://repo1.maven.org/maven2,apache-snapshot=https://repository.apache.org/content/groups/snapshots/
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:4.0.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:4.0.1}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:4.0.1}