[camel] branch regen_bot updated (ab59ad4 -> ce30a38)

2022-01-11 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 ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0
 add ce30a38  camel-main - Move test class to test source folder

No new revisions were added by this update.

Summary of changes:
 .../src/{generated => test}/java/org/apache/camel/main/MyAddress.java | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename core/camel-main/src/{generated => 
test}/java/org/apache/camel/main/MyAddress.java (100%)


[camel-kamelets] branch main updated (b25e1dd -> 46d26fe)

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

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


from b25e1dd  Added a note about where to place explicit dependencies 
versions used in kamelets
 new 9dfd5a7  Move to official Maven Wrapper from Apache Maven
 new 46d26fe  Regen after official wrapper added

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:
 .mvn/wrapper/MavenWrapperDownloader.java | 117 --
 .mvn/wrapper/maven-wrapper.jar   | Bin 50710 -> 58727 bytes
 .mvn/wrapper/maven-wrapper.properties|  18 +-
 mvnw |  18 +-
 mvnw.cmd | 370 ---
 5 files changed, 217 insertions(+), 306 deletions(-)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java


[GitHub] [camel-kamelets] oscerd merged pull request #696: Move to Official Apache Maven Wrapper

2022-01-11 Thread GitBox


oscerd merged pull request #696:
URL: https://github.com/apache/camel-kamelets/pull/696


   


-- 
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] 01/02: Move to official Maven Wrapper from Apache Maven

2022-01-11 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

commit 9dfd5a7a7e735ab7087655a329b117d76bc3527f
Author: Andrea Cosentino 
AuthorDate: Wed Jan 12 06:57:05 2022 +0100

Move to official Maven Wrapper from Apache Maven
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 598fb34..b7cb93e 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1,2 +1,2 @@
 
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar


[camel-kamelets] 02/02: Regen after official wrapper added

2022-01-11 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

commit 46d26fe562557f8fe99fee1d5c0bfe801bfdba99
Author: Andrea Cosentino 
AuthorDate: Wed Jan 12 07:16:52 2022 +0100

Regen after official wrapper added
---
 .mvn/wrapper/MavenWrapperDownloader.java | 117 --
 .mvn/wrapper/maven-wrapper.jar   | Bin 50710 -> 58727 bytes
 .mvn/wrapper/maven-wrapper.properties|  16 ++
 mvnw |  18 +-
 mvnw.cmd | 370 ---
 5 files changed, 216 insertions(+), 305 deletions(-)

