[camel] branch regen_bot updated (2ceff6ba0bb -> a34f1886ce4)

2022-09-05 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


 discard 2ceff6ba0bb Regen for commit 2e8d09200bb54d3d589d9dcdb395e06f49dd71f4
omit 2e8d09200bb CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)
 add a34f1886ce4 Regen for commit f72d7743a4c62f775ca38fc3d43d739602204161

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   (2ceff6ba0bb)
\
 N -- N -- N   refs/heads/regen_bot (a34f1886ce4)

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel-quarkus] branch camel-main updated (1bac974c94 -> 9f9fdb2e9e)

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

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


 discard 1bac974c94 Upgrade Camel to 3.19.0
 add aa9b919ed6 pg-replication-slot: fix warning
 add 56c2bd8458 Disabling ContinuousDevTest
 add f905f4fea7 Improve google-bigquery test coverage #3949
 add c156d23949 Testing guide confusing about CamelTestSupport #4068
 new 9f9fdb2e9e Upgrade Camel to 3.19.0

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   (1bac974c94)
\
 N -- N -- N   refs/heads/camel-main (9f9fdb2e9e)

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

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

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


Summary of changes:
 docs/modules/ROOT/pages/user-guide/testing.adoc|   3 +-
 .../support/google/GoogleCloudTestResource.java|  54 +++-
 .../test/support/google/GoogleProperty.java|  24 +-
 integration-tests/google-bigquery/README.adoc  |  40 ++-
 integration-tests/google-bigquery/pom.xml  |  10 +
 .../google/bigquery/it/GoogleBigqueryResource.java | 165 +++---
 .../bigquery/it/GoogleBigqueryCustomizer.java  | 212 +
 .../google/bigquery/it/GoogleBigqueryIT.java   |   2 -
 .../google/bigquery/it/GoogleBigqueryTest.java | 352 +++--
 ...ava => GoogleBigqueryWiremockTestResource.java} |  19 +-
 ...kus.test.support.google.GoogleTestEnvCustomizer |   1 +
 .../src/test/resources/mappings/insertId_01.json   |  30 ++
 .../src/test/resources/mappings/insertId_02.json   |  30 ++
 .../src/test/resources/mappings/list_insert.json   |  30 ++
 .../src/test/resources/mappings/map_insert_01.json |  30 ++
 .../src/test/resources/mappings/map_insert_02.json |  30 ++
 .../src/test/resources/mappings/map_insert_03.json |  30 ++
 .../test/resources/mappings/partitioning_01.json   |  30 ++
 .../test/resources/mappings/partitioning_02.json   |  30 ++
 .../src/test/resources/mappings/sql_crud_01.json   |  26 ++
 .../test/resources/mappings/sql_crud_job01_01.json |  27 ++
 .../test/resources/mappings/sql_crud_job01_02.json |  32 ++
 .../test/resources/mappings/sql_crud_job01_03.json |  30 ++
 .../test/resources/mappings/sql_crud_job01_04.json |  29 ++
 .../test/resources/mappings/sql_crud_job02_01.json |  27 ++
 .../test/resources/mappings/sql_crud_job02_02.json |  32 ++
 .../test/resources/mappings/sql_crud_job02_03.json |  29 ++
 .../test/resources/mappings/sql_crud_job02_04.json |  30 ++
 .../test/resources/mappings/sql_crud_job03_01.json |  27 ++
 .../test/resources/mappings/sql_crud_job03_02.json |  32 ++
 .../test/resources/mappings/sql_crud_job03_03.json |  30 ++
 .../test/resources/mappings/sql_crud_job03_04.json |  29 ++
 .../test/resources/mappings/sql_crud_job04_01.json |  27 ++
 .../test/resources/mappings/sql_crud_job04_02.json |  32 ++
 .../test/resources/mappings/sql_crud_job04_03.json |  30 ++
 .../test/resources/mappings/sql_crud_job04_04.json |  29 ++
 .../test/resources/mappings/sql_crud_job05_01.json |  27 ++
 .../test/resources/mappings/sql_crud_job05_02.json |  32 ++
 .../test/resources/mappings/sql_crud_job05_03.json |  29 ++
 .../test/resources/mappings/sql_crud_job05_04.json |  30 ++
 .../test/resources/mappings/templateTable_01.json  |  30 ++
 .../test/resources/mappings/templateTable_02.json  |  30 ++
 .../test/resources/mappings/templateTable_03.json  |  30 ++
 .../test/resources/mappings/templateTable_04.json  |  30 ++
 .../test/resources/mappings/templateTable_05.json  |  30 ++
 .../google/pubsub/it/GooglePubSubCustomizer.java   |   6 +-
 .../slot/it/PgReplicationSlotTestResource.java |   4 +-
 .../extensions/continousDev/ContinuousDevTest.java |   2 +
 48 files changed, 1800 insertions(+), 100 deletions(-)
 copy 
integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryIT.java
 => 
integration-tests-support/google/src/main/java/org/apache/camel/quarkus/test/support/google/GoogleProperty.java
 (53%)
 create mode 100644 
integration-tests/google-bigquery/src/test/java/org/apache/camel/quarkus/component/google/bigquery/it/GoogleBigqueryCustomizer.java
 copy 

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

2022-09-05 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 6899726df29 Regen
6899726df29 is described below

commit 6899726df29c616cd2ba220665ef23418c8f21ed
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 07:29:25 2022 +0200

Regen
---
 .../camel/springboot/catalog/components/dozer.json |  2 +-
 .../camel/springboot/catalog/components/imap.json  |  2 ++
 .../camel/springboot/catalog/components/imaps.json |  2 ++
 .../camel/springboot/catalog/components/kafka.json | 12 +--
 .../camel/springboot/catalog/components/pop3.json  |  2 ++
 .../camel/springboot/catalog/components/pop3s.json |  2 ++
 .../springboot/catalog/components/quartz.json  |  2 +-
 .../camel/springboot/catalog/components/smtp.json  |  2 ++
 .../camel/springboot/catalog/components/smtps.json |  2 ++
 .../camel-kafka-starter/src/main/docs/kafka.json   |  6 +++---
 .../springboot/KafkaComponentConfiguration.java| 23 --
 .../camel-mail-starter/src/main/docs/mail.json |  7 +++
 .../springboot/MailComponentConfiguration.java | 16 +++
 13 files changed, 59 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dozer.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dozer.json
