[GitHub] [camel-karavan] davsclaus commented on issue #577: Each DSL node should have generated ID

2022-12-21 Thread GitBox


davsclaus commented on issue #577:
URL: https://github.com/apache/camel-karavan/issues/577#issuecomment-1362496829

   yes the BacklogDebugger uses nodeIDs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch camel-3.20.x updated: camel-jbang - Upgrade to Camel 3.20.0 (#8940)

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
 new c5a5004372e camel-jbang - Upgrade to Camel 3.20.0 (#8940)
c5a5004372e is described below

commit c5a5004372e0a79ed992949e01206eeb56ac9d7b
Author: Tadayoshi Sato 
AuthorDate: Thu Dec 22 16:14:35 2022 +0900

camel-jbang - Upgrade to Camel 3.20.0 (#8940)
---
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 153f2529b9d..c680f47c306 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 11+
 //REPOS 
mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.19.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.19.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.0}
 //DEPS 
org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.10.0}
 
 package main;
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 153f2529b9d..c680f47c306 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 11+
 //REPOS 
mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.19.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.19.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.0}
 //DEPS 
org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.10.0}
 
 package main;



[GitHub] [camel] davsclaus merged pull request #8940: camel-jbang - Upgrade to Camel 3.20.0 (3.20.x)

2022-12-21 Thread GitBox


davsclaus merged PR #8940:
URL: https://github.com/apache/camel/pull/8940


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] branch main updated (49c5623b7 -> d5eaf94c1)

2022-12-21 Thread tsato
This is an automated email from the ASF dual-hosted git repository.

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


from 49c5623b7 chore: changelog automatic update
 add 5af73b3f9 test(e2e): Add Container trait e2e tests
 add d5eaf94c1 fix(controller): Ready condition status using container 
trait value

No new revisions were added by this update.

Summary of changes:
 e2e/global/common/traits/container_test.go | 104 +
 pkg/controller/integration/monitor.go  |  19 +++---
 2 files changed, 115 insertions(+), 8 deletions(-)
 create mode 100644 e2e/global/common/traits/container_test.go



[GitHub] [camel-k] tadayosi closed issue #3941: Container trait : setting `container.name` result in wrong integration condition type `Ready`

2022-12-21 Thread GitBox


tadayosi closed issue #3941: Container trait : setting `container.name` result 
in wrong integration condition type `Ready` 
URL: https://github.com/apache/camel-k/issues/3941


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] tadayosi merged pull request #3951: fix(controller): ensure `container.name` trait is used by the integration controller

2022-12-21 Thread GitBox


tadayosi merged PR #3951:
URL: https://github.com/apache/camel-k/pull/3951


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-quarkus] 01/01: Bump quarkus version to 999-SNAPSHOT

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 0a07dba534ed864221d5dc9194aa7737cbb94bc4
Author: Zineb Bendhiba 
AuthorDate: Wed Dec 14 10:04:03 2022 +0100

Bump quarkus version to 999-SNAPSHOT
---
 pom.xml   | 10 +-
 poms/bom/src/main/generated/flattened-full-pom.xml|  8 
 poms/bom/src/main/generated/flattened-reduced-pom.xml |  8 
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml |  8 
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd8abeca96..7c1150b857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 1.0.5
 
1.0.7
 1.0.3
-2.15.0.Final
+999-SNAPSHOT
 
3.0.0
 0.39.0
 
@@ -96,14 +96,14 @@
 
1.7.0
 
${google-oauth-client-version}
 22.3.0
-1.51.0
+1.51.1
 ${hapi-version}
 ${hapi-base-version}
 ${hapi-fhir-version}
 4.2.0
 ${hbase-version}
 4.2.0-incubating
-14.0.2.Final
+14.0.3.Final
 ${influx-java-driver-version}
 1.9.13
 ${jackson1.version}
@@ -123,7 +123,7 @@
 2.4.7
 3.3.1
 ${kudu-version}
-1.7.21
+1.7.22
 2.24.0
 ${libthrift-version} 
 1.13.1
@@ -135,7 +135,7 @@
 3.4.22
 ${reactor-netty-version}
 2.5.0
-
3.22.0
+
3.22.1
 ${spring5-version}
 1.33
 0.43.1
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index cc97d3ae8c..6a653d93e4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -10083,7 +10083,7 @@
   
 io.smallrye.reactive
 smallrye-reactive-messaging-camel
-3.22.0
+3.22.1
 
   
 jakarta.activation
@@ -10345,17 +10345,17 @@
   
 org.jetbrains.kotlin
 kotlin-script-util
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm-host
-1.7.21
+1.7.22
   
   
 org.jruby.jcodings
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 751c541655..467e14329e 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -10083,7 +10083,7 @@
   
 io.smallrye.reactive
 smallrye-reactive-messaging-camel
-3.22.0
+3.22.1
 
   
 jakarta.activation
@@ -10335,17 +10335,17 @@
   
 org.jetbrains.kotlin
 kotlin-script-util
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm-host
-1.7.21
+1.7.22
   
   
 org.jruby.jcodings
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index fcbfae64eb..aa407eb4ee 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -10083,7 +10083,7 @@
   
 io.smallrye.reactive
 smallrye-reactive-messaging-camel
-3.22.0
+3.22.1
 
   
 jakarta.activation
@@ -10335,17 +10335,17 @@
   
 org.jetbrains.kotlin
 kotlin-script-util
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm
-1.7.21
+1.7.22
   
   
 org.jetbrains.kotlin
 kotlin-scripting-jvm-host
-1.7.21
+1.7.22
   
   
 org.jruby.jcodings



[camel-quarkus] branch quarkus-main updated (c343a60989 -> 0a07dba534)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard c343a60989 Bump quarkus version to 999-SNAPSHOT
 add aa499ab8fd Added extra content to controlbus-supported-languages.adoc
 new 0a07dba534 Bump quarkus version to 999-SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c343a60989)
\
 N -- N -- N   refs/heads/quarkus-main (0a07dba534)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 docs/modules/ROOT/pages/reference/extensions/controlbus.adoc | 3 +++
 extensions/controlbus/runtime/src/main/doc/usage.adoc| 3 +++
 2 files changed, 6 insertions(+)



[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-12-21 Thread GitBox


github-actions[bot] commented on issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1362440415

   Build fixed with:
   
   * Camel Quarkus Commit: 0a07dba534ed864221d5dc9194aa7737cbb94bc4
   
   * Quarkus Main Commit: aa499ab8fd1f73523fff2964363c77f256a85556
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3754404846


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] github-actions[bot] closed issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-12-21 Thread GitBox


github-actions[bot] closed issue #2926: [CI] - Quarkus Main Branch Build Failure
URL: https://github.com/apache/camel-quarkus/issues/2926


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] tadayosi opened a new pull request, #8940: camel-jbang - Upgrade to Camel 3.20.0 (3.20.x)

2022-12-21 Thread GitBox


tadayosi opened a new pull request, #8940:
URL: https://github.com/apache/camel/pull/8940

   Backport #8914 to 3.20.x branch. With this now users can do:
   ```
   jbang app install camel@apache/camel/camel-3.20.x
   ```
   to install the latest 3.20.x version of Camel JBang.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kafka-connector] branch automatic-periodic-sync updated (95e8aa91f -> 205a8d465)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


omit 95e8aa91f [create-pull-request] automated change
 add 205a8d465 [create-pull-request] automated change

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (95e8aa91f)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (205a8d465)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../awscloudtrailsource/CamelAwscloudtrailsourceSourceConnector.java   | 3 ++-
 .../CamelAwscloudtrailsourceSourceConnectorConfig.java | 3 ++-
 .../awscloudtrailsource/CamelAwscloudtrailsourceSourceTask.java| 3 ++-
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkConnector.java | 3 ++-
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkConnectorConfig.java   | 3 ++-
 .../awscloudwatchsink/CamelAwscloudwatchsinkSinkTask.java  | 3 ++-
 .../CamelAwsddbexperimentalsinkSinkConnector.java  | 3 ++-
 .../CamelAwsddbexperimentalsinkSinkConnectorConfig.java| 3 ++-
 .../awsddbexperimentalsink/CamelAwsddbexperimentalsinkSinkTask.java| 3 ++-
 .../camel/kafkaconnector/awsddbsink/CamelAwsddbsinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awsddbsink/CamelAwsddbsinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awsddbsink/CamelAwsddbsinkSinkTask.java   | 3 ++-
 .../awsddbstreamssource/CamelAwsddbstreamssourceSourceConnector.java   | 3 ++-
 .../CamelAwsddbstreamssourceSourceConnectorConfig.java | 3 ++-
 .../awsddbstreamssource/CamelAwsddbstreamssourceSourceTask.java| 3 ++-
 .../camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnector.java  | 3 ++-
 .../kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnectorConfig.java  | 3 ++-
 .../camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkTask.java   | 3 ++-
 .../awseventbridgesink/CamelAwseventbridgesinkSinkConnector.java   | 3 ++-
 .../awseventbridgesink/CamelAwseventbridgesinkSinkConnectorConfig.java | 3 ++-
 .../awseventbridgesink/CamelAwseventbridgesinkSinkTask.java| 3 ++-
 .../CamelAwskinesisfirehosesinkSinkConnector.java  | 3 ++-
 .../CamelAwskinesisfirehosesinkSinkConnectorConfig.java| 3 ++-
 .../awskinesisfirehosesink/CamelAwskinesisfirehosesinkSinkTask.java| 3 ++-
 .../awskinesissink/CamelAwskinesissinkSinkConnector.java   | 3 ++-
 .../awskinesissink/CamelAwskinesissinkSinkConnectorConfig.java | 3 ++-
 .../kafkaconnector/awskinesissink/CamelAwskinesissinkSinkTask.java | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceConnector.java | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceConnectorConfig.java   | 3 ++-
 .../awskinesissource/CamelAwskinesissourceSourceTask.java  | 3 ++-
 .../kafkaconnector/awslambdasink/CamelAwslambdasinkSinkConnector.java  | 3 ++-
 .../awslambdasink/CamelAwslambdasinkSinkConnectorConfig.java   | 3 ++-
 .../camel/kafkaconnector/awslambdasink/CamelAwslambdasinkSinkTask.java | 3 ++-
 .../awsredshiftsink/CamelAwsredshiftsinkSinkConnector.java | 3 ++-
 .../awsredshiftsink/CamelAwsredshiftsinkSinkConnectorConfig.java   | 3 ++-
 .../kafkaconnector/awsredshiftsink/CamelAwsredshiftsinkSinkTask.java   | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceConnector.java   | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceConnectorConfig.java | 3 ++-
 .../awsredshiftsource/CamelAwsredshiftsourceSourceTask.java| 3 ++-
 .../awss3cdcsource/CamelAwss3cdcsourceSourceConnector.java | 3 ++-
 .../awss3cdcsource/CamelAwss3cdcsourceSourceConnectorConfig.java   | 3 ++-
 .../kafkaconnector/awss3cdcsource/CamelAwss3cdcsourceSourceTask.java   | 3 ++-
 .../CamelAwss3experimentalsourceSourceConnector.java   | 3 ++-
 .../CamelAwss3experimentalsourceSourceConnectorConfig.java | 3 ++-
 .../CamelAwss3experimentalsourceSourceTask.java| 3 ++-
 .../camel/kafkaconnector/awss3sink/CamelAwss3sinkSinkConnector.java| 3 ++-
 .../kafkaconnector/awss3sink/CamelAwss3sinkSinkConnectorConfig.java| 3 ++-
 .../apache/camel/kafkaconnector/awss3sink/CamelAwss3sinkSinkTask.java  | 3 ++-
 

[GitHub] [camel] Luke-hbk commented on pull request #8936: Problem when parameter type of bean method is String.

2022-12-21 Thread GitBox


Luke-hbk commented on PR #8936:
URL: https://github.com/apache/camel/pull/8936#issuecomment-1362363920

   Thank you for your answer.
   I understand because of your answer. 
   
   But I have one question.
   If there is only one parameter, the quote is not removed.
   
   StringQuoteHelper.java 
   if (input.indexOf(separator) == -1) {
   // no separator in data, so return single string with input as is
   return new String[] { trim ? input.trim() : input };
   }
   
   The quote is not removed because it is returned in the above code.
   
   Example
out = StringQuoteHelper.splitSafeQuote("'Hello'", ',', true);
assertEquals(**"'Hello'"**, out[0]); -> true
   
out = StringQuoteHelper.splitSafeQuote("'Hello', 'Camel'", ',', true);
assertEquals(**"Hello"**, out[0]); -> true
   
   Check if this is the intended behavior.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kamelets] branch main updated: Updated CHANGELOG.md

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
 new f7b8fd54 Updated CHANGELOG.md
f7b8fd54 is described below

commit f7b8fd547a52e1833482f54c93bd9f91fc8e4794
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 03:07:03 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 21 +++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a0be31f..7b7ae31f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 # Changelog
 
-## [Unreleased](https://github.com/apache/camel-kamelets/tree/HEAD)
+## [v3.20.0](https://github.com/apache/camel-kamelets/tree/v3.20.0) 
(2022-12-21)
 
-[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v0.10.0...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v0.10.0...v3.20.0)
 
 **Closed issues:**
 
@@ -20,6 +20,23 @@
 - aws-ddb-sink-binding doesn't send data to DynamoDB 