diff --git a/.mvn/wrapper/MavenWrapperDownloader.java 
b/.mvn/wrapper/MavenWrapperDownloader.java
deleted file mode 100644
index b901097..000
--- a/.mvn/wrapper/MavenWrapperDownloader.java
+++ /dev/null
@@ -1,117 +0,0 @@
-/*
- * Copyright 2007-present the original author or authors.
- *
- * Licensed 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.
- */
-import java.net.*;
-import java.io.*;
-import java.nio.channels.*;
-import java.util.Properties;
-
-public class MavenWrapperDownloader {
-
-private static final String WRAPPER_VERSION = "0.5.6";
-/**
- * Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' 
is provided.
- */
-private static final String DEFAULT_DOWNLOAD_URL = 
"https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/;
-+ WRAPPER_VERSION + "/maven-wrapper-" + WRAPPER_VERSION + ".jar";
-
-/**
- * Path to the maven-wrapper.properties file, which might contain a 
downloadUrl property to
- * use instead of the default one.
- */
-private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
-".mvn/wrapper/maven-wrapper.properties";
-
-/**
- * Path where the maven-wrapper.jar will be saved to.
- */
-private static final String MAVEN_WRAPPER_JAR_PATH =
-".mvn/wrapper/maven-wrapper.jar";
-
-/**
- * Name of the property which should be used to override the default 
download url for the wrapper.
- */
-private static final String PROPERTY_NAME_WRAPPER_URL = "wrapperUrl";
-
-public static void main(String args[]) {
-System.out.println("- Downloader started");
-File baseDirectory = new File(args[0]);
-System.out.println("- Using base directory: " + 
baseDirectory.getAbsolutePath());
-
-// If the maven-wrapper.properties exists, read it and check if it 
contains a custom
-// wrapperUrl parameter.
-File mavenWrapperPropertyFile = new File(baseDirectory, 
MAVEN_WRAPPER_PROPERTIES_PATH);
-String url = DEFAULT_DOWNLOAD_URL;
-if(mavenWrapperPropertyFile.exists()) {
-FileInputStream mavenWrapperPropertyFileInputStream = null;
-try {
-mavenWrapperPropertyFileInputStream = new 
FileInputStream(mavenWrapperPropertyFile);
-Properties mavenWrapperProperties = new Properties();
-
mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
-url = 
mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL, url);
-} catch (IOException e) {
-System.out.println("- ERROR loading '" + 
MAVEN_WRAPPER_PROPERTIES_PATH + "'");
-} finally {
-try {
-if(mavenWrapperPropertyFileInputStream != null) {
-mavenWrapperPropertyFileInputStream.close();
-}
-} catch (IOException e) {
-// Ignore ...
-}
-}
-}
-System.out.println("- Downloading from: " + url);
-
-File outputFile = new File(baseDirectory.getAbsolutePath(), 
MAVEN_WRAPPER_JAR_PATH);
-if(!outputFile.getParentFile().exists()) {
-if(!outputFile.getParentFile().mkdirs()) {
-System.out.println(
-"- ERROR creating output directory '" + 
outputFile.getParentFile().getAbsolutePath() + "'");
-}
-}
-System.out.println("- Downloading to: " + 
outputFile.getAbsolutePath());
-try {
-downloadFileFromURL(url, outputFile);
-System.out.println("Done");
-System.exit(0);
-} catch (Throwable e) {
-System.out.println("- Error downloading");
-

[camel-spring-boot] branch main updated: CAMEL-17462: camel-atomix - Deprecated

2022-01-11 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new bcf3e85  CAMEL-17462: camel-atomix - Deprecated
bcf3e85 is described below

commit bcf3e85b68b70316c644d6283d909dfe84210762
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:58:31 2022 +0100

CAMEL-17462: camel-atomix - Deprecated
---
 .../org/apache/camel/springboot/catalog/components/atomix-map.json  | 2 +-
 .../apache/camel/springboot/catalog/components/atomix-messaging.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-multimap.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-queue.json| 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-set.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/atomix-value.json| 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
index 871f28b..79ca4de 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-map.json
@@ -4,7 +4,7 @@
 "name": "atomix-map",
 "title": "Atomix Map",
 "description": "Access Atomix's distributed map.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.map.AtomixMapComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
index 3ce4aaf..00872d9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-messaging.json
@@ -4,7 +4,7 @@
 "name": "atomix-messaging",
 "title": "Atomix Messaging",
 "description": "Access Atomix's group messaging.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
index 6aec605..196c2b0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-multimap.json
@@ -4,7 +4,7 @@
 "name": "atomix-multimap",
 "title": "Atomix MultiMap",
 "description": "Access Atomix's distributed multi map.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
index 18dd32f..3d34f3c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-queue.json
@@ -4,7 +4,7 @@
 "name": "atomix-queue",
 "title": "Atomix Queue",
 "description": "Access Atomix's distributed queue.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.queue.AtomixQueueComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atomix-set.json
index e64c925..aa58a0d 100644
--- 

[camel] branch main updated: CAMEL-17462: camel-atomix - Deprecated

2022-01-11 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 b15d8d6  CAMEL-17462: camel-atomix - Deprecated
b15d8d6 is described below

commit b15d8d68c263170b9d98ed5c262307e7d35dfd1b
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:57:09 2022 +0100

CAMEL-17462: camel-atomix - Deprecated
---
 .../org/apache/camel/catalog/components/atomix-map.json  |  2 +-
 .../apache/camel/catalog/components/atomix-messaging.json|  2 +-
 .../org/apache/camel/catalog/components/atomix-multimap.json |  2 +-
 .../org/apache/camel/catalog/components/atomix-queue.json|  2 +-
 .../org/apache/camel/catalog/components/atomix-set.json  |  2 +-
 .../org/apache/camel/catalog/components/atomix-value.json|  2 +-
 components/camel-atomix/pom.xml  |  2 +-
 .../META-INF/services/org/apache/camel/component.properties  |  2 +-
 .../apache/camel/component/atomix/client/map/atomix-map.json |  2 +-
 .../component/atomix/client/messaging/atomix-messaging.json  |  2 +-
 .../component/atomix/client/multimap/atomix-multimap.json|  2 +-
 .../camel/component/atomix/client/queue/atomix-queue.json|  2 +-
 .../apache/camel/component/atomix/client/set/atomix-set.json |  2 +-
 .../camel/component/atomix/client/value/atomix-value.json|  2 +-
 .../camel-atomix/src/main/docs/atomix-map-component.adoc |  5 +++--
 .../src/main/docs/atomix-messaging-component.adoc|  5 +++--
 .../src/main/docs/atomix-multimap-component.adoc |  5 +++--
 .../camel-atomix/src/main/docs/atomix-queue-component.adoc   |  5 +++--
 .../camel-atomix/src/main/docs/atomix-set-component.adoc |  5 +++--
 .../camel-atomix/src/main/docs/atomix-value-component.adoc   |  5 +++--
 .../camel/builder/component/ComponentsBuilderFactory.java|  6 ++
 .../component/dsl/AtomixMapComponentBuilderFactory.java  |  1 +
 .../dsl/AtomixMessagingComponentBuilderFactory.java  |  1 +
 .../component/dsl/AtomixMultimapComponentBuilderFactory.java |  1 +
 .../component/dsl/AtomixQueueComponentBuilderFactory.java|  1 +
 .../component/dsl/AtomixSetComponentBuilderFactory.java  |  1 +
 .../component/dsl/AtomixValueComponentBuilderFactory.java|  1 +
 dsl/camel-componentdsl/src/generated/resources/metadata.json | 12 ++--
 .../camel/builder/endpoint/StaticEndpointBuilders.java   | 12 
 .../endpoint/dsl/AtomixMapEndpointBuilderFactory.java|  3 +++
 .../endpoint/dsl/AtomixMessagingEndpointBuilderFactory.java  |  3 +++
 .../endpoint/dsl/AtomixMultiMapEndpointBuilderFactory.java   |  3 +++
 .../endpoint/dsl/AtomixQueueEndpointBuilderFactory.java  |  3 +++
 .../endpoint/dsl/AtomixSetEndpointBuilderFactory.java|  3 +++
 .../endpoint/dsl/AtomixValueEndpointBuilderFactory.java  |  3 +++
 35 files changed, 80 insertions(+), 32 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-map.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-map.json
index 27e78f6..1c1c293 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-map.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-map.json
@@ -4,7 +4,7 @@
 "name": "atomix-map",
 "title": "Atomix Map",
 "description": "Access Atomix's distributed map.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.map.AtomixMapComponent",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-messaging.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-messaging.json
index dcc69c4..b33a661 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-messaging.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-messaging.json
@@ -4,7 +4,7 @@
 "name": "atomix-messaging",
 "title": "Atomix Messaging",
 "description": "Access Atomix's group messaging.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.20.0",
 "label": "clustering",
 "javaType": 
"org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-multimap.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-multimap.json
index e20139c..155db30 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atomix-multimap.json
+++ 

[camel-kamelets] branch regen_bot updated (b25e1dd -> 46d26fe)

2022-01-11 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 b25e1dd  Added a note about where to place explicit dependencies 
versions used in kamelets
 add 9dfd5a7  Move to official Maven Wrapper from Apache Maven
 add 46d26fe  Regen after official wrapper added

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/MavenWrapperDownloader.java | 117 --
 .mvn/wrapper/maven-wrapper.jar   | Bin 50710 -> 58727 bytes
 .mvn/wrapper/maven-wrapper.properties|  18 +-
 mvnw |  18 +-
 mvnw.cmd | 370 ---
 5 files changed, 217 insertions(+), 306 deletions(-)
 delete mode 100644 .mvn/wrapper/MavenWrapperDownloader.java


[camel] branch main updated: camel-main - Move test class to test source folder

2022-01-11 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 ce30a38  camel-main - Move test class to test source folder
ce30a38 is described below

commit ce30a3834bea432db906a8b48b7fbe9eade74265
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:46:10 2022 +0100

camel-main - Move test class to test source folder
---
 .../src/{generated => test}/java/org/apache/camel/main/MyAddress.java | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/core/camel-main/src/generated/java/org/apache/camel/main/MyAddress.java 
b/core/camel-main/src/test/java/org/apache/camel/main/MyAddress.java
similarity index 100%
rename from 
core/camel-main/src/generated/java/org/apache/camel/main/MyAddress.java
rename to core/camel-main/src/test/java/org/apache/camel/main/MyAddress.java


[camel-kamelets] 01/02: Move to official Maven Wrapper from Apache Maven

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

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

commit 4ccafd161c09aa3aedc27f6141a8384532f4cc5b
Author: Andrea Cosentino 
AuthorDate: Wed Jan 12 06:57:05 2022 +0100

Move to official Maven Wrapper from Apache Maven
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 598fb34..b7cb93e 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1,2 +1,2 @@
 
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar


[camel-kamelets] branch maven-wrapper-3.1.0 created (now 1cf6bc9)

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

acosentino pushed a change to branch maven-wrapper-3.1.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


  at 1cf6bc9  Regen after official wrapper added

This branch includes the following new commits:

 new 4ccafd1  Move to official Maven Wrapper from Apache Maven
 new 1cf6bc9  Regen after official wrapper added

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.



[camel-kamelets] 02/02: Regen after official wrapper added

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

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

commit 1cf6bc9d4a2810cae219a0b6df90b8d8c0b215a4
Author: Andrea Cosentino 
AuthorDate: Wed Jan 12 07:16:52 2022 +0100

Regen after official wrapper added
---
 .mvn/wrapper/MavenWrapperDownloader.java | 117 --
 .mvn/wrapper/maven-wrapper.jar   | Bin 50710 -> 58727 bytes
 .mvn/wrapper/maven-wrapper.properties|  16 ++
 mvnw |  18 +-
 mvnw.cmd | 370 ---
 5 files changed, 216 insertions(+), 305 deletions(-)

diff --git a/.mvn/wrapper/MavenWrapperDownloader.java 
b/.mvn/wrapper/MavenWrapperDownloader.java
deleted file mode 100644
index b901097..000
--- a/.mvn/wrapper/MavenWrapperDownloader.java
+++ /dev/null
@@ -1,117 +0,0 @@
-/*
- * Copyright 2007-present the original author or authors.
- *
- * Licensed 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.
- */
-import java.net.*;
-import java.io.*;
-import java.nio.channels.*;
-import java.util.Properties;
-
-public class MavenWrapperDownloader {
-
-private static final String WRAPPER_VERSION = "0.5.6";
-/**
- * Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' 
is provided.
- */
-private static final String DEFAULT_DOWNLOAD_URL = 
"https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/;
-+ WRAPPER_VERSION + "/maven-wrapper-" + WRAPPER_VERSION + ".jar";
-
-/**
- * Path to the maven-wrapper.properties file, which might contain a 
downloadUrl property to
- * use instead of the default one.
- */
-private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
-".mvn/wrapper/maven-wrapper.properties";
-
-/**
- * Path where the maven-wrapper.jar will be saved to.
- */
-private static final String MAVEN_WRAPPER_JAR_PATH =
-".mvn/wrapper/maven-wrapper.jar";
-
-/**
- * Name of the property which should be used to override the default 
download url for the wrapper.
- */
-private static final String PROPERTY_NAME_WRAPPER_URL = "wrapperUrl";
-
-public static void main(String args[]) {
-System.out.println("- Downloader started");
-File baseDirectory = new File(args[0]);
-System.out.println("- Using base directory: " + 
baseDirectory.getAbsolutePath());
-
-// If the maven-wrapper.properties exists, read it and check if it 
contains a custom
-// wrapperUrl parameter.
-File mavenWrapperPropertyFile = new File(baseDirectory, 
MAVEN_WRAPPER_PROPERTIES_PATH);
-String url = DEFAULT_DOWNLOAD_URL;
-if(mavenWrapperPropertyFile.exists()) {
-FileInputStream mavenWrapperPropertyFileInputStream = null;
-try {
-mavenWrapperPropertyFileInputStream = new 
FileInputStream(mavenWrapperPropertyFile);
-Properties mavenWrapperProperties = new Properties();
-
mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
-url = 
mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL, url);
-} catch (IOException e) {
-System.out.println("- ERROR loading '" + 
MAVEN_WRAPPER_PROPERTIES_PATH + "'");
-} finally {
-try {
-if(mavenWrapperPropertyFileInputStream != null) {
-mavenWrapperPropertyFileInputStream.close();
-}
-} catch (IOException e) {
-// Ignore ...
-}
-}
-}
-System.out.println("- Downloading from: " + url);
-
-File outputFile = new File(baseDirectory.getAbsolutePath(), 
MAVEN_WRAPPER_JAR_PATH);
-if(!outputFile.getParentFile().exists()) {
-if(!outputFile.getParentFile().mkdirs()) {
-System.out.println(
-"- ERROR creating output directory '" + 
outputFile.getParentFile().getAbsolutePath() + "'");
-}
-}
-System.out.println("- Downloading to: " + 
outputFile.getAbsolutePath());
-try {
-downloadFileFromURL(url, outputFile);
-System.out.println("Done");
-System.exit(0);
-} catch (Throwable e) {
-System.out.println("- Error downloading");
-   

[camel-karaf] branch main updated: Regen

2022-01-11 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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
 new 6e98609  Regen
6e98609 is described below

commit 6e986095197b2d60dd608fa5b9dc1209f2e9
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:16:38 2022 +0100

Regen
---
 .../org/apache/camel/catalog/karaf/components/netty-http.json | 4 ++--
 .../resources/org/apache/camel/catalog/karaf/components/netty.json| 4 ++--
 .../resources/org/apache/camel/catalog/karaf/components/quartz.json   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/netty-http.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/netty-http.json
index a7401af..d9b39b0 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/netty-http.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/netty-http.json
@@ -56,8 +56,8 @@
 "correlationManager": { "kind": "property", "displayName": "Correlation 
Manager", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.netty.NettyCamelStateCorrelationManager", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "To use a custom correlation manager [...]
 "lazyChannelCreation": { "kind": "property", "displayName": "Lazy Channel 
Creation", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Channels can be lazily 
created to avoid exceptions, if the remote se [...]
 "producerPoolEnabled": { "kind": "property", "displayName": "Producer Pool 
Enabled", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Whether producer pool is 
enabled or not. Important: If you turn this [...]
-"producerPoolMaxActive": { "kind": "property", "displayName": "Producer 
Pool Max Active", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the cap on the number of objects that can 
be allocated by the po [...]
 "producerPoolMaxIdle": { "kind": "property", "displayName": "Producer Pool 
Max Idle", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 100, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the cap on the number of idle instances 
in the pool." },
+"producerPoolMaxTotal": { "kind": "property", "displayName": "Producer 
Pool Max Total", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the cap on the number of objects that can 
be allocated by the pool [...]
 "producerPoolMinEvictableIdle": { "kind": "property", "displayName": 
"Producer Pool Min Evictable Idle", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
30, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum amount of time (value in 
millis) [...]
 "producerPoolMinIdle": { "kind": "property", "displayName": "Producer Pool 
Min Idle", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", 

[camel-spring-boot] branch main updated: CAMEL-17460: remove camel-spring-javaconfig starter

2022-01-11 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new 2a4fb1d  CAMEL-17460: remove camel-spring-javaconfig starter
2a4fb1d is described below

commit 2a4fb1d1211accfc677fda31977b0d2750f0105c
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:12:36 2022 +0100

CAMEL-17460: remove camel-spring-javaconfig starter
---
 .../org/apache/camel/springboot/catalog/others.properties |  1 -
 .../springboot/catalog/others/spring-javaconfig.json  | 15 ---
 2 files changed, 16 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index c5ee4f6..08b3284 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -19,7 +19,6 @@ resilience4j
 ribbon
 rxjava
 shiro
-spring-javaconfig
 spring-security
 swagger-java
 undertow-spring-security
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json
deleted file mode 100644
index 5195ad6..000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/spring-javaconfig.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "spring-javaconfig",
-"title": "Spring Java Configuration",
-"description": "Using Camel with Spring Java Configuration",
-"deprecated": true,
-"firstVersion": "2.0.0",
-"label": "spring",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel.springboot",
-"artifactId": "camel-spring-javaconfig-starter",
-"version": "3.15.0-SNAPSHOT"
-  }
-}


[camel-spring-boot] branch main updated: Regen

2022-01-11 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new 7e0bd02  Regen
7e0bd02 is described below

commit 7e0bd02d940e8cf227fc30e89d5aa9d3b7ab50a5
Author: Claus Ibsen 
AuthorDate: Wed Jan 12 07:09:54 2022 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 56 +-
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 190a56c..03e8381 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4241,142 +4241,142 @@
   
 org.apache.cxf.services.sts
 cxf-services-sts-core
-3.4.5
+3.5.0
   
   
 org.apache.cxf.services.ws-discovery
 cxf-services-ws-discovery-api
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-core
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-bindings-soap
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-bindings-xml
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-databinding-jaxb
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-features-clustering
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-features-logging
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxrs
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxws
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-frontend-simple
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-management
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-rs-client
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-rs-extension-providers
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-rs-security-oauth2
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-rs-service-description-swagger
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-transports-http
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-transports-http-jetty
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-transports-jms
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-transports-local
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-addr
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-mex
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-policy
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-rm
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-security
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-ws-security-oauth2
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-rt-wsdl
-3.4.5
+3.5.0
   
   
 org.apache.cxf
 cxf-testutils
-3.4.5
+3.5.0
   
   
 org.apache.ftpserver


[GitHub] [camel-k-runtime] djencks opened a new pull request #776: camel-website-701 RI update attribute name (1.9.x)

2022-01-11 Thread GitBox


djencks opened a new pull request #776:
URL: https://github.com/apache/camel-k-runtime/pull/776


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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-runtime] djencks opened a new pull request #775: camel-website-701 RI update attribute name (1.10.x)

2022-01-11 Thread GitBox


djencks opened a new pull request #775:
URL: https://github.com/apache/camel-k-runtime/pull/775


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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-runtime] djencks opened a new pull request #774: camel-website-701 RI update attribute name (main)

2022-01-11 Thread GitBox


djencks opened a new pull request #774:
URL: https://github.com/apache/camel-k-runtime/pull/774


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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] djencks opened a new pull request #2871: camel-website #701: RI info (1.4.x)

2022-01-11 Thread GitBox


djencks opened a new pull request #2871:
URL: https://github.com/apache/camel-k/pull/2871


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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] oscerd commented on pull request #2868: camel-website #701: RI info (main)

2022-01-11 Thread GitBox


oscerd commented on pull request #2868:
URL: https://github.com/apache/camel-k/pull/2868#issuecomment-1010661082


   We need to remember about this, because we are going to release with 
kamelets 0.6.0 or 0.7.0 and camel-k-runtime 1.11.0


-- 
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] djencks opened a new pull request #2870: camel-website #701: RI info (1.6.x)

2022-01-11 Thread GitBox


djencks opened a new pull request #2870:
URL: https://github.com/apache/camel-k/pull/2870


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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] djencks opened a new pull request #2869: camel-website #701: RI info (1.7.x)

2022-01-11 Thread GitBox


djencks opened a new pull request #2869:
URL: https://github.com/apache/camel-k/pull/2869


   See apache/camel-website#701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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] djencks opened a new pull request #2868: camel-website #701: RI info (main)

2022-01-11 Thread GitBox


djencks opened a new pull request #2868:
URL: https://github.com/apache/camel-k/pull/2868


   See https://github.com/apache/camel-website/issues/701
   This must be merged at the same time as the corresponding camel-k-runtime PR


-- 
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] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2022-01-11 Thread GitBox


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


   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 1685238158-525-c72cd3bf-f84f-4531-8d9d-5a64a7827c12
   * Camel Quarkus Commit: 9fb8dabff77c71f0f19d68bab35fdba9364dcb7a
   
   * Camel Main Commit: d1dc1057f5c0370be2ffafccaf442f6893d0f7d0
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1685238158


-- 
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 (2bb4d58 -> ab59ad4)

2022-01-11 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 2bb4d58  CAMEL-17154: Dynamic Router EIP Component
 add ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0

No new revisions were added by this update.

Summary of changes:
 .../component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java| 4 ++--
 parent/pom.xml| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel] branch regen_bot updated (2bb4d58 -> ab59ad4)

2022-01-11 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 2bb4d58  CAMEL-17154: Dynamic Router EIP Component
 add ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0

No new revisions were added by this update.

Summary of changes:
 .../component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java| 4 ++--
 parent/pom.xml| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel] branch regen_bot updated (2bb4d58 -> ab59ad4)

2022-01-11 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 2bb4d58  CAMEL-17154: Dynamic Router EIP Component
 add ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0

No new revisions were added by this update.

Summary of changes:
 .../component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java| 4 ++--
 parent/pom.xml| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel] branch regen_bot updated (2bb4d58 -> ab59ad4)