index 9ccd0ce7d0d..005f46d288b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
index 45c56629d0d..3976a1eb9c3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
@@ -36,6 +36,7 @@
 "peek": { "kind": "property", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAP [...]
 "skipFailedMessage": { "kind": "property", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this o [...]
 "unseen": { "kind": "property", "displayName": "Unseen", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to limit by unseen mails only." },
+"failOnDuplicateFileAttachment": { "kind": "property", "displayName": 
"Fail On Duplicate File Attachment", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to fail processing the mail if the 
mail [...]
 "fetchSize": { "kind": "property", "displayName": "Fetch Size", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, 

[camel] branch regen_bot updated (a8fbe311e92 -> 2ceff6ba0bb)

2022-09-05 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 a8fbe311e92 Regen for commit f889a52dc12a739c09b8024420954b991cda2342
 add d731859a1d4 CAMEL-18239: [DOCS] Bean components - missing examples
 add d89950bb8d8 CAMEL-18458: camel-core - Remove eager loading classes
 add 2723d4ef74a CAMEL-18461: camel-core - Add api_key as a known secret 
parameter
 add 42d143ea4f3 CAMEL-18461: camel-ahc-ws - Should mask sensitive url that 
contains api_key in logs
 add bf26c4e561b CAMEL-17586: camel-mail - Add option to either warn or 
exception on duplicate file attachments. Thanks to Manuel Shenavai for unit 
test.
 add b1973dad274 Regen for commit f889a52dc12a739c09b8024420954b991cda2342 
(#8287)
 add c2b6f494f6a CAMEL-16642: camel-salesforce: Detect SObject type (#8275)
 add 1467f3e1b75 Minor mojo improvements (#8280)
 add 9ba13752395 Upgrade to jackson 2.13.4
 add f9f3f35a8ec Regen
 add f72d7743a4c CAMEL-18239: [DOCS] Bean components - missing examples
 add 2e8d09200bb CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)
 add 2ceff6ba0bb Regen for commit 2e8d09200bb54d3d589d9dcdb395e06f49dd71f4

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   (a8fbe311e92)
\
 N -- N -- N   refs/heads/regen_bot (2ceff6ba0bb)

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |   4 +-
 .../org/apache/camel/catalog/components/imap.json  |   2 +
 .../org/apache/camel/catalog/components/imaps.json |   2 +
 .../org/apache/camel/catalog/components/pop3.json  |   2 +
 .../org/apache/camel/catalog/components/pop3s.json |   2 +
 .../org/apache/camel/catalog/components/smtp.json  |   2 +
 .../org/apache/camel/catalog/components/smtps.json |   2 +
 .../apache/camel/component/ahc/ws/WsEndpoint.java  |  18 ++-
 .../camel-bean/src/main/docs/bean-component.adoc   |  73 +-
 .../component/mail/MailComponentConfigurer.java|   6 +
 .../component/mail/MailEndpointConfigurer.java |   6 +
 .../component/mail/MailEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/mail/imap.json  |   2 +
 .../org/apache/camel/component/mail/imaps.json |   2 +
 .../org/apache/camel/component/mail/pop3.json  |   2 +
 .../org/apache/camel/component/mail/pop3s.json |   2 +
 .../org/apache/camel/component/mail/smtp.json  |   2 +
 .../org/apache/camel/component/mail/smtps.json |   2 +
 .../apache/camel/component/mail/MailBinding.java   |  34 -
 .../camel/component/mail/MailConfiguration.java|  15 +++
 .../apache/camel/component/mail/MailEndpoint.java  |   3 +-
 ...MailBindingAttachmentDuplicateFileNameTest.java |  98 ++
 .../src/main/docs/salesforce-component.adoc|  32 +++--
 .../salesforce/api/SalesforceException.java|   4 +
 .../internal/processor/AbstractRestProcessor.java  |  32 +++--
 .../processor/AbstractSalesforceProcessor.java |  27 +++-
 .../CompositeSObjectCollectionsProcessor.java  |   2 +-
 .../internal/processor/JsonRestProcessor.java  |  33 -
 .../salesforce/RestApiIntegrationTest.java |  32 -
 core/camel-main/pom.xml|   7 -
 .../java/org/apache/camel/util/SensitiveUtils.java |   4 +
 .../component/dsl/ImapComponentBuilderFactory.java |  20 +++
 .../dsl/ImapsComponentBuilderFactory.java  |  20 +++
 .../component/dsl/Pop3ComponentBuilderFactory.java |  20 +++
 .../dsl/Pop3sComponentBuilderFactory.java  |  20 +++
 .../component/dsl/SmtpComponentBuilderFactory.java |  20 +++
 .../dsl/SmtpsComponentBuilderFactory.java  |  20 +++
 .../endpoint/dsl/MailEndpointBuilderFactory.java   |  39 ++
 parent/pom.xml |   4 +-
 .../camel/maven/packaging/PrepareCatalogMojo.java  |   6 +
 .../maven/packaging/PrepareComponentMojo.java  |   3 +-
 .../packaging/UpdateEagerClassloadedHelper.java| 148 -
 .../maven/packaging/UpdateSensitizeHelper.java |   3 +-
 43 files changed, 543 insertions(+), 237 deletions(-)
 create mode 100644 
components/camel-mail/src/test/java/org/apache/camel/component/mail/MailBindingAttachmentDuplicateFileNameTest.java
 delete mode 100644 

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

2022-09-05 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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 (2e8d09200bb -> eb9e7247b58)

2022-09-05 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 2e8d09200bb CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)
 new f7dc63fcdd7 Polished
 new eb9e7247b58 CAMEL-18143: camel-quartz - Quartz scheduler should be 
autowired on component.

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:
 .../quartz/QuartzComponentConfigurer.java  |  5 
 .../org/apache/camel/component/quartz/quartz.json  |  2 +-
 .../camel/component/quartz/QuartzComponent.java| 28 --
 .../apache/camel/main/http/VertxHttpServer.java|  1 -
 4 files changed, 21 insertions(+), 15 deletions(-)



[camel] 02/02: CAMEL-18143: camel-quartz - Quartz scheduler should be autowired on component.

2022-09-05 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 eb9e7247b58cc54b5e943f0c0974c9e8c06476ef
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 07:15:58 2022 +0200

CAMEL-18143: camel-quartz - Quartz scheduler should be autowired on 
component.
---
 .../quartz/QuartzComponentConfigurer.java  |  5 
 .../org/apache/camel/component/quartz/quartz.json  |  2 +-
 .../camel/component/quartz/QuartzComponent.java| 28 --
 3 files changed, 21 insertions(+), 14 deletions(-)

diff --git 
a/components/camel-quartz/src/generated/java/org/apache/camel/component/quartz/QuartzComponentConfigurer.java
 
b/components/camel-quartz/src/generated/java/org/apache/camel/component/quartz/QuartzComponentConfigurer.java
index a9027c21b6b..1954f2530e1 100644
--- 
a/components/camel-quartz/src/generated/java/org/apache/camel/component/quartz/QuartzComponentConfigurer.java
+++ 
b/components/camel-quartz/src/generated/java/org/apache/camel/component/quartz/QuartzComponentConfigurer.java
@@ -47,6 +47,11 @@ public class QuartzComponentConfigurer extends 
PropertyConfigurerSupport impleme
 }
 }
 
+@Override
+public String[] getAutowiredNames() {
+return new String[]{"scheduler"};
+}
+
 @Override
 public Class getOptionType(String name, boolean ignoreCase) {
 switch (ignoreCase ? name.toLowerCase() : name) {
diff --git 
a/components/camel-quartz/src/generated/resources/org/apache/camel/component/quartz/quartz.json
 
b/components/camel-quartz/src/generated/resources/org/apache/camel/component/quartz/quartz.json
index 17aa65e0865..88918eee244 100644
--- 
a/components/camel-quartz/src/generated/resources/org/apache/camel/component/quartz/quartz.json
+++ 
b/components/camel-quartz/src/generated/resources/org/apache/camel/component/quartz/quartz.json
@@ -30,7 +30,7 @@
 "propertiesFile": { "kind": "property", "displayName": "Properties File", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "File name of the properties to load from the 
classpath" },
 "propertiesRef": { "kind": "property", "displayName": "Properties Ref", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "References to an existing Properties or Map to 
lookup in the registry to use for configuring quartz." },
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
-"scheduler": { "kind": "property", "displayName": "Scheduler", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.quartz.Scheduler", "deprecated": false, "autowired": false, 
"secret": false, "description": "To use the custom configured Quartz scheduler, 
instead of creating a new Scheduler." },
+"scheduler": { "kind": "property", "displayName": "Scheduler", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.quartz.Scheduler", "deprecated": false, "autowired": true, 
"secret": false, "description": "To use the custom configured Quartz scheduler, 
instead of creating a new Scheduler." },
 "schedulerFactory": { "kind": "property", "displayName": "Scheduler 
Factory", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.quartz.SchedulerFactory", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use the custom 
SchedulerFactory which is used to create the Scheduler." },
 "autoStartScheduler": { "kind": "property", "displayName": "Auto Start 
Scheduler", "group": "scheduler", "label": "scheduler", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether or not 
the scheduler should be auto started. This options is default true" },
 "interruptJobsOnShutdown": { "kind": "property", "displayName": "Interrupt 
Jobs On Shutdown", "group": "scheduler", "label": "scheduler", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to interrupt jobs on shutdown which forces the scheduler to shutdown 
quicker and attempt to 

[camel] 01/02: Polished

2022-09-05 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 f7dc63fcdd7fa1c8c1383c4fb6e03100aa5576d5
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 07:08:42 2022 +0200

Polished
---
 .../src/main/java/org/apache/camel/main/http/VertxHttpServer.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/http/VertxHttpServer.java
 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/http/VertxHttpServer.java
index b1d20a26870..a9b6ad6685d 100644
--- 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/http/VertxHttpServer.java
+++ 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/http/VertxHttpServer.java
@@ -143,7 +143,6 @@ public final class VertxHttpServer {
 if (last == null || last.size() != 
endpoints.size() || !last.containsAll(endpoints)) {
 LOG.info("HTTP endpoints summary");
 for (HttpEndpointModel u : endpoints) {
-String v = u.getVerbs();
 String line = "http://0.0.0.0:; + port + 
u.getUri();
 if (u.getVerbs() != null) {
 line += " (" + u.getVerbs() + ")";



[camel] branch main updated: CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)

2022-09-05 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 2e8d09200bb CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)
2e8d09200bb is described below

commit 2e8d09200bb54d3d589d9dcdb395e06f49dd71f4
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:37:15 2022 +0200

CAMEL-18121: Upgrade to Kafka 3.2.1 (#8286)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c6849e561ca..033067832a0 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -356,7 +356,7 @@
 2.7.2
 2.7.2
 1.1.3
-3.1.1
+3.2.1
 2.8.1
 1.7.10
 5.12.3
diff --git a/parent/pom.xml b/parent/pom.xml
index 9e582b7a879..ff3a94d2adb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -340,7 +340,7 @@
 2.7.2
 2.7.2
 1.1.3
-3.1.1
+3.2.1
 2.8.1
 1.7.10
 5.12.3



[GitHub] [camel] davsclaus merged pull request #8286: CAMEL-18121: Upgrade to Kafka 3.2.1

2022-09-05 Thread GitBox


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


-- 
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-18239: [DOCS] Bean components - missing examples

2022-09-05 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 f72d7743a4c CAMEL-18239: [DOCS] Bean components - missing examples
f72d7743a4c is described below

commit f72d7743a4c62f775ca38fc3d43d739602204161
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:30:18 2022 +0200

CAMEL-18239: [DOCS] Bean components - missing examples
---
 components/camel-bean/src/main/docs/bean-component.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/components/camel-bean/src/main/docs/bean-component.adoc 
b/components/camel-bean/src/main/docs/bean-component.adoc
index cba63e81b25..76c7c68a00f 100644
--- a/components/camel-bean/src/main/docs/bean-component.adoc
+++ b/components/camel-bean/src/main/docs/bean-component.adoc
@@ -141,9 +141,7 @@ constructed from the Message are all defined by the
 xref:manual::bean-binding.adoc[Bean Binding] mechanism which is used throughout
 all the various xref:manual::bean-integration.adoc[Bean Integration] 
mechanisms in Camel.
 
-See also related xref:bean-language.adoc[Bean Language].
-
-
+See also related xref:languages:bean-language.adoc[Bean Language].
 
 
 include::spring-boot:partial$starter.adoc[]



[camel] branch camel-3.18.x updated: Upgrade to jackson 2.13.4

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new daf9b1ba8b4 Upgrade to jackson 2.13.4
daf9b1ba8b4 is described below

commit daf9b1ba8b44fa00274121f43a68bf464934e0c8
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:07:41 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 26d05ef403b..2e3f33d7a43 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -278,7 +278,7 @@
 2.21.11
 1.0.0-preview.20210928
 1.9.12
-2.13.3
+2.13.4
 2.1.5
 2.0.2
 2.3.3
diff --git a/parent/pom.xml b/parent/pom.xml
index 47d6383178f..8673d70fc50 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -258,7 +258,7 @@
 2.5.0
 1.0.0-preview.20210928
 1.9.12
-2.13.3
+2.13.4
 2.21.11
 0.11
 2.4.3.Final



[camel] 01/02: Upgrade to jackson 2.13.4

2022-09-05 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 9ba1375239519cca5e94f106d8a0042dcdc0bb53
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:07:41 2022 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 951868984ec..c6849e561ca 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -271,7 +271,7 @@
 2.21.12
 1.0.0-preview.20210928
 1.9.12
-2.13.3
+2.13.4
 2.1.5
 2.0.2
 2.3.3
diff --git a/parent/pom.xml b/parent/pom.xml
index fa3a7025e6e..9e582b7a879 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,7 @@
 2.5.0
 1.0.0-preview.20210928
 1.9.12
-2.13.3
+2.13.4
 2.21.12
 0.11
 2.4.3.Final



[camel] branch main updated (1467f3e1b75 -> f9f3f35a8ec)

2022-09-05 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 1467f3e1b75 Minor mojo improvements (#8280)
 new 9ba13752395 Upgrade to jackson 2.13.4
 new f9f3f35a8ec Regen

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


Summary of changes:
 camel-dependencies/pom.xml |  2 +-
 .../org/apache/camel/catalog/components/imap.json  |  2 ++
 .../org/apache/camel/catalog/components/imaps.json |  2 ++
 .../org/apache/camel/catalog/components/pop3.json  |  2 ++
 .../org/apache/camel/catalog/components/pop3s.json |  2 ++
 .../org/apache/camel/catalog/components/smtp.json  |  2 ++
 .../org/apache/camel/catalog/components/smtps.json |  2 ++
 .../component/dsl/ImapComponentBuilderFactory.java | 20 +++
 .../dsl/ImapsComponentBuilderFactory.java  | 20 +++
 .../component/dsl/Pop3ComponentBuilderFactory.java | 20 +++
 .../dsl/Pop3sComponentBuilderFactory.java  | 20 +++
 .../component/dsl/SmtpComponentBuilderFactory.java | 20 +++
 .../dsl/SmtpsComponentBuilderFactory.java  | 20 +++
 .../endpoint/dsl/MailEndpointBuilderFactory.java   | 39 ++
 parent/pom.xml |  2 +-
 15 files changed, 173 insertions(+), 2 deletions(-)



[camel] 02/02: Regen

2022-09-05 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 f9f3f35a8ec2d570b05930d670bf8ab45d891799
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:26:27 2022 +0200

Regen
---
 .../org/apache/camel/catalog/components/imap.json  |  2 ++
 .../org/apache/camel/catalog/components/imaps.json |  2 ++
 .../org/apache/camel/catalog/components/pop3.json  |  2 ++
 .../org/apache/camel/catalog/components/pop3s.json |  2 ++
 .../org/apache/camel/catalog/components/smtp.json  |  2 ++
 .../org/apache/camel/catalog/components/smtps.json |  2 ++
 .../component/dsl/ImapComponentBuilderFactory.java | 20 +++
 .../dsl/ImapsComponentBuilderFactory.java  | 20 +++
 .../component/dsl/Pop3ComponentBuilderFactory.java | 20 +++
 .../dsl/Pop3sComponentBuilderFactory.java  | 20 +++
 .../component/dsl/SmtpComponentBuilderFactory.java | 20 +++
 .../dsl/SmtpsComponentBuilderFactory.java  | 20 +++
 .../endpoint/dsl/MailEndpointBuilderFactory.java   | 39 ++
 13 files changed, 171 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
index 51acff65522..b81465232b8 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
@@ -36,6 +36,7 @@
 "peek": { "kind": "property", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAP [...]
 "skipFailedMessage": { "kind": "property", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this o [...]
 "unseen": { "kind": "property", "displayName": "Unseen", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to limit by unseen mails only." },
+"failOnDuplicateFileAttachment": { "kind": "property", "displayName": 
"Fail On Duplicate File Attachment", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to fail processing the mail if the 
mail [...]
 "fetchSize": { "kind": "property", "displayName": "Fetch Size", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Sets the maximum number of messages to consume 
during a poll. This can be  [...]
 "folderName": { "kind": "property", "displayName": "Folder Name", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "INBOX", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "The folder to poll." },
 "mapMailMessage": { "kind": "property", "displayName": "Map Mail Message", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "Specifies whether 

[GitHub] [camel-k] tadayosi commented on issue #3602: `make bundle` failure

2022-09-05 Thread GitBox


tadayosi commented on issue #3602:
URL: https://github.com/apache/camel-k/issues/3602#issuecomment-1237639276

   It doesn't fail on my env. Could it be related to versions of operator-sdk / 
kustomize used?
   ```
   $ kustomize version 
   {Version:kustomize/v4.1.2 GitCommit:a5914abad89e0b18129eaf1acc784f9fe7d21439 
BuildDate:2021-04-15T20:38:06Z GoOs:linux GoArch:amd64}
   
   $ operator-sdk version 
   operator-sdk version: "v1.14.0", commit: 
"78f08b4852faf344ad3ef457c54f86087aaa0a0a", kubernetes version: "1.21", go 
version: "go1.16.9", GOOS: "linux", GOARCH: "amd64"
   ```


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

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

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



[GitHub] [camel-k] tadayosi commented on a diff in pull request #3601: fix(e2e): codegen

2022-09-05 Thread GitBox


tadayosi commented on code in PR #3601:
URL: https://github.com/apache/camel-k/pull/3601#discussion_r963234805


##
config/manifests/kustomization.yaml:
##
@@ -31,3 +31,7 @@ resources:
 
 patchesStrategicMerge:
 - patch-delete-user-cluster-role.yaml
+images:
+- name: docker.io/apache/camel-k
+  newName: docker.io/apache/camel-k
+  newTag: 1.11.0-SNAPSHOT

Review Comment:
   Do we need to commit this?  I thought it hasn't been committed deliberately.



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

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

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



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

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

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


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

commit b75273e528a618f0b564618871087c3bb3dc5991
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 6 04:08:57 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a3724eabf..9dff3fa7f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,12 @@
 
 **Closed issues:**
 
+- Testing guide confusing about CamelTestSupport 
[\#4068](https://github.com/apache/camel-quarkus/issues/4068)
 - Google-pubsub: Improve google-pubsub test coverage with 
GooglePubsubConstants.MESSAGE\_ID 
[\#4062](https://github.com/apache/camel-quarkus/issues/4062)
 - Ban camel-directvm 
[\#4059](https://github.com/apache/camel-quarkus/issues/4059)
 - master: fix itests harness in native mode 
[\#4050](https://github.com/apache/camel-quarkus/issues/4050)
 - Increase JPA extension test coverage 
[\#4007](https://github.com/apache/camel-quarkus/issues/4007)
+- Improve google-bigquery test coverage 
[\#3949](https://github.com/apache/camel-quarkus/issues/3949)
 - \[JDK17\]spring integration tests failed in native mode 
[\#](https://github.com/apache/camel-quarkus/issues/)
 - \[JDK17\]Optaplanner integration test failed in native mode  
[\#3332](https://github.com/apache/camel-quarkus/issues/3332)
 - \[JDK17\]integration test failed in native mode caused by unresolved type 
during parsing: sun.security.krb5.Credentials 
[\#3326](https://github.com/apache/camel-quarkus/issues/3326)
@@ -19,6 +21,9 @@
 
 **Merged pull requests:**
 
+- Testing guide confusing about CamelTestSupport 
[\#4072](https://github.com/apache/camel-quarkus/pull/4072) 
([ppalaga](https://github.com/ppalaga))
+- Disabling ContinuousDevTest 
[\#4070](https://github.com/apache/camel-quarkus/pull/4070) 
([JiriOndrusek](https://github.com/JiriOndrusek))
+- pg-replication-slot: fix warning 
[\#4067](https://github.com/apache/camel-quarkus/pull/4067) 
([aldettinger](https://github.com/aldettinger))
 - Google-pubsub: Improve google-pubsub test coverage with MESSAGE\_ID \#4062 
[\#4064](https://github.com/apache/camel-quarkus/pull/4064) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Migrate to the new config format of the flattener mojo 
[\#4061](https://github.com/apache/camel-quarkus/pull/4061) 
([ppalaga](https://github.com/ppalaga))
 - Ban camel-directvm  
[\#4060](https://github.com/apache/camel-quarkus/pull/4060) 
([ppalaga](https://github.com/ppalaga))
@@ -36,6 +41,7 @@
 - Make nightly branch sync workflows report failures if the build was 
cancelled [\#4038](https://github.com/apache/camel-quarkus/pull/4038) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Upgrade to Quarkiverse CXF 1.5.0.CR1 
[\#4037](https://github.com/apache/camel-quarkus/pull/4037) 
([ppalaga](https://github.com/ppalaga))
 - \[closes \#4028\] Fix sqsAutoCreateDelayedQueue test 
[\#4036](https://github.com/apache/camel-quarkus/pull/4036) 
([llowinge](https://github.com/llowinge))
+- Improve google-bigquery test coverage \#3949 
[\#4035](https://github.com/apache/camel-quarkus/pull/4035) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Enlarge timeout for Keycloak startup 
[\#4034](https://github.com/apache/camel-quarkus/pull/4034) 
([llowinge](https://github.com/llowinge))
 - Fix conflict in property name with OS env variable 
[\#4032](https://github.com/apache/camel-quarkus/pull/4032) 
([llowinge](https://github.com/llowinge))
 - Pass encrypt property to Debezium MS SQL Server JDBC URL 
[\#4030](https://github.com/apache/camel-quarkus/pull/4030) 
([jamesnetherton](https://github.com/jamesnetherton))
@@ -1251,7 +1257,6 @@
 - Improve google-pubsub test coverage 
[\#3910](https://github.com/apache/camel-quarkus/issues/3910)
 - Merge the performance regression prototype in camel-quarkus main 
[\#3905](https://github.com/apache/camel-quarkus/issues/3905)
 - Test Azure Storage Blob with `credentialType` `AZURE_IDENTITY` 
[\#3822](https://github.com/apache/camel-quarkus/issues/3822)
-- Unable to compile native image for Azure Storage Blob extension 
[\#3820](https://github.com/apache/camel-quarkus/issues/3820)
 - `CamelMainRoutesIncludePatternWithAbsoluteFilePrefixDevModeTest` fails on 
Windows [\#3529](https://github.com/apache/camel-quarkus/issues/3529)
 - CamelTestSupport style of testing  
[\#3511](https://github.com/apache/camel-quarkus/issues/3511)
 - Geocoder started returning "New York City" instead of "New York" 
[\#3389](https://github.com/apache/camel-quarkus/issues/3389)
@@ -1263,8 +1268,8 @@
 
 **Fixed bugs:**
 
-- \[Quarkus 2.11.0\] OptaPlanner native image build fails 

[camel] branch main updated: Minor mojo improvements (#8280)

2022-09-05 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 1467f3e1b75 Minor mojo improvements (#8280)
1467f3e1b75 is described below

commit 1467f3e1b7564dae7aef89429fb10c6e3c6df0b3
Author: Peter Palaga 
AuthorDate: Tue Sep 6 06:04:18 2022 +0200

Minor mojo improvements (#8280)

* Generalize the pattern in PrepareComponentMojo

* Add skip option to prepare-catalog mojo
---
 .../java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java   | 6 ++
 .../java/org/apache/camel/maven/packaging/PrepareComponentMojo.java | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
index dc3aa0db3e1..38e6f36de0f 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareCatalogMojo.java
@@ -183,6 +183,12 @@ public class PrepareCatalogMojo extends AbstractMojo {
 @Parameter(defaultValue = 
"${project.build.directory}/../../../core/camel-main/target/classes/META-INF")
 protected File mainDir;
 
+/**
+ * Skip the execution of this mojo
+ */
+@Parameter(defaultValue = "false", property = "camel.prepare-catalog.skip")
+protected boolean skip;
+
 /**
  * Maven ProjectHelper.
  */
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
index 81cf34b9b4e..d80672b1b3a 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
@@ -212,12 +212,13 @@ public class PrepareComponentMojo extends 
AbstractGeneratorMojo {
 final String between = pomText.substring(before.length(), 
pomText.length() - after.length());
 
 Pattern pattern = Pattern.compile(
-
"\\s*(?.*)\\s*(?.*)\\s*\\$\\{project\\.version}\\s*");
+
"\\s*(?.*)\\s*(?.*)\\s*(?.*)\\s*");
 Matcher matcher = pattern.matcher(between);
 TreeSet dependencies = new TreeSet<>();
 while (matcher.find()) {
 dependencies.add(matcher.group());
 }
+
 dependencies.add("\n"
  + "\t\t\t\t" + project.getGroupId() + 
"\n"
  + "\t\t\t\t" + 
project.getArtifactId() + "\n"



[GitHub] [camel] davsclaus merged pull request #8280: Minor mojo improvements

2022-09-05 Thread GitBox


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


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

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

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



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

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

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


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

commit 5c14f9804f3a3552c8e6662a4863423738442dc6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 6 04:03:57 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1cfdd3a8..7e5750312 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@
 
 - Validate failure in CI 
[\#3591](https://github.com/apache/camel-k/issues/3591)
 - Add back beginner examples 
[\#3579](https://github.com/apache/camel-k/issues/3579)
+- 1.10.0 Release [\#3560](https://github.com/apache/camel-k/issues/3560)
+- CPU Spikes on Openshift with unusual operator behaviour 
[\#3441](https://github.com/apache/camel-k/issues/3441)
+- Release documentation: Review steps and make it a bit more complete for new 
release manager [\#2931](https://github.com/apache/camel-k/issues/2931)
 
 ## [v1.10.0](https://github.com/apache/camel-k/tree/v1.10.0) (2022-08-31)
 



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

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

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


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

commit 62b21d4294277aaf7be13ae5c3170f2044c62a2a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 6 03:56:05 2022 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 8 
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a0a8c51..7423e5a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-k-runtime/tree/HEAD)
+
+[Full 
Changelog](https://github.com/apache/camel-k-runtime/compare/camel-k-runtime-project-1.14.0...HEAD)
+
+**Merged pull requests:**
+
+- build\(deps\): bump jackson-version from 2.13.3 to 2.13.4 
[\#884](https://github.com/apache/camel-k-runtime/pull/884) 
([dependabot[bot]](https://github.com/apps/dependabot))
+
 ## 
[camel-k-runtime-project-1.14.0](https://github.com/apache/camel-k-runtime/tree/camel-k-runtime-project-1.14.0)
 (2022-08-30)
 
 [Full 
Changelog](https://github.com/apache/camel-k-runtime/compare/camel-k-runtime-project-1.13.0...camel-k-runtime-project-1.14.0)



[GitHub] [camel-k] tadayosi commented on pull request #3599: feat(cli): Add a config command to manage the default settings

2022-09-05 Thread GitBox


tadayosi commented on PR #3599:
URL: https://github.com/apache/camel-k/pull/3599#issuecomment-1237627059

   For E2E, this place should be ideal to put some `config_test.go`:
   https://github.com/apache/camel-k/tree/main/e2e/namespace/install/cli


-- 
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] github-actions[bot] closed issue #2931: Release documentation: Review steps and make it a bit more complete for new release manager

2022-09-05 Thread GitBox


github-actions[bot] closed issue #2931: Release documentation: Review steps and 
make it a bit more complete for new release manager
URL: https://github.com/apache/camel-k/issues/2931


-- 
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] github-actions[bot] commented on issue #3339: Configure Maven builds based on CPU quota

2022-09-05 Thread GitBox


github-actions[bot] commented on issue #3339:
URL: https://github.com/apache/camel-k/issues/3339#issuecomment-1237542316

   This issue has been automatically marked as stale due to 90 days of 
inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply 
write any comment.
   Thanks for your contributions!


-- 
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] github-actions[bot] commented on issue #3340: Configure parallel container image layers push based on CPU quota

2022-09-05 Thread GitBox


github-actions[bot] commented on issue #3340:
URL: https://github.com/apache/camel-k/issues/3340#issuecomment-1237542306

   This issue has been automatically marked as stale due to 90 days of 
inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply 
write any comment.
   Thanks for your contributions!


-- 
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] ppalaga commented on pull request #8280: Minor mojo improvements

2022-09-05 Thread GitBox


ppalaga commented on PR #8280:
URL: https://github.com/apache/camel/pull/8280#issuecomment-1237446528

   d9778a3 should fix the checkstyle failure


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

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

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



[camel-quarkus] branch main updated: Testing guide confusing about CamelTestSupport #4068

2022-09-05 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new c156d23949 Testing guide confusing about CamelTestSupport #4068
c156d23949 is described below

commit c156d23949c129934151440991c555e374af1ae7
Author: Peter Palaga 
AuthorDate: Mon Sep 5 15:27:05 2022 +0200

Testing guide confusing about CamelTestSupport #4068
---
 docs/modules/ROOT/pages/user-guide/testing.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/testing.adoc 
b/docs/modules/ROOT/pages/user-guide/testing.adoc
index bb4efcc509..b2a47920e7 100644
--- a/docs/modules/ROOT/pages/user-guide/testing.adoc
+++ b/docs/modules/ROOT/pages/user-guide/testing.adoc
@@ -6,7 +6,8 @@ Before going deeper in the subject, it is strongly advised to 
read xref:user-gui
 
 When it comes to testing a route in the context of Quarkus, the paved road is 
to write local integration tests.
 This has the advantage of covering both JVM and native mode.
-The flip side is that the standard Camel testing approach with `camel-test` 
and `CamelTestSupport` is not supported.
+
+The xref:#_cameltestsupport_style_of_testing[`CamelTestSupport` approach] can 
be used since Camel Quarkus 2.12.0. Note that it can only work in JVM mode.
 
 Let's enumerate some points of interest below.
 



[GitHub] [camel-quarkus] ppalaga merged pull request #4072: Testing guide confusing about CamelTestSupport

2022-09-05 Thread GitBox


ppalaga merged PR #4072:
URL: https://github.com/apache/camel-quarkus/pull/4072


-- 
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] ppalaga closed issue #4068: Testing guide confusing about CamelTestSupport

2022-09-05 Thread GitBox


ppalaga closed issue #4068: Testing guide confusing about CamelTestSupport
URL: https://github.com/apache/camel-quarkus/issues/4068


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

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

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



[camel-k-runtime] branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.19.0 created (now f89a6b67)

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

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.19.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at f89a6b67 build(deps): bump maven-pmd-plugin from 3.18.0 to 3.19.0

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #885: build(deps): bump maven-pmd-plugin from 3.18.0 to 3.19.0

2022-09-05 Thread GitBox


dependabot[bot] opened a new pull request, #885:
URL: https://github.com/apache/camel-k-runtime/pull/885

   Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 
3.18.0 to 3.19.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-pmd-plugin/releases;>maven-pmd-plugin's 
releases.
   
   3.19.0
   
    Bug Fixes
   
   https://issues.apache.org/jira/browse/MPMD-353;>[MPMD-353] 
- API incompatibility with jansi after upgrading m-shared-… (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/91;>#91)
 https://github.com/adangel;>@​adangel
   
    Dependency updates
   
   Bump animal-sniffer-maven-plugin from 1.21 to 1.22 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/88;>#88)
 https://github.com/dependabot;>@​dependabot
   Bump wiremock from 1.49 to 2.27.2 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/57;>#57)
 https://github.com/dependabot;>@​dependabot
   https://issues.apache.org/jira/browse/MPMD-354;>[MPMD-354] 
- Upgrade to PMD 6.49.0 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/92;>#92)
 https://github.com/adangel;>@​adangel
   Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/86;>#86)
 https://github.com/dependabot;>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/apache/maven-pmd-plugin/commit/7033e9d80f30ac57699aa913b0adb0aa31c381a2;>7033e9d
 [maven-release-plugin] prepare release maven-pmd-plugin-3.19.0
   https://github.com/apache/maven-pmd-plugin/commit/0781fc8182c24f313d94aa078e53a7e4289200bb;>0781fc8
 (doc) Update release notes [skip ci]
   https://github.com/apache/maven-pmd-plugin/commit/d9be919d0ec44b8c9c6f40acf76a888a99a35489;>d9be919
 (doc) Update releasenotes.md
   https://github.com/apache/maven-pmd-plugin/commit/e8b49f4a4b9b62e8addd2bdd6bf85fc7b6957161;>e8b49f4
 Bump animal-sniffer-maven-plugin from 1.21 to 1.22 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/88;>#88)
   https://github.com/apache/maven-pmd-plugin/commit/68b7ed94fe6580ce647501226eeddf6fd23a9c99;>68b7ed9
 Bump wiremock from 1.49 to 2.27.2 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/57;>#57)
   https://github.com/apache/maven-pmd-plugin/commit/ebd3579da3099ab558e4414029ae2149eebc4178;>ebd3579
 [MPMD-354] - Upgrade to PMD 6.49.0 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/92;>#92)
   https://github.com/apache/maven-pmd-plugin/commit/7b4c330399faa65b8800b6a3dfd9d60a661178b8;>7b4c330
 [MPMD-353] - API incompatibility with jansi after upgrading m-shared-utils (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/91;>#91)
   https://github.com/apache/maven-pmd-plugin/commit/1d7a2fbff87b5f4b85a134d3c5ed9fed7bf3ad38;>1d7a2fb
 Set next dev version to 3.19.0-SNAPSHOT
   https://github.com/apache/maven-pmd-plugin/commit/584ac6dadab23e1c08399d9a6a89b5b0de7b3726;>584ac6d
 Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (https://github-redirect.dependabot.com/apache/maven-pmd-plugin/issues/86;>#86)
   https://github.com/apache/maven-pmd-plugin/commit/b55fb9a215ce37f47729e4aec92c813a3d597bf2;>b55fb9a
 (doc) Update releasenotes.md
   Additional commits viewable in https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-pmd-plugin=maven=3.18.0=3.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will 

[camel-k-runtime] branch main updated: build(deps): bump jackson-version from 2.13.3 to 2.13.4

2022-09-05 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-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
 new 82bfefe4 build(deps): bump jackson-version from 2.13.3 to 2.13.4
82bfefe4 is described below

commit 82bfefe49413716a7ff0c40a5297c9af22924137
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 19:02:40 2022 +

build(deps): bump jackson-version from 2.13.3 to 2.13.4

Bumps `jackson-version` from 2.13.3 to 2.13.4.

Updates `jackson-databind` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-annotations` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.3...jackson-core-2.13.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 support/camel-k-maven-logging/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-maven-logging/pom.xml 
b/support/camel-k-maven-logging/pom.xml
index 78550606..a132e6a8 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -32,7 +32,7 @@
   
   1.2.11
   7.2
-  2.13.3
+  2.13.4
 
 
 



[GitHub] [camel-k-runtime] oscerd merged pull request #884: build(deps): bump jackson-version from 2.13.3 to 2.13.4

2022-09-05 Thread GitBox


oscerd merged PR #884:
URL: https://github.com/apache/camel-k-runtime/pull/884


-- 
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-16642: camel-salesforce: Detect SObject type (#8275)

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

jeremyross 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 c2b6f494f6a CAMEL-16642: camel-salesforce: Detect SObject type (#8275)
c2b6f494f6a is described below

commit c2b6f494f6a89ec7ab85925ea735f570a12a64b2
Author: Jeremy Ross 
AuthorDate: Mon Sep 5 14:25:07 2022 -0500

CAMEL-16642: camel-salesforce: Detect SObject type (#8275)

CAMEL-16642: camel-salesforce: Detect SObject type

Sniff the response to detect SObject type.
Implemented for query* and apexcall operations.
---
 .../src/main/docs/salesforce-component.adoc| 32 +
 .../salesforce/api/SalesforceException.java|  4 +++
 .../internal/processor/AbstractRestProcessor.java  | 32 +
 .../processor/AbstractSalesforceProcessor.java | 27 ++
 .../CompositeSObjectCollectionsProcessor.java  |  2 +-
 .../internal/processor/JsonRestProcessor.java  | 33 +-
 .../salesforce/RestApiIntegrationTest.java | 32 +++--
 7 files changed, 129 insertions(+), 33 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index fbb608cb786..7b7e6961839 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -522,15 +522,16 @@ Deletes a record in salesforce by External ID.
 
 `query`
 
-Runs a Salesforce SOQL query.
+Runs a Salesforce SOQL query. If neither `sObjectClass` nor `sObjectName` are 
set, Camel will attempt to determine
+the correct `AbstractQueryRecordsBase` sublcass based on the response.
 
 |===
 | Parameter | Type | Description | Default | Required
 
 | Body or `sObjectQuery` | `String`  | SOQL query | | x
 | streamQueryResult | `Boolean` | If true, returns a streaming `Iterator` and 
transparently retrieves all pages as needed. The `sObjectClass` option must 
reference an `AbstractQueryRecordsBase` subclass. | false |
-| `sObjectClass` | `String` | Fully qualified name of class to deserialize 
response to. Usually a subclass of `AbstractQueryRecordsBase`, e.g. 
`org.my.dto.QueryRecordsAccount`| | One of sObjectClass or sObjectName is 
required
-| `sObjectName` | `String` | Simple name of class to deserialize response to. 
Usually a subclass of `AbstractQueryRecordsBase`, e.g. `QueryRecordsAccount`. 
Requires the `package` option be set.| |One of sObjectClass or sObjectName is 
required
+| `sObjectClass` | `String` | Fully qualified name of class to deserialize 
response to. Usually a subclass of `AbstractQueryRecordsBase`, e.g. 
`org.my.dto.QueryRecordsAccount`| |
+| `sObjectName` | `String` | Simple name of class to deserialize response to. 
Usually a subclass of `AbstractQueryRecordsBase`, e.g. `QueryRecordsAccount`. 
Requires the `package` option be set.| |
 |===
 
 *Output*
@@ -542,14 +543,16 @@ Type: Instance of class supplied in `sObjectClass`, or 
`Iterator` i
 
 `queryMore`
 
-Retrieves more results (in case of large number of results) using result link 
returned from the `query` and `queryAll` operations.
+Retrieves more results (in case of large number of results) using result link 
returned from the `query` and `queryAll`
+operations. If neither `sObjectClass` nor `sObjectName` are set, Camel will 
attempt to determine the correct
+`AbstractQueryRecordsBase` sublcass based on the response.
 
 |===
 | Parameter | Type | Description | Default | Required
 
 | Body or `sObjectQuery` | `String`  | `nextRecords` value. Can be found in a 
prior query result in the `AbstractQueryRecordsBase.nextRecordsUrl` property | 
| X
-| `sObjectClass` | `String` | Fully qualified name of class to deserialize 
response to. Usually a subclass of `AbstractQueryRecordsBase`, e.g. 
`org.my.dto.QueryRecordsAccount`| |One of sObjectClass or sObjectName is 
required
-| `sObjectName` | `String` | Simple name of class to deserialize response to. 
Usually a subclass of `AbstractQueryRecordsBase`, e.g. `QueryRecordsAccount`. 
Requires the `package` option be set. | |One of sObjectClass or sObjectName is 
required
+| `sObjectClass` | `String` | Fully qualified name of class to deserialize 
response to. Usually a subclass of `AbstractQueryRecordsBase`, e.g. 
`org.my.dto.QueryRecordsAccount`| |
+| `sObjectName` | `String` | Simple name of class to deserialize response to. 
Usually a subclass of `AbstractQueryRecordsBase`, e.g. `QueryRecordsAccount`. 
Requires the `package` option be set. | |
 
 |===
 
@@ -562,15 +565,18 @@ Type: Instance of class supplied in `sObjectClass`
 
 `queryAll`
 
-Executes the specified SOQL query. Unlike 

[GitHub] [camel] jeremyross merged pull request #8275: CAMEL-16642: camel-salesforce: Detect SObject type

2022-09-05 Thread GitBox


jeremyross merged PR #8275:
URL: https://github.com/apache/camel/pull/8275


-- 
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] github-actions[bot] commented on pull request #8275: CAMEL-16642: camel-salesforce: Detect SObject type

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8275:
URL: https://github.com/apache/camel/pull/8275#issuecomment-1237397338

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **3 component(s) tested**


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

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

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



[camel-k-runtime] branch dependabot/maven/jackson-version-2.13.4 created (now 3e235585)

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

github-bot pushed a change to branch dependabot/maven/jackson-version-2.13.4
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at 3e235585 build(deps): bump jackson-version from 2.13.3 to 2.13.4

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #884: build(deps): bump jackson-version from 2.13.3 to 2.13.4

2022-09-05 Thread GitBox


dependabot[bot] opened a new pull request, #884:
URL: https://github.com/apache/camel-k-runtime/pull/884

   Bumps `jackson-version` from 2.13.3 to 2.13.4.
   Updates `jackson-databind` from 2.13.3 to 2.13.4
   
   Commits
   
   See full diff in https://github.com/FasterXML/jackson/commits;>compare view
   
   
   
   
   Updates `jackson-annotations` from 2.13.3 to 2.13.4
   
   Commits
   
   See full diff in https://github.com/FasterXML/jackson/commits;>compare view
   
   
   
   
   Updates `jackson-core` from 2.13.3 to 2.13.4
   
   Commits
   
   https://github.com/FasterXML/jackson-core/commit/e9598e5ec7c8ff2b87efecf274fb3ffe154cce4d;>e9598e5
 [maven-release-plugin] prepare release jackson-core-2.13.4
   https://github.com/FasterXML/jackson-core/commit/3dfa1a6eabc7ec2a278d8238adb171cd6ee3e5b3;>3dfa1a6
 Prepare for 2.13.4 release
   https://github.com/FasterXML/jackson-core/commit/7c0b6b67c43362c8855251c0df7233698e4d6f9f;>7c0b6b6
 Enable Dependabot for Github actions
   https://github.com/FasterXML/jackson-core/commit/1d577a44ceb487ac3786e6644b1acd9853faa271;>1d577a4
 Add SECURITY.md (copied from jackson-databind)
   https://github.com/FasterXML/jackson-core/commit/7e64617839be29c5c1f350ddeffb789fd10013ab;>7e64617
 Sync 2.13 branch workflow action from 2.14
   https://github.com/FasterXML/jackson-core/commit/80d47767966cc0cd1605aed55e254a699a7d16ef;>80d4776
 Negative number issue (2.13 branch - tests only) (https://github-redirect.dependabot.com/FasterXML/jackson-core/issues/781;>#781)
   https://github.com/FasterXML/jackson-core/commit/7f640925c191b5ec04adf7a1d733a8b31847d5e5;>7f64092
 Merge branch '2.12' into 2.13
   https://github.com/FasterXML/jackson-core/commit/93e18c6e2fc06ebd0bb9a74c4db462662f09db20;>93e18c6
 [maven-release-plugin] prepare for next development iteration
   https://github.com/FasterXML/jackson-core/commit/e11142ebb162884aa948fc1f5947b87ebcea0e4e;>e11142e
 [maven-release-plugin] prepare release jackson-core-2.12.7
   https://github.com/FasterXML/jackson-core/commit/c8eec468c026d8bc9a6002e30be36458f0502e91;>c8eec46
 Prepare for 2.12.7 release
   Additional commits viewable in https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.3...jackson-core-2.13.4;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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-kameleon] davsclaus opened a new issue, #36: Upgrade to Camel 3.18.2

2022-09-05 Thread GitBox


davsclaus opened a new issue, #36:
URL: https://github.com/apache/camel-kameleon/issues/36

   A new release is on the way


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

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

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



[GitHub] [camel-kameleon] davsclaus closed issue #35: Upgrade to Kamelets 0.9.0

2022-09-05 Thread GitBox


davsclaus closed issue #35: Upgrade to Kamelets 0.9.0
URL: https://github.com/apache/camel-kameleon/issues/35


-- 
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-kameleon] branch main updated: #35: upgrade to kamelets 0.9.0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 2cf607c  #35: upgrade to kamelets 0.9.0
2cf607c is described below

commit 2cf607cd70ba5391ea13859825cfcf6664a85553
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:52:50 2022 +0200

#35: upgrade to kamelets 0.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a182f73..ca59a7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@ under the License.
 3.0.0-M5
 2.12.0
 3.18.1
-0.8.1
+0.9.0
 3.8.5
 
 



[GitHub] [camel] github-actions[bot] commented on pull request #8275: CAMEL-16642: camel-salesforce: Detect SObject type

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8275:
URL: https://github.com/apache/camel/pull/8275#issuecomment-1237389480

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **3 component(s) tested**


-- 
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 f889a52dc12a739c09b8024420954b991cda2342 (#8287)

2022-09-05 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 b1973dad274 Regen for commit f889a52dc12a739c09b8024420954b991cda2342 
(#8287)
b1973dad274 is described below

commit b1973dad27467cd24f287e0c95f2566f5c01d67a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 20:48:53 2022 +0200

Regen for commit f889a52dc12a739c09b8024420954b991cda2342 (#8287)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 2 ++
 .../apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java | 3 +++
 2 files changed, 5 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 866d1e611e9..23190caffdd 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -4053,6 +4053,7 @@ public class StaticEndpointBuilders {
  * @param path name
  * @return the dsl builder
  */
+@Deprecated
 public static 
org.apache.camel.builder.endpoint.dsl.DozerEndpointBuilderFactory.DozerEndpointBuilder
 dozer(
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.DozerEndpointBuilderFactory.endpointBuilder("dozer",
 path);
@@ -4075,6 +4076,7 @@ public class StaticEndpointBuilders {
  * @param path name
  * @return the dsl builder
  */
+@Deprecated
 public static 
org.apache.camel.builder.endpoint.dsl.DozerEndpointBuilderFactory.DozerEndpointBuilder
 dozer(
 String componentName,
 String path) {
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java
index f1c0d896a55..9dcfc6139ed 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java
@@ -240,6 +240,7 @@ public interface DozerEndpointBuilderFactory {
  * @param path name
  * @return the dsl builder
  */
+@Deprecated
 default DozerEndpointBuilder dozer(String path) {
 return DozerEndpointBuilderFactory.endpointBuilder("dozer", path);
 }
@@ -261,10 +262,12 @@ public interface DozerEndpointBuilderFactory {
  * @param path name
  * @return the dsl builder
  */
+@Deprecated
 default DozerEndpointBuilder dozer(String componentName, String path) {
 return DozerEndpointBuilderFactory.endpointBuilder(componentName, 
path);
 }
 }
+@Deprecated
 static DozerEndpointBuilder endpointBuilder(
 String componentName,
 String path) {



[GitHub] [camel] davsclaus merged pull request #8287: Generated sources regen

2022-09-05 Thread GitBox


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


-- 
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-17586: camel-mail - Add option to either warn or exception on duplicate file attachments. Thanks to Manuel Shenavai for unit test.

2022-09-05 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 bf26c4e561b CAMEL-17586: camel-mail - Add option to either warn or 
exception on duplicate file attachments. Thanks to Manuel Shenavai for unit 
test.
bf26c4e561b is described below

commit bf26c4e561b2be3646821cb0a465dbd0b3944824
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:47:23 2022 +0200

CAMEL-17586: camel-mail - Add option to either warn or exception on 
duplicate file attachments. Thanks to Manuel Shenavai for unit test.
---
 .../component/mail/MailComponentConfigurer.java|  6 ++
 .../component/mail/MailEndpointConfigurer.java |  6 ++
 .../component/mail/MailEndpointUriFactory.java |  3 +-
 .../org/apache/camel/component/mail/imap.json  |  2 +
 .../org/apache/camel/component/mail/imaps.json |  2 +
 .../org/apache/camel/component/mail/pop3.json  |  2 +
 .../org/apache/camel/component/mail/pop3s.json |  2 +
 .../org/apache/camel/component/mail/smtp.json  |  2 +
 .../org/apache/camel/component/mail/smtps.json |  2 +
 .../apache/camel/component/mail/MailBinding.java   | 34 +++-
 .../camel/component/mail/MailConfiguration.java| 15 
 .../apache/camel/component/mail/MailEndpoint.java  |  3 +-
 ...MailBindingAttachmentDuplicateFileNameTest.java | 98 ++
 13 files changed, 173 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailComponentConfigurer.java
 
b/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailComponentConfigurer.java
index fdbef1121b3..9fb5fb10496 100644
--- 
a/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailComponentConfigurer.java
+++ 
b/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailComponentConfigurer.java
@@ -58,6 +58,8 @@ public class MailComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "decodeFilename": 
getOrCreateConfiguration(target).setDecodeFilename(property(camelContext, 
boolean.class, value)); return true;
 case "delete": 
getOrCreateConfiguration(target).setDelete(property(camelContext, 
boolean.class, value)); return true;
 case "disconnect": 
getOrCreateConfiguration(target).setDisconnect(property(camelContext, 
boolean.class, value)); return true;
+case "failonduplicatefileattachment":
+case "failOnDuplicateFileAttachment": 
getOrCreateConfiguration(target).setFailOnDuplicateFileAttachment(property(camelContext,
 boolean.class, value)); return true;
 case "fetchsize":
 case "fetchSize": 
getOrCreateConfiguration(target).setFetchSize(property(camelContext, int.class, 
value)); return true;
 case "foldername":
@@ -137,6 +139,8 @@ public class MailComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "decodeFilename": return boolean.class;
 case "delete": return boolean.class;
 case "disconnect": return boolean.class;
+case "failonduplicatefileattachment":
+case "failOnDuplicateFileAttachment": return boolean.class;
 case "fetchsize":
 case "fetchSize": return int.class;
 case "foldername":
@@ -217,6 +221,8 @@ public class MailComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "decodeFilename": return 
getOrCreateConfiguration(target).isDecodeFilename();
 case "delete": return getOrCreateConfiguration(target).isDelete();
 case "disconnect": return 
getOrCreateConfiguration(target).isDisconnect();
+case "failonduplicatefileattachment":
+case "failOnDuplicateFileAttachment": return 
getOrCreateConfiguration(target).isFailOnDuplicateFileAttachment();
 case "fetchsize":
 case "fetchSize": return 
getOrCreateConfiguration(target).getFetchSize();
 case "foldername":
diff --git 
a/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailEndpointConfigurer.java
 
b/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailEndpointConfigurer.java
index b47422ecc24..eece4ac83c6 100644
--- 
a/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailEndpointConfigurer.java
+++ 
b/components/camel-mail/src/generated/java/org/apache/camel/component/mail/MailEndpointConfigurer.java
@@ -60,6 +60,8 @@ public class MailEndpointConfigurer extends 
PropertyConfigurerSupport implements
 case "exceptionHandler": 
target.setExceptionHandler(property(camelContext, 
org.apache.camel.spi.ExceptionHandler.class, value)); return true;
 case "exchangepattern":
 case "exchangePattern": 
target.setExchangePattern(property(camelContext, 
org.apache.camel.ExchangePattern.class, value)); return true;
+case 

[camel] branch regen_bot updated (5bd0ccf74f0 -> a8fbe311e92)

2022-09-05 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 5bd0ccf74f0 Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1
 add f889a52dc12 Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 
(#8285)
 add a8fbe311e92 Regen for commit f889a52dc12a739c09b8024420954b991cda2342

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   (5bd0ccf74f0)
\
 N -- N -- N   refs/heads/regen_bot (a8fbe311e92)

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:
 .../java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 2 ++
 .../apache/camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java | 3 +++
 2 files changed, 5 insertions(+)



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

2022-09-05 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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] 02/02: CAMEL-18461: camel-ahc-ws - Should mask sensitive url that contains api_key in logs

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

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

commit c77903146607606651c7df94997fe61d101e986e
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:29:58 2022 +0200

CAMEL-18461: camel-ahc-ws - Should mask sensitive url that contains api_key 
in logs
---
 .../org/apache/camel/component/ahc/ws/WsEndpoint.java | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
 
b/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
index 1f6bb579ca6..5f297acce29 100644
--- 
a/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
+++ 
b/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
@@ -28,6 +28,8 @@ import org.apache.camel.component.ahc.AhcEndpoint;
 import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.util.SensitiveUtils;
+import org.apache.camel.util.URISupport;
 import org.asynchttpclient.AsyncHttpClient;
 import org.asynchttpclient.AsyncHttpClientConfig;
 import org.asynchttpclient.DefaultAsyncHttpClient;
@@ -52,6 +54,7 @@ public class WsEndpoint extends AhcEndpoint {
 private final Set consumers = new HashSet<>();
 private final WsListener listener = new WsListener();
 private transient WebSocket websocket;
+private transient String sanitizedUri;
 
 @UriParam(label = "producer")
 private boolean useStreaming;
@@ -62,6 +65,15 @@ public class WsEndpoint extends AhcEndpoint {
 super(endpointUri, component, null);
 }
 
+@Override
+protected void doStart() throws Exception {
+super.doStart();
+
+if (getHttpUri() != null) {
+sanitizedUri = 
URISupport.sanitizeUri(getHttpUri().toASCIIString());
+}
+}
+
 @Override
 public WsComponent getComponent() {
 return (WsComponent) super.getComponent();
@@ -128,7 +140,7 @@ public class WsEndpoint extends AhcEndpoint {
 public void connect() throws ExecutionException, InterruptedException {
 String uri = getHttpUri().toASCIIString();
 
-LOG.debug("Connecting to {}", uri);
+LOG.debug("Connecting to {}", sanitizedUri);
 websocket = getClient().prepareGet(uri).execute(
 new WebSocketUpgradeHandler.Builder()
 .addWebSocketListener(listener).build())
@@ -139,7 +151,7 @@ public class WsEndpoint extends AhcEndpoint {
 protected void doStop() throws Exception {
 if (websocket != null && websocket.isOpen()) {
 if (LOG.isDebugEnabled()) {
-LOG.debug("Disconnecting from {}", 
getHttpUri().toASCIIString());
+LOG.debug("Disconnecting from {}", sanitizedUri);
 }
 websocket.removeWebSocketListener(listener);
 websocket.sendCloseFrame();
@@ -159,8 +171,7 @@ public class WsEndpoint extends AhcEndpoint {
 
 void reConnect() throws ExecutionException, InterruptedException {
 if (websocket == null || !websocket.isOpen()) {
-String uri = getHttpUri().toASCIIString();
-LOG.info("Reconnecting websocket: {}", uri);
+LOG.info("Reconnecting websocket: {}", sanitizedUri);
 connect();
 }
 }



[camel] branch camel-3.18.x updated (6408d9f3ba6 -> c7790314660)

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

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


from 6408d9f3ba6 CAMEL-18239: [DOCS] Bean components - missing examples
 new 4fa7d8032c9 CAMEL-18461: camel-core - Add api_key as a known secret 
parameter
 new c7790314660 CAMEL-18461: camel-ahc-ws - Should mask sensitive url that 
contains api_key in logs

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:
 .../org/apache/camel/component/ahc/ws/WsEndpoint.java | 19 +++
 .../java/org/apache/camel/util/SensitiveUtils.java|  6 +-
 .../camel/maven/packaging/UpdateSensitizeHelper.java  |  2 +-
 3 files changed, 21 insertions(+), 6 deletions(-)



[camel] 01/02: CAMEL-18461: camel-core - Add api_key as a known secret parameter

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

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

commit 4fa7d8032c9d5153998cc6e660b97e5e3e5ae0f8
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:25:50 2022 +0200

CAMEL-18461: camel-core - Add api_key as a known secret parameter
---
 .../src/main/java/org/apache/camel/util/SensitiveUtils.java | 6 +-
 .../org/apache/camel/maven/packaging/UpdateSensitizeHelper.java | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 8e8953794d0..ddbe43e68a4 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -34,6 +34,8 @@ public final class SensitiveUtils {
 "accountkey",
 "accountsid",
 "acltoken",
+"api_key",
+"api_secret",
 "apipassword",
 "apiuser",
 "apiusername",
@@ -109,6 +111,8 @@ public final class SensitiveUtils {
 + "|\\Qaccountkey\\E"
 + "|\\Qaccountsid\\E"
 + "|\\Qacltoken\\E"
++ "|\\Qapi_key\\E"
++ "|\\Qapi_secret\\E"
 + "|\\Qapipassword\\E"
 + "|\\Qapiuser\\E"
 + "|\\Qapiusername\\E"
@@ -172,7 +176,7 @@ public final class SensitiveUtils {
 + "|\\Quserpassword\\E"
 + "|\\Qverificationcode\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
index 8948e10a3cd..799a8fb5dac 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
@@ -55,7 +55,7 @@ public class UpdateSensitizeHelper extends 
AbstractGeneratorMojo {
 
 // extra keys that are regarded as secret which may not yet been in any 
component
 // they MUST be in lowercase and without a dash
-private static final String[] EXTRA_KEYS = new String[] { "apipassword", 
"apiuser", "apiusername" };
+private static final String[] EXTRA_KEYS = new String[] { "apipassword", 
"apiuser", "apiusername", "api_key", "api_secret" };
 
 @Parameter(defaultValue = 
"${project.basedir}/src/generated/resources/org/apache/camel/catalog/")
 protected File jsonDir;



[camel] branch main updated: CAMEL-18461: camel-ahc-ws - Should mask sensitive url that contains api_key in logs

2022-09-05 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 42d143ea4f3 CAMEL-18461: camel-ahc-ws - Should mask sensitive url that 
contains api_key in logs
42d143ea4f3 is described below

commit 42d143ea4f34b186908ff33e56f8c11b4ca54d41
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:29:58 2022 +0200

CAMEL-18461: camel-ahc-ws - Should mask sensitive url that contains api_key 
in logs
---
 .../org/apache/camel/component/ahc/ws/WsEndpoint.java | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
 
b/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
index 1f6bb579ca6..5f297acce29 100644
--- 
a/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
+++ 
b/components/camel-ahc-ws/src/main/java/org/apache/camel/component/ahc/ws/WsEndpoint.java
@@ -28,6 +28,8 @@ import org.apache.camel.component.ahc.AhcEndpoint;
 import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.util.SensitiveUtils;
+import org.apache.camel.util.URISupport;
 import org.asynchttpclient.AsyncHttpClient;
 import org.asynchttpclient.AsyncHttpClientConfig;
 import org.asynchttpclient.DefaultAsyncHttpClient;
@@ -52,6 +54,7 @@ public class WsEndpoint extends AhcEndpoint {
 private final Set consumers = new HashSet<>();
 private final WsListener listener = new WsListener();
 private transient WebSocket websocket;
+private transient String sanitizedUri;
 
 @UriParam(label = "producer")
 private boolean useStreaming;
@@ -62,6 +65,15 @@ public class WsEndpoint extends AhcEndpoint {
 super(endpointUri, component, null);
 }
 
+@Override
+protected void doStart() throws Exception {
+super.doStart();
+
+if (getHttpUri() != null) {
+sanitizedUri = 
URISupport.sanitizeUri(getHttpUri().toASCIIString());
+}
+}
+
 @Override
 public WsComponent getComponent() {
 return (WsComponent) super.getComponent();
@@ -128,7 +140,7 @@ public class WsEndpoint extends AhcEndpoint {
 public void connect() throws ExecutionException, InterruptedException {
 String uri = getHttpUri().toASCIIString();
 
-LOG.debug("Connecting to {}", uri);
+LOG.debug("Connecting to {}", sanitizedUri);
 websocket = getClient().prepareGet(uri).execute(
 new WebSocketUpgradeHandler.Builder()
 .addWebSocketListener(listener).build())
@@ -139,7 +151,7 @@ public class WsEndpoint extends AhcEndpoint {
 protected void doStop() throws Exception {
 if (websocket != null && websocket.isOpen()) {
 if (LOG.isDebugEnabled()) {
-LOG.debug("Disconnecting from {}", 
getHttpUri().toASCIIString());
+LOG.debug("Disconnecting from {}", sanitizedUri);
 }
 websocket.removeWebSocketListener(listener);
 websocket.sendCloseFrame();
@@ -159,8 +171,7 @@ public class WsEndpoint extends AhcEndpoint {
 
 void reConnect() throws ExecutionException, InterruptedException {
 if (websocket == null || !websocket.isOpen()) {
-String uri = getHttpUri().toASCIIString();
-LOG.info("Reconnecting websocket: {}", uri);
+LOG.info("Reconnecting websocket: {}", sanitizedUri);
 connect();
 }
 }



[camel] branch main updated: CAMEL-18461: camel-core - Add api_key as a known secret parameter

2022-09-05 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 2723d4ef74a CAMEL-18461: camel-core - Add api_key as a known secret 
parameter
2723d4ef74a is described below

commit 2723d4ef74a8d2b56c58454e941ddf561ab04a5d
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:25:50 2022 +0200

CAMEL-18461: camel-core - Add api_key as a known secret parameter
---
 .../src/main/java/org/apache/camel/util/SensitiveUtils.java | 6 +-
 .../org/apache/camel/maven/packaging/UpdateSensitizeHelper.java | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 76ed7ba5c37..389b77c03f5 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -34,6 +34,8 @@ public final class SensitiveUtils {
 "accountkey",
 "accountsid",
 "acltoken",
+"api_key",
+"api_secret",
 "apipassword",
 "apiuser",
 "apiusername",
@@ -110,6 +112,8 @@ public final class SensitiveUtils {
 + "|\\Qaccountkey\\E"
 + "|\\Qaccountsid\\E"
 + "|\\Qacltoken\\E"
++ "|\\Qapi_key\\E"
++ "|\\Qapi_secret\\E"
 + "|\\Qapipassword\\E"
 + "|\\Qapiuser\\E"
 + "|\\Qapiusername\\E"
@@ -174,7 +178,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
index 8948e10a3cd..799a8fb5dac 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
@@ -55,7 +55,7 @@ public class UpdateSensitizeHelper extends 
AbstractGeneratorMojo {
 
 // extra keys that are regarded as secret which may not yet been in any 
component
 // they MUST be in lowercase and without a dash
-private static final String[] EXTRA_KEYS = new String[] { "apipassword", 
"apiuser", "apiusername" };
+private static final String[] EXTRA_KEYS = new String[] { "apipassword", 
"apiuser", "apiusername", "api_key", "api_secret" };
 
 @Parameter(defaultValue = 
"${project.basedir}/src/generated/resources/org/apache/camel/catalog/")
 protected File jsonDir;



[camel] branch main updated: CAMEL-18458: camel-core - Remove eager loading classes

2022-09-05 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 d89950bb8d8 CAMEL-18458: camel-core - Remove eager loading classes
d89950bb8d8 is described below

commit d89950bb8d82d82335afe985f6cf278eb8fdf3ca
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:22:47 2022 +0200

CAMEL-18458: camel-core - Remove eager loading classes
---
 core/camel-main/pom.xml|   7 -
 .../packaging/UpdateEagerClassloadedHelper.java| 148 -
 2 files changed, 155 deletions(-)

diff --git a/core/camel-main/pom.xml b/core/camel-main/pom.xml
index f83093b18eb..187fb6f7c78 100644
--- a/core/camel-main/pom.xml
+++ b/core/camel-main/pom.xml
@@ -151,13 +151,6 @@
 generate-configurer
 
 
-
-update-classloaded
-process-classes
-
-update-classloaded-helper
-
-
 
 generate-test-configurer
 process-test-classes
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateEagerClassloadedHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateEagerClassloadedHelper.java
deleted file mode 100644
index 2f0411ac571..000
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateEagerClassloadedHelper.java
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
- * 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.maven.packaging;
-
-import java.io.File;
-import java.nio.file.Path;
-import java.nio.file.Paths;
-import java.util.List;
-import java.util.Set;
-import java.util.StringJoiner;
-import java.util.TreeSet;
-
-import org.apache.camel.maven.packaging.generics.JandexStore;
-import org.apache.camel.tooling.util.PackageHelper;
-import org.apache.camel.tooling.util.Strings;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugins.annotations.Mojo;
-import org.apache.maven.plugins.annotations.Parameter;
-import org.jboss.jandex.AnnotationInstance;
-import org.jboss.jandex.AnnotationTarget;
-import org.jboss.jandex.ClassInfo;
-import org.jboss.jandex.DotName;
-import org.jboss.jandex.Index;
-
-import static org.apache.camel.tooling.util.PackageHelper.findCamelDirectory;
-
-/**
- * Updates the EagerClassloadedHelper.java with the class names to eager load 
when using camel-main.
- */
-@Mojo(name = "update-classloaded-helper", threadSafe = true)
-public class UpdateEagerClassloadedHelper extends AbstractGeneratorMojo {
-
-public static final DotName EAGER_CLASSLOADED = 
DotName.createSimple("org.apache.camel.spi.annotations.EagerClassloaded");
-
-private static final String[] MODULES = new String[] { 
"camel-base-engine", "camel-core-processor", "camel-support" };
-
-private static final String START_TOKEN = "// EAGER-CLASSLOADED: START";
-private static final String END_TOKEN = "// EAGER-CLASSLOADED: END";
-
-@Parameter(defaultValue = "${project.basedir}/")
-protected File baseDir;
-
-@Override
-public void execute() throws MojoExecutionException {
-File mainDir = findCamelDirectory(baseDir, "core/camel-main");
-if (mainDir == null) {
-getLog().debug("No core/camel-main folder found, skipping 
execution");
-return;
-}
-
-Set fqns = new TreeSet<>();
-// discover classes from a set of known core modules
-for (String p : MODULES) {
-File dir = findCamelDirectory(baseDir, "core/" + p);
-if (dir != null && dir.exists() && dir.isDirectory()) {
-Path output = Paths.get(dir.getAbsolutePath() + 
"/target/classes");
-discoverClasses(output, fqns);
-}
-}
-
-if (fqns.isEmpty()) {
-return;
-   

[camel] branch main updated: CAMEL-18239: [DOCS] Bean components - missing examples

2022-09-05 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 d731859a1d4 CAMEL-18239: [DOCS] Bean components - missing examples
d731859a1d4 is described below

commit d731859a1d40637b182b3ce0e1efc89bb7b57afd
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:18:11 2022 +0200

CAMEL-18239: [DOCS] Bean components - missing examples
---
 .../camel-bean/src/main/docs/bean-component.adoc   | 75 --
 1 file changed, 40 insertions(+), 35 deletions(-)

diff --git a/components/camel-bean/src/main/docs/bean-component.adoc 
b/components/camel-bean/src/main/docs/bean-component.adoc
index 3eeb3ffd195..cba63e81b25 100644
--- a/components/camel-bean/src/main/docs/bean-component.adoc
+++ b/components/camel-bean/src/main/docs/bean-component.adoc
@@ -42,51 +42,53 @@ include::partial$component-endpoint-options.adoc[]
 include::partial$component-endpoint-headers.adoc[]
 // component headers: END
 
-== Using
+== Examples
 
-The object instance that is used to consume messages must be explicitly
-registered with the Registry. For example, if you
-are using Spring you must define the bean in the Spring configuration XML file.
+A *bean:* endpoint cannot be defined as the input to the route; i.e. you
+cannot consume from it, you can only route from some inbound message
+Endpoint to the bean endpoint as output, such as the *direct* endpoint as 
input.
 
-You can also register beans manually via Camel's `Registry` with the `bind` 
method.
+Suppose you have the following POJO class to be used by Camel
 
-Once an endpoint has been registered, you can build Camel routes that
-use it to process exchanges.
+[source,java]
+
+package com.foo;
 
-A *bean:* endpoint cannot be defined as the input to the route; i.e. you
-cannot consume from it, you can only route from some inbound message
-Endpoint to the bean endpoint as output. So consider
-using a *direct:* or *queue:* endpoint as the input.
+public class MyBean {
+
+public String saySomething(String input) {
+return "Hello " + input;
+}
+}
+
 
-You can use the `createProxy()` methods on
-https://www.javadoc.io/doc/org.apache.camel/camel-bean/current/org/apache/camel/component/bean/ProxyHelper.html[ProxyHelper]
-to create a proxy that will generate exchanges and send them to any
-endpoint:
+Then the bean can be called in a Camel route by the fully qualified classname:
 
-And the same route using XML DSL:
+[source,java]
+
+from("direct:hello")
+   .to("bean:com.foo.MyBean");
+
+
+And in XML DSL:
 
 [source,xml]
 
 

-   
+   
 
 
 
-== Bean as endpoint
-
-Camel also supports invoking xref:bean-component.adoc[Bean] as an Endpoint. In 
the
-route below:
+What happens is that when the exchange is routed to the MyBean, then Camel
+will use the Bean Binding to invoke the bean, in this case the _saySomethinh_ 
method,
+by converting the `Exchange` in body to the `String`
+type and storing the output of the method back to the Exchange again.
 
-What happens is that when the exchange is routed to the `myBean` Camel
-will use the Bean Binding to invoke the bean. +
- The source for the bean is just a plain POJO:
+TIP: The bean component can also call a bean by _bean id_ by looking up the 
bean
+in the xref:manual::registry.adoc[Registry] instead of using the class name.
 
-Camel will use Bean Binding to invoke the
-`sayHello` method, by converting the Exchange's In body to the `String`
-type and storing the output of the method on the Exchange Out body.
-
-== Java DSL bean syntax
+== Java DSL specific bean syntax
 
 Java DSL comes with syntactic sugar for the xref:bean-component.adoc[Bean]
 component. Instead of specifying the bean explicitly as the endpoint
@@ -104,7 +106,7 @@ from("direct:start").bean("beanName", "methodName");
 ---
 
 Instead of passing name of the reference to the bean (so that Camel will
-lookup for it in the registry), you can specify the bean itself:
+lookup for it in the xref:manual::registry.adoc[Registry]), you can specify 
the bean itself:
 
 [source,java]
 ---
@@ -126,8 +128,9 @@ This bean could be a lambda if you cast the lambda to a 
`@FunctionalInterface`
 public interface ExampleInterface() {
 @Handler String methodName();
 }
-/* - - - - - - - - - - - */
-from("direct:start").bean((ExampleInterface) () -> ""))
+
+from("direct:start")
+.bean((ExampleInterface) () -> ""))
 ---
 
 == Bean Binding
@@ -135,9 +138,11 @@ from("direct:start").bean((ExampleInterface) () -> ""))
 How bean methods to be invoked are chosen (if they are not specified
 explicitly through the *method* parameter) and how parameter 

[camel] branch camel-3.18.x updated: CAMEL-18239: [DOCS] Bean components - missing examples

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new 6408d9f3ba6 CAMEL-18239: [DOCS] Bean components - missing examples
6408d9f3ba6 is described below

commit 6408d9f3ba6f5c2f77dbd19f6ffcd0a30c42ba9e
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 20:18:11 2022 +0200

CAMEL-18239: [DOCS] Bean components - missing examples
---
 .../camel-bean/src/main/docs/bean-component.adoc   | 75 --
 1 file changed, 40 insertions(+), 35 deletions(-)

diff --git a/components/camel-bean/src/main/docs/bean-component.adoc 
b/components/camel-bean/src/main/docs/bean-component.adoc
index 3eeb3ffd195..cba63e81b25 100644
--- a/components/camel-bean/src/main/docs/bean-component.adoc
+++ b/components/camel-bean/src/main/docs/bean-component.adoc
@@ -42,51 +42,53 @@ include::partial$component-endpoint-options.adoc[]
 include::partial$component-endpoint-headers.adoc[]
 // component headers: END
 
-== Using
+== Examples
 
-The object instance that is used to consume messages must be explicitly
-registered with the Registry. For example, if you
-are using Spring you must define the bean in the Spring configuration XML file.
+A *bean:* endpoint cannot be defined as the input to the route; i.e. you
+cannot consume from it, you can only route from some inbound message
+Endpoint to the bean endpoint as output, such as the *direct* endpoint as 
input.
 
-You can also register beans manually via Camel's `Registry` with the `bind` 
method.
+Suppose you have the following POJO class to be used by Camel
 
-Once an endpoint has been registered, you can build Camel routes that
-use it to process exchanges.
+[source,java]
+
+package com.foo;
 
-A *bean:* endpoint cannot be defined as the input to the route; i.e. you
-cannot consume from it, you can only route from some inbound message
-Endpoint to the bean endpoint as output. So consider
-using a *direct:* or *queue:* endpoint as the input.
+public class MyBean {
+
+public String saySomething(String input) {
+return "Hello " + input;
+}
+}
+
 
-You can use the `createProxy()` methods on
-https://www.javadoc.io/doc/org.apache.camel/camel-bean/current/org/apache/camel/component/bean/ProxyHelper.html[ProxyHelper]
-to create a proxy that will generate exchanges and send them to any
-endpoint:
+Then the bean can be called in a Camel route by the fully qualified classname:
 
-And the same route using XML DSL:
+[source,java]
+
+from("direct:hello")
+   .to("bean:com.foo.MyBean");
+
+
+And in XML DSL:
 
 [source,xml]
 
 

-   
+   
 
 
 
-== Bean as endpoint
-
-Camel also supports invoking xref:bean-component.adoc[Bean] as an Endpoint. In 
the
-route below:
+What happens is that when the exchange is routed to the MyBean, then Camel
+will use the Bean Binding to invoke the bean, in this case the _saySomethinh_ 
method,
+by converting the `Exchange` in body to the `String`
+type and storing the output of the method back to the Exchange again.
 
-What happens is that when the exchange is routed to the `myBean` Camel
-will use the Bean Binding to invoke the bean. +
- The source for the bean is just a plain POJO:
+TIP: The bean component can also call a bean by _bean id_ by looking up the 
bean
+in the xref:manual::registry.adoc[Registry] instead of using the class name.
 
-Camel will use Bean Binding to invoke the
-`sayHello` method, by converting the Exchange's In body to the `String`
-type and storing the output of the method on the Exchange Out body.
-
-== Java DSL bean syntax
+== Java DSL specific bean syntax
 
 Java DSL comes with syntactic sugar for the xref:bean-component.adoc[Bean]
 component. Instead of specifying the bean explicitly as the endpoint
@@ -104,7 +106,7 @@ from("direct:start").bean("beanName", "methodName");
 ---
 
 Instead of passing name of the reference to the bean (so that Camel will
-lookup for it in the registry), you can specify the bean itself:
+lookup for it in the xref:manual::registry.adoc[Registry]), you can specify 
the bean itself:
 
 [source,java]
 ---
@@ -126,8 +128,9 @@ This bean could be a lambda if you cast the lambda to a 
`@FunctionalInterface`
 public interface ExampleInterface() {
 @Handler String methodName();
 }
-/* - - - - - - - - - - - */
-from("direct:start").bean((ExampleInterface) () -> ""))
+
+from("direct:start")
+.bean((ExampleInterface) () -> ""))
 ---
 
 == Bean Binding
@@ -135,9 +138,11 @@ from("direct:start").bean((ExampleInterface) () -> ""))
 How bean methods to be invoked are chosen (if they are not specified
 explicitly through the *method* parameter) 

[camel] branch main updated: Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 (#8285)

2022-09-05 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 f889a52dc12 Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 
(#8285)
f889a52dc12 is described below

commit f889a52dc12a739c09b8024420954b991cda2342
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 19:56:17 2022 +0200

Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 (#8285)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../org/apache/camel/catalog/components/dozer.json |  2 +-
 .../camel/component/kafka/KafkaConfiguration.java  | 18 
 .../dsl/KafkaComponentBuilderFactory.java  | 23 +-
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 50 --
 4 files changed, 50 insertions(+), 43 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
index 71d05425b04..41b5588c78c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
index e1544b54008..7554e28d0bf 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
@@ -1016,8 +1016,8 @@ public class KafkaConfiguration implements Cloneable, 
HeaderFilterStrategyAware
  * A list of rules for mapping from principal names to short names 
(typically operating system usernames). The rules
  * are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any
  * later rules in the list are ignored. By default, principal names of the 
form {username}/{hostname}@{REALM} are
- * mapped to {username}. For more details on the format please see the 
security authorization and acls
- * documentation (at the Apache Kafka project).
+ * mapped to {username}. For more details on the format please see the 
security authorization and acls documentation
+ * (at the Apache Kafka project).
  * 
  * Multiple values can be separated by comma
  */
@@ -1381,14 +1381,12 @@ public class KafkaConfiguration implements Cloneable, 
HeaderFilterStrategyAware
 }
 
 /**
- * The configuration controls how long the KafkaProducer's send(), 
partitionsFor(),
- * initTransactions(), sendOffsetsToTransaction(), commitTransaction()
- * and abortTransaction() methods will block.
- * For send() this timeout bounds the total time waiting for both metadata 
fetch and buffer allocation
- * (blocking in the user-supplied serializers or partitioner is not 
counted against this timeout).
- * For partitionsFor() this timeout bounds the time spent waiting for 
metadata if it is unavailable.
- * The transaction-related methods always block, but may timeout if
- * the transaction coordinator could not be discovered or did not respond 
within the timeout.
+ * The configuration controls how long the KafkaProducer's send(), 
partitionsFor(), initTransactions(),
+ * sendOffsetsToTransaction(), commitTransaction() and abortTransaction() 
methods will block. For send() this
+ * timeout bounds the total time waiting for both metadata fetch and 
buffer allocation (blocking in the
+ * user-supplied serializers or partitioner is not counted against this 
timeout). For partitionsFor() this timeout
+ * bounds the time spent waiting for metadata if it is unavailable. The 
transaction-related methods always block,
+ * but may timeout if the transaction coordinator could not be discovered 
or did not respond within the timeout.
  */
 public void setMaxBlockMs(Integer maxBlockMs) {
 this.maxBlockMs = maxBlockMs;
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
index 

[GitHub] [camel] davsclaus merged pull request #8285: Generated sources regen

2022-09-05 Thread GitBox


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


-- 
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 (9be200b0608 -> 5bd0ccf74f0)

2022-09-05 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 9be200b0608 Regen for commit b2cd1118f9660df946b94aac2a90c777468087b2
 add 11cb442afb4 CAMEL-18243: [DOCS] Kafka component - multiple options 
need updates
 add 123a1b06946 Regen
 add 5bd0ccf74f0 Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1

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   (9be200b0608)
\
 N -- N -- N   refs/heads/regen_bot (5bd0ccf74f0)

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/catalog/components/kafka.json | 12 +++---
 .../org/apache/camel/component/kafka/kafka.json| 12 +++---
 .../camel/component/kafka/KafkaConfiguration.java  | 17 
 .../dsl/KafkaComponentBuilderFactory.java  | 23 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  2 -
 .../endpoint/dsl/DozerEndpointBuilderFactory.java  |  3 --
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 50 --
 7 files changed, 62 insertions(+), 57 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #8286: CAMEL-18121: Upgrade to Kafka 3.2.1

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8286:
URL: https://github.com/apache/camel/pull/8286#issuecomment-1237339292

   :no_entry_sign: There are (likely) no components to be tested in this 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



[camel] branch regen_bot updated (ba50bdeca80 -> 9be200b0608)

2022-09-05 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 ba50bdeca80 Regen for commit bf9041dd0271c150b32dc623863cd63900f41f49
 add b2cd1118f96 CAMEL-18467: [DOCS] Velocity component - missing java code 
sample
 add 9be200b0608 Regen for commit b2cd1118f9660df946b94aac2a90c777468087b2

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   (ba50bdeca80)
\
 N -- N -- N   refs/heads/regen_bot (9be200b0608)

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:
 .../src/main/docs/velocity-component.adoc  | 38 +-
 1 file changed, 37 insertions(+), 1 deletion(-)



[GitHub] [camel] davsclaus opened a new pull request, #8286: CAMEL-18121: Upgrade to Kafka 3.2.1

2022-09-05 Thread GitBox


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

   
   


-- 
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 kafka created (now f763cbe7a53)

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

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


  at f763cbe7a53 CAMEL-18121: Upgrade to Kafka 3.2.1

This branch includes the following new commits:

 new f763cbe7a53 CAMEL-18121: Upgrade to Kafka 3.2.1

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




[camel] 01/01: CAMEL-18121: Upgrade to Kafka 3.2.1

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

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

commit f763cbe7a53799e086bcce6457a73276981696a2
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:57:14 2022 +0200

CAMEL-18121: Upgrade to Kafka 3.2.1
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 951868984ec..d651bd41e61 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -356,7 +356,7 @@
 2.7.2
 2.7.2
 1.1.3
-3.1.1
+3.2.1
 2.8.1
 1.7.10
 5.12.3
diff --git a/parent/pom.xml b/parent/pom.xml
index fa3a7025e6e..7aeee93bbd7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -340,7 +340,7 @@
 2.7.2
 2.7.2
 1.1.3
-3.1.1
+3.2.1
 2.8.1
 1.7.10
 5.12.3



[camel] branch camel-3.18.x updated: CAMEL-18243: [DOCS] Kafka component - multiple options need updates

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new 422fd6a087d CAMEL-18243: [DOCS] Kafka component - multiple options 
need updates
422fd6a087d is described below

commit 422fd6a087d8468bc1ddd92cc1b54510c4b84e36
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:53:54 2022 +0200

CAMEL-18243: [DOCS] Kafka component - multiple options need updates
---
 .../org/apache/camel/catalog/components/kafka.json  | 12 ++--
 .../org/apache/camel/component/kafka/kafka.json | 12 ++--
 .../camel/component/kafka/KafkaConfiguration.java   | 17 ++---
 3 files changed, 22 insertions(+), 19 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
index bcb8c5ac22e..85c5046f19c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
@@ -76,12 +76,12 @@
 "keySerializer": { "kind": "property", "displayName": "Key Serializer", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringSerializer", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The serializer class for keys (defaults t [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "lingerMs": { "kind": "property", "displayName": "Linger Ms", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions into a single ba [...]
-"maxBlockMs": { "kind": "property", "displayName": "Max Block Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "6", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long sending to 
kafka will block. These methods can be blocked [...]
+"maxBlockMs": { "kind": "property", "displayName": "Max Block Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "6", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long the 
KafkaProducer's send(), partitionsFor(), initTransact [...]
 "maxInFlightRequest": { "kind": "property", "displayName": "Max In Flight 
Request", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum number of unacknowledged requests 
the client will send on a single c [...]
 "maxRequestSize": { "kind": "property", "displayName": "Max Request Size", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1048576", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum size of a request. This is also 
effectively a cap on the maximum record [...]
 "metadataMaxAgeMs": { "kind": "property", "displayName": "Metadata Max Age 
Ms", "group": "producer", "label": "producer", "required": 

[camel] 02/02: Regen

2022-09-05 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 123a1b069463a643d07eab85560f6bbdae5536b1
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:54:01 2022 +0200

Regen
---
 .../generated/resources/org/apache/camel/catalog/components/dozer.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
index 41b5588c78c..71d05425b04 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": true,
+"deprecated": false,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",



[camel] 01/02: CAMEL-18243: [DOCS] Kafka component - multiple options need updates

2022-09-05 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 11cb442afb41e80bd4ba9a2c42499b9e255d2552
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:53:54 2022 +0200

CAMEL-18243: [DOCS] Kafka component - multiple options need updates
---
 .../org/apache/camel/catalog/components/kafka.json  | 12 ++--
 .../org/apache/camel/component/kafka/kafka.json | 12 ++--
 .../camel/component/kafka/KafkaConfiguration.java   | 17 ++---
 3 files changed, 22 insertions(+), 19 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
index f78064e1c72..836af7aa9fb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
@@ -76,12 +76,12 @@
 "keySerializer": { "kind": "property", "displayName": "Key Serializer", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringSerializer", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The serializer class for keys (defaults t [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "lingerMs": { "kind": "property", "displayName": "Linger Ms", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions into a single ba [...]
-"maxBlockMs": { "kind": "property", "displayName": "Max Block Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "6", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long sending to 
kafka will block. These methods can be blocked [...]
+"maxBlockMs": { "kind": "property", "displayName": "Max Block Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "6", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long the 
KafkaProducer's send(), partitionsFor(), initTransact [...]
 "maxInFlightRequest": { "kind": "property", "displayName": "Max In Flight 
Request", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum number of unacknowledged requests 
the client will send on a single c [...]
 "maxRequestSize": { "kind": "property", "displayName": "Max Request Size", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1048576", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum size of a request. This is also 
effectively a cap on the maximum record [...]
 "metadataMaxAgeMs": { "kind": "property", "displayName": "Metadata Max Age 
Ms", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "30", "configurationClass": 

[camel] branch main updated (b2cd1118f96 -> 123a1b06946)

2022-09-05 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 b2cd1118f96 CAMEL-18467: [DOCS] Velocity component - missing java code 
sample
 new 11cb442afb4 CAMEL-18243: [DOCS] Kafka component - multiple options 
need updates
 new 123a1b06946 Regen

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


Summary of changes:
 .../org/apache/camel/catalog/components/dozer.json  |  2 +-
 .../org/apache/camel/catalog/components/kafka.json  | 12 ++--
 .../org/apache/camel/component/kafka/kafka.json | 12 ++--
 .../camel/component/kafka/KafkaConfiguration.java   | 17 ++---
 4 files changed, 23 insertions(+), 20 deletions(-)



[camel] branch regen_bot updated (ef94dc97be0 -> ba50bdeca80)

2022-09-05 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 ef94dc97be0 Regen for commit 03d0e9d64f863be87f57997d7ab74ee61084677e
 add 6deca74000a Regen for commit 5c191c4189ef130be079439b9486c05705d6df43
 add bf9041dd027 Camel-AWS2-S3: Improved Health Check with the invocation 
of an head bucket operation instead of listing bucket
 add ba50bdeca80 Regen for commit bf9041dd0271c150b32dc623863cd63900f41f49

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   (ef94dc97be0)
\
 N -- N -- N   refs/heads/regen_bot (ba50bdeca80)

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

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

No new revisions were added by this update.

Summary of changes:
 .../camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java   | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)



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

2022-09-05 Thread GitBox


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

   The groovy source file need ASF license header.
   
   


-- 
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: zipkin is deprecated

2022-09-05 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 9208b82d14d zipkin is deprecated
9208b82d14d is described below

commit 9208b82d14d459a0ca7e89f62c60a3b479e969d2
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:38:21 2022 +0200

zipkin is deprecated
---
 .../camel-zipkin-starter/src/main/docs/zipkin.json | 40 --
 .../apache/camel/zipkin/starter/CamelZipkin.java   |  1 +
 .../zipkin/starter/ZipkinAutoConfiguration.java|  1 +
 .../ZipkinConditionalAutoConfiguration.java|  1 +
 .../starter/ZipkinConfigurationProperties.java |  1 +
 5 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/components-starter/camel-zipkin-starter/src/main/docs/zipkin.json 
b/components-starter/camel-zipkin-starter/src/main/docs/zipkin.json
index de37ce48951..0361992bfd1 100644
--- a/components-starter/camel-zipkin-starter/src/main/docs/zipkin.json
+++ b/components-starter/camel-zipkin-starter/src/main/docs/zipkin.json
@@ -11,65 +11,85 @@
   "name": "camel.zipkin.client-service-mappings",
   "type": "java.util.Map",
   "description": "Sets client service mapping(s) that matches Camel events 
to the given zipkin service name. The key is the pattern, the value is the 
service name.",
-  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties"
+  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.endpoint",
   "type": "java.lang.String",
   "description": "Sets the POST URL for zipkin's v2 api<\/a>, usually 
\"http:\/\/zipkinhost:9411\/api\/v2\/spans\"",
-  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties"
+  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.exclude-patterns",
   "type": "java.util.Set",
   "description": "Sets exclude pattern(s) that will disable tracing with 
zipkin for Camel messages that matches the pattern.",
-  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties"
+  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.host-name",
   "type": "java.lang.String",
   "description": "Sets the hostname if sending spans to a remote zipkin 
scribe (thrift RPC) collector.",
-  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties"
+  "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.include-message-body",
   "type": "java.lang.Boolean",
   "description": "Whether to include the Camel message body in the zipkin 
traces. This is not recommended for production usage, or when having big 
payloads. You can limit the size by configuring 
camel.springboot.log-debug-max-chars option.",
   "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
-  "defaultValue": false
+  "defaultValue": false,
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.include-message-body-streams",
   "type": "java.lang.Boolean",
   "description": "Whether to include message bodies that are stream based 
in the zipkin traces. This is not recommended for production usage, or when 
having big payloads. You can limit the size by configuring 
camel.springboot.log-debug-max-chars option.",
   "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
-  "defaultValue": false
+  "defaultValue": false,
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.port",
   "type": "java.lang.Integer",
   "description": "Sets the port if sending spans to a remote zipkin scribe 
(thrift RPC) collector.",
   "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
-  "defaultValue": 0
+  "defaultValue": 0,
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": "camel.zipkin.rate",
   "type": "java.lang.Float",
   "description": "Configures a rate that decides how many events should be 
traced by zipkin. The rate is expressed as a percentage (1.0f = 100%, 0.5f is 
50%, 0.1f is 10%).",
   "sourceType": 
"org.apache.camel.zipkin.starter.ZipkinConfigurationProperties",
-  "defaultValue": 1
+  "defaultValue": 1,
+  "deprecated": true,
+  "deprecation": {}
 },
 {
   "name": 

[camel-spring-boot] branch main updated: add cli-connector-starter to BOM

2022-09-05 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 494b0135641 add cli-connector-starter to BOM
494b0135641 is described below

commit 494b013564164b77b09f822dc221327a25884117
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:36:57 2022 +0200

add cli-connector-starter to BOM
---
 tooling/camel-spring-boot-bom/pom.xml| 5 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 5 +
 .../apache/camel/springboot/maven/BomDependenciesGeneratorMojo.java  | 5 +
 .../java/org/apache/camel/springboot/maven/BomGeneratorMojo.java | 5 +
 4 files changed, 20 insertions(+)

diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 153cfb25ca6..05dc9294156 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -328,6 +328,11 @@
 camel-chunk-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-cli-connector-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-cloudevents-starter
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 1f6ed74f0d3..b45a94865a4 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -521,6 +521,11 @@
 camel-chunk-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-cli-connector-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-cloudevents-starter
diff --git 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomDependenciesGeneratorMojo.java
 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomDependenciesGeneratorMojo.java
index 9cb2ee6c3ab..a173d5a7d9a 100644
--- 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomDependenciesGeneratorMojo.java
+++ 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomDependenciesGeneratorMojo.java
@@ -234,6 +234,11 @@ public class BomDependenciesGeneratorMojo extends 
AbstractMojo {
 // include dsl starters
 dep = new Dependency();
 dep.setGroupId("org.apache.camel.springboot");
+dep.setArtifactId("camel-cli-connector-starter");
+dep.setVersion("${project.version}");
+outDependencies.add(dep);
+dep = new Dependency();
+dep.setGroupId("org.apache.camel.springboot");
 dep.setArtifactId("camel-componentdsl-starter");
 dep.setVersion("${project.version}");
 outDependencies.add(dep);
diff --git 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomGeneratorMojo.java
 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomGeneratorMojo.java
index 1d26daae449..6f7f38ded0d 100644
--- 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomGeneratorMojo.java
+++ 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/BomGeneratorMojo.java
@@ -151,6 +151,11 @@ public class BomGeneratorMojo extends AbstractMojo {
 // include dsl starters
 dep = new Dependency();
 dep.setGroupId("org.apache.camel.springboot");
+dep.setArtifactId("camel-cli-connector-starter");
+dep.setVersion("${project.version}");
+outDependencies.add(dep);
+dep = new Dependency();
+dep.setGroupId("org.apache.camel.springboot");
 dep.setArtifactId("camel-componentdsl-starter");
 dep.setVersion("${project.version}");
 outDependencies.add(dep);



[GitHub] [camel-spring-boot-examples] davsclaus commented on pull request #83: ✨ CAMEL-19449: spring-boot platform-http example

2022-09-05 Thread GitBox


davsclaus commented on PR #83:
URL: 
https://github.com/apache/camel-spring-boot-examples/pull/83#issuecomment-1237288290

   I wonder if we can
   
   - let platform-http depend on servlet-starter (so you dont need to add that 
manually)
   


-- 
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 (0b99dfe2f2b -> ef94dc97be0)

2022-09-05 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 0b99dfe2f2b Regen for commit eda0fc5b02c2692f2136ff450f946825ce4f383e
 add 526e1e1afa8 CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
 add 03d0e9d64f8 CAMEL-18455: dozer project is deprecated and unmaintained
 add ef94dc97be0 Regen for commit 03d0e9d64f863be87f57997d7ab74ee61084677e

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

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:
 .../resources/org/apache/camel/catalog/components/dozer.json | 2 +-
 components/camel-dozer/pom.xml   | 2 +-
 .../META-INF/services/org/apache/camel/component.properties  | 2 +-
 .../generated/resources/org/apache/camel/component/dozer/dozer.json  | 2 +-
 components/camel-dozer/src/main/docs/dozer-component.adoc| 5 +++--
 .../main/java/org/apache/camel/component/dozer/DozerComponent.java   | 1 +
 .../org/apache/camel/builder/component/ComponentsBuilderFactory.java | 1 +
 .../camel/builder/component/dsl/DozerComponentBuilderFactory.java| 1 +
 dsl/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java| 2 ++
 .../camel/builder/endpoint/dsl/DozerEndpointBuilderFactory.java  | 3 +++
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java  | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java| 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 4 ++--
 14 files changed, 21 insertions(+), 12 deletions(-)



[camel-spring-boot] branch main updated: ✨ CAMEL-18449 platform-http servlet implementation (#621)

2022-09-05 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 21b5f0f4f9b ✨ CAMEL-18449 platform-http servlet implementation (#621)
21b5f0f4f9b is described below

commit 21b5f0f4f9b1a1b86f71dc2ba16e70021d11fd01
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Mon Sep 5 18:29:50 2022 +0200

✨ CAMEL-18449 platform-http servlet implementation (#621)
---
 .../camel-platform-http-starter/pom.xml| 16 +
 .../ServletPlatformHttpAutoConfiguration.java  | 52 +
 .../http/springboot/ServletPlatformHttpEngine.java | 48 +++
 .../src/main/resources/META-INF/spring.factories   |  3 +-
 .../http/springboot/ServletPlatformHttpBase.java   | 43 ++
 .../springboot/ServletPlatformHttpRestDSLTest.java | 68 ++
 .../http/springboot/ServletPlatformHttpTest.java   | 66 +
 7 files changed, 295 insertions(+), 1 deletion(-)

diff --git a/components-starter/camel-platform-http-starter/pom.xml 
b/components-starter/camel-platform-http-starter/pom.xml
index 3c3ddb14106..ae5c0519b22 100644
--- a/components-starter/camel-platform-http-starter/pom.xml
+++ b/components-starter/camel-platform-http-starter/pom.xml
@@ -39,6 +39,22 @@
   camel-platform-http
   ${camel-version}
 
+
+  org.apache.camel
+  camel-servlet
+  ${camel-version}
+
+
+  org.apache.camel.springboot
+  camel-servlet-starter
+  test
+
+
+  org.springframework.boot
+  spring-boot-starter-web
+  ${spring-boot-version}
+  test
+
 
   io.rest-assured
   rest-assured
diff --git 
a/components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/ServletPlatformHttpAutoConfiguration.java
 
b/components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/ServletPlatformHttpAutoConfiguration.java
new file mode 100644
index 000..5dade1ad60c
--- /dev/null
+++ 
b/components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/ServletPlatformHttpAutoConfiguration.java
@@ -0,0 +1,52 @@
+/*
+ * 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.component.platform.http.springboot;
+
+import org.apache.camel.CamelContext;
+import org.apache.camel.component.platform.http.spi.PlatformHttpEngine;
+import org.apache.camel.component.servlet.ServletComponent;
+
+import org.springframework.boot.autoconfigure.AutoConfigureAfter;
+import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
+import 
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.DependsOn;
+import org.springframework.context.annotation.Lazy;
+
+@Configuration(proxyBeanMethods = false)
+@ConditionalOnBean(type = 
"org.apache.camel.component.servlet.springboot.ServletComponentAutoConfiguration")
+@AutoConfigureAfter(name = {
+   
"org.apache.camel.component.servlet.springboot.ServletComponentAutoConfiguration",
+   
"org.apache.camel.component.servlet.springboot.ServletComponentConverter"})
+public class ServletPlatformHttpAutoConfiguration {
+
+   private final CamelContext camelContext;
+
+   public ServletPlatformHttpAutoConfiguration(
+   CamelContext camelContext) {
+   this.camelContext = camelContext;
+   }
+
+   @Lazy
+   @Bean(name = "platform-http-engine")
+   @ConditionalOnMissingBean(PlatformHttpEngine.class)
+   @DependsOn("configureServletComponent")
+   public PlatformHttpEngine servletPlatformHttpEngine() {
+   return new ServletPlatformHttpEngine((ServletComponent) 
camelContext.getComponent("servlet"));
+   }
+}
diff --git 

[GitHub] [camel-spring-boot] davsclaus merged pull request #621: ✨ CAMEL-18449 platform-http servlet implementation

2022-09-05 Thread GitBox


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


-- 
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-18467: [DOCS] Velocity component - missing java code sample

2022-09-05 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 b2cd1118f96 CAMEL-18467: [DOCS] Velocity component - missing java code 
sample
b2cd1118f96 is described below

commit b2cd1118f9660df946b94aac2a90c777468087b2
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:28:17 2022 +0200

CAMEL-18467: [DOCS] Velocity component - missing java code sample
---
 .../src/main/docs/velocity-component.adoc  | 38 +-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/components/camel-velocity/src/main/docs/velocity-component.adoc 
b/components/camel-velocity/src/main/docs/velocity-component.adoc
index ef51863c8c8..01216b529da 100644
--- a/components/camel-velocity/src/main/docs/velocity-component.adoc
+++ b/components/camel-velocity/src/main/docs/velocity-component.adoc
@@ -204,6 +204,8 @@ from("direct:in").
 In this sample we want to use Velocity templating for an order
 confirmation email. The email template is laid out in Velocity as:
 
+.letter.vm
+[source,text]
 --
 Dear ${headers.lastName}, ${headers.firstName}
 
@@ -213,8 +215,42 @@ Regards Camel Riders Bookstore
 ${body}
 --
 
-And the java code:
+And the java code (from an unit test):
 
+[source,java]
+
+private Exchange createLetter() {
+Exchange exchange = context.getEndpoint("direct:a").createExchange();
+Message msg = exchange.getIn();
+msg.setHeader("firstName", "Claus");
+msg.setHeader("lastName", "Ibsen");
+msg.setHeader("item", "Camel in Action");
+msg.setBody("PS: Next beer is on me, James");
+return exchange;
+}
+
+@Test
+public void testVelocityLetter() throws Exception {
+MockEndpoint mock = getMockEndpoint("mock:result");
+mock.expectedMessageCount(1);
+mock.message(0).body(String.class).contains("Thanks for the order of 
Camel in Action");
+
+template.send("direct:a", createLetter());
+
+mock.assertIsSatisfied();
+}
+
+@Override
+protected RouteBuilder createRouteBuilder() {
+return new RouteBuilder() {
+public void configure() {
+from("direct:a")
+
.to("velocity:org/apache/camel/component/velocity/letter.vm")
+.to("mock:result");
+}
+};
+}
+
 
 
 include::spring-boot:partial$starter.adoc[]



[camel] branch camel-3.18.x updated: CAMEL-18467: [DOCS] Velocity component - missing java code sample

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new 6dd8745903c CAMEL-18467: [DOCS] Velocity component - missing java code 
sample
6dd8745903c is described below

commit 6dd8745903ccdea902409a6478d180927133564f
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:28:17 2022 +0200

CAMEL-18467: [DOCS] Velocity component - missing java code sample
---
 .../src/main/docs/velocity-component.adoc  | 38 +-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/components/camel-velocity/src/main/docs/velocity-component.adoc 
b/components/camel-velocity/src/main/docs/velocity-component.adoc
index ef51863c8c8..01216b529da 100644
--- a/components/camel-velocity/src/main/docs/velocity-component.adoc
+++ b/components/camel-velocity/src/main/docs/velocity-component.adoc
@@ -204,6 +204,8 @@ from("direct:in").
 In this sample we want to use Velocity templating for an order
 confirmation email. The email template is laid out in Velocity as:
 
+.letter.vm
+[source,text]
 --
 Dear ${headers.lastName}, ${headers.firstName}
 
@@ -213,8 +215,42 @@ Regards Camel Riders Bookstore
 ${body}
 --
 
-And the java code:
+And the java code (from an unit test):
 
+[source,java]
+
+private Exchange createLetter() {
+Exchange exchange = context.getEndpoint("direct:a").createExchange();
+Message msg = exchange.getIn();
+msg.setHeader("firstName", "Claus");
+msg.setHeader("lastName", "Ibsen");
+msg.setHeader("item", "Camel in Action");
+msg.setBody("PS: Next beer is on me, James");
+return exchange;
+}
+
+@Test
+public void testVelocityLetter() throws Exception {
+MockEndpoint mock = getMockEndpoint("mock:result");
+mock.expectedMessageCount(1);
+mock.message(0).body(String.class).contains("Thanks for the order of 
Camel in Action");
+
+template.send("direct:a", createLetter());
+
+mock.assertIsSatisfied();
+}
+
+@Override
+protected RouteBuilder createRouteBuilder() {
+return new RouteBuilder() {
+public void configure() {
+from("direct:a")
+
.to("velocity:org/apache/camel/component/velocity/letter.vm")
+.to("mock:result");
+}
+};
+}
+
 
 
 include::spring-boot:partial$starter.adoc[]



[camel] branch regen_bot updated (d0eb7e552a0 -> 0b99dfe2f2b)

2022-09-05 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


 discard d0eb7e552a0 Regen for commit 526e1e1afa865d8acce95d9947f17f17155e03de
omit 526e1e1afa8 CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
 add 0b99dfe2f2b Regen for commit eda0fc5b02c2692f2136ff450f946825ce4f383e

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

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/dsl/jbang/core/commands/ExportBaseCommand.java   | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #8283: (chores) camel-ftp: prevent hanging the build for too long

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8283:
URL: https://github.com/apache/camel/pull/8283#issuecomment-1237267331

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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 (4a4b23217a4 -> d0eb7e552a0)

2022-09-05 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 4a4b23217a4 Regen for commit 5c191c4189ef130be079439b9486c05705d6df43
 add eda0fc5b02c Regen for commit 082fed0ac19f2a466d1376a2f60b964d0a402150 
(#8282)
 add 526e1e1afa8 CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
 add d0eb7e552a0 Regen for commit 526e1e1afa865d8acce95d9947f17f17155e03de

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   (4a4b23217a4)
\
 N -- N -- N   refs/heads/regen_bot (d0eb7e552a0)

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/dsl/jbang/core/commands/ExportBaseCommand.java   | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)



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

2022-09-05 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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: Camel-AWS2-S3: Improved Health Check with the invocation of an head bucket operation instead of listing bucket

2022-09-05 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 bf9041dd027 Camel-AWS2-S3: Improved Health Check with the invocation 
of an head bucket operation instead of listing bucket
bf9041dd027 is described below

commit bf9041dd0271c150b32dc623863cd63900f41f49
Author: Andrea Cosentino 
AuthorDate: Mon Sep 5 18:01:45 2022 +0200

Camel-AWS2-S3: Improved Health Check with the invocation of an head bucket 
operation instead of listing bucket
---
 .../camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java   | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
index 18b4d8d6c67..a68e1bc6276 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
@@ -26,6 +26,7 @@ import 
software.amazon.awssdk.core.exception.SdkClientException;
 import software.amazon.awssdk.regions.Region;
 import software.amazon.awssdk.services.s3.S3Client;
 import software.amazon.awssdk.services.s3.S3ClientBuilder;
+import software.amazon.awssdk.services.s3.model.HeadBucketRequest;
 
 public class AWS2S3ConsumerHealthCheck extends AbstractHealthCheck {
 
@@ -54,18 +55,18 @@ public class AWS2S3ConsumerHealthCheck extends 
AbstractHealthCheck {
 builder.down();
 return;
 }
+S3Client client;
 if (!configuration.isUseDefaultCredentialsProvider()) {
 AwsBasicCredentials cred
 = 
AwsBasicCredentials.create(configuration.getAccessKey(), 
configuration.getSecretKey());
 S3ClientBuilder clientBuilder = S3Client.builder();
-S3Client client = 
clientBuilder.credentialsProvider(StaticCredentialsProvider.create(cred))
+client = 
clientBuilder.credentialsProvider(StaticCredentialsProvider.create(cred))
 .region(Region.of(configuration.getRegion())).build();
-client.listBuckets();
 } else {
 S3ClientBuilder clientBuilder = S3Client.builder();
-S3Client client = 
clientBuilder.region(Region.of(configuration.getRegion())).build();
-client.listBuckets();
+client = 
clientBuilder.region(Region.of(configuration.getRegion())).build();
 }
+
client.headBucket(HeadBucketRequest.builder().bucket(configuration.getBucketName()).build());
 } catch (SdkClientException e) {
 builder.message(e.getMessage());
 builder.error(e);



[camel] branch main updated: Regen for commit 5c191c4189ef130be079439b9486c05705d6df43

2022-09-05 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 6deca74000a Regen for commit 5c191c4189ef130be079439b9486c05705d6df43
6deca74000a is described below

commit 6deca74000a27c433a26f21c17338ee1c5cc37bc
Author: oscerd 
AuthorDate: Mon Sep 5 15:30:08 2022 +

Regen for commit 5c191c4189ef130be079439b9486c05705d6df43

Signed-off-by: GitHub 
---
 .../apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java   | 3 ++-
 .../aws2/s3/AWS2S3ConsumerHealthCheckProfileCredsTest.java  | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
index f01197dfefd..18b4d8d6c67 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheck.java
@@ -55,7 +55,8 @@ public class AWS2S3ConsumerHealthCheck extends 
AbstractHealthCheck {
 return;
 }
 if (!configuration.isUseDefaultCredentialsProvider()) {
-AwsBasicCredentials cred = 
AwsBasicCredentials.create(configuration.getAccessKey(), 
configuration.getSecretKey());
+AwsBasicCredentials cred
+= 
AwsBasicCredentials.create(configuration.getAccessKey(), 
configuration.getSecretKey());
 S3ClientBuilder clientBuilder = S3Client.builder();
 S3Client client = 
clientBuilder.credentialsProvider(StaticCredentialsProvider.create(cred))
 .region(Region.of(configuration.getRegion())).build();
diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheckProfileCredsTest.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheckProfileCredsTest.java
index f08daa5eea6..f242e26cceb 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheckProfileCredsTest.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ConsumerHealthCheckProfileCredsTest.java
@@ -16,6 +16,9 @@
  */
 package org.apache.camel.component.aws2.s3;
 
+import java.util.Collection;
+import java.util.concurrent.TimeUnit;
+
 import org.apache.camel.CamelContext;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.health.HealthCheck;
@@ -32,9 +35,6 @@ import org.junit.jupiter.api.extension.RegisterExtension;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import java.util.Collection;
-import java.util.concurrent.TimeUnit;
-
 import static org.testcontainers.shaded.org.awaitility.Awaitility.await;
 
 public class AWS2S3ConsumerHealthCheckProfileCredsTest extends 
CamelTestSupport {



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

2022-09-05 Thread GitBox


oscerd merged PR #8284:
URL: https://github.com/apache/camel/pull/8284


-- 
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] javaduke commented on issue #4058: CXF test fails in Quarkus Platform because of hard-coded absolute local wsdlLocation

2022-09-05 Thread GitBox


javaduke commented on issue #4058:
URL: https://github.com/apache/camel-quarkus/issues/4058#issuecomment-1237236479

   Apparently it only works if you specify both `wsdl` and `wsdlLocation`. 
Looks redundant, but that's how it works. I guess there's some room for 
improvement in the `cxf-codegen-plugin`.


-- 
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 #3599: feat(cli): Add a config command to manage the default settings

2022-09-05 Thread GitBox


squakez commented on PR #3599:
URL: https://github.com/apache/camel-k/pull/3599#issuecomment-1237233023

   @essobedo yeah, I think we can test this as well. I think we can have this 
configuration file with default namespace created ad hoc from the test (instead 
of using the `-n` as we're doing for the other tests), then running an 
integration and verifying that this is 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] javaduke commented on issue #4058: CXF test fails in Quarkus Platform because of hard-coded absolute local wsdlLocation

2022-09-05 Thread GitBox


javaduke commented on issue #4058:
URL: https://github.com/apache/camel-quarkus/issues/4058#issuecomment-1237232799

   Yup, this trick did the job:
   
   ```
   
   ${basedir}/src/main/resources/wsdl/HelloService.wsdl
   classpath:wsdl/HelloService.wsdl
   
   -xjc-Xts
   
   
   ```
   
   And the generated code looks like this:
   
   ```
   static {
   URL url = 
HelloService.class.getClassLoader().getResource("wsdl/HelloService.wsdl");
   if (url == null) {
   java.util.logging.Logger.getLogger(HelloService.class.getName())
   .log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", 
"classpath:wsdl/HelloService.wsdl");
   }
   WSDL_LOCATION = url;
   }
   ```


-- 
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-website] squakez opened a new pull request, #894: feat: Camel K 1.10.0 announcement

2022-09-05 Thread GitBox


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

   FYI @tadayosi @claudio4j @christophd @essobedo @haanhvu @oscerd @halmakidon 
@astefanutti @orpiske @lburgazzoli @ammachado


-- 
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-18455: dozer project is deprecated and unmaintained

2022-09-05 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 03d0e9d64f8 CAMEL-18455: dozer project is deprecated and unmaintained
03d0e9d64f8 is described below

commit 03d0e9d64f863be87f57997d7ab74ee61084677e
Author: Otavio Rodolfo Piske 
AuthorDate: Mon Sep 5 15:22:00 2022 +0200

CAMEL-18455: dozer project is deprecated and unmaintained
---
 .../resources/org/apache/camel/catalog/components/dozer.json | 2 +-
 components/camel-dozer/pom.xml   | 2 +-
 .../META-INF/services/org/apache/camel/component.properties  | 2 +-
 .../generated/resources/org/apache/camel/component/dozer/dozer.json  | 2 +-
 components/camel-dozer/src/main/docs/dozer-component.adoc| 5 +++--
 .../main/java/org/apache/camel/component/dozer/DozerComponent.java   | 1 +
 .../org/apache/camel/builder/component/ComponentsBuilderFactory.java | 1 +
 .../camel/builder/component/dsl/DozerComponentBuilderFactory.java| 1 +
 dsl/camel-componentdsl/src/generated/resources/metadata.json | 2 +-
 9 files changed, 11 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
index 71d05425b04..41b5588c78c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index cb871c1fe02..48338f7314c 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -28,7 +28,7 @@
 
 camel-dozer
 jar
-Camel :: Dozer
+Camel :: Dozer (deprecated)
 Camel Support for the Dozer type conversion 
framework
 
 
diff --git 
a/components/camel-dozer/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-dozer/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 6d3ee35c2da..e6dfc60647a 100644
--- 
a/components/camel-dozer/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-dozer/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=dozer
 groupId=org.apache.camel
 artifactId=camel-dozer
 version=3.19.0-SNAPSHOT
-projectName=Camel :: Dozer
+projectName=Camel :: Dozer (deprecated)
 projectDescription=Camel Support for the Dozer type conversion framework
diff --git 
a/components/camel-dozer/src/generated/resources/org/apache/camel/component/dozer/dozer.json
 
b/components/camel-dozer/src/generated/resources/org/apache/camel/component/dozer/dozer.json
index 71d05425b04..41b5588c78c 100644
--- 
a/components/camel-dozer/src/generated/resources/org/apache/camel/component/dozer/dozer.json
+++ 
b/components/camel-dozer/src/generated/resources/org/apache/camel/component/dozer/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",
diff --git a/components/camel-dozer/src/main/docs/dozer-component.adoc 
b/components/camel-dozer/src/main/docs/dozer-component.adoc
index 85c535b79a3..8cb797ecf61 100644
--- a/components/camel-dozer/src/main/docs/dozer-component.adoc
+++ b/components/camel-dozer/src/main/docs/dozer-component.adoc
@@ -1,10 +1,11 @@
-= Dozer Component
+= Dozer Component (deprecated)
 :doctitle: Dozer
 :shortname: dozer
 :artifactid: camel-dozer
 :description: Map between Java beans using the Dozer mapping library.
 :since: 2.15
-:supportlevel: Stable
+:supportlevel: Stable-deprecated
+:deprecated: *deprecated*
 :component-header: Only producer is supported
 //Manually maintained attributes
 :camel-spring-boot-name: dozer
diff --git 
a/components/camel-dozer/src/main/java/org/apache/camel/component/dozer/DozerComponent.java
 
b/components/camel-dozer/src/main/java/org/apache/camel/component/dozer/DozerComponent.java
index ed3a1e5f10f..9577d6888f4 100644
--- 
a/components/camel-dozer/src/main/java/org/apache/camel/component/dozer/DozerComponent.java
+++ 

[GitHub] [camel] orpiske merged pull request #8281: CAMEL-18455: dozer project is deprecated and unmaintained

2022-09-05 Thread GitBox


orpiske merged PR #8281:
URL: https://github.com/apache/camel/pull/8281


-- 
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 (bbc74e268d0 -> 4a4b23217a4)

2022-09-05 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 bbc74e268d0 Regen for commit 082fed0ac19f2a466d1376a2f60b964d0a402150
 add 5483fc84a47 CAMEL-18465: remove unnecessary 'jigsaw' profile
 add 5c191c4189e Camel-AWS2-S3: Improved Health Check with consideration of 
Default Credentials Provider configuration
 add 4a4b23217a4 Regen for commit 5c191c4189ef130be079439b9486c05705d6df43

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   (bbc74e268d0)
\
 N -- N -- N   refs/heads/regen_bot (4a4b23217a4)

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:
 .../aws2/s3/AWS2S3ConsumerHealthCheck.java  | 17 -
 ... AWS2S3ConsumerHealthCheckProfileCredsTest.java} |  7 +++
 ...> AWS2S3ConsumerHealthCheckStaticCredsTest.java} |  4 ++--
 .../camel-yaml-dsl-maven-plugin/pom.xml | 21 +
 tooling/maven/camel-package-maven-plugin/pom.xml| 18 +-
 5 files changed, 27 insertions(+), 40 deletions(-)
 copy 
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{AWS2S3ConsumerHealthCheckTest.java
 => AWS2S3ConsumerHealthCheckProfileCredsTest.java} (94%)
 rename 
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{AWS2S3ConsumerHealthCheckTest.java
 => AWS2S3ConsumerHealthCheckStaticCredsTest.java} (97%)



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

2022-09-05 Thread GitBox


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

   Regen bot :robot: found some uncommitted 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



[GitHub] [camel] github-actions[bot] commented on pull request #8281: CAMEL-18455: dozer project is deprecated and unmaintained

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8281:
URL: https://github.com/apache/camel/pull/8281#issuecomment-1237212229

   :heavy_check_mark: Finished component verification: 0 component(s) test 
failed out of **1 component(s) tested**


-- 
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.18.x updated: CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
 new b4ee29dba59 CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
b4ee29dba59 is described below

commit b4ee29dba59d7413c7961d57883f3e16f0cac2d4
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 17:17:45 2022 +0200

CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
---
 .../apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 8 
 .../camel-jbang-main/src/main/jbang/main/CamelJBang.java  | 8 
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index c713e7b2756..e541c3ded3a 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -78,7 +78,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String javaVersion;
 
 @CommandLine.Option(names = {
-"--kamelets-version" }, description = "Apache Camel Kamelets 
version", defaultValue = "0.8.1")
+"--kamelets-version" }, description = "Apache Camel Kamelets 
version", defaultValue = "0.9.0")
 protected String kameletsVersion;
 
 @CommandLine.Option(names = { "--local-kamelet-dir" },
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index 7701f981432..d2df7b5ab34 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -19,10 +19,10 @@
 
 //JAVA 11+
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.0}
-//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.8.1}
-//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.8.1}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.1}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.1}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.9.0}
+//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.9.0}
 
 package main;
 
diff --git 
a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index 7701f981432..d2df7b5ab34 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -19,10 +19,10 @@
 
 //JAVA 11+
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
-//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.0}@pom
-//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.0}
-//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.8.1}
-//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.8.1}
+//DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.1}@pom
+//DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.1}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.9.0}
+//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.9.0}
 
 package main;
 



[camel] branch main updated: CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0

2022-09-05 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 526e1e1afa8 CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
526e1e1afa8 is described below

commit 526e1e1afa865d8acce95d9947f17f17155e03de
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 17:15:34 2022 +0200

CAMEL-18464: camel-jbang - upgrade to kamelets 0.9.0
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java   | 2 +-
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 4 ++--
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 8df78ea22c1..d75f4dee5e4 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -78,7 +78,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String javaVersion;
 
 @CommandLine.Option(names = {
-"--kamelets-version" }, description = "Apache Camel Kamelets 
version", defaultValue = "0.8.1")
+"--kamelets-version" }, description = "Apache Camel Kamelets 
version", defaultValue = "0.9.0")
 protected String kameletsVersion;
 
 @CommandLine.Option(names = { "--local-kamelet-dir" },
diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index c17b4963501..d2df7b5ab34 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -21,8 +21,8 @@
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.1}
-//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.8.1}
-//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.8.1}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.9.0}
+//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.9.0}
 
 package main;
 
diff --git 
a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java 
b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index c17b4963501..d2df7b5ab34 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -21,8 +21,8 @@
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.18.1}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.18.1}
-//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.8.1}
-//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.8.1}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.9.0}
+//DEPS 
org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.9.0}
 
 package main;
 



[camel] branch main updated: Regen for commit 082fed0ac19f2a466d1376a2f60b964d0a402150 (#8282)

2022-09-05 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 eda0fc5b02c Regen for commit 082fed0ac19f2a466d1376a2f60b964d0a402150 
(#8282)
eda0fc5b02c is described below

commit eda0fc5b02c2692f2136ff450f946825ce4f383e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 17:12:38 2022 +0200

Regen for commit 082fed0ac19f2a466d1376a2f60b964d0a402150 (#8282)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: orpiske 
---
 .../camel/component/language/LanguageEndpoint.java   |  2 +-
 .../camel/builder/endpoint/StaticEndpointBuilders.java   | 14 --
 .../endpoint/dsl/LanguageEndpointBuilderFactory.java | 16 
 3 files changed, 17 insertions(+), 15 deletions(-)

diff --git 
a/components/camel-language/src/main/java/org/apache/camel/component/language/LanguageEndpoint.java
 
b/components/camel-language/src/main/java/org/apache/camel/component/language/LanguageEndpoint.java
index 6d6f310fba0..e46f308c20e 100644
--- 
a/components/camel-language/src/main/java/org/apache/camel/component/language/LanguageEndpoint.java
+++ 
b/components/camel-language/src/main/java/org/apache/camel/component/language/LanguageEndpoint.java
@@ -53,7 +53,7 @@ public class LanguageEndpoint extends ResourceEndpoint {
 private Expression expression;
 private boolean contentResolvedFromResource;
 @UriPath(enums = 
"bean,constant,csimple,datasonnet,exchangeProperty,file,groovy,header,hl7terser,joor,jq,jsonpath"
-+ ",mvel,ognl,ref,simple,spel,sql,tokenize,xpath,xquery,xtokenize")
+ + 
",mvel,ognl,ref,simple,spel,sql,tokenize,xpath,xquery,xtokenize")
 @Metadata(required = true)
 private String languageName;
 // resourceUri is optional in the language endpoint
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index e97e412e336..866d1e611e9 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -9521,9 +9521,10 @@ public class StaticEndpointBuilders {
  * 
  * Path parameter: languageName (required)
  * Sets the name of the language to use
- * There are 20 enums and the value can be one of: bean, constant,
- * exchangeProperty, file, groovy, header, javascript, jsonpath, mvel, 
ognl,
- * , ref, simple, spel, sql, terser, tokenize, xpath, xquery, xtokenize
+ * There are 22 enums and the value can be one of: bean, constant, csimple,
+ * datasonnet, exchangeProperty, file, groovy, header, hl7terser, joor, jq,
+ * jsonpath, mvel, ognl, ref, simple, spel, sql, tokenize, xpath, xquery,
+ * xtokenize
  * 
  * Path parameter: resourceUri
  * Path to the resource, or a reference to lookup a bean in the Registry to
@@ -9548,9 +9549,10 @@ public class StaticEndpointBuilders {
  * 
  * Path parameter: languageName (required)
  * Sets the name of the language to use
- * There are 20 enums and the value can be one of: bean, constant,
- * exchangeProperty, file, groovy, header, javascript, jsonpath, mvel, 
ognl,
- * , ref, simple, spel, sql, terser, tokenize, xpath, xquery, xtokenize
+ * There are 22 enums and the value can be one of: bean, constant, csimple,
+ * datasonnet, exchangeProperty, file, groovy, header, hl7terser, joor, jq,
+ * jsonpath, mvel, ognl, ref, simple, spel, sql, tokenize, xpath, xquery,
+ * xtokenize
  * 
  * Path parameter: resourceUri
  * Path to the resource, or a reference to lookup a bean in the Registry to
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LanguageEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LanguageEndpointBuilderFactory.java
index 6fbbd6d85a3..af2b5ed1dda 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LanguageEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LanguageEndpointBuilderFactory.java
@@ -316,10 +316,10 @@ public interface LanguageEndpointBuilderFactory {
  * 
  * Path parameter: languageName (required)
  * Sets the name of the language to use
- * There are 20 enums and the value can be one of: bean, constant,
- * exchangeProperty, file, groovy, header, javascript, jsonpath, mvel,
- * ognl, , ref, simple, spel, sql, terser, tokenize, 

[GitHub] [camel] davsclaus merged pull request #8282: Generated sources regen

2022-09-05 Thread GitBox


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


-- 
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] github-actions[bot] commented on pull request #8283: (chores) camel-ftp: prevent hanging the build for too long

2022-09-05 Thread GitBox


github-actions[bot] commented on PR #8283:
URL: https://github.com/apache/camel/pull/8283#issuecomment-1237188012

   :warning: This PR changes Camel components and will be tested automatically.


-- 
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, #8283: (chores) camel-ftp: prevent hanging the build for too long

2022-09-05 Thread GitBox


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

   


-- 
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



  1   2   3   >