[\#1038](https://github.com/apache/camel-kamelets/issues/1038)
 - Add Camel test for the beans used in some of the Kamelet action 
[\#730](https://github.com/apache/camel-kamelets/issues/730)
 
+**Merged pull requests:**
+
+- Point to 3.20.0 since it has been released 
[\#1229](https://github.com/apache/camel-kamelets/pull/1229) 
([oscerd](https://github.com/oscerd))
+- 3.20.0-SNAPSHOT upgrade, until 3.20.0 will be released 
[\#1225](https://github.com/apache/camel-kamelets/pull/1225) 
([oscerd](https://github.com/oscerd))
+- Upgrade Activemq-http to version 5.17.3 
[\#1224](https://github.com/apache/camel-kamelets/pull/1224) 
([oscerd](https://github.com/oscerd))
+- Upgrade Artemis to version 2.27.1 
[\#1223](https://github.com/apache/camel-kamelets/pull/1223) 
([oscerd](https://github.com/oscerd))
+- Added a Deploy action on push 
[\#1222](https://github.com/apache/camel-kamelets/pull/1222) 
([oscerd](https://github.com/oscerd))
+- Version alignment: Align the camel-kamelets project version to the camel 
core version [\#1221](https://github.com/apache/camel-kamelets/pull/1221) 
([oscerd](https://github.com/oscerd))
+- Add FHIR sink kamelet 
[\#1219](https://github.com/apache/camel-kamelets/pull/1219) 
([bramplouvier](https://github.com/bramplouvier))
+- fixed Azure Storage Blob changefeed source connector 
[\#1217](https://github.com/apache/camel-kamelets/pull/1217) 
([valdar](https://github.com/valdar))
+- Upgrade Redshift Jdbc42 to version 2.1.0.10 
[\#1216](https://github.com/apache/camel-kamelets/pull/1216) 
([oscerd](https://github.com/oscerd))
+- Google pubsub optional service account key 
[\#1215](https://github.com/apache/camel-kamelets/pull/1215) 
([oscerd](https://github.com/oscerd))
+- Log sink and log action should show streams by default 
[\#1213](https://github.com/apache/camel-kamelets/pull/1213) 
([oscerd](https://github.com/oscerd))
+- Camel Google Pubsub headers names changed in Camel 3.20.0 
[\#1212](https://github.com/apache/camel-kamelets/pull/1212) 
([oscerd](https://github.com/oscerd))
+- Slack Source Kamelet: Set default delay to 1 minute 
[\#1208](https://github.com/apache/camel-kamelets/pull/1208) 
([oscerd](https://github.com/oscerd))
+- Google Storage Source/Sink Kamelet: serviceAccountKey is not required 
[\#1206](https://github.com/apache/camel-kamelets/pull/1206) 
([oscerd](https://github.com/oscerd))
+
 ## [v0.10.0](https://github.com/apache/camel-kamelets/tree/v0.10.0) 
(2022-12-05)
 
 [Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v0.9.3...v0.10.0)



[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2022-12-21 Thread GitBox


github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1362301358

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 3753791267-869-6e48629d-753f-494c-91da-8b50788a3e69
   * Camel Quarkus Commit: da04b402f125dba84e791808cf4de07e31ab3965
   
   * Camel Main Commit: aa499ab8fd1f73523fff2964363c77f256a85556
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3753791267


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mrinalsharma commented on issue #563: Pipeline and Pod logs live update

2022-12-21 Thread GitBox


mrinalsharma commented on issue #563:
URL: https://github.com/apache/camel-karavan/issues/563#issuecomment-1362287150

   If no one has taken it then you can assign it to me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot] branch automatic-periodic-sync updated (8257ddee640 -> 995407156df)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


omit 8257ddee640 [create-pull-request] automated change
 add fee72eac0b8 [create-pull-request] automated change
 add 22a6e0429b9 CAMEL-18832: camel-spring-boot - Health Check output 
should include data in full exposure level. Aligned output to be similar to 
microprofile-health.
 add 0ed19e607a9 Set version to 3.21.0-SNAPSHOT
 add bec29ed2300 Set version to 3.21.0-SNAPSHOT
 add 995407156df Regen

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8257ddee640)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (995407156df)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 .../springboot/catalog/components/activemq.json|   2 +-
 .../springboot/catalog/components/ahc-ws.json  |   2 +-
 .../springboot/catalog/components/ahc-wss.json |   2 +-
 .../camel/springboot/catalog/components/ahc.json   |   2 +-
 .../camel/springboot/catalog/components/amqp.json  |   2 +-
 .../springboot/catalog/components/arangodb.json|   2 +-
 .../camel/springboot/catalog/components/as2.json   |   2 +-
 .../springboot/catalog/components/asterisk.json|   2 +-
 .../springboot/catalog/components/atlasmap.json|   2 +-
 .../camel/springboot/catalog/components/atmos.json |   2 +-
 .../catalog/components/atmosphere-websocket.json   |   2 +-
 .../camel/springboot/catalog/components/atom.json  |   2 +-
 .../camel/springboot/catalog/components/avro.json  |   2 +-
 .../catalog/components/aws-cloudtrail.json |   4 +-
 .../catalog/components/aws-secrets-manager.json|   2 +-
 .../springboot/catalog/components/aws2-athena.json |   2 +-
 .../springboot/catalog/components/aws2-cw.json |   2 +-
 .../springboot/catalog/components/aws2-ddb.json|   2 +-
 .../catalog/components/aws2-ddbstream.json |   2 +-
 .../springboot/catalog/components/aws2-ec2.json|   2 +-
 .../springboot/catalog/components/aws2-ecs.json|   2 +-
 .../springboot/catalog/components/aws2-eks.json|   2 +-
 .../catalog/components/aws2-eventbridge.json   |   2 +-
 .../springboot/catalog/components/aws2-iam.json|   2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |   2 +-
 .../catalog/components/aws2-kinesis.json   |   2 +-
 .../springboot/catalog/components/aws2-kms.json|   2 +-
 .../springboot/catalog/components/aws2-lambda.json |   2 +-
 .../springboot/catalog/components/aws2-mq.json |   2 +-
 .../springboot/catalog/components/aws2-msk.json|   2 +-
 .../springboot/catalog/components/aws2-s3.json |   2 +-
 .../springboot/catalog/components/aws2-ses.json|   2 +-
 .../springboot/catalog/components/aws2-sns.json|   2 +-
 .../springboot/catalog/components/aws2-sqs.json|   2 +-
 .../springboot/catalog/components/aws2-sts.json|   2 +-
 .../catalog/components/aws2-translate.json |   2 +-
 .../catalog/components/azure-cosmosdb.json |   2 +-
 .../catalog/components/azure-eventhubs.json|   2 +-
 .../catalog/components/azure-key-vault.json|   2 +-
 .../catalog/components/azure-servicebus.json   |   2 +-
 .../catalog/components/azure-storage-blob.json |   2 +-
 .../catalog/components/azure-storage-datalake.json |   2 +-
 .../catalog/components/azure-storage-queue.json|   2 +-
 .../catalog/components/bean-validator.json |   2 +-
 .../camel/springboot/catalog/components/bean.json  |   2 +-
 .../springboot/catalog/components/bonita.json  |   2 +-
 .../camel/springboot/catalog/components/box.json   |   2 +-
 .../springboot/catalog/components/braintree.json   |   2 +-
 .../springboot/catalog/components/browse.json  |   2 +-
 .../catalog/components/caffeine-cache.json |   2 +-
 .../catalog/components/caffeine-loadcache.json |   2 +-
 .../springboot/catalog/components/chatscript.json  |   2 +-
 .../camel/springboot/catalog/components/chunk.json |   2 +-
 .../camel/springboot/catalog/components/class.json |   2 +-
 .../springboot/catalog/components/cm-sms.json  |   2 +-
 

[camel-karaf] branch automatic-periodic-sync updated (28e8b830 -> 3c76cc9e)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


omit 28e8b830 [create-pull-request] automated change
 add 324632ff [create-pull-request] automated change
 add 1968e10c Set version to 3.21.0-SNAPSHOT
 add 7e7d6250 Set version to 3.21.0-SNAPSHOT
 add 3c76cc9e Set version to 3.21.0-SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (28e8b830)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (3c76cc9e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 archetypes/camel-archetype-blueprint/pom.xml  | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-karaf-bom/pom.xml   | 2 +-
 bom/pom.xml   | 2 +-
 catalog/camel-catalog-provider-karaf/pom.xml  | 2 +-
 .../org/apache/camel/catalog/karaf/components/activemq.json   | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/amqp.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/arangodb.json   | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/as2.json  | 2 +-
 .../org/apache/camel/catalog/karaf/components/asterisk.json   | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/atom.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/avro.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws-cloudtrail.json | 4 ++--
 .../camel/catalog/karaf/components/aws-secrets-manager.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-athena.json| 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-cw.json| 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-ddb.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-ec2.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-ecs.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-eks.json   | 2 +-
 .../apache/camel/catalog/karaf/components/aws2-eventbridge.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-iam.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-kinesis.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-kms.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-lambda.json| 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-mq.json| 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-msk.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-s3.json| 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-ses.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-sns.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-sqs.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-sts.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/aws2-translate.json | 2 +-
 .../apache/camel/catalog/karaf/components/azure-eventhubs.json| 2 +-
 .../apache/camel/catalog/karaf/components/azure-storage-blob.json | 2 +-
 .../camel/catalog/karaf/components/azure-storage-datalake.json| 2 +-
 .../camel/catalog/karaf/components/azure-storage-queue.json   | 2 +-
 .../org/apache/camel/catalog/karaf/components/bean-validator.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/bean.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/box.json  | 2 +-
 .../org/apache/camel/catalog/karaf/components/braintree.json  | 2 +-
 .../org/apache/camel/catalog/karaf/components/browse.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/chatscript.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/cm-sms.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/cmis.json | 2 +-
 .../resources/org/apache/camel/catalog/karaf/components/coap.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/cometd.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/consul.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/controlbus.json | 2 +-
 .../org/apache/camel/catalog/karaf/components/corda.json  | 2 +-
 .../org/apache/camel/catalog/karaf/components/couchdb.json 

[camel-k] 01/02: chore: changelog automatic update

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.11.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 9544e92f07ad36e7df25c91224da282f918bf0f1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 00:52:51 2022 +

chore: changelog automatic update
---
 CHANGELOG.md | 481 +--
 1 file changed, 299 insertions(+), 182 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd604afad..18f3b9d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,26 +2,178 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/1.10.4-nightly...HEAD)
+[Full Changelog](https://github.com/apache/camel-k/compare/1.11.0...HEAD)
 
 **Closed issues:**
 
+- V 1.11.0 nightly wrong image name 
[\#3930](https://github.com/apache/camel-k/issues/3930)
+- GraalVM removal from doc 
[\#3929](https://github.com/apache/camel-k/issues/3929)
+- Use flag/config namespace for existing CLI completion kubectl commands 
[\#3922](https://github.com/apache/camel-k/issues/3922)
+- Bundle Kamelets from a released version 
[\#3919](https://github.com/apache/camel-k/issues/3919)
+- Automate the dependencies in doc setting 
[\#3867](https://github.com/apache/camel-k/issues/3867)
+- Helm - missing parameters 
[\#3763](https://github.com/apache/camel-k/issues/3763)
+- Kamelet API test rate limit 
[\#3760](https://github.com/apache/camel-k/issues/3760)
+- Side services compatibility matrix 
[\#3306](https://github.com/apache/camel-k/issues/3306)
+- Way to set a serviceaccount for the integration pod? 
[\#1030](https://github.com/apache/camel-k/issues/1030)
+
+## [1.11.0](https://github.com/apache/camel-k/tree/1.11.0) (2022-12-16)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/1.12.0-nightly...1.11.0)
+
+**Closed issues:**
+
+- Create release actions for 1.11 version 
[\#3910](https://github.com/apache/camel-k/issues/3910)
+- Delete camel k examples and provide a link to camel-k-example repo 
[\#3889](https://github.com/apache/camel-k/issues/3889)
+- Remove `make install-minikube` and `make install-crc` 
[\#3873](https://github.com/apache/camel-k/issues/3873)
+- Automatically `make generate` every night 
[\#3868](https://github.com/apache/camel-k/issues/3868)
+- Enable CLI completion for integration, kit, kamelet names 
[\#3628](https://github.com/apache/camel-k/issues/3628)
+- Propagate errors to KameletBinding status 
[\#3389](https://github.com/apache/camel-k/issues/3389)
+- Health trait usage example 
[\#3141](https://github.com/apache/camel-k/issues/3141)
+- If a KameletBinding is invalid, the related status is not updated to report 
an error [\#3010](https://github.com/apache/camel-k/issues/3010)
+- Remove deprecated Kubernetes API 
[\#3840](https://github.com/apache/camel-k/issues/3840)
+- Release 1.11.0 [\#3837](https://github.com/apache/camel-k/issues/3837)
+- Deprecate overlapping Kamel CLI features in favour of Camel JBang 
[\#3790](https://github.com/apache/camel-k/issues/3790)
+- Ready condition message not always taken from Camel Health Check 
[\#3761](https://github.com/apache/camel-k/issues/3761)
+- camel k 0.11.0 helm - Error: parse error at 
\(camel-k/templates/operator.yaml:87\): "-en" 
[\#3654](https://github.com/apache/camel-k/issues/3654)
+- Run E2E test before nightly releases 
[\#3572](https://github.com/apache/camel-k/issues/3572)
+- Raise error when dependency could not be resolved via CamelCatalog 
[\#3449](https://github.com/apache/camel-k/issues/3449)
+- Log a warn message once the component used has not a quarkus extension 
[\#3127](https://github.com/apache/camel-k/issues/3127)
+- Delete knative warning when Knative is not installed 
[\#2397](https://github.com/apache/camel-k/issues/2397)
+
+**Merged pull requests:**
+
+- feat\(doc\): automatic doc configuration 
[\#3920](https://github.com/apache/camel-k/pull/3920) 
([squakez](https://github.com/squakez))
+- fix\(ci\): actions requires checking out code 
[\#3918](https://github.com/apache/camel-k/pull/3918) 
([squakez](https://github.com/squakez))
+-  chore\(build\): force using bash in Makefile to avoid incompatibilities 
[\#3917](https://github.com/apache/camel-k/pull/3917) 
([tadayosi](https://github.com/tadayosi))
+- chore\(deps\): bump github.com/redhat-developer/service-binding-operator 
from 1.3.1 to 1.3.2 [\#3915](https://github.com/apache/camel-k/pull/3915) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore: scripts cleaning 
[\#3914](https://github.com/apache/camel-k/pull/3914) 
([squakez](https://github.com/squakez))
+- feat: automatic github actions bump  
[\#3913](https://github.com/apache/camel-k/pull/3913) 
([squakez](https://github.com/squakez))
+- feat\(ci\): automatic make generate  
[\#3911](https://github.com/apache/camel-k/pull/3911) 

[camel-k] 02/02: chore: nightly resource refresh

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.11.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 61331aa348829dfcd011d751e80df54ceda46204
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 00:58:10 2022 +

chore: nightly resource refresh
---
 pkg/resources/resources.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 2d3c397b8..01c6c1572 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -170,9 +170,9 @@ var assets = func() http.FileSystem {
"/manager/operator-deployment.yaml": ۰CompressedFileInfo{
name: "operator-deployment.yaml",
modTime:  time.Time{},
-   uncompressedSize: 2725,
+   uncompressedSize: 2752,
 
-   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4f\x8f\xda\xc8\x13\xbd\xfb\x53\x3c\xe1\x4b\x22\xcd\xc0\x90\x53\xe4\xdf\xc9\xbf\x81\xd9\xa0\xcd\x02\xc2\x64\xa3\x9c\x56\x4d\xbb\xb0\x5b\xb4\xbb\xbd\xdd\x65\x08\xfb\xe9\x57\x6d\x30\x03\xcc\x9f\x4d\x56\x23\xad\x4f\xd8\x55\xf5\xea\xbd\x57\xd5\x36\x31\x6e\xdf\xee\x8a\x62\x7c\x56\x92\x8c\xa7\x1c\x6c\xc1\x25\x21\xad\x85\x2c\x09\x99\x5d\xf3\x4e\x38\xc2\x83\x6d\x4c\x2e\x58\x59\x83\x77\x69\xf6\xf0\x1e\x8d\xc9\xc9\xc1\x
 [...]
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x4d\x8f\xe2\x46\x10\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\x98\x61\x4f\x2b\xe7\xe4\x0c\x4c\xd6\xca\xc6\x20\xcc\x66\xb4\xa7\xa8\x69\x17\x76\x8b\x76\xb7\xd3\xdd\x86\x25\xbf\x3e\x6a\x83\x19\x60\x3e\x92\x89\x46\x8a\x4f\xd8\x55\xf5\xea\xd5\x7b\xd5\x36\x21\x86\xef\x77\x05\x21\xbe\x0a\x4e\xca\x52\x01\xa7\xe1\x2a\x42\xd2\x30\x5e\x11\x72\xbd\x76\x3b\x66\x08\xf7\xba\x55\x05\x73\x42\x2b\x7c\x48\xf2\xfb\x8f\x68\x55\x41\x06\x5a\x
 [...]
},
"/manager/operator-service-account.yaml": 
۰CompressedFileInfo{
name: "operator-service-account.yaml",



[camel-k] branch release-1.11.x updated (89b1b3eb4 -> 61331aa34)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch release-1.11.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


from 89b1b3eb4 chore: use latest kamelets
 new 9544e92f0 chore: changelog automatic update
 new 61331aa34 chore: nightly resource refresh

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:
 CHANGELOG.md   | 481 -
 pkg/resources/resources.go |   4 +-
 2 files changed, 301 insertions(+), 184 deletions(-)



[camel-k] 01/02: chore: changelog automatic update

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit dc37e7bc352d8def3e5308258b98d8e594a7c2fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 00:53:08 2022 +

chore: changelog automatic update
---
 CHANGELOG.md | 753 ---
 1 file changed, 613 insertions(+), 140 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cb3b4110..18f3b9d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,482 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full 
Changelog](https://github.com/apache/camel-k/compare/1.8.3-nightly...HEAD)
+[Full Changelog](https://github.com/apache/camel-k/compare/1.11.0...HEAD)
+
+**Closed issues:**
+
+- V 1.11.0 nightly wrong image name 
[\#3930](https://github.com/apache/camel-k/issues/3930)
+- GraalVM removal from doc 
[\#3929](https://github.com/apache/camel-k/issues/3929)
+- Use flag/config namespace for existing CLI completion kubectl commands 
[\#3922](https://github.com/apache/camel-k/issues/3922)
+- Bundle Kamelets from a released version 
[\#3919](https://github.com/apache/camel-k/issues/3919)
+- Automate the dependencies in doc setting 
[\#3867](https://github.com/apache/camel-k/issues/3867)
+- Helm - missing parameters 
[\#3763](https://github.com/apache/camel-k/issues/3763)
+- Kamelet API test rate limit 
[\#3760](https://github.com/apache/camel-k/issues/3760)
+- Side services compatibility matrix 
[\#3306](https://github.com/apache/camel-k/issues/3306)
+- Way to set a serviceaccount for the integration pod? 
[\#1030](https://github.com/apache/camel-k/issues/1030)
+
+## [1.11.0](https://github.com/apache/camel-k/tree/1.11.0) (2022-12-16)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/1.12.0-nightly...1.11.0)
+
+**Closed issues:**
+
+- Create release actions for 1.11 version 
[\#3910](https://github.com/apache/camel-k/issues/3910)
+- Delete camel k examples and provide a link to camel-k-example repo 
[\#3889](https://github.com/apache/camel-k/issues/3889)
+- Remove `make install-minikube` and `make install-crc` 
[\#3873](https://github.com/apache/camel-k/issues/3873)
+- Automatically `make generate` every night 
[\#3868](https://github.com/apache/camel-k/issues/3868)
+- Enable CLI completion for integration, kit, kamelet names 
[\#3628](https://github.com/apache/camel-k/issues/3628)
+- Propagate errors to KameletBinding status 
[\#3389](https://github.com/apache/camel-k/issues/3389)
+- Health trait usage example 
[\#3141](https://github.com/apache/camel-k/issues/3141)
+- If a KameletBinding is invalid, the related status is not updated to report 
an error [\#3010](https://github.com/apache/camel-k/issues/3010)
+- Remove deprecated Kubernetes API 
[\#3840](https://github.com/apache/camel-k/issues/3840)
+- Release 1.11.0 [\#3837](https://github.com/apache/camel-k/issues/3837)
+- Deprecate overlapping Kamel CLI features in favour of Camel JBang 
[\#3790](https://github.com/apache/camel-k/issues/3790)
+- Ready condition message not always taken from Camel Health Check 
[\#3761](https://github.com/apache/camel-k/issues/3761)
+- camel k 0.11.0 helm - Error: parse error at 
\(camel-k/templates/operator.yaml:87\): "-en" 
[\#3654](https://github.com/apache/camel-k/issues/3654)
+- Run E2E test before nightly releases 
[\#3572](https://github.com/apache/camel-k/issues/3572)
+- Raise error when dependency could not be resolved via CamelCatalog 
[\#3449](https://github.com/apache/camel-k/issues/3449)
+- Log a warn message once the component used has not a quarkus extension 
[\#3127](https://github.com/apache/camel-k/issues/3127)
+- Delete knative warning when Knative is not installed 
[\#2397](https://github.com/apache/camel-k/issues/2397)
+
+**Merged pull requests:**
+
+- feat\(doc\): automatic doc configuration 
[\#3920](https://github.com/apache/camel-k/pull/3920) 
([squakez](https://github.com/squakez))
+- fix\(ci\): actions requires checking out code 
[\#3918](https://github.com/apache/camel-k/pull/3918) 
([squakez](https://github.com/squakez))
+-  chore\(build\): force using bash in Makefile to avoid incompatibilities 
[\#3917](https://github.com/apache/camel-k/pull/3917) 
([tadayosi](https://github.com/tadayosi))
+- chore\(deps\): bump github.com/redhat-developer/service-binding-operator 
from 1.3.1 to 1.3.2 [\#3915](https://github.com/apache/camel-k/pull/3915) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore: scripts cleaning 
[\#3914](https://github.com/apache/camel-k/pull/3914) 
([squakez](https://github.com/squakez))
+- feat: automatic github actions bump  
[\#3913](https://github.com/apache/camel-k/pull/3913) 
([squakez](https://github.com/squakez))
+- feat\(ci\): automatic make generate  
[\#3911](https://github.com/apache/camel-k/pull/3911) 

[camel-k] branch release-1.10.x updated (680b6f1b8 -> 594521ac6)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


from 680b6f1b8 fix: kamelet tag
 new dc37e7bc3 chore: changelog automatic update
 new 594521ac6 chore: nightly resource refresh

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:
 CHANGELOG.md   | 753 +++--
 docs/modules/traits/pages/service.adoc |   2 +-
 pkg/resources/resources.go |   4 +-
 resources/traits.yaml  |   1 +
 4 files changed, 617 insertions(+), 143 deletions(-)



[camel-k] 02/02: chore: nightly resource refresh

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 594521ac6df2280d6b48b3f1aff97e36f83ebdf7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 00:58:04 2022 +

chore: nightly resource refresh
---
 docs/modules/traits/pages/service.adoc | 2 +-
 pkg/resources/resources.go | 4 ++--
 resources/traits.yaml  | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/modules/traits/pages/service.adoc 
b/docs/modules/traits/pages/service.adoc
index b79dcc728..4f01bfb5a 100755
--- a/docs/modules/traits/pages/service.adoc
+++ b/docs/modules/traits/pages/service.adoc
@@ -7,7 +7,7 @@ The Service trait exposes the integration with a Service 
resource so that it can
 It's enabled by default if the integration depends on a Camel component that 
can expose a HTTP endpoint.
 
 
-This trait is available in the following profiles: **Kubernetes, OpenShift**.
+This trait is available in the following profiles: **Kubernetes, Knative, 
OpenShift**.
 
 // End of autogenerated code - DO NOT EDIT! (description)
 // Start of autogenerated code - DO NOT EDIT! (configuration)
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 279833963..786e1b126 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -632,9 +632,9 @@ var assets = func() http.FileSystem {
"/traits.yaml": ۰CompressedFileInfo{
name: "traits.yaml",
modTime:  time.Time{},
-   uncompressedSize: 57304,
+   uncompressedSize: 57316,
 
-   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1c\x37\x92\x20\xfe\xbf\x3f\x05\x82\xfb\xdb\x20\xa9\xe8\x6e\xca\x9e\xf5\xac\x7f\xbc\xd3\xce\xd1\x92\xec\xa1\xad\x07\x4f\xa4\x3d\x3b\xa1\x53\x4c\xa3\xab\xd0\xdd\x50\x57\x01\x35\x00\x8a\x54\xfb\xf6\xbe\xfb\x05\x32\x13\x8f\xaa\xae\x66\x37\x29\xd1\x37\xbc\xbd\x9d\x88\xb5\x48\x16\x80\x44\x22\x91\xc8\x77\x3a\xc3\xa5\xb3\xa7\x5f\x8d\x99\xe2\xb5\x38\x65\x7f\xb0\x05\xaf\xc4\x57\x8c\x35\x15\x77\x73\x6d\xea\x53\x
 [...]
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1c\x37\x92\x20\xfe\xbf\x3f\x05\x82\xfb\xdb\x20\xa9\xe8\x6e\xca\x9e\xf5\xac\x7f\xbc\xd3\xce\xd1\x92\xec\xa1\xad\x07\x4f\xa4\x3d\x3b\xa1\x53\x4c\xa3\xab\xd0\xdd\x50\x57\x01\x35\x00\x8a\x54\xfb\xf6\xbe\xfb\x05\x32\x13\x8f\xaa\xae\x66\x37\x29\xd1\x37\xbc\xbd\x9d\x88\xb5\x48\x16\x80\x44\x22\x91\xc8\x77\x3a\xc3\xa5\xb3\xa7\x5f\x8d\x99\xe2\xb5\x38\x65\x7f\xb0\x05\xaf\xc4\x57\x8c\x35\x15\x77\x73\x6d\xea\x53\x
 [...]
},
}
fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 9c5c1007c..130fcd44d 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -1267,6 +1267,7 @@ traits:
   platform: false
   profiles:
   - Kubernetes
+  - Knative
   - OpenShift
   description: The Service trait exposes the integration with a Service 
resource so
 that it can be accessed by other applications (or integrations) in the 
same namespace.



[camel-k] branch main updated: chore: changelog automatic update

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
 new 49c5623b7 chore: changelog automatic update
49c5623b7 is described below

commit 49c5623b706edfc2934c22ad68a29ff178acb7f6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 22 00:52:50 2022 +

chore: changelog automatic update
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index df1e026b3..18f3b9d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
 - V 1.11.0 nightly wrong image name 
[\#3930](https://github.com/apache/camel-k/issues/3930)
 - GraalVM removal from doc 
[\#3929](https://github.com/apache/camel-k/issues/3929)
 - Use flag/config namespace for existing CLI completion kubectl commands 
[\#3922](https://github.com/apache/camel-k/issues/3922)
+- Bundle Kamelets from a released version 
[\#3919](https://github.com/apache/camel-k/issues/3919)
 - Automate the dependencies in doc setting 
[\#3867](https://github.com/apache/camel-k/issues/3867)
 - Helm - missing parameters 
[\#3763](https://github.com/apache/camel-k/issues/3763)
 - Kamelet API test rate limit 
[\#3760](https://github.com/apache/camel-k/issues/3760)



[GitHub] [camel-karavan] mrinalsharma commented on issue #575: In the projects page, show if deployment is running for the project

2022-12-21 Thread GitBox


mrinalsharma commented on issue #575:
URL: https://github.com/apache/camel-karavan/issues/575#issuecomment-1362261574

   Yes, you are correct!! I have verified it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mrinalsharma closed issue #575: In the projects page, show if deployment is running for the project

2022-12-21 Thread GitBox


mrinalsharma closed issue #575: In the projects page, show if deployment is 
running for the project
URL: https://github.com/apache/camel-karavan/issues/575


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karavan] branch main updated: Fix #576

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e800146  Fix #576
e800146 is described below

commit e80014637ac1025695e89b7975fede7db4e90666
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 18:31:47 2022 -0500

Fix #576
---
 .../main/webui/src/designer/KaravanDesigner.tsx|  6 +-
 .../RouteConfigurationCard.tsx}| 26 ---
 .../RouteConfigurationDesigner.tsx}| 82 --
 .../webui/src/designer/error/ErrorDesigner.tsx | 74 ---
 .../src/designer/exception/ExceptionDesigner.tsx   | 74 ---
 .../main/webui/src/designer/rest/RestDesigner.tsx  |  2 +-
 .../src/main/webui/src/designer/utils/CamelUi.tsx  | 12 ++--
 .../main/webui/src/designer/utils/KaravanIcons.tsx | 15 ++--
 8 files changed, 83 insertions(+), 208 deletions(-)

diff --git a/karavan-app/src/main/webui/src/designer/KaravanDesigner.tsx 
b/karavan-app/src/main/webui/src/designer/KaravanDesigner.tsx
index b215192..b4ac345 100644
--- a/karavan-app/src/main/webui/src/designer/KaravanDesigner.tsx
+++ b/karavan-app/src/main/webui/src/designer/KaravanDesigner.tsx
@@ -27,7 +27,7 @@ import {CamelUtil} from "karavan-core/lib/api/CamelUtil";
 import {CamelUi} from "./utils/CamelUi";
 import {BeansDesigner} from "./beans/BeansDesigner";
 import {RestDesigner} from "./rest/RestDesigner";
-import {ErrorHandlerDesigner} from "./error/ErrorHandlerDesigner";
+import {RouteConfigurationDesigner} from 
"./configuration/RouteConfigurationDesigner";
 import {getDesignerIcon} from "./utils/KaravanIcons";
 
 interface Props {
@@ -132,7 +132,7 @@ export class KaravanDesigner extends React.Component {
 
 
 
-
+
 
 {tab === 'routes' &&  this.save(integration, propertyOnly)}
@@ -144,7 +144,7 @@ export class KaravanDesigner extends React.Component {
 {tab === 'beans' &&  this.save(integration, propertyOnly)}

dark={this.props.dark}/>}
-{tab === 'error' &&  this.save(integration, propertyOnly)}
   
dark={this.props.dark}/>}
 
diff --git a/karavan-app/src/main/webui/src/designer/error/ErrorHandlerCard.tsx 
b/karavan-app/src/main/webui/src/designer/configuration/RouteConfigurationCard.tsx
similarity index 55%
rename from karavan-app/src/main/webui/src/designer/error/ErrorHandlerCard.tsx
rename to 
karavan-app/src/main/webui/src/designer/configuration/RouteConfigurationCard.tsx
index f0d534c..7b069e3 100644
--- a/karavan-app/src/main/webui/src/designer/error/ErrorHandlerCard.tsx
+++ 
b/karavan-app/src/main/webui/src/designer/configuration/RouteConfigurationCard.tsx
@@ -19,27 +19,37 @@ import {
 Button
 } from '@patternfly/react-core';
 import '../karavan.css';
-import {ErrorHandlerDefinition} from "karavan-core/lib/model/CamelDefinition";
+import {RouteConfigurationDefinition} from 
"karavan-core/lib/model/CamelDefinition";
 import DeleteIcon from 
"@patternfly/react-icons/dist/js/icons/times-circle-icon";
+import {CamelElement} from "karavan-core/lib/model/IntegrationDefinition";
 
 interface Props {
-errorHandler: ErrorHandlerDefinition
-deleteElement: (element: ErrorHandlerDefinition) => void
+routeConfiguration: RouteConfigurationDefinition
+selectedStep?: CamelElement
+deleteElement: (element: RouteConfigurationDefinition) => void
+selectElement: (element: RouteConfigurationDefinition) => void
 }
 
-export class ErrorHandlerCard extends React.Component {
+export class RouteConfigurationCard extends React.Component {
+
+selectElement = (evt: React.MouseEvent) => {
+evt.stopPropagation();
+this.props.selectElement.call(this, this.props.routeConfiguration);
+}
 
 delete = (evt: React.MouseEvent) => {
 evt.stopPropagation();
-this.props.deleteElement.call(this, this.props.errorHandler);
+this.props.deleteElement.call(this, this.props.routeConfiguration);
 }
 
 render() {
+const {selectedStep, routeConfiguration} = this.props;
 return (
-
+ this.selectElement(e)}>
 
-Error Handler
-Global error handler for the 
RouteBuilder
+Route Configuration
+Route Configuration
  this.delete(e)}>
 
 
diff --git 
a/karavan-app/src/main/webui/src/designer/error/ErrorHandlerDesigner.tsx 
b/karavan-app/src/main/webui/src/designer/configuration/RouteConfigurationDesigner.tsx
similarity index 66%
rename from 

[camel-karavan] branch main updated: Fix import issue

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ca96dbd  Fix import issue
ca96dbd is described below

commit ca96dbd7197fdc58f73ec0cd945ebb9b81839aa3
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 18:22:36 2022 -0500

Fix import issue
---
 karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx 
b/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
index f0dda83..7b069e3 100644
--- a/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
+++ b/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
@@ -21,7 +21,7 @@ import {
 import '../karavan.css';
 import {RouteConfigurationDefinition} from 
"karavan-core/lib/model/CamelDefinition";
 import DeleteIcon from 
"@patternfly/react-icons/dist/js/icons/times-circle-icon";
-import {CamelElement} from "karavan-core/src/core/model/IntegrationDefinition";
+import {CamelElement} from "karavan-core/lib/model/IntegrationDefinition";
 
 interface Props {
 routeConfiguration: RouteConfigurationDefinition



[camel-karavan] branch main updated: Fix import issue

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 856e02a  Fix import issue
856e02a is described below

commit 856e02a1230c561939dd270fb66aa68e556bdceb
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 18:16:12 2022 -0500

Fix import issue
---
 karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx 
b/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
index c4f1940..f0dda83 100644
--- a/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
+++ b/karavan-designer/src/designer/configuration/RouteConfigurationCard.tsx
@@ -21,7 +21,7 @@ import {
 import '../karavan.css';
 import {RouteConfigurationDefinition} from 
"karavan-core/lib/model/CamelDefinition";
 import DeleteIcon from 
"@patternfly/react-icons/dist/js/icons/times-circle-icon";
-import {CamelElement} from 
"../../../../karavan-core/src/core/model/IntegrationDefinition";
+import {CamelElement} from "karavan-core/src/core/model/IntegrationDefinition";
 
 interface Props {
 routeConfiguration: RouteConfigurationDefinition



[GitHub] [camel-karavan] mgubaidullin commented on issue #577: Each DSL node should have generated ID

2022-12-21 Thread GitBox


mgubaidullin commented on issue #577:
URL: https://github.com/apache/camel-karavan/issues/577#issuecomment-1362209060

   @davsclaus could you please confirm ^^^ node IDs requirements for debugging


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin opened a new issue, #577: Each DSL node should have generated ID

2022-12-21 Thread GitBox


mgubaidullin opened a new issue, #577:
URL: https://github.com/apache/camel-karavan/issues/577

   DSL Node IDs are required for debugging
   
   1. Route should have unique ID
   2. First added routeConfiguration might have empty ID
   3. Node IDs should be unique in each route route
   4. User should be able to change generated IDs (System should check 
uniqueness for user defined IDs)
   5. If open manually created YAML without IDs, system should generate IDs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karavan] branch main updated: Convert implicit errorHandler to routeConfiguration

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e9136ff  Convert implicit errorHandler to routeConfiguration
e9136ff is described below

commit e9136ffce6c73bf6a8c67b93ab030106a77c2524
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 18:08:37 2022 -0500

Convert implicit errorHandler to routeConfiguration
---
 karavan-core/src/core/api/CamelDefinitionYaml.ts | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/karavan-core/src/core/api/CamelDefinitionYaml.ts 
b/karavan-core/src/core/api/CamelDefinitionYaml.ts
index 8aff38b..07f8a03 100644
--- a/karavan-core/src/core/api/CamelDefinitionYaml.ts
+++ b/karavan-core/src/core/api/CamelDefinitionYaml.ts
@@ -16,7 +16,7 @@
  */
 import * as yaml from 'js-yaml';
 import {Integration, CamelElement, Beans} from 
"../model/IntegrationDefinition";
-import {RouteDefinition, NamedBeanDefinition} from "../model/CamelDefinition";
+import {RouteDefinition, NamedBeanDefinition, RouteConfigurationDefinition} 
from "../model/CamelDefinition";
 import {CamelUtil} from "./CamelUtil";
 import {CamelDefinitionYamlStep} from "./CamelDefinitionYamlStep";
 
@@ -188,6 +188,10 @@ export class CamelDefinitionYaml {
 .forEach((b: any) => 
result.push(CamelDefinitionYaml.readBeanDefinition(b)));
 flows.filter((e: any) => e.hasOwnProperty('routeConfiguration'))
 .forEach((e: any) => 
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(e.routeConfiguration)));
+flows.filter((e: any) => e.hasOwnProperty('errorHandler'))
+.forEach((f: any) =>  
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(new 
RouteConfigurationDefinition({errorHandler: f.errorHandler};
+flows.filter((e: any) => e.hasOwnProperty('onException'))
+.forEach((f: any) =>  
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(new 
RouteConfigurationDefinition({onException: f.onException};
 return result;
 }
 



[camel-karavan] branch main updated: Fix #576

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ab8ac92  Fix #576
ab8ac92 is described below

commit ab8ac92559d24ecc91fd18c1ab48615467f47617
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 18:04:50 2022 -0500

Fix #576
---
 karavan-core/src/core/api/CamelDefinitionApiExt.ts | 35 +
 karavan-core/src/core/api/CamelDefinitionYaml.ts   |  6 +-
 karavan-core/src/core/api/CamelUtil.ts | 20 +++---
 karavan-core/test/errorHandler.spec.ts |  8 ++-
 karavan-core/test/errorHandler1.yaml   | 17 ++---
 karavan-core/test/plain.spec.ts|  2 -
 karavan-designer/src/designer/KaravanDesigner.tsx  |  6 +-
 .../RouteConfigurationCard.tsx}| 26 ---
 .../RouteConfigurationDesigner.tsx}| 82 --
 .../src/designer/exception/ExceptionDesigner.tsx   | 74 ---
 .../src/designer/rest/RestDesigner.tsx |  2 +-
 karavan-designer/src/designer/utils/CamelUi.tsx| 12 ++--
 .../src/designer/utils/KaravanIcons.tsx| 15 ++--
 13 files changed, 131 insertions(+), 174 deletions(-)

diff --git a/karavan-core/src/core/api/CamelDefinitionApiExt.ts 
b/karavan-core/src/core/api/CamelDefinitionApiExt.ts
index 3317253..a72b7f0 100644
--- a/karavan-core/src/core/api/CamelDefinitionApiExt.ts
+++ b/karavan-core/src/core/api/CamelDefinitionApiExt.ts
@@ -19,7 +19,7 @@ import {ComponentApi} from "./ComponentApi";
 import {CamelUtil} from "./CamelUtil";
 import {
 NamedBeanDefinition,
-ExpressionDefinition, RouteDefinition, RestDefinition, 
RestConfigurationDefinition, ErrorHandlerDefinition
+ExpressionDefinition, RouteDefinition, RestDefinition, 
RestConfigurationDefinition, RouteConfigurationDefinition
 } from "../model/CamelDefinition";
 import {
 Beans,
@@ -253,28 +253,33 @@ export class CamelDefinitionApiExt {
 return integration;
 }
 
-static addErrorHandlerToIntegration = (integration: Integration, 
errorHandler: ErrorHandlerDefinition): Integration => {
-const flows: any[] = [];
-if (integration.spec.flows?.filter(flow => flow.dslName === 
'ErrorHandlerDefinition').length === 0) {
-flows.push(...integration.spec.flows);
-flows.push(errorHandler)
-} else {
-flows.push(...integration.spec.flows?.filter(flow => flow.dslName 
!== 'ErrorHandlerDefinition') || []);
-flows.push(errorHandler)
-}
-integration.spec.flows = flows;
+static addRouteConfigurationToIntegration = (integration: Integration, 
routeConfiguration: RouteConfigurationDefinition): Integration => {
+integration.spec.flows?.push(routeConfiguration);
 return integration;
 }
 
-static deleteErrorHandlerFromIntegration = (integration: Integration): 
Integration => {
+static deleteRouteConfigurationFromIntegration = (integration: 
Integration, routeConfiguration: RouteConfigurationDefinition): Integration => {
 const flows: any[] = [];
-flows.push(...integration.spec.flows?.filter(flow => flow.dslName !== 
'ErrorHandlerDefinition') || []);
+flows.push(...integration.spec.flows?.filter(flow => flow.dslName !== 
'RouteConfigurationDefinition') || []);
+flows.push(...integration.spec.flows?.filter(flow => flow.dslName == 
'RouteConfigurationDefinition' && flow.uuid !== routeConfiguration.uuid) || []);
 integration.spec.flows = flows;
 return integration;
 }
 
+static updateRouteConfigurationToIntegration = (integration: Integration, 
e: CamelElement): Integration => {
+const elementClone = CamelUtil.cloneStep(e);
+const int: Integration = CamelUtil.cloneIntegration(integration);
+const flows: CamelElement[] = [];
+integration.spec.flows?.filter(f => f.dslName !== 
'RouteConfigurationDefinition').forEach(f => flows.push(f));
+integration.spec.flows?.filter(f => f.dslName === 
'RouteConfigurationDefinition').forEach(f => {
+const route = CamelDefinitionApiExt.updateElement(f, elementClone) 
as RouteConfigurationDefinition;
+
flows.push(CamelDefinitionApi.createRouteConfigurationDefinition(route));
+})
+int.spec.flows = flows
+return int;
+}
+
 static addRestToIntegration = (integration: Integration, rest: 
RestDefinition): Integration => {
-const flows: any[] = [];
 integration.spec.flows?.push(rest)
 return integration;
 }
@@ -351,7 +356,7 @@ export class CamelDefinitionApiExt {
 
 static deleteRestConfigurationFromIntegration = (integration: 
Integration): Integration => {
 const flows: any[] = [];
-integration.spec.flows?.filter(flow => flow.dslName !== 

[GitHub] [camel-karavan] mgubaidullin closed issue #576: User should be able to configure errorHandlers in routeConfiguration

2022-12-21 Thread GitBox


mgubaidullin closed issue #576: User should be able to configure errorHandlers 
in routeConfiguration
URL: https://github.com/apache/camel-karavan/issues/576


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin commented on issue #575: In the projects page, show if deployment is running for the project

2022-12-21 Thread GitBox


mgubaidullin commented on issue #575:
URL: https://github.com/apache/camel-karavan/issues/575#issuecomment-1362200850

   I think it is already implemented by showing deployed project environment in 
Blue
   
https://github.com/apache/camel-karavan/blob/f11103082cda3bafae733eea428765ef1c0b9b55/karavan-app/src/main/webui/src/projects/ProjectsTableRow.tsx#L101


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] filippzorin opened a new issue, #1491: Unable to set ConnectionFactory for `camel-sjms2-kafka-connector`

2022-12-21 Thread GitBox


filippzorin opened a new issue, #1491:
URL: https://github.com/apache/camel-kafka-connector/issues/1491

   Hi everyone!
   I'm started using Apache Camel with Kafka Connect.
   I'm trying to consume messages from TIBCO-EMS. And I'm using 
camel-sjms2-kafka-connector.
   
   I uploaded package of `camel-sjms2-kafka-connector` version `3.18.2` into 
`plugin.path` directory and I see in kafka connect logs that is loaded 
successfully. Also I uploaded `tibjms.jar` file into connector directory.
   
   Then I'm trying to create connector with config
   ```
   {
 "name": "CamelSjms2SourceConnectorConnector_0",
 "config": {
   "name": "CamelSjms2SourceConnectorConnector_0",
"connector.class": 
"org.apache.camel.kafkaconnector.sjms2.CamelSjms2SourceConnector",
   "camel.source.path.destinationType": "queue",
   "camel.source.path.destinationName": "queue_name",
   "camel.source.endpoint.clientId": 
"apache-camel-jms-kafka-connector-tibco-test",
   "camel.component.sjms2.connectionFactory": 
"#class:com.tibco.tibjms.TibjmsConnectionFactory"
   "camel.component.sjms2.connection-factory.userName": "",
   "camel.component.sjms2.connection-factory.password": "",
   "camel.component.sjms2.connection-factory.serverUrl": 
"tcp://tibco-ems-host:7222"
 }
   }
   ```
   
   I set `camel.component.sjms2.connectionFactory` to 
`#class:com.tibco.tibjms.TibjmsConnectionFactory` like in example 
https://github.com/apache/camel-kafka-connector/blob/main/examples/CamelJmsSourceConnector.properties,
 also tried remove `#class:` prefix.
   
   Finally I have error:
   ```
   ERROR WorkerSourceTask{id=CamelSjms2SourceConnectorConnector_0-0} Task threw 
an uncaught and unrecoverable exception. Task is being killed and will not 
recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask)
   org.apache.kafka.connect.errors.ConnectException: Failed to create and start 
Camel context
   ...
   Caused by: org.apache.camel.PropertyBindingException: Error binding property 
(camel.component.sjms2.serverUrl=tcp://tibco-ems-host:7222) with name: 
serverUrl on bean: org.apache.activemq.ActiveMQConnectionFactory@45eea0ee with 
value: tcp://tibco-ems-host:7222
   ...
   ```
   Looks like factory which I set trough 
`camel.component.sjms2.connectionFactory` wasn't applied. Seems it's bug.
   
   After that I tried to use `camel-jms-kafka-connector` version `0.11.5` with 
similar configuration:
   ```
   {
 "name": "CamelJmsSourceConnectorConnector_0",
 "config": {
   "connector.class": 
"org.apache.camel.kafkaconnector.jms.CamelJmsSourceConnector",
   "camel.source.path.destinationName": "queue_name",
   "camel.source.endpoint.clientId": 
"apache-camel-jms-kafka-connector-011-tibco-test",
   "camel.component.jms.connectionFactory": 
"#class:com.tibco.tibjms.TibjmsConnectionFactory",
   "camel.component.jms.password": "",
   "camel.component.jms.username": "",
   "camel.component.jms.connection-factory.serverUrl": 
"tcp://tibco-ems-host:7222"
 }
   }
   ```
   And it works! I'm not quite sure what is cause a problem, bug in 
`camel-sjms2-kafka-connector` or compatibility issue with given JMS provider.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] ppalaga opened a new pull request, #4355: Make at least the quick profile compatible with mvnd 1.0.0-m1

2022-12-21 Thread GitBox


ppalaga opened a new pull request, #4355:
URL: https://github.com/apache/camel-quarkus/pull/4355

   mvnd 1.0.0-m1 is under vote. The unofficial binaries are available at 
https://github.com/apache/maven-mvnd/releases/tag/1.0.0-m1
   
   The keytool-maven-plugin is not compatible with Maven 4 yet. We may have 
more incompatible plugins, but those are not active with `-Dquickly`. 
   
   For Camel Quarkus, mvnd 1.0.0-m1 is slower compared to 0.8.2 by 10+ seconds. 
These changes may allow to investigate why.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mrinalsharma opened a new issue, #575: In the projects page, show if deployment is running for the project

2022-12-21 Thread GitBox


mrinalsharma opened a new issue, #575:
URL: https://github.com/apache/camel-karavan/issues/575

   If the project list grows, user has to get into the project view to see the 
current status of Deployment. It would be good if the user can see the status 
in the project list. This way from the projects view, user can see which 
deployments are running/Stopped etc.
   
![image](https://user-images.githubusercontent.com/3838113/208985579-f3f2f846-5b77-4441-94ce-900483f3eae3.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mrinalsharma commented on issue #556: All the steps locks

2022-12-21 Thread GitBox


mrinalsharma commented on issue #556:
URL: https://github.com/apache/camel-karavan/issues/556#issuecomment-1361923130

   @mgubaidullin  The issue still exists, I just tested with latest 
ghcr.io/apache/camel-karavan:3.18.6 and can see the issue.
   
   yaml looks like 
   ```
   - dslName: RouteDefinition
 stepName: route
 from:
   dslName: FromDefinition
   stepName: from
   uri: 'kamelet:timer-source'
   parameters:
 message: Hello World
   steps:
 - dslName: LogDefinition
   stepName: log
   message: '${body}'
   inArray: true
   inSteps: true
   
   ```
   
![image](https://user-images.githubusercontent.com/3838113/208983608-99f5fd95-36e6-476c-a2f7-69c511b82522.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (2201292d10e -> 67acbd90411)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 2201292d10e camel-jbang - Upgrade to Camel 3.20.0 (#8914)
 add 67acbd90411 camel-jbang - Upgrade to latest quarkus for export

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel] branch camel-3.20.x updated (04c2c86133c -> cd98e42e45f)

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


from 04c2c86133c Merge branch 'release/3.20.0' into camel-3.20.x
 new 51fd6aae5ec CAMEL-18661: clean-ups
 new b2f26d8f91e camel-jbang - Polsished
 new b0ca67f6237 Polished
 new 6f3158e2fd0 Add missing descriptions to some options in route for XML 
DSL
 new 56cae1960d6 camel-salesforce: Doc fix.
 new e18de0b75fb Upgrade to Artemis 2.17.1
 new 0554af0a33f camel-jbang - Fix potential NPE
 new 2e4c6f2887c camel-jbang - Show version for catalog other
 new 126d00d1814 Polished
 new aadbceac32a Update to latest swagger-codegen-maven-plugin
 new cd98e42e45f camel-jbang - Upgrade to latest quarkus for export

The 11 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/catalog/components/plc4x.json |  2 +-
 .../org/apache/camel/catalog/models/route.json |  5 ++-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 34 +++---
 .../camel/cdi/test/CamelEventNotifierTest.java | 30 +---
 .../camel/opentelemetry/CurrentSpanTest.java   | 42 --
 .../org/apache/camel/component/plc4x/plc4x.json|  2 +-
 .../camel-plc4x/src/main/docs/plc4x-component.adoc |  2 +-
 .../camel/component/plc4x/Plc4XEndpoint.java   |  3 ++
 .../src/main/docs/salesforce-component.adoc|  5 +--
 .../main/java/org/apache/camel/tracing/Tracer.java |  6 ++--
 .../apache/camel/impl/engine/DefaultTracer.java|  7 
 .../resources/org/apache/camel/model/route.json|  5 ++-
 .../org/apache/camel/model/RouteDefinition.java|  2 +-
 .../component/ComponentsBuilderFactory.java|  2 +-
 .../dsl/Plc4xComponentBuilderFactory.java  |  4 +--
 .../src/generated/resources/metadata.json  |  2 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  4 +--
 .../endpoint/dsl/Plc4XEndpointBuilderFactory.java  |  6 ++--
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  2 +-
 .../jbang/core/commands/catalog/CatalogOther.java  |  1 +
 .../jbang/core/commands/catalog/VersionHelper.java |  3 ++
 .../main/download/DependencyDownloaderKamelet.java | 10 +-
 parent/pom.xml |  2 +-
 .../camel/maven/packaging/SchemaGeneratorMojo.java | 22 ++--
 .../main/docs/camel-restdsl-openapi-plugin.adoc|  6 ++--
 .../generator/openapi/AbstractGenerateMojo.java|  2 +-
 27 files changed, 132 insertions(+), 81 deletions(-)



[camel] 05/11: camel-salesforce: Doc fix.

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 56cae1960d669a5f4a1b3b51a38ae155ce9f46e1
Author: Jeremy Ross 
AuthorDate: Mon Dec 19 16:21:29 2022 -0600

camel-salesforce: Doc fix.
---
 .../src/main/docs/salesforce-component.adoc  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 6e57d7878e5..b6576d87d3a 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -1262,8 +1262,9 @@ Get bulk query job results. `jobId` parameter is 
required. Accepts
 | Parameter | Type | Description| Default| Required
 
 | `jobId` | `String` | Id of Job to get results for | | x
-| `maxRecords` | `Integer` | Id of Job to get results for | |
-| `locator` | `locator` | Value to use for subsequent calls | |
+| `maxRecords` | `Integer` | The maximum number of records to retrieve per set 
of results for the query. The request is still subject to the size limits. If 
you are working with a very large number of query results, you may experience a 
timeout before receiving all the data from Salesforce. To prevent a timeout, 
specify the maximum number of records your client is expecting to receive in 
the maxRecords parameter. This splits the results into smaller sets with this 
value as the maximum size. | |
+| `locator` | `locator` | A string that identifies a specific set of query 
results. Providing a value for this parameter returns only that set of results.
+Omitting this parameter returns the first set of results. | |
 |===
 
 *Output*



[camel] 07/11: camel-jbang - Fix potential NPE

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 0554af0a33f97d9ce8ac3a101b1a1239e4f5da25
Author: Claus Ibsen 
AuthorDate: Tue Dec 20 11:38:16 2022 +0100

camel-jbang - Fix potential NPE
---
 .../apache/camel/dsl/jbang/core/commands/catalog/VersionHelper.java| 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/VersionHelper.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/VersionHelper.java
index 20985ddf161..587a56b70d8 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/VersionHelper.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/VersionHelper.java
@@ -24,6 +24,9 @@ final class VersionHelper {
 }
 
 public static boolean isGE(String source, String target) {
+if (source == null || target == null) {
+return false;
+}
 String s1 = StringHelper.before(source, ".");
 String s2 = StringHelper.after(source, ".");
 if (s1 == null) {



[camel] 02/11: camel-jbang - Polsished

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit b2f26d8f91e786086fe7c3e6ad29a730462e24dc
Author: Claus Ibsen 
AuthorDate: Sun Dec 18 10:56:18 2022 +0100

camel-jbang - Polsished
---
 .../camel/main/download/DependencyDownloaderKamelet.java   | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/DependencyDownloaderKamelet.java
 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/DependencyDownloaderKamelet.java
index 6dadc4e80b7..ff02f1ad03f 100644
--- 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/DependencyDownloaderKamelet.java
+++ 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/DependencyDownloaderKamelet.java
@@ -51,22 +51,14 @@ import static 
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.nodeAt;
 public final class DependencyDownloaderKamelet extends ServiceSupport
 implements CamelContextAware, RouteTemplateLoaderListener {
 
-private static final String KAMELETS_VERSION = "0.9.2";
+private static final String KAMELETS_VERSION = "0.10.0";
 private KameletDependencyDownloader downloader;
 private CamelContext camelContext;
-private volatile boolean kameletsInUse;
 
 public DependencyDownloaderKamelet(CamelContext camelContext) {
 this.camelContext = camelContext;
 }
 
-/**
- * Whether any kamelets are in use.
- */
-public boolean isKameletsInUse() {
-return kameletsInUse;
-}
-
 @Override
 public CamelContext getCamelContext() {
 return camelContext;



[camel] 06/11: Upgrade to Artemis 2.17.1

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit e18de0b75fbf1fe2782362b0b3b15214694caf5f
Author: Claus Ibsen 
AuthorDate: Tue Dec 20 11:15:59 2022 +0100

Upgrade to Artemis 2.17.1
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b06eb8ece53..5729e53362f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -33,7 +33,7 @@
   Camel Dependencies POM
   
 1.1.3
-2.27.0
+2.27.1
 5.17.3
 2.7
 1.19.0
diff --git a/parent/pom.xml b/parent/pom.xml
index 52b1a590350..b9501b5c186 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,7 @@
 1.1.3
 
 5.17.3
-2.27.0
+2.27.1
 2.0.0.AM26
 2.7
 1.19.0



[camel] 03/11: Polished

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit b0ca67f62372f09f28595e660a19ca393d7d807d
Author: Claus Ibsen 
AuthorDate: Sun Dec 18 14:11:41 2022 +0100

Polished
---
 .../src/main/java/org/apache/camel/impl/engine/DefaultTracer.java  | 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultTracer.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultTracer.java
index 3401ddb1cab..6d25689fd5c 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultTracer.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultTracer.java
@@ -124,13 +124,6 @@ public class DefaultTracer extends ServiceSupport 
implements CamelContextAware,
 boolean original = 
route.getRouteId().equals(exchange.getFromRouteId());
 String arrow = original ? "*-->" : "--->";
 
-// we need to capture original source:line-number
-if (original && camelContext.isDebugging()) {
-// TODO: use in dumpTrace
-int line = route.getInput().getLineNumber();
-String loc = route.getInput().getLocation();
-}
-
 StringBuilder sb = new StringBuilder();
 sb.append(String.format(tracingFormat, arrow, route.getRouteId(), 
label));
 sb.append(" ");



[camel] 09/11: Polished

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 126d00d181428f3f0fe39bcb5bc7dff39548fd1d
Author: Claus Ibsen 
AuthorDate: Tue Dec 20 11:44:22 2022 +0100

Polished
---
 .../resources/org/apache/camel/catalog/components/plc4x.json| 2 +-
 .../generated/resources/org/apache/camel/component/plc4x/plc4x.json | 2 +-
 components/camel-plc4x/src/main/docs/plc4x-component.adoc   | 2 +-
 .../main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java   | 3 +++
 .../apache/camel/builder/component/ComponentsBuilderFactory.java| 2 +-
 .../camel/builder/component/dsl/Plc4xComponentBuilderFactory.java   | 4 ++--
 dsl/camel-componentdsl/src/generated/resources/metadata.json| 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java   | 4 ++--
 .../camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java | 6 +++---
 9 files changed, 15 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
index 67c4e12624b..64942f811b3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "plc4x",
 "title": "PLC4X",
-"description": "Camel PLC4X support",
+"description": "Read and write to PLC devices",
 "deprecated": false,
 "firstVersion": "3.20.0",
 "label": "iot",
diff --git 
a/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
 
b/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
index 67c4e12624b..64942f811b3 100644
--- 
a/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
+++ 
b/components/camel-plc4x/src/generated/resources/org/apache/camel/component/plc4x/plc4x.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "plc4x",
 "title": "PLC4X",
-"description": "Camel PLC4X support",
+"description": "Read and write to PLC devices",
 "deprecated": false,
 "firstVersion": "3.20.0",
 "label": "iot",
diff --git a/components/camel-plc4x/src/main/docs/plc4x-component.adoc 
b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
index e17bd6e892d..87cedd0bec9 100644
--- a/components/camel-plc4x/src/main/docs/plc4x-component.adoc
+++ b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: PLC4X
 :shortname: plc4x
 :artifactid: camel-plc4x
-:description: Camel PLC4X support
+:description: Read and write to PLC devices
 :since: 3.20
 :supportlevel: Preview
 :component-header: Both producer and consumer are supported
diff --git 
a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
 
b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
index 9883ccd4831..4ad9fa58694 100644
--- 
a/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
+++ 
b/components/camel-plc4x/src/main/java/org/apache/camel/component/plc4x/Plc4XEndpoint.java
@@ -35,6 +35,9 @@ import 
org.apache.plc4x.java.api.exceptions.PlcConnectionException;
 import org.apache.plc4x.java.api.exceptions.PlcRuntimeException;
 import org.apache.plc4x.java.utils.connectionpool.PooledPlcDriverManager;
 
+/**
+ * Read and write to PLC devices
+ */
 @UriEndpoint(scheme = "plc4x", firstVersion = "3.20.0", title = "PLC4X",
  syntax = "plc4x:driver", category = Category.IOT)
 public class Plc4XEndpoint extends DefaultEndpoint {
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 014bba87ea0..db5aaa3a824 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -3452,7 +3452,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * PLC4X (camel-plc4x)
- * Camel PLC4X support
+ * Read and write to PLC devices
  * 
  * Category: iot
  * Since: 3.20
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Plc4xComponentBuilderFactory.java
index 303bc2e38f3..ee2beaad5ec 100644
--- 

[camel] 08/11: camel-jbang - Show version for catalog other

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 2e4c6f2887cc8e9187c81a3d7a585a05a4546db3
Author: Claus Ibsen 
AuthorDate: Tue Dec 20 11:40:22 2022 +0100

camel-jbang - Show version for catalog other
---
 .../org/apache/camel/dsl/jbang/core/commands/catalog/CatalogOther.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/catalog/CatalogOther.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/CatalogOther.java
index 403b5f3d763..8b3b4e8a448 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/CatalogOther.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/catalog/CatalogOther.java
@@ -40,6 +40,7 @@ public class CatalogOther extends CatalogBaseCommand {
 row.name = model.getName();
 row.title = model.getTitle();
 row.level = model.getSupportLevel().name();
+row.since = model.getFirstVersionShort();
 row.description = model.getDescription();
 row.label = model.getLabel() != null ? model.getLabel() : "";
 row.deprecated = model.isDeprecated();



[camel] 10/11: Update to latest swagger-codegen-maven-plugin

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit aadbceac32adbe30877e064d9cbef4c1de8f868f
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 09:50:49 2022 +0100

Update to latest swagger-codegen-maven-plugin
---
 .../src/main/docs/camel-restdsl-openapi-plugin.adoc | 6 +++---
 .../apache/camel/maven/generator/openapi/AbstractGenerateMojo.java  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
index fcf28685b10..bd97047b7b3 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
@@ -129,7 +129,7 @@ The plugin supports the following *additional* options
 
 |
 | Parameter | Default Value | Description
-| `swaggerCodegenMavenPluginVersion` | 3.0.19 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
+| `swaggerCodegenMavenPluginVersion` | 3.0.36 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
 | `modelOutput` | | Target output path (default is 
${project.build.directory}/generated-sources/openapi)
 | `modelPackage` | `io.swagger.client.model` | The package to use for 
generated model objects/classes
 | `modelNamePrefix` | | Sets the pre- or suffix for model classes and enums
@@ -208,7 +208,7 @@ The plugin supports the following *additional* options
 
 |
 | Parameter | Default Value | Description
-| `swaggerCodegenMavenPluginVersion` | 3.0.25 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
+| `swaggerCodegenMavenPluginVersion` | 3.0.36 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
 | `modelOutput` | | Target output path (default is 
${project.build.directory}/generated-sources/openapi)
 | `modelPackage` | `io.swagger.client.model` | The package to use for 
generated model objects/classes
 | `modelNamePrefix` | | Sets the pre- or suffix for model classes and enums
@@ -286,7 +286,7 @@ The plugin supports the following *additional* options
 
 |
 | Parameter | Default Value | Description
-| `swaggerCodegenMavenPluginVersion` | 3.0.25 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
+| `swaggerCodegenMavenPluginVersion` | 3.0.36 | The version of the 
`io.swagger.codegen.v3:swagger-codegen-maven-plugin` maven plugin to be used.
 | `modelOutput` | | Target output path (default is 
${project.build.directory}/generated-sources/openapi)
 | `modelPackage` | `io.swagger.client.model` | The package to use for 
generated model objects/classes
 | `modelNamePrefix` | | Sets the pre- or suffix for model classes and enums
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
index c4bc65f49de..545b44847e2 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/java/org/apache/camel/maven/generator/openapi/AbstractGenerateMojo.java
@@ -124,7 +124,7 @@ abstract class AbstractGenerateMojo extends AbstractMojo {
 @Parameter
 String basePath;
 
-@Parameter(defaultValue = "3.0.25")
+@Parameter(defaultValue = "3.0.36")
 String swaggerCodegenMavenPluginVersion;
 
 @Parameter(defaultValue = "${project}", readonly = true)



[camel] 04/11: Add missing descriptions to some options in route for XML DSL

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 6f3158e2fd01dfe632f14a5f1bc3ae3d786c0adf
Author: Claus Ibsen 
AuthorDate: Sun Dec 18 14:57:43 2022 +0100

Add missing descriptions to some options in route for XML DSL
---
 .../org/apache/camel/catalog/models/route.json |  5 +++-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 34 +++---
 .../resources/org/apache/camel/model/route.json|  5 +++-
 .../org/apache/camel/model/RouteDefinition.java|  2 +-
 .../camel/maven/packaging/SchemaGeneratorMojo.java | 22 --
 5 files changed, 59 insertions(+), 9 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
index ad97683f253..ef4583cf14a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/route.json
@@ -13,9 +13,12 @@
   },
   "properties": {
 "group": { "kind": "attribute", "displayName": "Group", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The group that this route 
belongs to; could be the name of the RouteBuilder class or be explicitly 
configured in the XML. May be null." },
+"nodePrefixId": { "kind": "attribute", "displayName": "Node Prefix Id", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
a prefix to use for all node ids (not route id)." },
+"routeConfigurationId": { "kind": "attribute", "displayName": "Route 
Configuration Id", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The route configuration id or pattern this route should use for 
configuration. Multiple id\/pattern can be separated by comma." },
+"precondition": { "kind": "attribute", "displayName": "Precondition", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
predicate of the precondition in simple language to evaluate in order to 
determine if this route should be included or not." },
 "streamCache": { "kind": "attribute", "displayName": "Stream Cache", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Whether stream caching is enabled on this route." },
 "trace": { "kind": "attribute", "displayName": "Trace", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Whether tracing is enabled 
on this route." },
-"messageHistory": { "kind": "attribute", "displayName": "Message History", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"true", "description": "Whether message history is enabled on this route." },
+"messageHistory": { "kind": "attribute", "displayName": "Message History", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Whether message history is enabled on this route." },
 "logMask": { "kind": "attribute", "displayName": "Log Mask", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "false", "description": 
"Whether security mask for Logging is enabled on this route." },
 "delayer": { "kind": "attribute", "displayName": "Delayer", "required": 
false, "type": "duration", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Whether to slow down 
processing messages by a given delay in msec." },
 "autoStartup": { "kind": "attribute", "displayName": "Auto Startup", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"true", "description": "Whether to auto start this route" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 0f56ca75b83..9f7700b0877 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 

[camel] 01/11: CAMEL-18661: clean-ups

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 51fd6aae5ec471ba4eef293dc8ed1a15381be49d
Author: Babak Vahdat 
AuthorDate: Fri Dec 16 13:20:21 2022 +0100

CAMEL-18661: clean-ups
---
 .../camel/cdi/test/CamelEventNotifierTest.java | 30 +---
 .../camel/opentelemetry/CurrentSpanTest.java   | 42 --
 .../main/java/org/apache/camel/tracing/Tracer.java |  6 ++--
 3 files changed, 43 insertions(+), 35 deletions(-)

diff --git 
a/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/CamelEventNotifierTest.java
 
b/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/CamelEventNotifierTest.java
index ca889a10242..cca199e7fe6 100644
--- 
a/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/CamelEventNotifierTest.java
+++ 
b/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/CamelEventNotifierTest.java
@@ -31,7 +31,8 @@ import org.apache.camel.cdi.CdiCamelExtension;
 import org.apache.camel.cdi.Uri;
 import org.apache.camel.cdi.bean.SimpleCamelRoute;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.spi.CamelEvent;
+import org.apache.camel.spi.CamelEvent.CamelContextInitializedEvent;
+import org.apache.camel.spi.CamelEvent.CamelContextInitializingEvent;
 import org.apache.camel.spi.CamelEvent.CamelContextStartedEvent;
 import org.apache.camel.spi.CamelEvent.CamelContextStartingEvent;
 import org.apache.camel.spi.CamelEvent.CamelContextStoppedEvent;
@@ -55,6 +56,7 @@ import org.junit.runner.RunWith;
 import static org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.contains;
+import static org.hamcrest.Matchers.equalTo;
 
 @RunWith(Arquillian.class)
 public class CamelEventNotifierTest {
@@ -71,12 +73,12 @@ public class CamelEventNotifierTest {
 @ApplicationScoped
 private List firedEvents = new ArrayList<>();
 
-private void onCamelContextStartingEvent(@Observes 
CamelEvent.CamelContextInitializingEvent event, List events) {
-events.add(CamelEvent.CamelContextInitializingEvent.class);
+private void onCamelContextStartingEvent(@Observes 
CamelContextInitializingEvent event, List events) {
+events.add(CamelContextInitializingEvent.class);
 }
 
-private void onCamelContextStartingEvent(@Observes 
CamelEvent.CamelContextInitializedEvent event, List events) {
-events.add(CamelEvent.CamelContextInitializedEvent.class);
+private void onCamelContextStartingEvent(@Observes 
CamelContextInitializedEvent event, List events) {
+events.add(CamelContextInitializedEvent.class);
 }
 
 private void onCamelContextStartingEvent(@Observes 
CamelContextStartingEvent event, List events) {
@@ -115,8 +117,8 @@ public class CamelEventNotifierTest {
 public void startedCamelContext(List events) {
 assertThat("Events fired are incorrect!", events,
 contains(
-CamelEvent.CamelContextInitializingEvent.class,
-CamelEvent.CamelContextInitializedEvent.class,
+CamelContextInitializingEvent.class,
+CamelContextInitializedEvent.class,
 CamelContextStartingEvent.class,
 CamelContextStartedEvent.class));
 }
@@ -131,10 +133,11 @@ public class CamelEventNotifierTest {
 
 assertIsSatisfied(2L, TimeUnit.SECONDS, outbound);
 
-assertThat("Events fired are incorrect!", events,
+assertThat("Events count is incorrect!", events.size(), equalTo(12));
+assertThat("Events types are incorrect!", events,
 contains(
-CamelEvent.CamelContextInitializingEvent.class,
-CamelEvent.CamelContextInitializedEvent.class,
+CamelContextInitializingEvent.class,
+CamelContextInitializedEvent.class,
 CamelContextStartingEvent.class,
 CamelContextStartedEvent.class,
 ExchangeSendingEvent.class,
@@ -152,10 +155,11 @@ public class CamelEventNotifierTest {
 public void stopCamelContext(CamelContext context, List events) {
 context.stop();
 
-assertThat("Events fired are incorrect!", events,
+assertThat("Events count is incorrect!", events.size(), equalTo(14));
+assertThat("Events types are incorrect!", events,
 contains(
-CamelEvent.CamelContextInitializingEvent.class,
-CamelEvent.CamelContextInitializedEvent.class,
+CamelContextInitializingEvent.class,
+CamelContextInitializedEvent.class,
 CamelContextStartingEvent.class,
  

[camel] 11/11: camel-jbang - Upgrade to latest quarkus for export

2022-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit cd98e42e45f02be7b267914cf15ba0c4a895a922
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 19:17:27 2022 +0100

camel-jbang - Upgrade to latest quarkus for export
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a06296c683c..4c062027a98 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
@@ -102,7 +102,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String quarkusArtifactId;
 
 @CommandLine.Option(names = { "--quarkus-version" }, description = 
"Quarkus Platform version",
-defaultValue = "2.14.2.Final")
+defaultValue = "2.15.1.Final")
 protected String quarkusVersion;
 
 @CommandLine.Option(names = { "--maven-wrapper" }, defaultValue = "true",



[camel-kameleon] 02/02: Upgrade to maven 3.8.6

2022-12-21 Thread davsclaus
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-kameleon.git

commit 9ff77f7610b1b0495c1c924e95c718efa1d7bc5e
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 19:18:55 2022 +0100

Upgrade to maven 3.8.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ca43f2..06f98c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ under the License.
 2.15.0
 3.20.0
 0.10.0
-3.8.5
+3.8.6
 
 
 



[camel-kameleon] branch main updated (30a02bf -> 9ff77f7)

2022-12-21 Thread davsclaus
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-kameleon.git


from 30a02bf  Upgrade to Camel 3.20.0
 new ea1357d  Upgrade to quarkus 2.15.1
 new 9ff77f7  Upgrade to maven 3.8.6

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:
 pom.xml  | 6 +++---
 src/main/resources/kameleon.json | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)



[camel-kameleon] 01/02: Upgrade to quarkus 2.15.1

2022-12-21 Thread davsclaus
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-kameleon.git

commit ea1357dca0facef7970ef4d6a02d5846ca05881f
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 19:18:42 2022 +0100

Upgrade to quarkus 2.15.1
---
 pom.xml  | 4 ++--
 src/main/resources/kameleon.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f751a6..5ca43f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,10 @@ under the License.
 11
 UTF-8
 
UTF-8
-2.15.0.Final
+2.15.1.Final
 
quarkus-universe-bom
 io.quarkus
-2.15.0.Final
+2.15.1.Final
 3.0.0-M5
 2.15.0
 3.20.0
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index e6a6cb1..754bf3d 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -74,11 +74,11 @@
   "componentListTitle": "Camel Quarkus extensions",
   "versions": [
 {
-  "name": "2.15.0",
+  "name": "2.15.1",
   "suffix": "",
   "javaVersions": ["11", "17"],
   "defaultJava": "11",
-  "runtimeVersion": "2.15.0.Final",
+  "runtimeVersion": "2.15.1.Final",
   "archetypeGroupId": "io.quarkus",
   "archetypeArtifactId": "quarkus-maven-plugin"
 }



[camel] branch main updated: camel-jbang - Upgrade to latest quarkus for export

2022-12-21 Thread davsclaus
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 67acbd90411 camel-jbang - Upgrade to latest quarkus for export
67acbd90411 is described below

commit 67acbd904115b10ddf848fe971dec8a268579779
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 19:17:27 2022 +0100

camel-jbang - Upgrade to latest quarkus for export
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a06296c683c..4c062027a98 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
@@ -102,7 +102,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String quarkusArtifactId;
 
 @CommandLine.Option(names = { "--quarkus-version" }, description = 
"Quarkus Platform version",
-defaultValue = "2.14.2.Final")
+defaultValue = "2.15.1.Final")
 protected String quarkusVersion;
 
 @CommandLine.Option(names = { "--maven-wrapper" }, defaultValue = "true",



[GitHub] [camel-karavan] mrinalsharma opened a new pull request, #574: Alert user that the Deployment is running. Deployment should be dele…

2022-12-21 Thread GitBox


mrinalsharma opened a new pull request, #574:
URL: https://github.com/apache/camel-karavan/pull/574

Alert user that the Deployment is running. 
1. The project cannot be deleted if Deployment is running. 
2. The project cannot be deleted if the pipeline is running.
   Related to https://github.com/apache/camel-karavan/issues/551


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] squakez merged pull request #3950: [1.10.x] chore: use latest kamelets

2022-12-21 Thread GitBox


squakez merged PR #3950:
URL: https://github.com/apache/camel-k/pull/3950


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] 02/02: fix: kamelet tag

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 680b6f1b80c9e40e6b5dacdfd8eb6361ef93b430
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 15:00:13 2022 +0100

fix: kamelet tag
---
 script/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 764bdaf94..60a7fe922 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -79,8 +79,8 @@ STAGING_RUNTIME_REPO :=
 # Kamelets options
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-# Optional branch for the default Kamelet catalog (change this to a tag before 
release)
-KAMELET_CATALOG_REPO_BRANCH := v0.9.3
+# Optional tag for the default Kamelet catalog (change this to a tag before 
release)
+KAMELET_CATALOG_REPO_TAG := v0.9.3
 
 # When performing integration tests, it is not necessary to always execute 
build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build 
has already taken place.



[camel-k] 01/02: chore: use latest kamelets

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 29defedaca7d229bde6127f0980c02d112ab92c4
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 14:27:17 2022 +0100

chore: use latest kamelets

Close #3919
---
 script/Makefile   | 12 +++-
 script/bundle_kamelets.sh | 12 ++--
 script/update_docs.sh | 18 --
 3 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 4e5ff931b..764bdaf94 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,6 @@ LAST_RELEASED_VERSION ?= 1.10.3
 RUNTIME_VERSION := 1.15.2
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1
-INSTALL_DEFAULT_KAMELETS := true
 CONTROLLER_GEN_VERSION := v0.6.1
 CODEGEN_VERSION := v0.23.5
 OPERATOR_SDK_VERSION := v1.14.0
@@ -77,7 +76,8 @@ STAGING_IMAGE_NAME := docker.io/camelk/camel-k
 
 STAGING_RUNTIME_REPO :=
 
-# Define here the repo containing the default Kamelet catalog (if any)
+# Kamelets options
+INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Optional branch for the default Kamelet catalog (change this to a tag before 
release)
 KAMELET_CATALOG_REPO_BRANCH := v0.9.3
@@ -141,6 +141,8 @@ bump-replace:
@# Bump version and replace with the variables provided by the user
@sed -i 's/^VERSION ?= .*$//VERSION ?= $(VERSION)/' ./script/Makefile
@sed -i 's/^LAST_RELEASED_VERSION ?= .*$//LAST_RELEASED_VERSION ?= 
$(LAST_RELEASED_VERSION)/' ./script/Makefile
+   @sed -i 's/^STAGING_RUNTIME_REPO :=.*$//STAGING_RUNTIME_REPO :=/' 
./script/Makefile
+   @sed -i 's/^KAMELET_CATALOG_REPO_TAG :=.*$//KAMELET_CATALOG_REPO_TAG := 
main/' ./script/Makefile
 
 bump: bump-replace codegen bundle
 
@@ -321,12 +323,12 @@ build-resources:
 bundle-kamelets:
@echo "Preparing Kamelets bundle resource..."
 ifneq (,$(findstring release,$(MAKECMDGOALS)))
-ifneq (,$(findstring $(KAMELET_CATALOG_REPO_BRANCH), main))
-   @echo "You cannot set 
KAMELET_CATALOG_REPO_BRANCH=$(KAMELET_CATALOG_REPO_BRANCH) when doing a release"
+ifneq (,$(findstring $(KAMELET_CATALOG_REPO_TAG), main))
+   @echo "You cannot set 
KAMELET_CATALOG_REPO_TAG=$(KAMELET_CATALOG_REPO_TAG) when doing a release"
@exit 1
 endif
 endif
-   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_BRANCH)
+   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_TAG)
 
 build-submodules:
./script/build_submodules.sh
diff --git a/script/bundle_kamelets.sh b/script/bundle_kamelets.sh
index 66e7e1a81..2d94ab91e 100755
--- a/script/bundle_kamelets.sh
+++ b/script/bundle_kamelets.sh
@@ -21,7 +21,7 @@ rootdir=$location/../
 set -e
 
 repo=$1
-branch=$2
+tag=$2
 
 cd $rootdir
 target=./build/_kamelets
@@ -35,15 +35,15 @@ if [ "$repo" = "" ]; then
exit 0
 fi
 
-if [ "$branch" = "" ]; then
-  branch="main"
+if [ "$tag" = "" ]; then
+   echo "ERROR: no kamelet catalog version defined"
+   exit 1
 fi
 
-echo "Cloning repository $repo on branch $branch to bundle kamelets..."
-
+echo "Cloning repository $repo from tag $tag to bundle kamelets..."
 
 rm -rf ./tmp_kamelet_catalog
-git clone -b $branch --single-branch --depth 1 $repo ./tmp_kamelet_catalog
+git clone -q -c advice.detachedHead=false -b $tag --single-branch --depth 1 
$repo ./tmp_kamelet_catalog
 
 cp ./tmp_kamelet_catalog/kamelets/*.kamelet.yaml $target
 
diff --git a/script/update_docs.sh b/script/update_docs.sh
index 15758f385..67d48d74b 100755
--- a/script/update_docs.sh
+++ b/script/update_docs.sh
@@ -27,13 +27,19 @@ if [ ! -f $CATALOG ]; then
 exit 1
 fi
 
-KAMELETS_VERSION=$(grep '^KAMELET_CATALOG_REPO_BRANCH := ' Makefile | sed 
's/^.* \?= //' | sed 's/^.//')
-re="^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$"
-if ! [[ $KAMELETS_VERSION =~ $re ]]; then
-echo "❗ argument must match semantic version: $KAMELETS_VERSION"
-exit 1
+KAMELET_CATALOG_REPO_TAG=$(grep '^KAMELET_CATALOG_REPO_TAG := ' Makefile | sed 
's/^.* \?= //')
+KAMELETS_VERSION=$(echo $KAMELET_CATALOG_REPO_TAG | sed 's/^.//')
+if [[ "$KAMELET_CATALOG_REPO_TAG" == "main" ]]; then
+KAMELETS_VERSION="latest"
+KAMELETS_DOCS_VERSION="next"
+else
+re="^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$"
+if ! [[ $KAMELETS_VERSION =~ $re ]]; then
+echo "❗ argument must match semantic version: $KAMELETS_VERSION"
+exit 1
+fi
+KAMELETS_DOCS_VERSION="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}.x"
 fi
-KAMELETS_DOCS_VERSION="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}.x"
 BUILDAH_VERSION=$(grep '^BUILDAH_VERSION := ' Makefile | sed 's/^.* \?= //')
 KANIKO_VERSION=$(grep '^KANIKO_VERSION := ' Makefile | sed 's/^.* \?= //')
 KUSTOMIZE_VERSION=$(grep '^KUSTOMIZE_VERSION := ' Makefile | sed 's/^.* \?= 
//' | sed 's/^.//')



[camel-k] branch release-1.10.x updated (f15124949 -> 680b6f1b8)

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


from f15124949 chore: testing update docs script
 new 29defedac chore: use latest kamelets
 new 680b6f1b8 fix: kamelet tag

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:
 script/Makefile   | 16 +---
 script/bundle_kamelets.sh | 12 ++--
 script/update_docs.sh | 18 --
 3 files changed, 27 insertions(+), 19 deletions(-)



[GitHub] [camel-k] squakez merged pull request #3949: [1.11.x] chore: use latest kamelets

2022-12-21 Thread GitBox


squakez merged PR #3949:
URL: https://github.com/apache/camel-k/pull/3949


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] branch release-1.11.x updated: chore: use latest kamelets

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.11.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.11.x by this push:
 new 89b1b3eb4 chore: use latest kamelets
89b1b3eb4 is described below

commit 89b1b3eb47819ca4fb83ed189d263a0adfe1dcb7
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 14:27:17 2022 +0100

chore: use latest kamelets

Close #3919
---
 script/Makefile   | 15 ---
 script/bundle_kamelets.sh | 12 ++--
 script/update_docs.sh | 18 --
 3 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index d3871393d..132a5a28e 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,6 @@ LAST_RELEASED_VERSION ?= 1.11.0
 RUNTIME_VERSION := 1.16.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1
-INSTALL_DEFAULT_KAMELETS := true
 CONTROLLER_GEN_VERSION := v0.6.1
 CODEGEN_VERSION := v0.23.5
 OPERATOR_SDK_VERSION := v1.16.0
@@ -77,10 +76,10 @@ STAGING_IMAGE_NAME := docker.io/camelk/camel-k
 
 STAGING_RUNTIME_REPO := 
https://repository.apache.org/content/repositories/orgapachecamel-1499
 
-# Define here the repo containing the default Kamelet catalog (if any)
+# Kamelets options
+INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-# Optional branch for the default Kamelet catalog (change this to a tag before 
release)
-KAMELET_CATALOG_REPO_BRANCH := v0.10.0
+KAMELET_CATALOG_REPO_TAG := v0.10.0
 
 # When performing integration tests, it is not necessary to always execute 
build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build 
has already taken place.
@@ -141,6 +140,8 @@ bump-replace:
@# Bump version and replace with the variables provided by the user
@sed -i 's/^VERSION ?= .*$//VERSION ?= $(VERSION)/' ./script/Makefile
@sed -i 's/^LAST_RELEASED_VERSION ?= .*$//LAST_RELEASED_VERSION ?= 
$(LAST_RELEASED_VERSION)/' ./script/Makefile
+   @sed -i 's/^STAGING_RUNTIME_REPO :=.*$//STAGING_RUNTIME_REPO :=/' 
./script/Makefile
+   @sed -i 's/^KAMELET_CATALOG_REPO_TAG :=.*$//KAMELET_CATALOG_REPO_TAG := 
main/' ./script/Makefile
 
 bump: bump-replace codegen bundle
 
@@ -327,12 +328,12 @@ build-resources:
 bundle-kamelets:
@echo "Preparing Kamelets bundle resource..."
 ifneq (,$(findstring release,$(MAKECMDGOALS)))
-ifneq (,$(findstring $(KAMELET_CATALOG_REPO_BRANCH), main))
-   @echo "You cannot set 
KAMELET_CATALOG_REPO_BRANCH=$(KAMELET_CATALOG_REPO_BRANCH) when doing a release"
+ifneq (,$(findstring $(KAMELET_CATALOG_REPO_TAG), main))
+   @echo "You cannot set 
KAMELET_CATALOG_REPO_TAG=$(KAMELET_CATALOG_REPO_TAG) when doing a release"
@exit 1
 endif
 endif
-   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_BRANCH)
+   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_TAG)
 
 build-submodules:
./script/build_submodules.sh
diff --git a/script/bundle_kamelets.sh b/script/bundle_kamelets.sh
index 66e7e1a81..2d94ab91e 100755
--- a/script/bundle_kamelets.sh
+++ b/script/bundle_kamelets.sh
@@ -21,7 +21,7 @@ rootdir=$location/../
 set -e
 
 repo=$1
-branch=$2
+tag=$2
 
 cd $rootdir
 target=./build/_kamelets
@@ -35,15 +35,15 @@ if [ "$repo" = "" ]; then
exit 0
 fi
 
-if [ "$branch" = "" ]; then
-  branch="main"
+if [ "$tag" = "" ]; then
+   echo "ERROR: no kamelet catalog version defined"
+   exit 1
 fi
 
-echo "Cloning repository $repo on branch $branch to bundle kamelets..."
-
+echo "Cloning repository $repo from tag $tag to bundle kamelets..."
 
 rm -rf ./tmp_kamelet_catalog
-git clone -b $branch --single-branch --depth 1 $repo ./tmp_kamelet_catalog
+git clone -q -c advice.detachedHead=false -b $tag --single-branch --depth 1 
$repo ./tmp_kamelet_catalog
 
 cp ./tmp_kamelet_catalog/kamelets/*.kamelet.yaml $target
 
diff --git a/script/update_docs.sh b/script/update_docs.sh
index 15758f385..67d48d74b 100755
--- a/script/update_docs.sh
+++ b/script/update_docs.sh
@@ -27,13 +27,19 @@ if [ ! -f $CATALOG ]; then
 exit 1
 fi
 
-KAMELETS_VERSION=$(grep '^KAMELET_CATALOG_REPO_BRANCH := ' Makefile | sed 
's/^.* \?= //' | sed 's/^.//')
-re="^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$"
-if ! [[ $KAMELETS_VERSION =~ $re ]]; then
-echo "❗ argument must match semantic version: $KAMELETS_VERSION"
-exit 1
+KAMELET_CATALOG_REPO_TAG=$(grep '^KAMELET_CATALOG_REPO_TAG := ' Makefile | sed 
's/^.* \?= //')
+KAMELETS_VERSION=$(echo $KAMELET_CATALOG_REPO_TAG | sed 's/^.//')
+if [[ "$KAMELET_CATALOG_REPO_TAG" == "main" ]]; then
+KAMELETS_VERSION="latest"
+KAMELETS_DOCS_VERSION="next"
+else
+re="^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$"
+if ! [[ $KAMELETS_VERSION =~ $re ]]; then
+echo "❗ argument must match 

[camel-k] branch main updated (4704aa570 -> 7fb4d1298)

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

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


from 4704aa570 fix(ci): revert usage of TEST_CLUSTER
 new c2851911a chore: use latest kamelets
 new 7fb4d1298 chore(doc): automatic updates

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:
 docs/antora.yml   |  4 ++--
 release.adoc  | 31 ---
 script/Makefile   | 15 +++
 script/bundle_kamelets.sh | 12 ++--
 script/update_docs.sh | 18 --
 5 files changed, 31 insertions(+), 49 deletions(-)



[camel-k] 01/02: chore: use latest kamelets

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

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

commit c2851911a1ca542fc2dad0c6f95f80c32d1ac1a6
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 14:27:17 2022 +0100

chore: use latest kamelets

Close #3919
---
 docs/antora.yml   |  4 ++--
 script/Makefile   | 15 +++
 script/bundle_kamelets.sh | 12 ++--
 script/update_docs.sh | 18 --
 4 files changed, 27 insertions(+), 22 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 3226627ec..ec99bb6e8 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,8 +30,8 @@ asciidoc:
   attributes:
 requires: "'util=camel-website-util,ck=xref:js/ck.js'"
 prerelease: true
-camel-kamelets-version: 0.10.0
-camel-kamelets-docs-version: 0.10.x
+camel-kamelets-version: 'latest'
+camel-kamelets-docs-version: next
 camel-k-runtime-version: 1.17.0-SNAPSHOT
 camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # from 
Makefile BUNDLE_CAMEL_APIS
 camel-version: 3.19.0
diff --git a/script/Makefile b/script/Makefile
index 17f52f821..432293903 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -26,7 +26,6 @@ LAST_RELEASED_VERSION ?= 1.11.0
 RUNTIME_VERSION := 1.17.0-SNAPSHOT
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1
-INSTALL_DEFAULT_KAMELETS ?= true
 CONTROLLER_GEN_VERSION := v0.6.1
 CODEGEN_VERSION := v0.23.5
 OPERATOR_SDK_VERSION := v1.16.0
@@ -80,13 +79,12 @@ OPM := opm
 
 # Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
-
 STAGING_RUNTIME_REPO :=
 
-# Define here the repo containing the default Kamelet catalog (if any)
+# Kamelets options
+INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-# Optional branch for the default Kamelet catalog (change this to a tag before 
release)
-KAMELET_CATALOG_REPO_BRANCH := v0.10.0
+KAMELET_CATALOG_REPO_TAG := main
 
 # When performing integration tests, it is not necessary to always execute 
build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build 
has already taken place.
@@ -148,6 +146,7 @@ bump-replace:
@sed -i 's/^VERSION ?= .*$//VERSION ?= $(VERSION)/' ./script/Makefile
@sed -i 's/^LAST_RELEASED_VERSION ?= .*$//LAST_RELEASED_VERSION ?= 
$(LAST_RELEASED_VERSION)/' ./script/Makefile
@sed -i 's/^STAGING_RUNTIME_REPO :=.*$//STAGING_RUNTIME_REPO :=/' 
./script/Makefile
+   @sed -i 's/^KAMELET_CATALOG_REPO_TAG :=.*$//KAMELET_CATALOG_REPO_TAG := 
main/' ./script/Makefile
 
 bump: bump-replace codegen bundle
./script/bump_actions.sh $(LAST_RELEASED_VERSION)
@@ -335,12 +334,12 @@ build-resources:
 bundle-kamelets:
@echo "Preparing Kamelets bundle resource..."
 ifneq (,$(findstring release,$(MAKECMDGOALS)))
-ifneq (,$(findstring $(KAMELET_CATALOG_REPO_BRANCH), main))
-   @echo "You cannot set 
KAMELET_CATALOG_REPO_BRANCH=$(KAMELET_CATALOG_REPO_BRANCH) when doing a release"
+ifneq (,$(findstring $(KAMELET_CATALOG_REPO_TAG), main))
+   @echo "You cannot set 
KAMELET_CATALOG_REPO_TAG=$(KAMELET_CATALOG_REPO_TAG) when doing a release"
@exit 1
 endif
 endif
-   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_BRANCH)
+   ./script/bundle_kamelets.sh $(KAMELET_CATALOG_REPO) 
$(KAMELET_CATALOG_REPO_TAG)
 
 build-submodules:
./script/build_submodules.sh
diff --git a/script/bundle_kamelets.sh b/script/bundle_kamelets.sh
index 66e7e1a81..2d94ab91e 100755
--- a/script/bundle_kamelets.sh
+++ b/script/bundle_kamelets.sh
@@ -21,7 +21,7 @@ rootdir=$location/../
 set -e
 
 repo=$1
-branch=$2
+tag=$2
 
 cd $rootdir
 target=./build/_kamelets
@@ -35,15 +35,15 @@ if [ "$repo" = "" ]; then
exit 0
 fi
 
-if [ "$branch" = "" ]; then
-  branch="main"
+if [ "$tag" = "" ]; then
+   echo "ERROR: no kamelet catalog version defined"
+   exit 1
 fi
 
-echo "Cloning repository $repo on branch $branch to bundle kamelets..."
-
+echo "Cloning repository $repo from tag $tag to bundle kamelets..."
 
 rm -rf ./tmp_kamelet_catalog
-git clone -b $branch --single-branch --depth 1 $repo ./tmp_kamelet_catalog
+git clone -q -c advice.detachedHead=false -b $tag --single-branch --depth 1 
$repo ./tmp_kamelet_catalog
 
 cp ./tmp_kamelet_catalog/kamelets/*.kamelet.yaml $target
 
diff --git a/script/update_docs.sh b/script/update_docs.sh
index 15758f385..67d48d74b 100755
--- a/script/update_docs.sh
+++ b/script/update_docs.sh
@@ -27,13 +27,19 @@ if [ ! -f $CATALOG ]; then
 exit 1
 fi
 
-KAMELETS_VERSION=$(grep '^KAMELET_CATALOG_REPO_BRANCH := ' Makefile | sed 
's/^.* \?= //' | sed 's/^.//')
-re="^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)$"
-if ! [[ $KAMELETS_VERSION =~ $re ]]; then
-echo "❗ argument must match semantic version: $KAMELETS_VERSION"
-exit 1

[GitHub] [camel-k] squakez closed issue #3919: Bundle Kamelets from a released version

2022-12-21 Thread GitBox


squakez closed issue #3919: Bundle Kamelets from a released version
URL: https://github.com/apache/camel-k/issues/3919


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] 02/02: chore(doc): automatic updates

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

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

commit 7fb4d1298db06d4c30f440027bdc08b66d4526df
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 14:27:45 2022 +0100

chore(doc): automatic updates
---
 release.adoc | 31 ---
 1 file changed, 4 insertions(+), 27 deletions(-)

diff --git a/release.adoc b/release.adoc
index b5c36c8c3..3639da76c 100644
--- a/release.adoc
+++ b/release.adoc
@@ -72,7 +72,7 @@ Next, the version of the runtime libraries to use need to be 
aligned in the Make
 
 The following tasks need to be done:
 
-- Align `KAMELET_CATALOG_REPO_BRANCH` in Makefile to latest released tag of 
the camel-kamelets repository
+- Align `KAMELET_CATALOG_REPO_TAG` in Makefile to latest released tag of the 
camel-kamelets repository
 - Align `RUNTIME_VERSION` in Makefile to latest runtime release
 - Set `STAGING_RUNTIME_REPO` to the URL of the staging repo (if using a staged 
camel-k-runtime version)
 - Ensure `LAST_RELEASED_VERSION` points to latest released version of Camel K
@@ -173,32 +173,9 @@ A `release-notes.md` file is generated and can be attached 
to the release github
 [[documentation]]
 == Documentation updates
 
-In order that the newly released versions of camel-k and camel-k-runtime 
appear in the Camel website, follow these steps:
-
-. In camel-k `docs/antora.yml`:
-.. Set the `version` appropriately, e.g. `1.7.x`
-.. Remove the `prerelease` and `display_version`.
-.. Set the `asciidoc.attributes.camel-version` to the appropriate released 
camel docs version, e.g. `3.12.x`.
-. In the camel-k-runtime corresponding to the camel-k release 
`docs/antora.yml` set the `version` to the same value as in step 1.a.
-. After the vote has passed, update the camel-website `antora-playbook.yml`
-`content.sources` section for camel-k and camel-k-runtime to use the newly 
released versions, replacing the previous released version.
-
-NOTE: this needs work, 1.6.x doesn't appear to have a corresponding 
camel-k-runtime
-[source,yaml]
-
-- url: https://github.com/apache/camel-k.git
-  branches:
-- main
-#Release-1.6.x does not work because there is no corresponding 
camel-k-runtime version for languages.
-#- release-1.6.x
-- release-1.4.x
-  start_path: docs
-
-- url: https://github.com/apache/camel-k-runtime.git
-  branches:
-- main
-  start_path: docs
-
+The version of Camel K and the main related dependencies are scraped 
automatically in a Github Action. You only need to provide the LTS parameter in 
the related `release` branch, when the release is marked as LTS (such as in 
https://github.com/apache/camel-k/blob/f15124949e43bb859d07f555b9e510956d6ed823/docs/antora.yml#L30)
+
+After the vote has passed, update the camel-website `antora-playbook.yml` 
`content.sources` section for camel-k and camel-k-runtime to use the newly 
released versions, replacing the previous released version.
 
 [[voting]]
 == Voting



[GitHub] [camel-k] squakez merged pull request #3948: chore: use latest kamelets

2022-12-21 Thread GitBox


squakez merged PR #3948:
URL: https://github.com/apache/camel-k/pull/3948


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-spring-boot-examples] vinodpahuja commented on pull request #79: Camel examples for spring-boot-cli

2022-12-21 Thread GitBox


vinodpahuja commented on PR #79:
URL: 
https://github.com/apache/camel-spring-boot-examples/pull/79#issuecomment-1361475310

   @davsclaus - I just noticed that the spring-boot-cli 
[example](https://github.com/apache/camel-spring-boot-examples/commit/8217b6836fea95151039bdfc4993f751350537da)
 has been 
[removed](https://github.com/apache/camel-spring-boot-examples/commit/cc7866363a2cd6abaf6a32eb180ca2ea0a183201).
 
   Can you please help with the rational behind it ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] gansheer commented on a diff in pull request #3951: fix(controller): ensure `container.name` trait is used by the integration controller

2022-12-21 Thread GitBox


gansheer commented on code in PR #3951:
URL: https://github.com/apache/camel-k/pull/3951#discussion_r1054505093


##
pkg/controller/integration/monitor.go:
##
@@ -407,9 +407,11 @@ func getIntegrationDigest(envs []corev1.EnvVar) string {
return ""
 }
 
-func findIntegrationContainer(spec corev1.PodSpec) *corev1.Container {
+// findIntegrationContainer find if present the integration container in the 
pod spec using the integration specifications.
+func findIntegrationContainer(environment *trait.Environment, spec 
corev1.PodSpec) *corev1.Container {
+   integrationContainerName := environment.GetIntegrationContainerName()

Review Comment:
   You are right, I will move the `integrationContainerName := 
environment.GetIntegrationContainerName()` code up to the 
`filterPodsByReadyStatus` method.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin closed issue #565: Upgrade to camel-3.20

2022-12-21 Thread GitBox


mgubaidullin closed issue #565: Upgrade to camel-3.20
URL: https://github.com/apache/camel-karavan/issues/565


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karavan] branch main updated: Fix #565

2022-12-21 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new f111030  Fix #565
f111030 is described below

commit f11103082cda3bafae733eea428765ef1c0b9b55
Author: Marat Gubaidullin 
AuthorDate: Wed Dec 21 10:13:18 2022 -0500

Fix #565
---
 karavan-builder/Dockerfile| 2 +-
 karavan-cloud/AWS/karavan-quarkus-task-aws.yaml   | 2 +-
 karavan-demo/jms-to-kafka/docs/README.md  | 2 +-
 .../src/main/resources/quarkus-builder-script-kubernetes.sh   | 2 +-
 .../src/main/resources/quarkus-builder-script-openshift.sh| 2 +-
 .../src/main/resources/spring-boot-builder-script-kubernetes.sh   | 2 +-
 .../src/main/resources/spring-boot-builder-script-openshift.sh| 2 +-
 karavan-vscode/README.md  | 4 ++--
 karavan-vscode/package.json   | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/karavan-builder/Dockerfile b/karavan-builder/Dockerfile
index efed25a..2acfa78 100644
--- a/karavan-builder/Dockerfile
+++ b/karavan-builder/Dockerfile
@@ -12,4 +12,4 @@ RUN mkdir /opt/mvnd && \
 mv maven-mvnd-0.8.2-linux-amd64/* /opt/mvnd  
 
 WORKDIR /scripts
-ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.20.0-SNAPSHOT", 
"camel@apache/camel"]
+ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.20.0", "camel@apache/camel"]
diff --git a/karavan-cloud/AWS/karavan-quarkus-task-aws.yaml 
b/karavan-cloud/AWS/karavan-quarkus-task-aws.yaml
index 1094055..2dda0e4 100644
--- a/karavan-cloud/AWS/karavan-quarkus-task-aws.yaml
+++ b/karavan-cloud/AWS/karavan-quarkus-task-aws.yaml
@@ -92,7 +92,7 @@ spec:
 
   cd ${CHECKOUT_DIR}/$(inputs.params.project) 
 
-  entrypoint -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel 
export --local-kamelet-dir=${KAMELETS_DIR}
+  entrypoint -Dcamel.jbang.version=3.20.0 camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
 
   export LAST_COMMIT=$(git rev-parse --short HEAD)
   export DATE=$(date '+%Y%m%d%H%M%S')
diff --git a/karavan-demo/jms-to-kafka/docs/README.md 
b/karavan-demo/jms-to-kafka/docs/README.md
index 7e29e14..fe2fee2 100644
--- a/karavan-demo/jms-to-kafka/docs/README.md
+++ b/karavan-demo/jms-to-kafka/docs/README.md
@@ -26,7 +26,7 @@ docker-compose up
 
 ### Start integration 
 ```
-jbang -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel run *
+jbang -Dcamel.jbang.version=3.20.0 camel@apache/camel run *
 ```
 
 ### Publish payment to JMS
diff --git 
a/karavan-operator/src/main/resources/quarkus-builder-script-kubernetes.sh 
b/karavan-operator/src/main/resources/quarkus-builder-script-kubernetes.sh
index 608cb81..d705f2f 100644
--- a/karavan-operator/src/main/resources/quarkus-builder-script-kubernetes.sh
+++ b/karavan-operator/src/main/resources/quarkus-builder-script-kubernetes.sh
@@ -14,7 +14,7 @@ fi
 
 cd ${CHECKOUT_DIR}/$(inputs.params.project)
 
-entrypoint -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
+entrypoint -Dcamel.jbang.version=3.20.0 camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
 
 export LAST_COMMIT=$(git rev-parse --short HEAD)
 export DATE=$(date '+%Y%m%d%H%M%S')
diff --git 
a/karavan-operator/src/main/resources/quarkus-builder-script-openshift.sh 
b/karavan-operator/src/main/resources/quarkus-builder-script-openshift.sh
index 71e181d..83067ec 100644
--- a/karavan-operator/src/main/resources/quarkus-builder-script-openshift.sh
+++ b/karavan-operator/src/main/resources/quarkus-builder-script-openshift.sh
@@ -14,7 +14,7 @@ fi
 
 cd ${CHECKOUT_DIR}/$(inputs.params.project)
 
-entrypoint -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
+entrypoint -Dcamel.jbang.version=3.20.0 camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
 
 export LAST_COMMIT=$(git rev-parse --short HEAD)
 export DATE=$(date '+%Y%m%d%H%M%S')
diff --git 
a/karavan-operator/src/main/resources/spring-boot-builder-script-kubernetes.sh 
b/karavan-operator/src/main/resources/spring-boot-builder-script-kubernetes.sh
index c2ea625..6d8ba5c 100644
--- 
a/karavan-operator/src/main/resources/spring-boot-builder-script-kubernetes.sh
+++ 
b/karavan-operator/src/main/resources/spring-boot-builder-script-kubernetes.sh
@@ -14,7 +14,7 @@ fi
 
 cd ${CHECKOUT_DIR}/$(inputs.params.project)
 
-entrypoint -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
+entrypoint -Dcamel.jbang.version=3.20.0 camel@apache/camel export 
--local-kamelet-dir=${KAMELETS_DIR}
 
 export LAST_COMMIT=$(git rev-parse --short HEAD)
 export DATE=$(date '+%Y%m%d%H%M%S')
diff --git 

[GitHub] [camel-karavan] mgubaidullin closed issue #573: DSL properties in YAML should be sorted according to catalog metadata

2022-12-21 Thread GitBox


mgubaidullin closed issue #573: DSL properties in YAML should be sorted 
according to catalog metadata
URL: https://github.com/apache/camel-karavan/issues/573


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin opened a new issue, #573: DSL properties in YAML should be sorted according to catalog metadata

2022-12-21 Thread GitBox


mgubaidullin opened a new issue, #573:
URL: https://github.com/apache/camel-karavan/issues/573

   DSL properties in YAML should be sorted according to catalog metadata.
   Properties that are not in metadata, ex: `steps` should be after properties 
from catalogue 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] squakez merged pull request #3947: fix(ci): revert usage of TEST_CLUSTER

2022-12-21 Thread GitBox


squakez merged PR #3947:
URL: https://github.com/apache/camel-k/pull/3947


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] branch main updated: fix(ci): revert usage of TEST_CLUSTER

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 4704aa570 fix(ci): revert usage of TEST_CLUSTER
4704aa570 is described below

commit 4704aa57016a237362ddee3fb4cb6cae8f211e77
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 12:35:25 2022 +0100

fix(ci): revert usage of TEST_CLUSTER

Although not used by `main` release step, it is still required by `v_10` 
and `v_11` release steps, so, it cannot be removed.
---
 .github/workflows/release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a62aeadc3..da79d2a3e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,6 +18,7 @@
 name: release
 
 env:
+  TEST_CLUSTER: kind
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
 on:



[GitHub] [camel-k] squakez commented on a diff in pull request #3951: fix(controller): ensure `container.name` trait is used by the integration controller

2022-12-21 Thread GitBox


squakez commented on code in PR #3951:
URL: https://github.com/apache/camel-k/pull/3951#discussion_r1054452211


##
pkg/controller/integration/monitor.go:
##
@@ -407,9 +407,11 @@ func getIntegrationDigest(envs []corev1.EnvVar) string {
return ""
 }
 
-func findIntegrationContainer(spec corev1.PodSpec) *corev1.Container {
+// findIntegrationContainer find if present the integration container in the 
pod spec using the integration specifications.
+func findIntegrationContainer(environment *trait.Environment, spec 
corev1.PodSpec) *corev1.Container {
+   integrationContainerName := environment.GetIntegrationContainerName()

Review Comment:
   Any reason why not to expect the integration container name here and passing 
the whole `environment` along all the methods? I'd be more cautious just 
passing what we need and keep more readable the func signature.



##
e2e/global/common/traits/container_test.go:
##
@@ -0,0 +1,104 @@
+//go:build integration
+// +build integration
+
+// To enable compilation of this file in Goland, go to "Settings -> Go -> 
Vendoring & Build Tags -> Custom Tags" and add "integration"
+
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+package traits
+
+import (
+   "testing"
+
+   . "github.com/onsi/gomega"
+
+   corev1 "k8s.io/api/core/v1"
+
+   . "github.com/apache/camel-k/e2e/support"
+   v1 "github.com/apache/camel-k/pkg/apis/camel/v1"
+)
+
+func TestContainerTrait(t *testing.T) {
+   WithNewTestNamespace(t, func(ns string) {
+   operatorID := "camel-k-trait-container"
+   Expect(KamelInstallWithID(operatorID, 
ns).Execute()).To(Succeed())
+
+   t.Run("Container image pull policy and resources 
configuration", func(t *testing.T) {
+   name := "java1"
+   Expect(KamelRunWithID(operatorID, ns, "files/Java.java",
+   "-t", "container.image-pull-policy=Always",
+   "-t", "container.request-cpu=0.005",
+   "-t", "container.request-memory=100Mi",
+   "-t", "container.limit-cpu=200m",
+   "-t", "container.limit-memory=500Mi",
+   "--name", name,
+   ).Execute()).To(Succeed())
+   Eventually(IntegrationPodPhase(ns, name), 
TestTimeoutLong).Should(Equal(corev1.PodRunning))
+   Eventually(IntegrationConditionStatus(ns, name, 
v1.IntegrationConditionReady), 
TestTimeoutShort).Should(Equal(corev1.ConditionTrue))
+   Eventually(IntegrationLogs(ns, name), 
TestTimeoutShort).Should(ContainSubstring("Magicstring!"))
+   Eventually(IntegrationPodHas(ns, name, func(pod 
*corev1.Pod) bool {
+   if len(pod.Spec.Containers) != 1 {
+   return false
+   }
+   imagePullPolicy := 
pod.Spec.Containers[0].ImagePullPolicy
+   return imagePullPolicy == "Always"
+   }), TestTimeoutShort).Should(BeTrue())
+   Eventually(IntegrationPodHas(ns, name, func(pod 
*corev1.Pod) bool {
+   if len(pod.Spec.Containers) != 1 {
+   return false
+   }
+   limitsCpu := 
pod.Spec.Containers[0].Resources.Limits.Cpu()
+   requestsCpu := 
pod.Spec.Containers[0].Resources.Requests.Cpu()
+   return limitsCpu != nil && limitsCpu.String() 
== "200m" && requestsCpu != nil && requestsCpu.String() == "5m"
+   }), TestTimeoutShort).Should(BeTrue())
+   Eventually(IntegrationPodHas(ns, name, func(pod 
*corev1.Pod) bool {
+   if len(pod.Spec.Containers) != 1 {
+   return false
+   }
+   limitsMemory := 
pod.Spec.Containers[0].Resources.Limits.Memory()
+   requestsMemory := 

[GitHub] [camel-k] gansheer opened a new pull request, #3951: fix(controller): ensure `container.name` trait is used by the integration controller

2022-12-21 Thread GitBox


gansheer opened a new pull request, #3951:
URL: https://github.com/apache/camel-k/pull/3951

   Fixes #3941 
   
   ## Motivation
   
   Ensure camel-k controller for integration condition status works well with 
any change in pod's container name declared in the integration.
   
   ## Description
   
   Ensure that if pod's container.name is changed to something else than 
`integration` by trait `container.name`. 
   Any change done directly on the pod and/or deployment description k8s object 
won't be managed by the camel-k controller on integrations.
   
   **Release Note**
   ```release-note
   Ensure `container.name` trait is used by the integration's controller.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] squakez opened a new pull request, #3950: [1.10.x] chore: use latest kamelets

2022-12-21 Thread GitBox


squakez opened a new pull request, #3950:
URL: https://github.com/apache/camel-k/pull/3950

   Changed tag and scraping script.
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] squakez opened a new pull request, #3949: [1.11.x] chore: use latest kamelets

2022-12-21 Thread GitBox


squakez opened a new pull request, #3949:
URL: https://github.com/apache/camel-k/pull/3949

   Changed tag and scraping script.
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (cdf3283f3ca -> 2201292d10e)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from cdf3283f3ca Regen for commit 17ecae446cee4ede8dc559c5886afcf5a3d6281a
 add 2201292d10e camel-jbang - Upgrade to Camel 3.20.0 (#8914)

No new revisions were added by this update.

Summary of changes:
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



[camel-k] branch release-1.9.x updated: fix: not an LTS branch

2022-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.9.x by this push:
 new 3c339818f fix: not an LTS branch
3c339818f is described below

commit 3c339818f58b42c2045808240922a0b0da9b4ee7
Author: Pasquale Congiusti 
AuthorDate: Wed Dec 21 14:32:11 2022 +0100

fix: not an LTS branch
---
 docs/antora.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 9c8ff6425..bdbae501a 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,6 @@ nav:
 asciidoc:
   attributes:
 requires: "'util=camel-website-util,ck=xref:js/ck.js'"
-lts: LTS
 prerelease: false
 camel-kamelets-version: 0.8.1 # Makefile KAMELET_CATALOG_REPO_BRANCH
 camel-kamelets-docs-version: 0.8.x # Makefile KAMELET_CATALOG_REPO_BRANCH



[GitHub] [camel-k] squakez opened a new pull request, #3948: chore: use latest kamelets

2022-12-21 Thread GitBox


squakez opened a new pull request, #3948:
URL: https://github.com/apache/camel-k/pull/3948

   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   chore: use latest kamelets
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kamelets] github-actions[bot] closed pull request #1230: Generated sources regen

2022-12-21 Thread GitBox


github-actions[bot] closed pull request #1230: Generated sources regen
URL: https://github.com/apache/camel-kamelets/pull/1230


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (3ee9e845bab -> cdf3283f3ca)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


omit 3ee9e845bab Regen for commit 17ecae446cee4ede8dc559c5886afcf5a3d6281a
 add 309ce7ec89d Polished
 add cdf3283f3ca Regen for commit 17ecae446cee4ede8dc559c5886afcf5a3d6281a

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3ee9e845bab)
\
 N -- N -- N   refs/heads/regen_bot (cdf3283f3ca)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../services/org/apache/camel/component.properties |  2 +-
 .../main/docs/modules/eips/pages/message-history.adoc  | 12 ++--
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc   | 18 +-
 .../modules/ROOT/pages/camel-maven-archetypes.adoc |  4 ++--
 4 files changed, 18 insertions(+), 18 deletions(-)



[camel-kamelets] branch regen_bot updated (f49d6a5f -> 835204cd)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


 discard f49d6a5f Regen for commit 966e49b1246ae5623cbabcdf34d2b2ca03559d74
 add 835204cd Restore Kamelets for development

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f49d6a5f)
\
 N -- N -- N   refs/heads/regen_bot (835204cd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:



[camel-kamelets] branch regen_bot updated (c9188a68 -> f49d6a5f)

2022-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


from c9188a68 Point to 3.20.0 since it has been released
 add 81232e6a Update Kamelets for release 3.20.0
 add 7ce79a06 [maven-release-plugin] prepare release v3.20.0
 add 966e49b1 [maven-release-plugin] prepare for next development iteration
 add f49d6a5f Regen for commit 966e49b1246ae5623cbabcdf34d2b2ca03559d74

No new revisions were added by this update.

Summary of changes:
 kamelets/avro-deserialize-action.kamelet.yaml | 4 ++--
 kamelets/avro-serialize-action.kamelet.yaml   | 4 ++--
 kamelets/aws-cloudtrail-source.kamelet.yaml   | 2 +-
 kamelets/aws-cloudwatch-sink.kamelet.yaml | 2 +-
 kamelets/aws-ddb-experimental-sink.kamelet.yaml   | 4 ++--
 kamelets/aws-ddb-sink.kamelet.yaml| 4 ++--
 kamelets/aws-ddb-streams-source.kamelet.yaml  | 2 +-
 kamelets/aws-ec2-sink.kamelet.yaml| 2 +-
 kamelets/aws-eventbridge-sink.kamelet.yaml| 2 +-
 kamelets/aws-kinesis-firehose-sink.kamelet.yaml   | 2 +-
 kamelets/aws-kinesis-sink.kamelet.yaml| 2 +-
 kamelets/aws-kinesis-source.kamelet.yaml  | 4 ++--
 kamelets/aws-lambda-sink.kamelet.yaml | 2 +-
 kamelets/aws-redshift-sink.kamelet.yaml   | 2 +-
 kamelets/aws-redshift-source.kamelet.yaml | 2 +-
 kamelets/aws-s3-cdc-source.kamelet.yaml   | 2 +-
 kamelets/aws-s3-experimental-source.kamelet.yaml  | 4 ++--
 kamelets/aws-s3-sink.kamelet.yaml | 2 +-
 kamelets/aws-s3-source.kamelet.yaml   | 4 ++--
 kamelets/aws-s3-streaming-upload-sink.kamelet.yaml| 2 +-
 kamelets/aws-secrets-manager-sink.kamelet.yaml| 2 +-
 kamelets/aws-ses-sink.kamelet.yaml| 2 +-
 kamelets/aws-sns-fifo-sink.kamelet.yaml   | 2 +-
 kamelets/aws-sns-sink.kamelet.yaml| 2 +-
 kamelets/aws-sqs-batch-sink.kamelet.yaml  | 2 +-
 kamelets/aws-sqs-fifo-sink.kamelet.yaml   | 2 +-
 kamelets/aws-sqs-sink.kamelet.yaml| 2 +-
 kamelets/aws-sqs-source.kamelet.yaml  | 4 ++--
 kamelets/aws-translate-action.kamelet.yaml| 2 +-
 kamelets/azure-cosmosdb-source.kamelet.yaml   | 2 +-
 kamelets/azure-eventhubs-sink.kamelet.yaml| 2 +-
 kamelets/azure-eventhubs-source.kamelet.yaml  | 2 +-
 kamelets/azure-functions-sink.kamelet.yaml| 2 +-
 kamelets/azure-servicebus-sink.kamelet.yaml   | 2 +-
 kamelets/azure-servicebus-source.kamelet.yaml | 2 +-
 kamelets/azure-storage-blob-cdc-source.kamelet.yaml   | 2 +-
 kamelets/azure-storage-blob-changefeed-source.kamelet.yaml| 2 +-
 kamelets/azure-storage-blob-sink.kamelet.yaml | 2 +-
 kamelets/azure-storage-blob-source.kamelet.yaml   | 4 ++--
 kamelets/azure-storage-queue-sink.kamelet.yaml| 2 +-
 kamelets/azure-storage-queue-source.kamelet.yaml  | 4 ++--
 kamelets/beer-source.kamelet.yaml | 2 +-
 kamelets/bitcoin-source.kamelet.yaml  | 2 +-
 kamelets/caffeine-action.kamelet.yaml | 2 +-
 kamelets/cassandra-sink.kamelet.yaml  | 2 +-
 kamelets/cassandra-source.kamelet.yaml| 2 +-
 kamelets/ceph-sink.kamelet.yaml   | 2 +-
 kamelets/ceph-source.kamelet.yaml | 2 +-
 kamelets/chuck-norris-source.kamelet.yaml | 2 +-
 kamelets/chunk-template-action.kamelet.yaml   | 2 +-
 kamelets/couchbase-sink.kamelet.yaml  | 2 +-
 kamelets/cron-source.kamelet.yaml | 2 +-
 kamelets/delay-action.kamelet.yaml| 2 +-
 kamelets/dns-dig-action.kamelet.yaml  | 2 +-
 kamelets/dns-ip-action.kamelet.yaml   | 2 +-
 kamelets/dns-lookup-action.kamelet.yaml   | 2 +-
 

svn commit: r58841 - in /dev/camel/camel-kamelets/3.20.0: ./ camel-kamelets-sources-3.20.0.tar.gz camel-kamelets-sources-3.20.0.tar.gz.asc camel-kamelets-sources-3.20.0.tar.gz.sha512

2022-12-21 Thread acosentino
Author: acosentino
Date: Wed Dec 21 13:21:50 2022
New Revision: 58841

Log:
Import camel-kamelets release

Added:
dev/camel/camel-kamelets/3.20.0/
dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz   
(with props)
dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.asc   
(with props)
dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.sha512

Added: dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz
==
Binary file - no diff available.

Propchange: dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz
--
svn:mime-type = application/gzip

Added: dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: 
dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.sha512
==
--- dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.sha512 
(added)
+++ dev/camel/camel-kamelets/3.20.0/camel-kamelets-sources-3.20.0.tar.gz.sha512 
Wed Dec 21 13:21:50 2022
@@ -0,0 +1 @@
+0c064589e37d9873accb7af200b840f7426d8e3781cd90856a00482abc376339d285c67f5e683075bbcdfc9f863d157bf32b4ca66f813264faefc52b59097e40
 *camel-kamelets-sources-3.20.0.tar.gz




[GitHub] [camel-kamelets] github-actions[bot] opened a new pull request, #1230: Generated sources regen

2022-12-21 Thread GitBox


github-actions[bot] opened a new pull request, #1230:
URL: https://github.com/apache/camel-kamelets/pull/1230

   Regen bot :robot: found some uncommited changes after running build on 
:camel: kamelets main.
   Please do not delete `regen_bot` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kamelets] branch main updated: [maven-release-plugin] prepare for next development iteration

2022-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 966e49b1 [maven-release-plugin] prepare for next development iteration
966e49b1 is described below

commit 966e49b1246ae5623cbabcdf34d2b2ca03559d74
Author: Andrea Cosentino 
AuthorDate: Wed Dec 21 14:19:51 2022 +0100

[maven-release-plugin] prepare for next development iteration
---
 library/camel-kamelets-bom/pom.xml | 2 +-
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-utils/pom.xml   | 2 +-
 library/camel-kamelets/pom.xml | 2 +-
 library/kamelets-maven-plugin/pom.xml  | 2 +-
 pom.xml| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index a787bd4f..c291a2eb 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0
+3.20.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index ffb98f3d..4d4a5d0f 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -35,7 +35,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0
+3.20.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-utils/pom.xml 
b/library/camel-kamelets-utils/pom.xml
index fcaa7759..1d09298a 100644
--- a/library/camel-kamelets-utils/pom.xml
+++ b/library/camel-kamelets-utils/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0
+3.20.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index d00d1b0d..e66ceec1 100644
--- a/library/camel-kamelets/pom.xml
+++ b/library/camel-kamelets/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0
+3.20.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index f5f09d35..cf915d40 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0
+3.20.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/pom.xml b/pom.xml
index f2e31315..d47006a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 org.apache.camel.kamelets
 camel-kamelets-parent
 pom
-3.20.0
+3.20.1-SNAPSHOT
 Camel Kamelets Parent
 Camel Kamelets Library Parent
 
@@ -115,7 +115,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git
 
https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary
-v3.20.0
+v0.8.1
 
 
 



[camel-kamelets] annotated tag v3.20.0 created (now e85d7c0e)

2022-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to annotated tag v3.20.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


  at e85d7c0e (tag)
 tagging 7ce79a06eae2fa4816abef92f047bb6cf09ed376 (commit)
 replaces v0.10.0
  by Andrea Cosentino
  on Wed Dec 21 14:19:48 2022 +0100

- Log -
[maven-release-plugin] copy for tag v3.20.0
---

No new revisions were added by this update.



[camel-kamelets] branch main updated: [maven-release-plugin] prepare release v3.20.0

2022-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 7ce79a06 [maven-release-plugin] prepare release v3.20.0
7ce79a06 is described below

commit 7ce79a06eae2fa4816abef92f047bb6cf09ed376
Author: Andrea Cosentino 
AuthorDate: Wed Dec 21 14:19:44 2022 +0100

[maven-release-plugin] prepare release v3.20.0
---
 library/camel-kamelets-bom/pom.xml | 2 +-
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-utils/pom.xml   | 2 +-
 library/camel-kamelets/pom.xml | 2 +-
 library/kamelets-maven-plugin/pom.xml  | 2 +-
 pom.xml| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index 24dccc6f..a787bd4f 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0-SNAPSHOT
+3.20.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index 8b5bcdc5..ffb98f3d 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -35,7 +35,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0-SNAPSHOT
+3.20.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-utils/pom.xml 
b/library/camel-kamelets-utils/pom.xml
index 75cf9789..fcaa7759 100644
--- a/library/camel-kamelets-utils/pom.xml
+++ b/library/camel-kamelets-utils/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0-SNAPSHOT
+3.20.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index 097e1e92..d00d1b0d 100644
--- a/library/camel-kamelets/pom.xml
+++ b/library/camel-kamelets/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0-SNAPSHOT
+3.20.0
 ../../pom.xml
 
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index fc663265..f5f09d35 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.20.0-SNAPSHOT
+3.20.0
 ../../pom.xml
 
 
diff --git a/pom.xml b/pom.xml
index c8aa01a5..f2e31315 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 org.apache.camel.kamelets
 camel-kamelets-parent
 pom
-3.20.0-SNAPSHOT
+3.20.0
 Camel Kamelets Parent
 Camel Kamelets Library Parent
 
@@ -115,7 +115,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git
 
https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary
-v0.8.1
+v3.20.0
 
 
 



Error while running github feature from .asf.yaml in camel-website-pub!

2022-12-21 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[camel-website-pub] branch asf-site updated (0e5b5f4b4d -> e0a4d97ffc)

2022-12-21 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git


 discard 0e5b5f4b4d Website updated to e3bcda6f0d3a17c5db05fb2bb9407d81f27f12ec
 discard aa2dca70ed Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new b5bd735298 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new e0a4d97ffc Website updated to f4f97a7363be69b50073e7c8bde0dc00d43b229e

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0e5b5f4b4d)
\
 N -- N -- N   refs/heads/asf-site (e0a4d97ffc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .htaccess  |64 +-
 .well-known/security.txt   | 2 +-
 blog/2022/12/RELEASE-3.20.0/index.html | 2 +-
 .../12/camel320-whatsnew}/featured.png |   Bin
 ...d316c94_3975989_800x0_resize_q95_gaussian_3.png |   Bin
 blog/2022/12/camel320-whatsnew/index.html  | 1 +
 blog/index.html| 2 +-
 blog/index.xml |12 +
 blog/page/10/index.html| 2 +-
 blog/page/11/index.html| 2 +-
 blog/page/12/index.html| 2 +-
 blog/page/13/index.html| 2 +-
 blog/page/14/index.html| 2 +-
 blog/page/15/index.html| 2 +-
 blog/page/16/index.html| 2 +-
 blog/page/17/index.html| 2 +-
 blog/page/18/index.html| 2 +-
 blog/page/19/index.html| 2 +-
 blog/page/2/index.html | 2 +-
 blog/page/20/index.html| 2 +-
 blog/page/21/index.html| 2 +-
 blog/page/22/index.html| 2 +-
 blog/page/23/index.html| 2 +-
 blog/page/24/index.html| 2 +-
 blog/page/25/index.html| 2 +-
 blog/page/26/index.html| 2 +-
 blog/page/27/index.html| 2 +-
 blog/page/28/index.html| 2 +-
 blog/page/29/index.html| 2 +-
 blog/page/3/index.html | 2 +-
 blog/page/30/index.html| 2 +-
 blog/page/31/index.html| 2 +-
 blog/page/32/index.html| 2 +-
 blog/page/33/index.html| 2 +-
 blog/page/34/index.html| 2 +-
 blog/page/35/index.html| 2 +-
 blog/page/36/index.html| 2 +-
 blog/page/37/index.html| 2 +-
 blog/page/38/index.html| 2 +-
 blog/page/39/index.html| 2 +-
 blog/page/4/index.html | 2 +-
 blog/page/40/index.html| 2 +-
 blog/page/41/index.html| 2 +-
 blog/page/42/index.html| 2 +-
 blog/page/43/index.html| 2 +-
 blog/page/44/index.html| 2 +-
 blog/page/45/index.html| 2 +-
 blog/page/46/index.html| 2 +-
 blog/page/47/index.html| 2 +-
 blog/page/48/index.html| 2 +-
 blog/page/49/index.html| 2 +-
 blog/page/5/index.html | 2 +-
 blog/page/50/index.html| 2 +-
 blog/page/51/index.html| 2 +-
 blog/page/52/index.html| 2 +-
 blog/page/53/index.html| 2 +-
 

[camel] branch main updated: camel-jbang - Upgrade to Camel 3.20.0 (#8914)

2022-12-21 Thread davsclaus
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 2201292d10e camel-jbang - Upgrade to Camel 3.20.0 (#8914)
2201292d10e is described below

commit 2201292d10e7be349560286282aeaea21c9b47d5
Author: Tadayoshi Sato 
AuthorDate: Wed Dec 21 21:56:28 2022 +0900

camel-jbang - Upgrade to Camel 3.20.0 (#8914)
---
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 153f2529b9d..c680f47c306 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -19,8 +19,8 @@
 
 //JAVA 11+
 //REPOS 
mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.19.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.19.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.0}
 //DEPS 
org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.10.0}
 
 package main;
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 153f2529b9d..c680f47c306 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 11+
 //REPOS 
mavencentral,apache-snapshot=http://repository.apache.org/content/groups/snapshots/
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.19.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.19.0}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.20.0}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.20.0}
 //DEPS 
org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.10.0}
 
 package main;



[GitHub] [camel] davsclaus merged pull request #8914: camel-jbang - Upgrade to Camel 3.20.0

2022-12-21 Thread GitBox


davsclaus merged PR #8914:
URL: https://github.com/apache/camel/pull/8914


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-performance-tests] 01/02: Set version to 3.21.0-SNAPSHOT

2022-12-21 Thread davsclaus
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-performance-tests.git

commit 26d093d6d57a15dde808b54c5a5c426e591ec793
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 13:50:42 2022 +0100

Set version to 3.21.0-SNAPSHOT
---
 pom.xml | 6 ++
 profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-blob/README.md  | 2 +-
 profiling/kafka/kafka-minio-exchange-pooling/README.md  | 2 +-
 profiling/kafka/kafka-minio/README.md   | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/README.md  | 2 +-
 profiling/kafka/kafka-mongo/README.md   | 2 +-
 profiling/kafka/kafka-nats/README.md| 2 +-
 8 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 744a488..79159e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.20.0-SNAPSHOT
+3.21.0-SNAPSHOT
 
 
 org.apache.camel.tests
@@ -90,9 +90,7 @@
 
scpexe://people.apache.org/www/camel.apache.org/maven/
 11
 false
-
-3.20.0-SNAPSHOT
-
+3.21.0-SNAPSHOT
 
 3.10.0
 3.0.0-M4
diff --git 
a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md 
b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
index 30a3492..5bb918d 100644
--- a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md 
b/profiling/kafka/kafka-azure-storage-blob/README.md
index 5f9f2d9..0ef8594 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-minio-exchange-pooling/README.md 
b/profiling/kafka/kafka-minio-exchange-pooling/README.md
index 4a78ba5..33f457e 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-minio-exchange-pooling/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-minio/README.md 
b/profiling/kafka/kafka-minio/README.md
index 1973381..ea006fb 100644
--- a/profiling/kafka/kafka-minio/README.md
+++ b/profiling/kafka/kafka-minio/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-mongo-exchange-pooling/README.md 
b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
index 83c5ee2..9560a9c 100644
--- a/profiling/kafka/kafka-mongo-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
@@ -142,7 +142,7 

[camel-performance-tests] branch main updated (335b43a -> 3e251d5)

2022-12-21 Thread davsclaus
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-performance-tests.git


from 335b43a  Bump postgresql in 
/profiling/kafka/postgresql-kafka-exchange-pooling
 new 26d093d  Set version to 3.21.0-SNAPSHOT
 new 3e251d5  Set version to 3.21.0-SNAPSHOT

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:
 pom.xml | 6 ++
 profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-blob/README.md  | 2 +-
 .../kafka/kafka-azure-storage-queue-exchange-pooling/README.md  | 2 +-
 profiling/kafka/kafka-azure-storage-queue/README.md | 2 +-
 profiling/kafka/kafka-minio-exchange-pooling/README.md  | 2 +-
 profiling/kafka/kafka-minio/README.md   | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/README.md  | 2 +-
 profiling/kafka/kafka-mongo/README.md   | 2 +-
 profiling/kafka/kafka-nats/README.md| 2 +-
 10 files changed, 11 insertions(+), 13 deletions(-)



[camel-performance-tests] 02/02: Set version to 3.21.0-SNAPSHOT

2022-12-21 Thread davsclaus
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-performance-tests.git

commit 3e251d54c323e974c763561542da7236bf249c5a
Author: Claus Ibsen 
AuthorDate: Wed Dec 21 13:52:43 2022 +0100

Set version to 3.21.0-SNAPSHOT
---
 profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-queue/README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md 
b/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
index fdb83c3..5425277 100644
--- a/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module.
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run 
--properties=data/application.properties --jfr-profile=profile 
data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--properties=data/application.properties --jfr-profile=profile 
data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-azure-storage-queue/README.md 
b/profiling/kafka/kafka-azure-storage-queue/README.md
index fb63d91..7ccdc06 100644
--- a/profiling/kafka/kafka-azure-storage-queue/README.md
+++ b/profiling/kafka/kafka-azure-storage-queue/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module.
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get a jfr recording file once the application will be stopped in your 
working directory.



  1   2   >