2022-01-11 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 2bb4d58  CAMEL-17154: Dynamic Router EIP Component
 add ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0

No new revisions were added by this update.

Summary of changes:
 .../component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java| 4 ++--
 parent/pom.xml| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[GitHub] [camel-website] djencks commented on pull request #750: refactor: set UI regeneration workflow name

2022-01-11 Thread GitBox


djencks commented on pull request #750:
URL: https://github.com/apache/camel-website/pull/750#issuecomment-1010519905


   good idea, thanks!


-- 
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 main updated: [CAMEL-17475]upgrade to CXF 3.5.0

2022-01-11 Thread ffang
This is an automated email from the ASF dual-hosted git repository.

ffang 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 ab59ad4  [CAMEL-17475]upgrade to CXF 3.5.0
ab59ad4 is described below

commit ab59ad48810dd6e6a8d0d852abb3a32257772b6e
Author: Freeman Fang 
AuthorDate: Tue Jan 11 19:30:29 2022 -0500

[CAMEL-17475]upgrade to CXF 3.5.0
---
 .../component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java| 4 ++--
 parent/pom.xml| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java
 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java
index 924be5d..1113d73 100644
--- 
a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java
+++ 
b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/CxfMtomDisabledProducerPayloadModeTest.java
@@ -167,7 +167,7 @@ public class CxfMtomDisabledProducerPayloadModeTest extends 
CxfMtomProducerPaylo
 DataSource ds = new AttachmentDataSource("image/jpeg", 
getClass().getResourceAsStream("/Splash.jpg"));
 map.put(MtomTestHelper.RESP_IMAGE_CID, new DataHandler(ds));
 
-} catch (IOException e) {
+} catch (Exception e) {
 LOG.warn("I/O error: {}", e.getMessage(), e);
 }
 
@@ -177,7 +177,7 @@ public class CxfMtomDisabledProducerPayloadModeTest extends 
CxfMtomProducerPaylo
 new 
ByteArrayInputStream(MtomTestHelper.RESP_PHOTO_DATA));
 map.put(MtomTestHelper.RESP_PHOTO_CID, new DataHandler(ds));
 
-} catch (IOException e) {
+} catch (Exception e) {
 LOG.warn("I/O error: {}", e.getMessage(), e);
 }
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 68324af..3de18c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -141,7 +141,7 @@
 4.8
 3.2.0
 4.3.0
-3.4.5
+3.5.0
 [3.4,4.0)
 3.4.5
 


[GitHub] [camel] orpiske closed pull request #6690: (RFC) INFRA-22713: testing automated PR code analysis with SonarCloud

2022-01-11 Thread GitBox


orpiske closed pull request #6690:
URL: https://github.com/apache/camel/pull/6690


   


-- 
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] orpiske commented on pull request #6690: (RFC) INFRA-22713: testing automated PR code analysis with SonarCloud

2022-01-11 Thread GitBox


orpiske commented on pull request #6690:
URL: https://github.com/apache/camel/pull/6690#issuecomment-1010409784


   Let's close this one for now. There are some limitations on the SonarQube 
plugin and I won't be able to focus on this for the next few days.


-- 
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 (f0611bd -> 2bb4d58)

2022-01-11 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 f0611bd  feat: add shebang comments to yaml examples (#6721)
 add 4e4fe2b  CAMEL-17154: Dynamic Router EIP Component (#6596)
 add 2bb4d58  CAMEL-17154: Dynamic Router EIP Component

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml  |   5 +
 catalog/camel-allcomponents/pom.xml|   4 +
 .../org/apache/camel/catalog/components.properties |   1 +
 .../camel/catalog/components/dynamic-router.json   |  41 ++
 components/camel-dynamic-router/pom.xml|  76 +++
 .../DynamicRouterComponentConfigurer.java  |  61 +++
 .../DynamicRouterEndpointConfigurer.java   |  88 
 .../DynamicRouterEndpointUriFactory.java   |  70 +++
 .../services/org/apache/camel/component.properties |   7 +
 .../org/apache/camel/component/dynamic-router  |   2 +
 .../camel/configurer/dynamic-router-component  |   2 +
 .../camel/configurer/dynamic-router-endpoint   |   2 +
 .../camel/urifactory/dynamic-router-endpoint   |   2 +
 .../component/dynamicrouter/dynamic-router.json|  41 ++
 .../src/main/docs/dynamic-router-component.adoc| 152 ++
 .../dynamicrouter/DynamicRouterComponent.java  | 225 +
 .../dynamicrouter/DynamicRouterConstants.java  |  53 ++
 .../dynamicrouter/DynamicRouterConsumer.java   | 165 ++
 ...DynamicRouterConsumerNotAvailableException.java |  32 ++
 .../DynamicRouterControlChannelProcessor.java  | 103 
 .../dynamicrouter/DynamicRouterEndpoint.java   | 390 +++
 .../dynamicrouter/DynamicRouterProducer.java   | 168 +++
 .../message/DynamicRouterControlMessage.java   | 234 +
 .../processor/DynamicRouterProcessor.java  | 292 +++
 .../processor/PrioritizedFilterProcessor.java  | 117 +
 .../org/apache/camel/component/dynamic-router  |   1 +
 .../dynamicrouter/DynamicRouterComponentTest.java  |  82 +++
 .../dynamicrouter/DynamicRouterConsumerTest.java   |  79 +++
 .../dynamicrouter/DynamicRouterEndpointTest.java   |  64 +++
 .../dynamicrouter/DynamicRouterProducerTest.java   |  96 
 .../DynamicRouterBasicSynchronousIT.java   | 164 ++
 .../DynamicRouterSingleRouteTwoParticipantsIT.java | 155 ++
 .../integration/DynamicRouterTwoRoutesIT.java  | 111 
 .../processor/DynamicRouterProcessorTest.java  |  94 
 .../support/CamelDynamicRouterTestSupport.java | 203 
 .../src/test/resources/log4j2.properties   |   0
 .../DynamicRouterTwoParticipantsIT-context.xml |  34 ++
 .../DynamicRouterTwoRoutesIT-context.xml   |  38 ++
 components/pom.xml |   3 +-
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 ++
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 554 
 .../org/apache/camel/main/components.properties|   1 +
 .../modules/ROOT/examples/json/dynamic-router.json |   1 +
 docs/components/modules/ROOT/nav.adoc  |   1 +
 .../ROOT/pages/dynamic-router-component.adoc   |   1 +
 .../component/ComponentsBuilderFactory.java|  14 +
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 ++
 .../src/generated/resources/metadata.json  |  22 +
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  45 ++
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 556 +
 .../EndpointConsumerDeserializersResolver.java |   1 +
 .../EndpointProducerDeserializersResolver.java |   1 +
 parent/pom.xml |   5 +
 55 files changed, 4952 insertions(+), 1 deletion(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dynamic-router.json
 create mode 100644 components/camel-dynamic-router/pom.xml
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterComponentConfigurer.java
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointConfigurer.java
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointUriFactory.java
 create mode 100644 
components/camel-dynamic-router/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 create mode 100644 
components/camel-dynamic-router/src/generated/resources/META-INF/services/org/apache/camel/component/dynamic-router
 create mode 100644 

[camel] branch regen_bot updated (c55a426 -> f0611bd)

2022-01-11 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 c55a426  Regen for commit 4e4fe2ba5de33868a16d8b06276c16ae1008844f
omit 4e4fe2b  CAMEL-17154: Dynamic Router EIP Component (#6596)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (f0611bd)
\
 O -- O -- O   (c55a426)

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:
 bom/camel-bom/pom.xml  |   5 -
 catalog/camel-allcomponents/pom.xml|   4 -
 .../org/apache/camel/catalog/components.properties |   1 -
 .../camel/catalog/components/dynamic-router.json   |  41 --
 components/camel-dynamic-router/pom.xml|  76 ---
 .../DynamicRouterComponentConfigurer.java  |  61 ---
 .../DynamicRouterEndpointConfigurer.java   |  88 
 .../DynamicRouterEndpointUriFactory.java   |  70 ---
 .../services/org/apache/camel/component.properties |   7 -
 .../org/apache/camel/component/dynamic-router  |   2 -
 .../camel/configurer/dynamic-router-component  |   2 -
 .../camel/configurer/dynamic-router-endpoint   |   2 -
 .../camel/urifactory/dynamic-router-endpoint   |   2 -
 .../component/dynamicrouter/dynamic-router.json|  41 --
 .../src/main/docs/dynamic-router-component.adoc| 152 --
 .../dynamicrouter/DynamicRouterComponent.java  | 225 -
 .../dynamicrouter/DynamicRouterConstants.java  |  53 --
 .../dynamicrouter/DynamicRouterConsumer.java   | 165 --
 ...DynamicRouterConsumerNotAvailableException.java |  32 --
 .../DynamicRouterControlChannelProcessor.java  | 103 
 .../dynamicrouter/DynamicRouterEndpoint.java   | 390 ---
 .../dynamicrouter/DynamicRouterProducer.java   | 168 ---
 .../message/DynamicRouterControlMessage.java   | 234 -
 .../processor/DynamicRouterProcessor.java  | 292 ---
 .../processor/PrioritizedFilterProcessor.java  | 117 -
 .../org/apache/camel/component/dynamic-router  |   1 -
 .../dynamicrouter/DynamicRouterComponentTest.java  |  82 ---
 .../dynamicrouter/DynamicRouterConsumerTest.java   |  79 ---
 .../dynamicrouter/DynamicRouterEndpointTest.java   |  64 ---
 .../dynamicrouter/DynamicRouterProducerTest.java   |  96 
 .../DynamicRouterBasicSynchronousIT.java   | 164 --
 .../DynamicRouterSingleRouteTwoParticipantsIT.java | 155 --
 .../integration/DynamicRouterTwoRoutesIT.java  | 111 
 .../processor/DynamicRouterProcessorTest.java  |  94 
 .../support/CamelDynamicRouterTestSupport.java | 203 
 .../src/test/resources/log4j2.properties   |  23 -
 .../DynamicRouterTwoParticipantsIT-context.xml |  34 --
 .../DynamicRouterTwoRoutesIT-context.xml   |  38 --
 components/pom.xml |   3 +-
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 --
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 554 
 .../org/apache/camel/main/components.properties|   1 -
 .../modules/ROOT/examples/json/dynamic-router.json |   1 -
 docs/components/modules/ROOT/nav.adoc  |   1 -
 .../ROOT/pages/dynamic-router-component.adoc   |   1 -
 .../component/ComponentsBuilderFactory.java|  14 -
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 --
 .../src/generated/resources/metadata.json  |  22 -
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 -
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 -
 .../builder/endpoint/StaticEndpointBuilders.java   |  45 --
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 556 -
 .../EndpointConsumerDeserializersResolver.java |   1 -
 .../EndpointProducerDeserializersResolver.java |   1 -
 parent/pom.xml |   5 -
 55 files changed, 1 insertion(+), 4975 deletions(-)
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dynamic-router.json
 delete mode 100644 components/camel-dynamic-router/pom.xml
 delete mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterComponentConfigurer.java
 delete mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointConfigurer.java
 delete mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointUriFactory.java
 delete mode 100644 

[camel] branch main created (now 2bb4d58)

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

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


  at 2bb4d58  CAMEL-17154: Dynamic Router EIP Component

No new revisions were added by this update.


[GitHub] [camel] oscerd merged pull request #6724: Generated sources regen

2022-01-11 Thread GitBox


oscerd merged pull request #6724:
URL: https://github.com/apache/camel/pull/6724


   


-- 
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 (ce5913e -> c55a426)

2022-01-11 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 ce5913e  camel-salesforce: Incl error body in exception msg
 add f0611bd  feat: add shebang comments to yaml examples (#6721)
 add 4e4fe2b  CAMEL-17154: Dynamic Router EIP Component (#6596)
 add c55a426  Regen for commit 4e4fe2ba5de33868a16d8b06276c16ae1008844f

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml  |   5 +
 catalog/camel-allcomponents/pom.xml|   4 +
 .../org/apache/camel/catalog/components.properties |   1 +
 .../camel/catalog/components/dynamic-router.json   |  41 ++
 components/camel-dynamic-router/pom.xml|  76 +++
 .../DynamicRouterComponentConfigurer.java  |  61 +++
 .../DynamicRouterEndpointConfigurer.java   |  88 
 .../DynamicRouterEndpointUriFactory.java   |  70 +++
 .../services/org/apache/camel/component.properties |   7 +
 .../org/apache/camel/component/dynamic-router  |   2 +
 .../camel/configurer/dynamic-router-component  |   2 +
 .../camel/configurer/dynamic-router-endpoint   |   2 +
 .../camel/urifactory/dynamic-router-endpoint   |   2 +
 .../component/dynamicrouter/dynamic-router.json|  41 ++
 .../src/main/docs/dynamic-router-component.adoc| 152 ++
 .../dynamicrouter/DynamicRouterComponent.java  | 225 +
 .../dynamicrouter/DynamicRouterConstants.java  |  53 ++
 .../dynamicrouter/DynamicRouterConsumer.java   | 165 ++
 ...DynamicRouterConsumerNotAvailableException.java |  32 ++
 .../DynamicRouterControlChannelProcessor.java  | 103 
 .../dynamicrouter/DynamicRouterEndpoint.java   | 390 +++
 .../dynamicrouter/DynamicRouterProducer.java   | 168 +++
 .../message/DynamicRouterControlMessage.java   | 234 +
 .../processor/DynamicRouterProcessor.java  | 292 +++
 .../processor/PrioritizedFilterProcessor.java  | 117 +
 .../org/apache/camel/component/dynamic-router  |   1 +
 .../dynamicrouter/DynamicRouterComponentTest.java  |  82 +++
 .../dynamicrouter/DynamicRouterConsumerTest.java   |  79 +++
 .../dynamicrouter/DynamicRouterEndpointTest.java   |  64 +++
 .../dynamicrouter/DynamicRouterProducerTest.java   |  96 
 .../DynamicRouterBasicSynchronousIT.java   | 164 ++
 .../DynamicRouterSingleRouteTwoParticipantsIT.java | 155 ++
 .../integration/DynamicRouterTwoRoutesIT.java  | 111 
 .../processor/DynamicRouterProcessorTest.java  |  94 
 .../support/CamelDynamicRouterTestSupport.java | 203 
 .../src/test/resources/log4j2.properties   |   0
 .../DynamicRouterTwoParticipantsIT-context.xml |  34 ++
 .../DynamicRouterTwoRoutesIT-context.xml   |  38 ++
 components/pom.xml |   3 +-
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 ++
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 554 
 .../org/apache/camel/main/components.properties|   1 +
 .../modules/ROOT/examples/json/dynamic-router.json |   1 +
 docs/components/modules/ROOT/nav.adoc  |   1 +
 .../ROOT/pages/dynamic-router-component.adoc   |   1 +
 .../modules/ROOT/pages/camel-jbang.adoc|   3 +
 .../component/ComponentsBuilderFactory.java|  14 +
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 ++
 .../src/generated/resources/metadata.json  |  22 +
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  45 ++
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 556 +
 .../EndpointConsumerDeserializersResolver.java |   1 +
 .../EndpointProducerDeserializersResolver.java |   1 +
 parent/pom.xml |   5 +
 56 files changed, 4955 insertions(+), 1 deletion(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dynamic-router.json
 create mode 100644 components/camel-dynamic-router/pom.xml
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterComponentConfigurer.java
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointConfigurer.java
 create mode 100644 
components/camel-dynamic-router/src/generated/java/org/apache/camel/component/dynamicrouter/DynamicRouterEndpointUriFactory.java
 create mode 100644 
components/camel-dynamic-router/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 create mode 100644 

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

2022-01-11 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: 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] branch regen_bot updated (1b0f4d5 -> ce5913e)

2022-01-11 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 1b0f4d5  (chores) camel-lucene: code cleanups
 add ce5913e  camel-salesforce: Incl error body in exception msg

No new revisions were added by this update.

Summary of changes:
 .../component/salesforce/internal/client/DefaultRestClient.java| 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)


[camel-spring-boot] branch main updated: Regen

2022-01-11 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new 66a94d2  Regen
66a94d2 is described below

commit 66a94d21a47890b212eef46adaa1ecd2fc4cf6e8
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 20:31:54 2022 +0100

Regen
---
 .../camel/springboot/catalog/components/aws2-ddb.json  |  2 ++
 .../apache/camel/springboot/catalog/components/log.json|  1 +
 .../apache/camel/springboot/catalog/components/quartz.json |  2 +-
 .../catalog/components/twitter-directmessage.json  |  2 +-
 .../springboot/catalog/components/twitter-search.json  |  2 +-
 .../springboot/catalog/components/twitter-timeline.json|  2 +-
 .../camel-aws2-ddb-starter/src/main/docs/aws2-ddb.json |  7 +++
 .../aws2/ddb/springboot/Ddb2ComponentConfiguration.java| 14 ++
 components-starter/camel-huaweicloud-obs-starter/pom.xml   |  8 
 tooling/camel-spring-boot-dependencies/pom.xml | 11 ---
 10 files changed, 36 insertions(+), 15 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
index e964705..0b16aa3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
@@ -25,6 +25,7 @@
 "amazonDDBClient": { "kind": "property", "displayName": "Amazon 
DDBClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"software.amazon.awssdk.services.dynamodb.DynamoDbClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonDynamoDB as the client" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
 "consistentRead": { "kind": "property", "displayName": "Consistent Read", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.ddb.Ddb2Configuration", "configurationField": 
"configuration", "description": "Determines whether or not strong consistency 
should be enforced when data is read." },
+"enabledInitialDescribeTable": { "kind": "property", "displayName": 
"Enabled Initial Describe Table", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"configurationField": "configuration", "description": "Set whether the initial 
Describe table operation in the DDB Endpoint must be  [...]
 "keyAttributeName": { "kind": "property", "displayName": "Key Attribute 
Name", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ddb.Ddb2Configuration", "configurationField": 
"configuration", "description": "Attribute name when creating table" },
 "keyAttributeType": { "kind": "property", "displayName": "Key Attribute 
Type", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ddb.Ddb2Configuration", "configurationField": 
"configuration", "description": "Attribute type when creating table" },
 "keyScalarType": { "kind": "property", "displayName": "Key Scalar Type", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.ddb.Ddb2Configuration", "configurationField": 
"configuration", "description": "The key scalar type, it can be S (String), N 
(Number) and B (Bytes)" },
@@ -48,6 +49,7 @@
 "tableName": { "kind": "path", "displayName": "Table Name", "group": 
"producer", "label": "", "required": true, 

[camel-spring-boot-examples] branch main updated: CAMEL-17154: Created Spring Boot example of the Dynamic Router EIP component. (#42)

2022-01-11 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-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new df6f622  CAMEL-17154: Created Spring Boot example of the Dynamic 
Router EIP component. (#42)
df6f622 is described below

commit df6f6227f4bb6cc30b89eca4412c417aa1b31d04
Author: Steve Storck 
AuthorDate: Tue Jan 11 14:30:37 2022 -0500

CAMEL-17154: Created Spring Boot example of the Dynamic Router EIP 
component. (#42)
---
 README.adoc|   4 +-
 dynamic-router-eip/README.adoc | 117 +++
 dynamic-router-eip/pom.xml | 114 +++
 .../camel/example/springboot/Application.java  |  34 
 .../config/DynamicRouterComponentConfig.java   | 226 +
 .../springboot/numbers/config/ExampleConfig.java   |  79 +++
 .../numbers/participants/PredicateConstants.java   | 110 ++
 .../numbers/participants/RoutingParticipant.java   | 177 
 .../springboot/numbers/service/NumbersService.java | 129 
 .../springboot/numbers/service/ResultsService.java |  96 +
 .../src/main/resources/application.yml |  42 
 pom.xml|   1 +
 12 files changed, 1128 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index e5a7d98..975057c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,7 +27,7 @@ readme's instructions.
 === Examples
 
 // examples: START
-Number of Examples: 54 (0 deprecated)
+Number of Examples: 55 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -91,6 +91,8 @@ Number of Examples: 54 (0 deprecated)
 operations on a database
 
 
+| link:dynamic-router-eip/README.adoc[Dynamic Router Eip] (dynamic-router-eip) 
| EIP | An example on how to use the Dynamic Router EIP component in Spring Boot
+
 | link:hystrix/README.adoc[Hystrix] (hystrix) | EIP | An example showing how 
to use Hystrix EIP as circuit breaker in Camel routes
 
 | link:resilience4j/README.adoc[Resilience4j] (resilience4j) | EIP | An 
example showing how to use Resilience4j EIP as circuit breaker in Camel routes
diff --git a/dynamic-router-eip/README.adoc b/dynamic-router-eip/README.adoc
new file mode 100644
index 000..5da7f04
--- /dev/null
+++ b/dynamic-router-eip/README.adoc
@@ -0,0 +1,117 @@
+== Spring Boot Example with the Dynamic Router EIP Component
+
+=== Example Description
+
+This example demonstrates how you might use the Dynamic Router EIP component 
in a Spring Boot application.  There are eleven routing participants that 
subscribe to a "numbers" channel of the Dynamic Router.  The message includes:
+
+ 1. A Predicate that examines the Exchange to determine if an Exchange is 
appropriate for the participant
+ 2. A destination URI where the Dynamic Router will send Exchanges that match 
a participant's Predicate
+
+.Routing Participants
+[cols="1,1,2"]
+|===
+|Name |Priority |Description
+
+|Tens
+|1
+|Accepts multiples of 10.
+
+|Nines
+|2
+|Accepts multiples of 9.
+
+|Eights
+|3
+|Accepts multiples of 8.
+
+|Sevens
+|4
+|Accepts multiples of 7.
+
+|Sixes
+|5
+|Accepts multiples of 6.
+
+|Fives
+|6
+|Accepts multiples of 5.
+
+|Fours
+|7
+|Accepts multiples of 4.
+
+|Threes
+|8
+|Accepts multiples of 3.
+
+|Even
+|9
+|Accepts even numbers.
+
+|Odd
+|100
+|Accepts odd numbers.
+
+|Prime
+|10
+|Accepts prime numbers.
+|===
+
+Subscriptions with a lower priority value are evaluated earlier than 
subscriptions with a higher priority value.  For this reason, even though the 
number "10" is a multiple of 5, it will be consumed by the Tens participant.
+
+All participants inherit from the 
link:src/main/java/org/apache/camel/example/springboot/numbers/participants/RoutingParticipant.java[RoutingParticipant]
 class, so they use a `@Consume` annotation to consume from their registered 
destination URI.  They add their received number to the 
link:src/main/java/org/apache/camel/example/springboot/numbers/service/ResultsService.java[ResultsService].
+
+The 
link:src/main/java/org/apache/camel/example/springboot/numbers/service/NumbersService.java[NumbersService]
 sends all numbers from one to one million through the Dynamic Router.  After 
the messages have all been sent and processed, it instructs the ResultsService 
to print the results.  It will look something like this:
+
+.Example Output
+[source,bash]
+
+  .     ___ _ _
+ /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
+  '  || .__|_| |_|_| |_\__, | / / / /
+ =|_|==|___/=/_/_/_/
+ :: Spring Boot ::(v2.6.2)
+
+INFO 23130 --- [main] o.a.c.e.s.n.service.NumbersService : Subscribing 
participants
+INFO 23130 --- [main] 

[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #42: CAMEL-17154: Created Spring Boot example of the Dynamic Router EIP co…

2022-01-11 Thread GitBox


davsclaus merged pull request #42:
URL: https://github.com/apache/camel-spring-boot-examples/pull/42


   


-- 
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 main updated: CAMEL-17154: Dynamic Router EIP Component

2022-01-11 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 2bb4d58  CAMEL-17154: Dynamic Router EIP Component
2bb4d58 is described below

commit 2bb4d58f0a5bcbe2412d94aa56deff0a10d3d16b
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 20:29:11 2022 +0100

CAMEL-17154: Dynamic Router EIP Component
---
 .../dsl/DynamicRouterComponentBuilderFactory.java  | 146 ++
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 556 +
 2 files changed, 702 insertions(+)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DynamicRouterComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DynamicRouterComponentBuilderFactory.java
new file mode 100644
index 000..f74fe83
--- /dev/null
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DynamicRouterComponentBuilderFactory.java
@@ -0,0 +1,146 @@
+/*
+ * 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 org.apache.camel.builder.component.dsl;
+
+import javax.annotation.Generated;
+import org.apache.camel.Component;
+import org.apache.camel.builder.component.AbstractComponentBuilder;
+import org.apache.camel.builder.component.ComponentBuilder;
+import org.apache.camel.component.dynamicrouter.DynamicRouterComponent;
+
+/**
+ * The Dynamic Router component routes exchanges to recipients, and the
+ * recipients (and their rules) may change at runtime.
+ * 
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
+public interface DynamicRouterComponentBuilderFactory {
+
+/**
+ * Dynamic Router (camel-dynamic-router)
+ * The Dynamic Router component routes exchanges to recipients, and the
+ * recipients (and their rules) may change at runtime.
+ * 
+ * Category: endpoint,java
+ * Since: 3.15
+ * Maven coordinates: org.apache.camel:camel-dynamic-router
+ * 
+ * @return the dsl builder
+ */
+static DynamicRouterComponentBuilder dynamicRouter() {
+return new DynamicRouterComponentBuilderImpl();
+}
+
+/**
+ * Builder for the Dynamic Router component.
+ */
+interface DynamicRouterComponentBuilder
+extends
+ComponentBuilder {
+/**
+ * Allows for bridging the consumer to the Camel routing Error Handler,
+ * which mean any exceptions occurred while the consumer is trying to
+ * pickup incoming messages, or the likes, will now be processed as a
+ * message and handled by the routing Error Handler. By default the
+ * consumer will use the org.apache.camel.spi.ExceptionHandler to deal
+ * with exceptions, that will be logged at WARN or ERROR level and
+ * ignored.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: consumer
+ * 
+ * @param bridgeErrorHandler the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterComponentBuilder bridgeErrorHandler(
+boolean bridgeErrorHandler) {
+doSetProperty("bridgeErrorHandler", bridgeErrorHandler);
+return this;
+}
+/**
+ * Whether the producer should be started lazy (on the first message).
+ * By starting lazy you can use this to allow CamelContext and routes 
to
+ * startup in situations where a producer may otherwise fail during
+ * starting and cause the route to fail being started. By deferring 
this
+ * startup to be lazy then the startup failure can be handled during
+ * routing messages via Camel's routing error handlers. Beware that 
when
+ * the first message is processed then creating and starting the
+ * producer may take a little time and prolong the total processing 
time
+ * of the processing.
+ * 
+ * The option is a: 

[GitHub] [camel] orpiske commented on pull request #6722: CAMEL-17472: do comply with unlimited duration tasks

2022-01-11 Thread GitBox


orpiske commented on pull request #6722:
URL: https://github.com/apache/camel/pull/6722#issuecomment-1010286142


   Please, don't merge it yet, I am working with the reporter to streamline the 
patch. 


-- 
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 main updated: CAMEL-17154: Added spring boot support for the dynamic router eip component. (#421)

2022-01-11 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
 new 332fcc4  CAMEL-17154: Added spring boot support for the dynamic router 
eip component. (#421)
332fcc4 is described below

commit 332fcc430d794fcda6f21e2fde3c34497d7deb5a
Author: Steve Storck 
AuthorDate: Tue Jan 11 14:09:02 2022 -0500

CAMEL-17154: Added spring boot support for the dynamic router eip 
component. (#421)
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/aws2-ddb.json|   2 -
 .../catalog/components/dynamic-router.json |  41 +
 .../camel/springboot/catalog/components/log.json   |   1 -
 .../src/main/docs/aws2-ddb.json|   7 -
 .../ddb/springboot/Ddb2ComponentConfiguration.java |  14 --
 .../pom.xml|   7 +-
 .../src/main/docs/dynamic-router.json  |  50 +
 .../DynamicRouterComponentAutoConfiguration.java   |  79 
 .../DynamicRouterComponentConfiguration.java   |  93 ++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.factories   |  19 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 .../camel-huaweicloud-obs-starter/pom.xml  |   8 +
 components-starter/pom.xml |   1 +
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |  21 ++-
 18 files changed, 545 insertions(+), 35 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index ef9c7bd..4689365 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -93,6 +93,7 @@ docker
 dozer
 drill
 dropbox
+dynamic-router
 ehcache
 elasticsearch-rest
 elsql
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
index 0b16aa3..e964705 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ddb.json
@@ -25,7 +25,6 @@
 "amazonDDBClient": { "kind": "property", "displayName": "Amazon 
DDBClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"software.amazon.awssdk.services.dynamodb.DynamoDbClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonDynamoDB as the client" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
 "consistentRead": { "kind": "property", "displayName": "Consistent Read", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.ddb.Ddb2Configuration", "configurationField": 
"configuration", "description": "Determines whether or not strong consistency 
should be enforced when data is read." },
-"enabledInitialDescribeTable": { "kind": "property", "displayName": 
"Enabled Initial Describe Table", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.aws2.ddb.Ddb2Configuration", 
"configurationField": "configuration", "description": "Set whether the initial 
Describe table operation in the DDB Endpoint must be  [...]
 "keyAttributeName": { "kind": "property", "displayName": "Key Attribute 
Name", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, 

[GitHub] [camel-spring-boot] davsclaus merged pull request #421: Camel 17154: Spring boot starter for the Dynamic Router EIP component

2022-01-11 Thread GitBox


davsclaus merged pull request #421:
URL: https://github.com/apache/camel-spring-boot/pull/421


   


-- 
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 main updated (ce5913e -> f0611bd)

2022-01-11 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.git.


from ce5913e  camel-salesforce: Incl error body in exception msg
 add f0611bd  feat: add shebang comments to yaml examples (#6721)

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 3 +++
 1 file changed, 3 insertions(+)


[GitHub] [camel] davsclaus merged pull request #6596: CAMEL-17154: Dynamic Router EIP Component

2022-01-11 Thread GitBox


davsclaus merged pull request #6596:
URL: https://github.com/apache/camel/pull/6596


   


-- 
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 main updated (1b0f4d5 -> ce5913e)

2022-01-11 Thread jeremyross
This is an automated email from the ASF dual-hosted git repository.

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


from 1b0f4d5  (chores) camel-lucene: code cleanups
 add ce5913e  camel-salesforce: Incl error body in exception msg

No new revisions were added by this update.

Summary of changes:
 .../component/salesforce/internal/client/DefaultRestClient.java| 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)


[GitHub] [camel] davsclaus merged pull request #6721: feat: add shebang comments to yaml examples

2022-01-11 Thread GitBox


davsclaus merged pull request #6721:
URL: https://github.com/apache/camel/pull/6721


   


-- 
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] davsclaus commented on pull request #6721: feat: add shebang comments to yaml examples

2022-01-11 Thread GitBox


davsclaus commented on pull request #6721:
URL: https://github.com/apache/camel/pull/6721#issuecomment-1010274624


   Ha yeah this is awesome


-- 
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 (651b1bd -> 1b0f4d5)

2022-01-11 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 651b1bd  Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69
 add 1b0f4d5  (chores) camel-lucene: code cleanups

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java | 3 +--
 .../java/org/apache/camel/component/lucene/LuceneConfiguration.java   | 4 ++--
 .../main/java/org/apache/camel/component/lucene/LuceneIndexer.java| 3 +--
 .../java/org/apache/camel/processor/lucene/LuceneQueryProcessor.java  | 3 +--
 .../org/apache/camel/processor/lucene/LuceneQueryProcessorIT.java | 4 ++--
 5 files changed, 7 insertions(+), 10 deletions(-)


[GitHub] [camel-k] phantomjinx commented on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


phantomjinx commented on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1010181350


   > @squakez thanks!
   > 
   
   Thx for looking into this @christophd 
   
   > I believe the workflow is doing something like this
   > 
   > ```
   > kamel install --cluster-setup
   > 
   > 
   > kamel install -n $YAKS_NAMESPACE
   > ```
   > 
   > Where the cluster setup is done for namespace `default` and the 2nd 
install is done in a test namespace. The 2nd install command should install the 
Camel K operator and the Integration Platform right?
   > 
   
   The first command is not really doing anything for the `default` namespace 
since `--cluster-setup` is only responsible for installing cluster-level 
resources, ie. cluster-roles and CRDS.
   
   > So right after the install the test starts and creates the integration. 
Maybe this is a racing condition where the Integration Platform has not been 
fully created yet but the test is already referencing a Kamelet?
   > 
   > We can add `-w` option to the 2nd install command to make sure we wait for 
the platform to be running.
   
   Will look further into this 


-- 
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 (0b9fa9b -> 651b1bd)

2022-01-11 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 0b9fa9b  Regen for commit 04b38f08fa9f235ff046e1b7b55a5fdfc72a6458
 add 925974e  CAMEL-17473: camel-github: startingSha=last doesn't work 
properly. Thanks to Andrea Pilo for the patch.
 add 651b1bd  Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69

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   (0b9fa9b)
\
 N -- N -- N   refs/heads/regen_bot (651b1bd)

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:
 .../org/apache/camel/component/github/consumer/CommitConsumer.java | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)


[camel] branch main created (now 1b0f4d5)

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

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


  at 1b0f4d5  (chores) camel-lucene: code cleanups

No new revisions were added by this update.


[GitHub] [camel] oscerd merged pull request #6723: Generated sources regen

2022-01-11 Thread GitBox


oscerd merged pull request #6723:
URL: https://github.com/apache/camel/pull/6723


   


-- 
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_3.14.x updated (35765b9 -> 70ec033)

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

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


from 35765b9  CAMEL-17473: camel-github: startingSha=last doesn't work 
properly. Thanks to Andrea Pilo for the patch.
 add 70ec033  CAMEL-17437: deadLetterChannel should not eager resolve 
endpoint from uri in Java DSL.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/builder/BuilderSupport.java   |  2 +-
 .../org/apache/camel/builder/DeadLetterChannelBuilder.java   |  2 ++
 .../impl/event/EventNotifierFailureHandledEventsTest.java|  4 ++--
 ...DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java | 12 ++--
 4 files changed, 11 insertions(+), 9 deletions(-)


[camel] branch regen_bot_3.14.x updated (1b50411 -> 35765b9)

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

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


from 1b50411  CAMEL-17471 - Snakeyaml: Use safe constructor where the 
default one has been used
 add 35765b9  CAMEL-17473: camel-github: startingSha=last doesn't work 
properly. Thanks to Andrea Pilo for the patch.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/github/consumer/CommitConsumer.java | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)


[GitHub] [camel-k] juliuskrah opened a new issue #2867: Using REST as consumer and producer appends PATH to producer URL

2022-01-11 Thread GitBox


juliuskrah opened a new issue #2867:
URL: https://github.com/apache/camel-k/issues/2867


   Camel K: `1.7.0`
   Dependencies: `camel-jackson`, `camel-netty-http`
   
   I built an integration using `rest component` that serves as a consumer and 
also a producer:
   
   primeValidator.groovy
   
   ```groovy
   // camel-k: language=groovy dependency=camel:jackson 
dependency=camel:netty-http property=file:application.properties
   
   rest {
   path('/validate') {
   post {
   consumes 'application/json'
   produces 'application/json'
   to 'direct:postToPrime'
   }
   }
   }
 
   from('direct:postToPrime')
   .process { 
   it.in.body = [
   username: 
it.context.resolvePropertyPlaceholders('{{prime.username}}'), 
   password: 
it.context.resolvePropertyPlaceholders('{{prime.password}}')
   ] 
   }
   .marshal().json()
   .log(org.apache.camel.LoggingLevel.INFO, 
'com.example.validation.PrimeValidation', 'JSON produced: ${body}')
   
.to('rest://post:{{prime.auth-path}}?host={{prime.base-url}}=primeAuthenticate')
   .to('log:com.example.validation.PrimeValidation?level=INFO')
   ```
   
   application.properties
   
   ```properties
   prime.username=user
   prime.password=pass
   prime.base-url=https://example.prime.com
   prime.auth-path=api/auth
   
   camel.component.netty-http.client-mode=true
   camel.rest.component=platform-http
   camel.rest.producer-component=netty-http
   camel.rest.client-request-validation=true
   camel.rest.binding-mode=json
   camel.rest.host=0.0.0.0
   camel.rest.port=8080
   
   camel.component.rest.consumerComponentName=platform-http
   ```
   
   ```bash
   > kamel run --dependency camel-jackson --dependency camel-netty-http 
--property file:application.properties --trait service.node-port=false 
primeValidator.groovy --dev
   > kubectl port-forward service/prime-validator 8080:80
   > curl --location --request POST 'localhost:8080/validate' \
   --header 'Content-Type: application/json' \
   --data-raw '{
   "name": "julius"
   }'
   ```
   
   Expectation: Producer request should be sent to 
`https://example.prime.com/api/auth`
   
   Actual behaviour: Producer request is sent to 
`https://example.prime.com/api/auth/validate`. 
   
   > :warning: **Note `validate` is appended**


-- 
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 (c4bf1d1 -> 0b9fa9b)

2022-01-11 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 c4bf1d1  Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69
 add 6e25652  INFRA-22713: pull_request_target is not supported for 
automated reporting
 add 04b38f0  INFRA-22713: revert automated reporting via SonarQube
 add 0b9fa9b  Regen for commit 04b38f08fa9f235ff046e1b7b55a5fdfc72a6458

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   (c4bf1d1)
\
 N -- N -- N   refs/heads/regen_bot (0b9fa9b)

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:
 .github/workflows/master-pr-build.yml | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)


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

2022-01-11 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: 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] branch main updated: (chores) camel-lucene: code cleanups

2022-01-11 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 1b0f4d5  (chores) camel-lucene: code cleanups
1b0f4d5 is described below

commit 1b0f4d5071a3f5049cde031e5cc5891192d60934
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jan 11 16:24:17 2022 +0100

(chores) camel-lucene: code cleanups

- removed unused exceptions
- do not use hard-coded path separators
- decreased scope of member variable
- removed unused totalHitsThreshold parameter in the query processor 
constructor
---
 .../org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java | 3 +--
 .../java/org/apache/camel/component/lucene/LuceneConfiguration.java   | 4 ++--
 .../main/java/org/apache/camel/component/lucene/LuceneIndexer.java| 3 +--
 .../java/org/apache/camel/processor/lucene/LuceneQueryProcessor.java  | 3 +--
 .../org/apache/camel/processor/lucene/LuceneQueryProcessorIT.java | 4 ++--
 5 files changed, 7 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
 
b/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
index 06911ad..284ed21b 100644
--- 
a/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
+++ 
b/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
@@ -34,7 +34,6 @@ import org.apache.lucene.store.ByteBuffersDirectory;
 public class LuceneSuggestionStrategy implements SuggestionStrategy {
 
 private int maxSuggestions = 3;
-private SpellChecker checker;
 
 @Override
 public String[] suggestEndpointOptions(Set names, String 
unknownOption) {
@@ -51,7 +50,7 @@ public class LuceneSuggestionStrategy implements 
SuggestionStrategy {
 
 // use in-memory lucene spell checker to make the suggestions
 try (ByteBuffersDirectory dir = new ByteBuffersDirectory()) {
-checker = new SpellChecker(dir);
+SpellChecker checker = new SpellChecker(dir);
 checker.indexDictionary(words, new IndexWriterConfig(new 
KeywordAnalyzer()), false);
 
 return checker.suggestSimilar(unknownOption, maxSuggestions);
diff --git 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConfiguration.java
 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConfiguration.java
index 2ac55fa..74aec33 100644
--- 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConfiguration.java
+++ 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConfiguration.java
@@ -87,7 +87,7 @@ public class LuceneConfiguration {
 setMaxHits(component.getAndRemoveParameter(parameters, "maxHits", 
Integer.class, 10));
 }
 
-private boolean isValidAuthority() throws URISyntaxException {
+private boolean isValidAuthority() {
 if (!authority.contains(":") || authority.split(":")[0] == null || 
insertOrQueryCheck()) {
 return false;
 }
@@ -100,7 +100,7 @@ public class LuceneConfiguration {
 && !authority.split(":")[1].equalsIgnoreCase("query");
 }
 
-private String retrieveTokenFromAuthority(String token) throws 
URISyntaxException {
+private String retrieveTokenFromAuthority(String token) {
 String retval;
 
 if (token.equalsIgnoreCase("hostname")) {
diff --git 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java
 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java
index 9e5e14d..3d41fb6 100644
--- 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java
+++ 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneIndexer.java
@@ -127,7 +127,7 @@ public class LuceneIndexer {
 
 if (files != null) {
 for (String child : files) {
-add(new File(file.getAbsolutePath() + "/" + child));
+add(new File(file.getAbsolutePath(), child));
 }
 }
 } else {
@@ -167,7 +167,6 @@ public class LuceneIndexer {
 
 private static FieldType createFieldType(boolean tokenized) {
 FieldType answer = new FieldType();
-//answer.setIndexed(true);
 answer.setStored(true);
 answer.setTokenized(tokenized);
 
diff --git 
a/components/camel-lucene/src/main/java/org/apache/camel/processor/lucene/LuceneQueryProcessor.java
 
b/components/camel-lucene/src/main/java/org/apache/camel/processor/lucene/LuceneQueryProcessor.java
index c6b709c..8caae9f 

[GitHub] [camel] orpiske merged pull request #6719: (chores) camel-lucene: code cleanups

2022-01-11 Thread GitBox


orpiske merged pull request #6719:
URL: https://github.com/apache/camel/pull/6719


   


-- 
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] orpiske opened a new pull request #6722: CAMEL-17472: do comply with unlimited duration tasks

2022-01-11 Thread GitBox


orpiske opened a new pull request #6722:
URL: https://github.com/apache/camel/pull/6722


   


-- 
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 chirino-doc-patch created (now 1780c8f)

2022-01-11 Thread chirino
This is an automated email from the ASF dual-hosted git repository.

chirino pushed a change to branch chirino-doc-patch
in repository https://gitbox.apache.org/repos/asf/camel.git.


  at 1780c8f  feat: add shebang comments to yaml examples

No new revisions were added by this update.


[GitHub] [camel] chirino opened a new pull request #6721: feat: add shebang comments to yaml examples

2022-01-11 Thread GitBox


chirino opened a new pull request #6721:
URL: https://github.com/apache/camel/pull/6721


   This would allow you to directly execute the yaml file on *nix systems to 
run the examples.
   


-- 
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 main updated: Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69

2022-01-11 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.git


The following commit(s) were added to refs/heads/main by this push:
 new 651b1bd  Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69
651b1bd is described below

commit 651b1bddc76180659eac58ec70100fc079920a61
Author: davsclaus 
AuthorDate: Tue Jan 11 15:53:22 2022 +

Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/models/filter.json | 1 +
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd   | 8 
 2 files changed, 9 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json
index 173a586..31cefd5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json
@@ -13,6 +13,7 @@
   },
   "properties": {
 "expression": { "kind": "expression", "displayName": "Expression", 
"required": true, "type": "object", "javaType": 
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant", 
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser", 
"joor", "jsonpath", "language", "method", "mvel", "ognl", "ref", "simple", 
"spel", "tokenize", "xpath", "xquery", "xtokenize" ], "deprecated": false, 
"autowired": false, "secret": false, "asPredicate": true, "descrip [...]
+"statusPropertyName": { "kind": "attribute", "displayName": "Status 
Property Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of exchange property to use for storing the status of the 
filtering. Setting this allows to know if the filter predicate evaluated as 
true or false." },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" 
},
 "description": { "kind": "element", "displayName": "Description", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.model.DescriptionDefinition", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the description of 
this node" }
   }
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 320036f..f8c2110 100644
--- 
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
@@ -4858,6 +4858,14 @@ org.apache.camel.spi.SendDynamicAware . Default value: 
true
 
   
 
+
+  
+
+  
+
   
 
   


[GitHub] [camel] oscerd merged pull request #6720: Generated sources regen

2022-01-11 Thread GitBox


oscerd merged pull request #6720:
URL: https://github.com/apache/camel/pull/6720


   


-- 
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 (0e4f492 -> c4bf1d1)

2022-01-11 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 0e4f492  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
 add 23ae746  CAMEL-17468: camel-core - Filter EIP - add option to turn on 
exchange property with filter status
 add c4bf1d1  Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/models/filter.json|  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  8 ++
 .../main/docs/modules/eips/pages/filter-eip.adoc   | 32 ++
 .../resources/org/apache/camel/model/filter.json   |  1 +
 .../org/apache/camel/model/FilterDefinition.java   | 22 +++
 .../apache/camel/processor/FilterProcessor.java| 12 
 .../org/apache/camel/reifier/FilterReifier.java|  7 -
 ...chedTest.java => FilterStatusPropertyTest.java} | 20 +-
 .../java/org/apache/camel/xml/in/ModelParser.java  |  9 --
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 
 .../src/generated/resources/camel-yaml-dsl.json|  3 ++
 11 files changed, 111 insertions(+), 10 deletions(-)
 copy 
core/camel-core/src/test/java/org/apache/camel/processor/{FilterNotMatchedTest.java
 => FilterStatusPropertyTest.java} (65%)


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

2022-01-11 Thread GitBox


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


   Regen bot :robot: found some uncommited changes after running build on 
:camel: 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] branch camel-3.14.x updated: CAMEL-17437: deadLetterChannel should not eager resolve endpoint from uri in Java DSL.

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
 new 70ec033  CAMEL-17437: deadLetterChannel should not eager resolve 
endpoint from uri in Java DSL.
70ec033 is described below

commit 70ec03315e938708128a6ec6be72de10de01ffa6
Author: Claus Ibsen 
AuthorDate: Sat Jan 8 11:26:03 2022 +0100

CAMEL-17437: deadLetterChannel should not eager resolve endpoint from uri 
in Java DSL.
---
 .../main/java/org/apache/camel/builder/BuilderSupport.java   |  2 +-
 .../org/apache/camel/builder/DeadLetterChannelBuilder.java   |  2 ++
 .../impl/event/EventNotifierFailureHandledEventsTest.java|  4 ++--
 ...DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java | 12 ++--
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
index d6cae2e..91244f0 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
@@ -431,7 +431,7 @@ public abstract class BuilderSupport implements 
CamelContextAware {
  * @return   the builder
  */
 public DeadLetterChannelBuilder deadLetterChannel(String deadLetterUri) {
-return deadLetterChannel(endpoint(deadLetterUri));
+return new DeadLetterChannelBuilder(deadLetterUri);
 }
 
 /**
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/DeadLetterChannelBuilder.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/DeadLetterChannelBuilder.java
index 67e49b3..7bc8e03 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/DeadLetterChannelBuilder.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/DeadLetterChannelBuilder.java
@@ -44,6 +44,8 @@ public class DeadLetterChannelBuilder extends 
DefaultErrorHandlerBuilder impleme
 
 public DeadLetterChannelBuilder(String uri) {
 setDeadLetterUri(uri);
+// DLC do not log exhausted by default
+getRedeliveryPolicy().setLogExhausted(false);
 }
 
 @Override
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/event/EventNotifierFailureHandledEventsTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/event/EventNotifierFailureHandledEventsTest.java
index e1d7b9f..979ce7d 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/event/EventNotifierFailureHandledEventsTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/event/EventNotifierFailureHandledEventsTest.java
@@ -91,7 +91,7 @@ public class EventNotifierFailureHandledEventsTest extends 
ContextTestSupport {
 
 ExchangeFailureHandlingEvent e0 = 
assertIsInstanceOf(ExchangeFailureHandlingEvent.class, events.get(11));
 assertEquals(true, e0.isDeadLetterChannel(), "should be DLC");
-assertEquals("mock://dead", e0.getDeadLetterUri());
+assertEquals("mock:dead", e0.getDeadLetterUri());
 
 assertIsInstanceOf(ExchangeSendingEvent.class, events.get(12));
 assertIsInstanceOf(ExchangeSentEvent.class, events.get(13));
@@ -106,7 +106,7 @@ public class EventNotifierFailureHandledEventsTest extends 
ContextTestSupport {
 }
 SendProcessor send = assertIsInstanceOf(SendProcessor.class, fh);
 assertEquals("mock://dead", send.getDestination().getEndpointUri());
-assertEquals("mock://dead", e.getDeadLetterUri());
+assertEquals("mock:dead", e.getDeadLetterUri());
 
 // dead letter channel will mark the exchange as completed
 assertIsInstanceOf(ExchangeCompletedEvent.class, events.get(15));
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java
index bb0e629..7aa1376 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelBuilderWithInvalidDeadLetterUriTest.java
@@ -37,12 +37,11 @@ public class 
DeadLetterChannelBuilderWithInvalidDeadLetterUriTest extends Contex
 from("direct:start").to("mock:foo");
 }
 });
+context.start();
 
 fail("Should have thrown an exception");
-} catch (NoSuchEndpointException e) {
-assertEquals(
-"No endpoint could be found for: xxx, please check your 
classpath contains the needed Camel component jar.",
- 

[camel] branch main updated: CAMEL-17473: camel-github: startingSha=last doesn't work properly. Thanks to Andrea Pilo for the patch.

2022-01-11 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 925974e  CAMEL-17473: camel-github: startingSha=last doesn't work 
properly. Thanks to Andrea Pilo for the patch.
925974e is described below

commit 925974e46e4805f3d7e5095bd3ac2c9dbc6cea2b
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 16:44:49 2022 +0100

CAMEL-17473: camel-github: startingSha=last doesn't work properly. Thanks 
to Andrea Pilo for the patch.
---
 .../org/apache/camel/component/github/consumer/CommitConsumer.java | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
 
b/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
index f4abe1f..d8afce2 100644
--- 
a/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
+++ 
b/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
@@ -76,8 +76,11 @@ public class CommitConsumer extends AbstractGitHubConsumer {
 LOG.info("GitHub CommitConsumer: Indexing current commits...");
 List commits = 
commitService.getCommits(getRepository(), branchName, null);
 for (RepositoryCommit commit : commits) {
-commitHashes.add(commit.getSha());
-lastSha = commit.getSha();
+String sha = commit.getSha();
+commitHashes.add(sha);
+if (lastSha == null) {
+lastSha = sha;
+}
 }
 LOG.info("GitHub CommitConsumer: Starting from last sha: {}", 
lastSha);
 } else if (!startingSha.equals("beginning")) {


[camel] branch camel-3.14.x updated: CAMEL-17473: camel-github: startingSha=last doesn't work properly. Thanks to Andrea Pilo for the patch.

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
 new 35765b9  CAMEL-17473: camel-github: startingSha=last doesn't work 
properly. Thanks to Andrea Pilo for the patch.
35765b9 is described below

commit 35765b9872e1a0abde117eaf475bad2fb36c
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 16:44:49 2022 +0100

CAMEL-17473: camel-github: startingSha=last doesn't work properly. Thanks 
to Andrea Pilo for the patch.
---
 .../org/apache/camel/component/github/consumer/CommitConsumer.java | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
 
b/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
index f4abe1f..d8afce2 100644
--- 
a/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
+++ 
b/components/camel-github/src/main/java/org/apache/camel/component/github/consumer/CommitConsumer.java
@@ -76,8 +76,11 @@ public class CommitConsumer extends AbstractGitHubConsumer {
 LOG.info("GitHub CommitConsumer: Indexing current commits...");
 List commits = 
commitService.getCommits(getRepository(), branchName, null);
 for (RepositoryCommit commit : commits) {
-commitHashes.add(commit.getSha());
-lastSha = commit.getSha();
+String sha = commit.getSha();
+commitHashes.add(sha);
+if (lastSha == null) {
+lastSha = sha;
+}
 }
 LOG.info("GitHub CommitConsumer: Starting from last sha: {}", 
lastSha);
 } else if (!startingSha.equals("beginning")) {


[GitHub] [camel] orpiske opened a new pull request #6719: (chores) camel-lucene: code cleanups

2022-01-11 Thread GitBox


orpiske opened a new pull request #6719:
URL: https://github.com/apache/camel/pull/6719


   - removed unused exceptions
   - do not use hard-coded path separators
   - decreased scope of member variable
   - removed unused totalHitsThreshold parameter in the query processor 
constructor
   
   
   


-- 
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 (8125268 -> 0e4f492)

2022-01-11 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 8125268  Upgrade Snakeyaml to version 1.30
 add a414473  CAMEL-17388: camel-yaml-dsl - Loading kamelet binding error 
handler DLC renamed to sink
 add 0e4f492  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java   | 8 ++--
 .../org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy | 4 ++--
 .../groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy| 6 +++---
 3 files changed, 7 insertions(+), 11 deletions(-)


[GitHub] [camel-k] squakez edited a comment on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


squakez edited a comment on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1010075345


   > 
   > We can add `-w` option to the 2nd install command to make sure we wait for 
the platform to be running.
   
   Possibly. It makes sense to wait for the second install to finish, so we 
should have all the needed stuff for executing a test.


-- 
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 commented on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


squakez commented on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1010075345


   > @squakez thanks!
   > 
   > I believe the workflow is doing something like this
   > 
   > ```
   > kamel install --cluster-setup
   > 
   > 
   > kamel install -n $YAKS_NAMESPACE
   > ```
   > 
   > Where the cluster setup is done for namespace `default` and the 2nd 
install is done in a test namespace. The 2nd install command should install the 
Camel K operator and the Integration Platform right?
   > 
   > So right after the install the test starts and creates the integration. 
Maybe this is a racing condition where the Integration Platform has not been 
fully created yet but the test is already referencing a Kamelet?
   > 
   > We can add `-w` option to the 2nd install command to make sure we wait for 
the platform to be running.
   
   Possibly. It makes sense to wait for the second install to finish, so we 
should have all the needed stuff for executing a test.


-- 
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 main updated: INFRA-22713: revert automated reporting via SonarQube

2022-01-11 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 04b38f0  INFRA-22713: revert automated reporting via SonarQube
04b38f0 is described below

commit 04b38f08fa9f235ff046e1b7b55a5fdfc72a6458
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jan 11 16:16:03 2022 +0100

INFRA-22713: revert automated reporting via SonarQube
---
 .github/workflows/master-pr-build.yml | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 54e8e58..e403985 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -21,10 +21,7 @@ on:
   pull_request:
 branches:
   - main
-env:
-  GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
-  SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
-  SONARCLOUD_TOKEN: '${{ secrets.SONARCLOUD_TOKEN }}'
+
 jobs:
   checkstyle:
 runs-on: ubuntu-latest
@@ -63,10 +60,5 @@ jobs:
   path: ~/.m2
   key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
   restore-keys: ${{ runner.os }}-m2
-  - name: Cache SonarCloud packages
-uses: actions/cache@v2
-with:
-  path: ~/.sonar/cache
-  key: ${{ runner.os }}-sonar
   - name: maven build
-run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pfastinstall -Dcheckstyle.skip=true -DskipTests 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel install 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pfastinstall -Dcheckstyle.skip=true -DskipTests install


[GitHub] [camel-k] christophd commented on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


christophd commented on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1010062356


   @squakez thanks! 
   
   I believe the workflow is doing something like this
   
   ```
   kamel install --cluster-setup
   
   
   kamel install -n $YAKS_NAMESPACE
   ```
   
   Where the cluster setup is done for namespace `default` and the 2nd install 
is done in a test namespace. The 2nd install command should install the Camel K 
operator and the Integration Platform right? 
   
   So right after the install the test starts and creates the integration. 
Maybe this is a racing condition where the Integration Platform has not been 
fully created yet but the test is already referencing a Kamelet?
   
   We can add `-w` option to the 2nd install command to make sure we wait for 
the platform to be running.
   


-- 
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] aldettinger commented on issue #2948: Backwards compatibility policy

2022-01-11 Thread GitBox


aldettinger commented on issue #2948:
URL: https://github.com/apache/camel-quarkus/issues/2948#issuecomment-1010061599


   A related [zulip 
discussion](https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/Disabling.20camel.20main)
 and ticket #3446 .


-- 
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 main updated: INFRA-22713: pull_request_target is not supported for automated reporting

2022-01-11 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 6e25652  INFRA-22713: pull_request_target is not supported for 
automated reporting
6e25652 is described below

commit 6e25652bafbf7bd9c8ca9d15031294af961c2680
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jan 11 16:07:57 2022 +0100

INFRA-22713: pull_request_target is not supported for automated reporting
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index e6361a87..54e8e58 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -18,7 +18,7 @@
 name: main pr build
 
 on:
-  pull_request_target:
+  pull_request:
 branches:
   - main
 env:


[camel] branch regen_bot updated (6ddb629 -> 8125268)

2022-01-11 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 6ddb629  INFRA-22713: fixed the order of the analysis
 add 8125268  Upgrade Snakeyaml to version 1.30

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[GitHub] [camel-k] astefanutti commented on pull request #2838: Add support for KEDA

2022-01-11 Thread GitBox


astefanutti commented on pull request #2838:
URL: https://github.com/apache/camel-k/pull/2838#issuecomment-1010048444


   @nicolaferraro sure, we can figure it out later. I was about to suggest you 
exactly that also for the point about the scale sub-resource detection.


-- 
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 main updated: CAMEL-17468: camel-core - Filter EIP - add option to turn on exchange property with filter status

2022-01-11 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 23ae746  CAMEL-17468: camel-core - Filter EIP - add option to turn on 
exchange property with filter status
23ae746 is described below

commit 23ae7466c8acdca657041ef24aa1700f809f0a69
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 15:58:52 2022 +0100

CAMEL-17468: camel-core - Filter EIP - add option to turn on exchange 
property with filter status
---
 .../main/docs/modules/eips/pages/filter-eip.adoc   | 32 
 .../resources/org/apache/camel/model/filter.json   |  1 +
 .../org/apache/camel/model/FilterDefinition.java   | 22 
 .../apache/camel/processor/FilterProcessor.java| 12 +
 .../org/apache/camel/reifier/FilterReifier.java|  7 ++-
 .../camel/processor/FilterStatusPropertyTest.java  | 61 ++
 .../java/org/apache/camel/xml/in/ModelParser.java  |  9 +++-
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 +++
 .../src/generated/resources/camel-yaml-dsl.json|  3 ++
 9 files changed, 150 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/filter-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/filter-eip.adoc
index 9e05c29..15f2941 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/filter-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/filter-eip.adoc
@@ -116,6 +116,38 @@ of the bean as shown:
 
 
 
+=== Filtering with status property
+
+To know whether an `Exchange` was filtered or not, then you can choose to 
specify a name of a property
+to store on the exchange with the result (boolean), using `statusPropertyName` 
as shown below:
+
+[source,java]
+
+from("direct:start")
+.filter().method(MyBean.class, "isGoldCustomer").statusPropertyName("gold")
+  .to("mock:gold")
+.end()
+.to("mock:all");
+}
+
+
+And in XML:
+
+[source,xml]
+
+
+
+
+
+
+
+
+
+
+
+In the example above then Camel will store an exchange property with key 
`gold` with the result of the filtering,
+whether it was `true` or `false`.
+
 === Filtering and stopping
 
 When using the Message Filter EIP, then it only applies to its children.
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/filter.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/filter.json
index 173a586..31cefd5 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/filter.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/filter.json
@@ -13,6 +13,7 @@
   },
   "properties": {
 "expression": { "kind": "expression", "displayName": "Expression", 
"required": true, "type": "object", "javaType": 
"org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant", 
"csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser", 
"joor", "jsonpath", "language", "method", "mvel", "ognl", "ref", "simple", 
"spel", "tokenize", "xpath", "xquery", "xtokenize" ], "deprecated": false, 
"autowired": false, "secret": false, "asPredicate": true, "descrip [...]
+"statusPropertyName": { "kind": "attribute", "displayName": "Status 
Property Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of exchange property to use for storing the status of the 
filtering. Setting this allows to know if the filter predicate evaluated as 
true or false." },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" 
},
 "description": { "kind": "element", "displayName": "Description", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.model.DescriptionDefinition", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the description of 
this node" }
   }
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/FilterDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/FilterDefinition.java
index 8f770fc..244339d 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/FilterDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/FilterDefinition.java
@@ -18,6 +18,7 @@ package org.apache.camel.model;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlRootElement;
 
 import org.apache.camel.Predicate;
@@ -34,6 +35,9 @@ import 

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3446: Deprecate / remove `quarkus.camel.bootstrap.enabled` configuration property

2022-01-11 Thread GitBox


jamesnetherton opened a new issue #3446:
URL: https://github.com/apache/camel-quarkus/issues/3446


   See Zulip thread discussing the merits of removing 
`quarkus.camel.bootstrap.enabled`:
   
   
https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/Disabling.20camel.20main
   
   TL;DR
   
   * There's additional overhead maintaining logic that runs with main vs 
non-main
   * Probably nobody is disabling main
   * The original intent & purpose of allowing main vs non-main is now redundant
   
   There's just the question of when we remove & deprecate the feature. I.e 
deprecate in 2.7 & remove in 2.8. Or deprecate in 2.x and remove in 3.x. Or 
remove immediately for 2.7.
   


-- 
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] nicolaferraro commented on pull request #2838: Add support for KEDA

2022-01-11 Thread GitBox


nicolaferraro commented on pull request #2838:
URL: https://github.com/apache/camel-k/pull/2838#issuecomment-1010027270


   I think there's something wrong in the new applier. Maybe we can fix it in 
another PR, wdyt @astefanutti ?


-- 
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] 01/02: CAMEL-17388: camel-yaml-dsl - Loading kamelet binding error handler DLC renamed to sink

2022-01-11 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

commit a41447304f1325064792477c07b27f56d4f502aa
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 15:21:57 2022 +0100

CAMEL-17388: camel-yaml-dsl - Loading kamelet binding error handler DLC 
renamed to sink
---
 .../java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java   | 8 ++--
 .../org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy | 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java
index de5750e..0265a3b 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java
@@ -339,9 +339,9 @@ public class YamlRoutesBuilderLoader extends 
YamlRoutesBuilderLoaderSupport {
 String ehName = asText(nt.getKeyNode());
 
 DefaultErrorHandlerProperties ehb = null;
-if ("dead-letter-channel".equals(ehName)) {
+if ("sink".equals(ehName)) {
+// a sink is a dead letter queue
 DeadLetterChannelBuilder dlch = new 
DeadLetterChannelBuilder();
-// endpoint
 MappingNode endpoint = 
asMappingNode(nodeAt(nt.getValueNode(), "/endpoint"));
 String dlq = extractCamelEndpointUri(endpoint);
 dlch.setDeadLetterUri(dlq);
@@ -351,10 +351,6 @@ public class YamlRoutesBuilderLoader extends 
YamlRoutesBuilderLoaderSupport {
 ehb = new DefaultErrorHandlerBuilder();
 } else if ("none".equals(ehName)) {
 route.errorHandler(new NoErrorHandlerBuilder());
-} else if ("bean".equals(ehName)) {
-throw new IllegalArgumentException("Bean error handler is 
not supported");
-} else if ("ref".equals(ehName)) {
-throw new IllegalArgumentException("Ref error handler is 
not supported");
 }
 
 // some error handlers support additional parameters
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy
index db28d55..b3da18f 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy
@@ -330,7 +330,7 @@ class KameletBindingLoaderTest extends YamlTestSupport {
   apiVersion: camel.apache.org/v1alpha1
   name: log-sink
   errorHandler:
-dead-letter-channel:
+sink:
   endpoint:
 ref:
   kind: Kamelet
@@ -396,7 +396,7 @@ class KameletBindingLoaderTest extends YamlTestSupport {
   apiVersion: camel.apache.org/v1alpha1
   name: log-sink
   errorHandler:
-dead-letter-channel:
+sink:
   endpoint:
 uri: mock:dead
   parameters:


[camel] 02/02: CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed to name

2022-01-11 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

commit 0e4f4923440c3ef34306595ab70447879bdab4e5
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 15:26:30 2022 +0100

CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../test/groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy
index e6e078d..6f4b2db 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy
@@ -28,7 +28,7 @@ class RemovePropertyTest extends YamlTestSupport {
 context.routesLoader.loadRoutes(resource)
 then:
 with(context.routeDefinitions[0].outputs[0], 
RemovePropertyDefinition) {
-propertyName == 'test'
+name == 'test'
 }
 where:
 resource << [
@@ -37,7 +37,7 @@ class RemovePropertyTest extends YamlTestSupport {
 uri: "direct:start"
 steps:
   - remove-property:
-  property-name: test
+  name: test
   - to: "mock:result"
 '''),
 asResource('expression-block', '''
@@ -45,7 +45,7 @@ class RemovePropertyTest extends YamlTestSupport {
 uri: "direct:start"
 steps:
   - remove-property:
-  property-name: test
+  name: test
   - to: "mock:result"
 ''')
 ]


[camel] branch main updated (8125268 -> 0e4f492)

2022-01-11 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.git.


from 8125268  Upgrade Snakeyaml to version 1.30
 new a414473  CAMEL-17388: camel-yaml-dsl - Loading kamelet binding error 
handler DLC renamed to sink
 new 0e4f492  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name

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:
 .../java/org/apache/camel/dsl/yaml/YamlRoutesBuilderLoader.java   | 8 ++--
 .../org/apache/camel/dsl/yaml/KameletBindingLoaderTest.groovy | 4 ++--
 .../groovy/org/apache/camel/dsl/yaml/RemovePropertyTest.groovy| 6 +++---
 3 files changed, 7 insertions(+), 11 deletions(-)


[camel] branch main updated: Upgrade Snakeyaml to version 1.30

2022-01-11 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.git


The following commit(s) were added to refs/heads/main by this push:
 new 8125268  Upgrade Snakeyaml to version 1.30
8125268 is described below

commit 8125268b2f5f579144c010384103796574ba773b
Author: Andrea Cosentino 
AuthorDate: Tue Jan 11 14:56:48 2022 +0100

Upgrade Snakeyaml to version 1.30
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c8ee19..7667be5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -492,7 +492,7 @@
 3.0.3
 3.1.1
 
5.2.1
-1.29
+1.30
 2.3
 2.6.3_1
 


[GitHub] [camel-k] squakez edited a comment on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


squakez edited a comment on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1009994478


   > Why there is no IntegrationPlatform created as part of `kamel install`?
   
   When `global` we must explicitly install the `IntegrationPlatform` via 
`kamel install --skip-operator-setup` in the namespace we want to be watched.
   


-- 
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 commented on pull request #2711: E2E development allowing injection of secrets denoting testing on custom clusters

2022-01-11 Thread GitBox


squakez commented on pull request #2711:
URL: https://github.com/apache/camel-k/pull/2711#issuecomment-1009994478


   > Why there is no IntegrationPlatform created as part of `kamel install`?
   
   When `global` we must explicitly install the `IntegrationPlatform` via 
`kamel install --ski-operator-setup` in the namespace we want to be watched.
   


-- 
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] zhfeng opened a new pull request #6718: CAMEL-17306: camel-salesforce - Refactor DTO code generation

2022-01-11 Thread GitBox


zhfeng opened a new pull request #6718:
URL: https://github.com/apache/camel/pull/6718


   https://issues.apache.org/jira/browse/CAMEL-17306
   * introudce camel-salesforce-codegen
   * extract the core code generation
   
   


-- 
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 (854f6b9 -> 6ddb629)

2022-01-11 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 854f6b9  Upgrade Spring-Security to version 5.6.1
 add c5235a4  Upgrade Java Util to version 1.66.0
 add 393f7b3  INFRA-22713: pre-work for accessing the secrets
 add f02ffcc  INFRA-22713: add automated code analysis support
 add 6ddb629  INFRA-22713: fixed the order of the analysis

No new revisions were added by this update.

Summary of changes:
 .github/workflows/master-pr-build.yml | 13 +++--
 parent/pom.xml|  2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)


[camel] branch main updated: INFRA-22713: fixed the order of the analysis

2022-01-11 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

orpiske 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 6ddb629  INFRA-22713: fixed the order of the analysis
6ddb629 is described below

commit 6ddb62944605076bd346f78c2cd70226751c9961
Author: Otavio Rodolfo Piske 
AuthorDate: Tue Jan 11 13:52:29 2022 +0100

INFRA-22713: fixed the order of the analysis
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 95673e2..e6361a87 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -69,4 +69,4 @@ jobs:
   path: ~/.sonar/cache
   key: ${{ runner.os }}-sonar
   - name: maven build
-run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pfastinstall -Dcheckstyle.skip=true -DskipTests 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar install
+run: ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pfastinstall -Dcheckstyle.skip=true -DskipTests 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_camel install 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar


[camel-kamelets] branch regen_bot updated (58457f2 -> b25e1dd)

2022-01-11 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 58457f2  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9
 add 384946a  Added a note about where to place explicit dependencies 
versions used in kamelets
 add b25e1dd  Added a note about where to place explicit dependencies 
versions used in kamelets

No new revisions were added by this update.

Summary of changes:
 library/camel-kamelets-bom/pom.xml | 1 +
 pom.xml| 2 ++
 2 files changed, 3 insertions(+)


[GitHub] [camel-kamelets] oscerd merged pull request #695: Comments for explicit Kamelets deps

2022-01-11 Thread GitBox


oscerd merged pull request #695:
URL: https://github.com/apache/camel-kamelets/pull/695


   


-- 
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 (58457f2 -> b25e1dd)

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

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


from 58457f2  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9
 new 384946a  Added a note about where to place explicit dependencies 
versions used in kamelets
 new b25e1dd  Added a note about where to place explicit dependencies 
versions used in kamelets

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:
 library/camel-kamelets-bom/pom.xml | 1 +
 pom.xml| 2 ++
 2 files changed, 3 insertions(+)


[camel-kamelets] 02/02: Added a note about where to place explicit dependencies versions used in kamelets

2022-01-11 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

commit b25e1dd9511413e7839b92d0606077a6b6f0aeec
Author: Andrea Cosentino 
AuthorDate: Tue Jan 11 13:37:13 2022 +0100

Added a note about where to place explicit dependencies versions used in 
kamelets
---
 library/camel-kamelets-bom/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index 673311e..145c376 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -34,6 +34,7 @@
 Camel Kamelets BOM
 
   
+
 
   
 org.apache.commons


[camel-kamelets] 01/02: Added a note about where to place explicit dependencies versions used in kamelets

2022-01-11 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

commit 384946a92b8f75773b0c720321322b6c85aa96b9
Author: Andrea Cosentino 
AuthorDate: Tue Jan 11 13:36:25 2022 +0100

Added a note about where to place explicit dependencies versions used in 
kamelets
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2398350..18e3bdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,8 @@
 5.8.1
 4.8.138
 
+
+
 
2.9.0
 
2.1.0.3
 
1.0.0


  1   2   >