[camel-karaf] branch main updated: [create-pull-request] automated change

2022-12-26 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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
 new 7fc9b6e6 [create-pull-request] automated change
7fc9b6e6 is described below

commit 7fc9b6e6df3d03ecb950016c2a7c0c93c9c8c8f0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 27 01:15:50 2022 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/catalog/karaf/components/kafka.json| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
index 8884720b..0be3446c 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/kafka.json
@@ -68,7 +68,7 @@
 "subscribeConsumerBackoffMaxAttempts": { "kind": "property", 
"displayName": "Subscribe Consumer Backoff Max Attempts", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Maximum number the kafka consumer will attempt 
to subscribe to the kafka broker, before eventually giving up and failing. 
Error during subscribing the consumer to the kafka top [...]
 "batchWithIndividualHeaders": { "kind": "property", "displayName": "Batch 
With Individual Headers", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "If this feature is 
enabled and a single element of a batch is an Exchang [...]
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
-"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to specify the [...]
+"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4", "zstd" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to spe [...]
 "connectionMaxIdleMs": { "kind": "property", "displayName": "Connection 
Max Idle Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "54", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Close idle connections 
after the number of milliseconds specified by this [...]
 "deliveryTimeoutMs": { "kind": "property", "displayName": "Delivery 
Timeout Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "12", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "An upper bound on the 
time to report success or failure after a call to send() [...]
 "enableIdempotence": { "kind": "property", "displayName": "Enable 
Idempotence", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, 

[GitHub] [camel-karaf] oscerd merged pull request #228: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-12-26 Thread GitBox


oscerd merged PR #228:
URL: https://github.com/apache/camel-karaf/pull/228


-- 
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 (bc7b56e5315 -> b1328b93258)

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

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


from bc7b56e5315 Polished
 add b1328b93258 Upgrade dependencies as part of spring boot 2.7.7 upgrade

No new revisions were added by this update.

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



[camel] branch camel-3.20.x updated: CAMEL-18843: upgrade to spring boot 2.7.7

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
 new a3c3171b50e CAMEL-18843: upgrade to spring boot 2.7.7
a3c3171b50e is described below

commit a3c3171b50e7e1f0233ea8dd8b65b3006b760053
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:58:47 2022 +0100

CAMEL-18843: upgrade to spring boot 2.7.7
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 530054f64be..54139ce6228 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
@@ -87,7 +87,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String localKameletDir;
 
 @CommandLine.Option(names = { "--spring-boot-version" }, description = 
"Spring Boot version",
-defaultValue = "2.7.6")
+defaultValue = "2.7.7")
 protected String springBootVersion;
 
 @CommandLine.Option(names = { "--camel-spring-boot-version" }, description 
= "Camel version to use with Spring Boot")



[camel] branch main updated: CAMEL-18843: upgrade to spring boot 2.7.7

2022-12-26 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 c3be90c709e CAMEL-18843: upgrade to spring boot 2.7.7
c3be90c709e is described below

commit c3be90c709eceadd5994bb333791dd4f31009c4d
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:58:47 2022 +0100

CAMEL-18843: upgrade to spring boot 2.7.7
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 530054f64be..54139ce6228 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
@@ -87,7 +87,7 @@ abstract class ExportBaseCommand extends CamelCommand {
 protected String localKameletDir;
 
 @CommandLine.Option(names = { "--spring-boot-version" }, description = 
"Spring Boot version",
-defaultValue = "2.7.6")
+defaultValue = "2.7.7")
 protected String springBootVersion;
 
 @CommandLine.Option(names = { "--camel-spring-boot-version" }, description 
= "Camel version to use with Spring Boot")



[camel] branch camel-3.18.x updated: Upgrade dependencies as part of spring boot 2.7.7 upgrade

2022-12-26 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 ef5f79b70d0 Upgrade dependencies as part of spring boot 2.7.7 upgrade
ef5f79b70d0 is described below

commit ef5f79b70d00437e727059c2f54155a4481ef2c7
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:56:38 2022 +0100

Upgrade dependencies as part of spring boot 2.7.7 upgrade
---
 parent/pom.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 63c13292437..da8a1a4f443 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -243,8 +243,8 @@
 2.6.1
 2.7.1
 1.7
-4.4.15
-4.5.13
+4.4.16
+4.5.14
 4.1.5
 3.21.4.1
 3.0.76
@@ -307,7 +307,7 @@
 2.0
 3.7.1
 0.5.11
-9.4.49.v20220914
+9.4.50.v20221201
 ${jetty9-version}
 ${jetty-version}
 org.eclipse.jetty
@@ -391,7 +391,7 @@
 3.2.3
 
3.0.0-M4
 3.3.1
-4.2.13
+4.2.14
 1.10.2
 2.0.1
 3.0.1
@@ -415,7 +415,7 @@
 1.0.0.Beta4
 1.0.1
 0.4.0
-4.1.85.Final
+4.1.86.Final
 2.0.5
 
1.0.69
 9.22
@@ -495,14 +495,14 @@
 2.1-groovy-3.0
 4.3.7
 2.6.2
-5.5.15
+5.5.16
 2.4.1
 2.3.2
 [5,6)
 ${spring5-version}
 5.3.24
 2.4.7
-5.7.4
+5.7.6
 3.1.4
 1.5
 3.14.9
@@ -520,7 +520,7 @@
 2.4.1
 7.55.3
 4.0.7
-2.2.19.Final
+2.2.22.Final
 2.9.1
 2.0.1.Final
 0.10.2



[camel] branch camel-3.20.x updated: Upgrade dependencies as part of spring boot 2.7.7 upgrade

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
 new cb146e0f062 Upgrade dependencies as part of spring boot 2.7.7 upgrade
cb146e0f062 is described below

commit cb146e0f062a80aa79d5ed93de669f30f547839a
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:51:47 2022 +0100

Upgrade dependencies as part of spring boot 2.7.7 upgrade
---
 camel-dependencies/pom.xml | 10 +-
 parent/pom.xml | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a15caf900ef..38d59721f89 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -406,7 +406,7 @@
 3.8.6
 3.5.2
 3.3.1
-4.2.13
+4.2.14
 1.10.2
 2.0.1
 
3.0
@@ -473,8 +473,8 @@
 3.7.4
 3.7.4
 1.0.4
-1.0.26
-3.4.26
+1.1.1
+3.5.1
 3.16.7
 1.7.1
 4.5.1
@@ -513,7 +513,7 @@
 2.1-groovy-3.0
 4.3.7
 2.6.2
-5.5.15
+5.5.16
 2.4.1
 2.4.7
 5.7.5
@@ -539,7 +539,7 @@
 false
 7.55.3
 4.0.7
-2.2.21.Final
+2.2.22.Final
 2.9.1
 2.0.1.Final
 0.10.2
diff --git a/parent/pom.xml b/parent/pom.xml
index 6fbaf8ccc43..78f16eec8c2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -393,7 +393,7 @@
 
3.0.0-M4
 3.5.2
 3.3.1
-4.2.13
+4.2.14
 1.10.2
 2.0.1
 3.0.1
@@ -460,8 +460,8 @@
 3.7.4
 3.7.4
 1.0.4
-3.4.26
-1.0.26
+3.5.1
+1.1.1
 3.16.7
 1.7.1
 4.5.1
@@ -502,7 +502,7 @@
 2.1-groovy-3.0
 4.3.7
 2.6.2
-5.5.15
+5.5.16
 2.4.1
 2.3.2
 [5,6)
@@ -527,7 +527,7 @@
 2.6.0
 7.55.3
 4.0.7
-2.2.21.Final
+2.2.22.Final
 2.9.1
 2.0.1.Final
 0.10.2



[camel-spring-boot] 01/02: Upgrade to xerces 2.12.2

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

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

commit b923b23ae11c993723d1fd3600ac89e697648322
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:32:56 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 65a66784104..34428a4f446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
 
 xerces
 xercesImpl
-2.11.0
+2.12.2
 
 
 ant-contrib



[camel-spring-boot] branch camel-spring-boot-3.18.x updated (f82f5883072 -> 561c2232f28)

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

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


from f82f5883072 Update spring-boot.adoc (#686)
 new b923b23ae11 Upgrade to xerces 2.12.2
 new 561c2232f28 Upgrade to spring boot 2.7.7

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


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel-spring-boot] 02/02: Upgrade to spring boot 2.7.7

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

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

commit 561c2232f28c1d7966b0ce591cb89185ada1796e
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:43:41 2022 +0100

Upgrade to spring boot 2.7.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34428a4f446..0a799e53ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.6
+2.7.7
 
 
 3.18.5-SNAPSHOT



[camel-spring-boot] 02/02: Upgrade to spring boot 2.7.7

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

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

commit feb2f946e9617162b97201ed51a840e6fd552d59
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:43:41 2022 +0100

Upgrade to spring boot 2.7.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9943b3ed3b0..32ca069be80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.6
+2.7.7
 
 
 3.20.1-SNAPSHOT



[camel-spring-boot] branch camel-spring-boot-3.20.x updated (c2d2fc6c71e -> feb2f946e96)

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

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


from c2d2fc6c71e Publish docs for Camel Spring Boot 3.20.x
 new e3feb61be7c Upgrade to xerces 2.12.2
 new feb2f946e96 Upgrade to spring boot 2.7.7

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


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[camel-spring-boot] 01/02: Upgrade to xerces 2.12.2

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

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

commit e3feb61be7c7018118cbe1f3f25da65bdd6cf221
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:32:56 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 7d9816a3949..9943b3ed3b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
 
 xerces
 xercesImpl
-2.11.0
+2.12.2
 
 
 ant-contrib



[camel] branch main updated: Upgrade dependencies as part of spring boot 2.7.7 upgrade

2022-12-26 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 b1328b93258 Upgrade dependencies as part of spring boot 2.7.7 upgrade
b1328b93258 is described below

commit b1328b932588c6567e4e8ced88b73d98c3f3e2d7
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:51:47 2022 +0100

Upgrade dependencies as part of spring boot 2.7.7 upgrade
---
 camel-dependencies/pom.xml | 10 +-
 parent/pom.xml | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 95cfc98a3fb..8312bbcbece 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -407,7 +407,7 @@
 3.8.6
 3.5.2
 3.3.1
-4.2.13
+4.2.14
 1.10.2
 2.0.1
 
3.0
@@ -474,8 +474,8 @@
 3.7.4
 3.7.4
 1.0.4
-1.0.26
-3.4.26
+1.1.1
+3.5.1
 3.16.7
 1.7.1
 4.5.1
@@ -514,7 +514,7 @@
 2.1-groovy-3.0
 4.3.7
 2.6.2
-5.5.15
+5.5.16
 2.4.1
 2.4.8
 5.8.1
@@ -540,7 +540,7 @@
 false
 7.55.3
 4.0.7
-2.2.21.Final
+2.2.22.Final
 2.9.1
 2.0.1.Final
 0.10.2
diff --git a/parent/pom.xml b/parent/pom.xml
index c4bb056940c..77035881509 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -393,7 +393,7 @@
 
3.0.0-M4
 3.5.2
 3.3.1
-4.2.13
+4.2.14
 1.10.2
 2.0.1
 3.0.1
@@ -460,8 +460,8 @@
 3.7.4
 3.7.4
 1.0.4
-3.4.26
-1.0.26
+3.5.1
+1.1.1
 3.16.7
 1.7.1
 4.5.1
@@ -502,7 +502,7 @@
 2.1-groovy-3.0
 4.3.7
 2.6.2
-5.5.15
+5.5.16
 2.4.1
 2.3.2
 [5,6)
@@ -527,7 +527,7 @@
 2.6.0
 7.55.3
 4.0.7
-2.2.21.Final
+2.2.22.Final
 2.9.1
 2.0.1.Final
 0.10.2



[camel-spring-boot] branch main updated: Upgrade to spring boot 2.7.7

2022-12-26 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 f9216aa33d6 Upgrade to spring boot 2.7.7
f9216aa33d6 is described below

commit f9216aa33d6b47b5623e15618ab8c00660d4eb42
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:43:41 2022 +0100

Upgrade to spring boot 2.7.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 24bf997eeba..f996be9bcb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
 false
 
 
-2.7.6
+2.7.7
 
 
 3.21.0-SNAPSHOT



[camel-spring-boot] branch main updated: Upgrade to xerces 2.12.2

2022-12-26 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 e125d708901 Upgrade to xerces 2.12.2
e125d708901 is described below

commit e125d7089014ec31ea66157e2609cd479f2d60e8
Author: Claus Ibsen 
AuthorDate: Tue Dec 27 06:32:56 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index bb2ea978b4a..24bf997eeba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
 
 xerces
 xercesImpl
-2.11.0
+2.12.2
 
 
 ant-contrib



[camel-spring-boot] branch main updated: [create-pull-request] automated change (#689)

2022-12-26 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 b84c8d90883 [create-pull-request] automated change (#689)
b84c8d90883 is described below

commit b84c8d90883e3f83b8f6aec1e71c8e3c1197d94c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 27 06:29:25 2022 +0100

[create-pull-request] automated change (#689)

Co-authored-by: oscerd 
---
 .../org/apache/camel/springboot/catalog/components/kafka.json | 4 ++--
 components-starter/camel-kafka-starter/src/main/docs/kafka.json   | 2 +-
 .../camel/component/kafka/springboot/KafkaComponentConfiguration.java | 3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml| 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index 247e146cfec..6afd6d5d6a7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -68,7 +68,7 @@
 "subscribeConsumerBackoffMaxAttempts": { "kind": "property", 
"displayName": "Subscribe Consumer Backoff Max Attempts", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Maximum number the kafka consumer will attempt 
to subscribe to the kafka broker, before eventually giving up and failing. 
Error during subscribing the consumer to the kafka top [...]
 "batchWithIndividualHeaders": { "kind": "property", "displayName": "Batch 
With Individual Headers", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "If this feature is 
enabled and a single element of a batch is an Exchang [...]
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
-"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to specify the [...]
+"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4", "zstd" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to spe [...]
 "connectionMaxIdleMs": { "kind": "property", "displayName": "Connection 
Max Idle Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "54", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Close idle connections 
after the number of milliseconds specified by this [...]
 "deliveryTimeoutMs": { "kind": "property", "displayName": "Delivery 
Timeout Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "12", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", 

[GitHub] [camel-spring-boot] davsclaus merged pull request #689: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-12-26 Thread GitBox


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


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

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

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



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

2022-12-26 Thread GitBox


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 3784654539-978-c2e6366c-4f01-4136-a1ea-599909fa86f2
   * Camel Quarkus Commit: 6373f6c788a5828cd2bb9086d73fbbd7015d7da0
   
   * Quarkus Main Commit: 491c0440a45efdaf7a8e8a1f4652801a65d199be
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/3784654539


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

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

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



[camel-kafka-connector] branch automatic-periodic-sync updated (9952d9125 -> 9fc16548c)

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

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


 discard 9952d9125 [create-pull-request] automated change

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

 * -- * -- N   refs/heads/automatic-periodic-sync (9fc16548c)
\
 O -- O -- O   (9952d9125)

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

No new revisions were added by this update.

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

[GitHub] [camel-kafka-connector] github-actions[bot] closed pull request #1493: [Github Actions] Periodic Sync Camel-kafka-connector main Branch

2022-12-26 Thread GitBox


github-actions[bot] closed pull request #1493: [Github Actions] Periodic Sync 
Camel-kafka-connector main Branch
URL: https://github.com/apache/camel-kafka-connector/pull/1493


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

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

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



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #689: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-12-26 Thread GitBox


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

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml


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

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

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



[camel-spring-boot] branch automatic-periodic-sync updated (e1064aabec9 -> 6d016a635c1)

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

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


from e1064aabec9 Temporary to fix website build
 add 6d016a635c1 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/springboot/catalog/components/kafka.json | 4 ++--
 components-starter/camel-kafka-starter/src/main/docs/kafka.json   | 2 +-
 .../camel/component/kafka/springboot/KafkaComponentConfiguration.java | 3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml| 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)



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

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

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


from 3c76cc9e Set version to 3.21.0-SNAPSHOT
 add c9f2dfa3 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/karaf/components/kafka.json| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[GitHub] [camel-karaf] github-actions[bot] opened a new pull request, #228: [Github Actions] Periodic Sync Camel Karaf Main Branch

2022-12-26 Thread GitBox


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

   Periodic Sync of Camel Karaf Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-karaf/blob/main/.github/workflows/automatic-sync-main.yml


-- 
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 (43586526137 -> bc7b56e5315)

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

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


from 43586526137 Polished
 add bc7b56e5315 Polished

No new revisions were added by this update.

Summary of changes:
 core/camel-api/src/main/java/org/apache/camel/StreamCache.java| 2 +-
 .../java/org/apache/camel/support/jsse/KeyStoreParameters.java| 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)



[camel] branch regen_bot updated (d972b6b67ca -> 43586526137)

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

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


from d972b6b67ca correct typo
 add 43586526137 Polished

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/parser/helper/CamelXmlHelper.java  | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)



[camel] branch main updated: Polished

2022-12-26 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 bc7b56e5315 Polished
bc7b56e5315 is described below

commit bc7b56e5315ac5e754bf5043006b0e82eae409a8
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 19:54:46 2022 +0100

Polished
---
 core/camel-api/src/main/java/org/apache/camel/StreamCache.java| 2 +-
 .../java/org/apache/camel/support/jsse/KeyStoreParameters.java| 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/StreamCache.java 
b/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
index c89f5ec2793..622c9bc6e86 100644
--- a/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
+++ b/core/camel-api/src/main/java/org/apache/camel/StreamCache.java
@@ -33,7 +33,7 @@ import java.io.OutputStream;
  */
 public interface StreamCache {
 
-long DEFAULT_SPOOL_THRESHOLD = 128 * 1024;
+long DEFAULT_SPOOL_THRESHOLD = 128 * 1024L;
 
 /**
  * Resets the StreamCache for a new stream consumption.
diff --git 
a/core/camel-api/src/main/java/org/apache/camel/support/jsse/KeyStoreParameters.java
 
b/core/camel-api/src/main/java/org/apache/camel/support/jsse/KeyStoreParameters.java
index 33d1fe8ad59..ea063819de7 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/support/jsse/KeyStoreParameters.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/support/jsse/KeyStoreParameters.java
@@ -209,10 +209,12 @@ public class KeyStoreParameters extends JsseParameters {
 try {
 aliasEnum = ks.aliases();
 } catch (KeyStoreException e) {
-e.printStackTrace();
+// ignore - only used for logging purposes
 }
-while (aliasEnum.hasMoreElements()) {
-aliases.add(aliasEnum.nextElement());
+if (aliasEnum != null) {
+while (aliasEnum.hasMoreElements()) {
+aliases.add(aliasEnum.nextElement());
+}
 }
 return aliases;
 }



[camel] branch regen_bot updated (d97910e5611 -> d972b6b67ca)

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

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


from d97910e5611 CAMEL-18825: Make XML parser/transformers more secure out 
of the box.
 add d972b6b67ca correct typo

No new revisions were added by this update.

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



[camel] branch main updated: Polished

2022-12-26 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 43586526137 Polished
43586526137 is described below

commit 435865261370efdfddf9784b18b574492e87a3da
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 19:27:40 2022 +0100

Polished
---
 .../main/java/org/apache/camel/parser/helper/CamelXmlHelper.java  | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-route-parser/src/main/java/org/apache/camel/parser/helper/CamelXmlHelper.java
 
b/catalog/camel-route-parser/src/main/java/org/apache/camel/parser/helper/CamelXmlHelper.java
index f7e87d26817..40020ea2a18 100644
--- 
a/catalog/camel-route-parser/src/main/java/org/apache/camel/parser/helper/CamelXmlHelper.java
+++ 
b/catalog/camel-route-parser/src/main/java/org/apache/camel/parser/helper/CamelXmlHelper.java
@@ -216,7 +216,7 @@ public final class CamelXmlHelper {
 if (first) {
 first = false;
 String actual = getIdOrIndex(node, rootNodeCounts);
-if (!equal(actual, path)) {
+if (!Objects.equals(actual, path)) {
 node = null;
 }
 } else {
@@ -244,7 +244,7 @@ public final class CamelXmlHelper {
 Node child = childNodes.item(i);
 if (child instanceof Element) {
 String actual = getIdOrIndex(child, nodeCounts);
-if (equal(actual, path)) {
+if (Objects.equals(actual, path)) {
 return child;
 }
 }
@@ -295,8 +295,4 @@ public final class CamelXmlHelper {
 return name.equals(node.getLocalName()) || 
name.equals(node.getNodeName());
 }
 
-private static boolean equal(Object a, Object b) {
-return Objects.equals(a, b);
-}
-
 }



[camel] branch main updated: correct typo

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

bvahdat 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 d972b6b67ca correct typo
d972b6b67ca is described below

commit d972b6b67cacde26ae4624399fbf92b3927ef6d7
Author: Babak Vahdat 
AuthorDate: Mon Dec 26 19:02:01 2022 +0100

correct typo
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ad78861bc1..c4bb056940c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -8,7 +8,7 @@
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
- ttp://www.apache.org/licenses/LICENSE-2.0
+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,



[camel] branch regen_bot updated (4e0e191dbf4 -> d97910e5611)

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

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


from 4e0e191dbf4 Code scanning. Avoid logging value in type-converter
 add d97910e5611 CAMEL-18825: Make XML parser/transformers more secure out 
of the box.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



[camel] branch regen_bot updated (eadb8db368a -> 4e0e191dbf4)

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

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


from eadb8db368a Fix code scanning low warning: Exceptions should not be 
thrown from servlet methods
 add 4e0e191dbf4 Code scanning. Avoid logging value in type-converter

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/impl/converter/CoreTypeConverterRegistry.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



[camel] branch regen_bot updated (2b1566aa16e -> eadb8db368a)

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

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


from 2b1566aa16e camel-yaml-dsl - Suppress PMD warning in source generated 
code
 add eadb8db368a Fix code scanning low warning: Exceptions should not be 
thrown from servlet methods

No new revisions were added by this update.

Summary of changes:
 .../atmosphere/websocket/CamelWebSocketServlet.java| 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)



[camel-kafka-connector] branch dependabot/github_actions/actions/checkout-3.2.0 created (now 5fc15c2c3)

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

github-bot pushed a change to branch 
dependabot/github_actions/actions/checkout-3.2.0
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


  at 5fc15c2c3 Bump actions/checkout from 3.1.0 to 3.2.0

No new revisions were added by this update.



[GitHub] [camel-kafka-connector] dependabot[bot] opened a new pull request, #1494: Bump actions/checkout from 3.1.0 to 3.2.0

2022-12-26 Thread GitBox


dependabot[bot] opened a new pull request, #1494:
URL: https://github.com/apache/camel-kafka-connector/pull/1494

   Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 
3.2.0.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases;>actions/checkout's 
releases.
   
   v3.2.0
   What's Changed
   
   Add GitHub Action to perform release by https://github.com/rentziass;>@​rentziass in https://github-redirect.dependabot.com/actions/checkout/pull/942;>actions/checkout#942
   Fix status badge by https://github.com/ScottBrenner;>@​ScottBrenner in https://github-redirect.dependabot.com/actions/checkout/pull/967;>actions/checkout#967
   Replace datadog/squid with ubuntu/squid Docker image by https://github.com/cory-miller;>@​cory-miller in https://github-redirect.dependabot.com/actions/checkout/pull/1002;>actions/checkout#1002
   Wrap pipeline commands for submoduleForeach in quotes by https://github.com/jokreliable;>@​jokreliable in https://github-redirect.dependabot.com/actions/checkout/pull/964;>actions/checkout#964
   Update @​actions/io to 1.1.2 by https://github.com/cory-miller;>@​cory-miller in https://github-redirect.dependabot.com/actions/checkout/pull/1029;>actions/checkout#1029
   Upgrading version to 3.2.0 by https://github.com/vmjoseph;>@​vmjoseph in https://github-redirect.dependabot.com/actions/checkout/pull/1039;>actions/checkout#1039
   
   New Contributors
   
   https://github.com/ScottBrenner;>@​ScottBrenner made 
their first contribution in https://github-redirect.dependabot.com/actions/checkout/pull/967;>actions/checkout#967
   https://github.com/cory-miller;>@​cory-miller 
made their first contribution in https://github-redirect.dependabot.com/actions/checkout/pull/1002;>actions/checkout#1002
   https://github.com/jokreliable;>@​jokreliable 
made their first contribution in https://github-redirect.dependabot.com/actions/checkout/pull/964;>actions/checkout#964
   https://github.com/vmjoseph;>@​vmjoseph made 
their first contribution in https://github-redirect.dependabot.com/actions/checkout/pull/1039;>actions/checkout#1039
   
   Full Changelog: https://github.com/actions/checkout/compare/v3...v3.2.0;>https://github.com/actions/checkout/compare/v3...v3.2.0
   
   
   
   Changelog
   Sourced from https://github.com/actions/checkout/blob/main/CHANGELOG.md;>actions/checkout's
 changelog.
   
   Changelog
   
   
   
   Commits
   
   https://github.com/actions/checkout/commit/755da8c3cf115ac066823e79a1e1788f8940201b;>755da8c
 3.2.0 (https://github-redirect.dependabot.com/actions/checkout/issues/1039;>#1039)
   https://github.com/actions/checkout/commit/26d48e8ea150211a9bc3b1f0c20448599687d926;>26d48e8
 Update @​actions/io to 1.1.2 (https://github-redirect.dependabot.com/actions/checkout/issues/1029;>#1029)
   https://github.com/actions/checkout/commit/bf085276cecdb0cc76fbbe0687a5a0e786646936;>bf08527
 wrap pipeline commands for submoduleForeach in quotes (https://github-redirect.dependabot.com/actions/checkout/issues/964;>#964)
   https://github.com/actions/checkout/commit/5c3ccc22eb2c950a0fa5bc7c47190d8e3f7e681a;>5c3ccc2
 Replace datadog/squid with ubuntu/squid Docker image (https://github-redirect.dependabot.com/actions/checkout/issues/1002;>#1002)
   https://github.com/actions/checkout/commit/1f9a0c22da41e6ebfa534300ef656657ea2c6707;>1f9a0c2
 README - fix status badge (https://github-redirect.dependabot.com/actions/checkout/issues/967;>#967)
   https://github.com/actions/checkout/commit/8230315d06ad95c617244d2f265d237a1682d445;>8230315
 Add workflow to update a main version (https://github-redirect.dependabot.com/actions/checkout/issues/942;>#942)
   See full diff in https://github.com/actions/checkout/compare/v3.1.0...v3.2.0;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout=github_actions=3.1.0=3.2.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 

[camel] branch main updated: CAMEL-18825: Make XML parser/transformers more secure out of the box.

2022-12-26 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 d97910e5611 CAMEL-18825: Make XML parser/transformers more secure out 
of the box.
d97910e5611 is described below

commit d97910e56113bc19a6250f8f5a44c1417171c34f
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 16:37:56 2022 +0100

CAMEL-18825: Make XML parser/transformers more secure out of the box.
---
 .../java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java| 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java
 
b/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java
index 7e897d32a1c..a2a49835286 100644
--- 
a/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java
+++ 
b/components/camel-cm-sms/src/main/java/org/apache/camel/component/cm/CMSenderOneMessageImpl.java
@@ -160,9 +160,11 @@ public class CMSenderOneMessageImpl implements CMSender {
 msgElement.appendChild(maxMessagePartsElement);
 }
 
-// Creatate XML as String
+// Create XML as String
 TransformerFactory transformerFactory = 
TransformerFactory.newInstance();
 
transformerFactory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, 
Boolean.TRUE);
+transformerFactory.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, 
"");
+
transformerFactory.setAttribute(XMLConstants.ACCESS_EXTERNAL_STYLESHEET, "");
 final Transformer aTransformer = 
transformerFactory.newTransformer();
 aTransformer.setOutputProperty(OutputKeys.INDENT, "yes");
 final Source src = new DOMSource(doc);



[camel] branch main updated: Code scanning. Avoid logging value in type-converter

2022-12-26 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 4e0e191dbf4 Code scanning. Avoid logging value in type-converter
4e0e191dbf4 is described below

commit 4e0e191dbf429f83d54a9a9d6fce4194181c3ff9
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 16:34:20 2022 +0100

Code scanning. Avoid logging value in type-converter
---
 .../org/apache/camel/impl/converter/CoreTypeConverterRegistry.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-base/src/main/java/org/apache/camel/impl/converter/CoreTypeConverterRegistry.java
 
b/core/camel-base/src/main/java/org/apache/camel/impl/converter/CoreTypeConverterRegistry.java
index 5983cd80b5b..637603515b2 100644
--- 
a/core/camel-base/src/main/java/org/apache/camel/impl/converter/CoreTypeConverterRegistry.java
+++ 
b/core/camel-base/src/main/java/org/apache/camel/impl/converter/CoreTypeConverterRegistry.java
@@ -397,9 +397,10 @@ public class CoreTypeConverterRegistry extends 
ServiceSupport implements TypeCon
 boolean statisticsEnabled = !tryConvert && 
statistics.isStatisticsEnabled(); // we only capture if not try-convert in use
 
 if (trace) {
-LOG.trace("Finding type converter to convert {} -> {} with value: 
{}",
+// Replace pattern-breaking characters
+LOG.trace("Finding type converter to convert {} -> {}",
 value == null ? "null" : 
value.getClass().getCanonicalName(),
-type.getCanonicalName(), value);
+type.getCanonicalName());
 }
 
 if (value == null) {



[camel] branch main updated: Fix code scanning low warning: Exceptions should not be thrown from servlet methods

2022-12-26 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 eadb8db368a Fix code scanning low warning: Exceptions should not be 
thrown from servlet methods
eadb8db368a is described below

commit eadb8db368ad862de14e7794eca84002b1ddc098
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 16:22:15 2022 +0100

Fix code scanning low warning: Exceptions should not be thrown from servlet 
methods
---
 .../atmosphere/websocket/CamelWebSocketServlet.java| 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-atmosphere-websocket/src/main/java/org/apache/camel/component/atmosphere/websocket/CamelWebSocketServlet.java
 
b/components/camel-atmosphere-websocket/src/main/java/org/apache/camel/component/atmosphere/websocket/CamelWebSocketServlet.java
index 030fffe0811..1a583e5c5bb 100644
--- 
a/components/camel-atmosphere-websocket/src/main/java/org/apache/camel/component/atmosphere/websocket/CamelWebSocketServlet.java
+++ 
b/components/camel-atmosphere-websocket/src/main/java/org/apache/camel/component/atmosphere/websocket/CamelWebSocketServlet.java
@@ -48,9 +48,25 @@ public class CamelWebSocketServlet extends 
CamelHttpTransportServlet {
 }
 
 @Override
-protected void doService(HttpServletRequest request, HttpServletResponse 
response) throws ServletException, IOException {
+protected void doService(HttpServletRequest request, HttpServletResponse 
response) {
 log.trace("Service: {}", request);
+try {
+handleDoService(request, response);
+} catch (Exception e) {
+// do not leak exception back to caller
+log.warn("Error handling request due to: " + e.getMessage(), e);
+try {
+if (!response.isCommitted()) {
+
response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
+}
+} catch (Exception e1) {
+// ignore
+}
+}
+}
 
+protected void handleDoService(HttpServletRequest request, 
HttpServletResponse response)
+throws ServletException, IOException {
 // Is there a consumer registered for the request.
 HttpConsumer consumer = 
getServletResolveConsumerStrategy().resolve(request, getConsumers());
 if (consumer == null) {



[camel] branch regen_bot updated (ebdd2044911 -> 2b1566aa16e)

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

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


from ebdd2044911 polish test
 add 2b1566aa16e camel-yaml-dsl - Suppress PMD warning in source generated 
code

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/yaml/deserializers/ExpressionDeserializers.java  |  2 ++
 .../camel/dsl/yaml/deserializers/ModelDeserializers.java   |  2 ++
 .../camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java| 10 ++
 3 files changed, 14 insertions(+)



[camel] branch main updated: camel-yaml-dsl - Suppress PMD warning in source generated code

2022-12-26 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 2b1566aa16e camel-yaml-dsl - Suppress PMD warning in source generated 
code
2b1566aa16e is described below

commit 2b1566aa16e2021b3fc1ebd3f3f43f15aba39068
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 14:20:07 2022 +0100

camel-yaml-dsl - Suppress PMD warning in source generated code
---
 .../camel/dsl/yaml/deserializers/ExpressionDeserializers.java  |  2 ++
 .../camel/dsl/yaml/deserializers/ModelDeserializers.java   |  2 ++
 .../camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java| 10 ++
 3 files changed, 14 insertions(+)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ExpressionDeserializers.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ExpressionDeserializers.java
index 99e43fd38cf..e120ea8bd74 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ExpressionDeserializers.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ExpressionDeserializers.java
@@ -4,6 +4,7 @@ package org.apache.camel.dsl.yaml.deserializers;
 import java.lang.Object;
 import java.lang.Override;
 import java.lang.String;
+import java.lang.SuppressWarnings;
 import org.apache.camel.dsl.yaml.common.YamlDeserializationContext;
 import org.apache.camel.dsl.yaml.common.YamlDeserializerSupport;
 import org.apache.camel.model.language.ExpressionDefinition;
@@ -14,6 +15,7 @@ import org.snakeyaml.engine.v2.nodes.MappingNode;
 import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
 
+@SuppressWarnings("PMD.UnnecessaryFullyQualifiedName")
 public final class ExpressionDeserializers extends YamlDeserializerSupport {
 private ExpressionDeserializers() {
 }
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
index f57d04256ca..5a1385a78ab 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
@@ -4,6 +4,7 @@ package org.apache.camel.dsl.yaml.deserializers;
 import java.lang.Object;
 import java.lang.Override;
 import java.lang.String;
+import java.lang.SuppressWarnings;
 import java.util.Map;
 import org.apache.camel.CamelContext;
 import org.apache.camel.dsl.yaml.common.YamlDeserializerBase;
@@ -238,6 +239,7 @@ import org.apache.camel.spi.annotations.YamlType;
 import org.snakeyaml.engine.v2.nodes.MappingNode;
 import org.snakeyaml.engine.v2.nodes.Node;
 
+@SuppressWarnings("PMD.UnnecessaryFullyQualifiedName")
 public final class ModelDeserializers extends YamlDeserializerSupport {
 private ModelDeserializers() {
 }
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
index 0759ffe4a24..02d83e54eb1 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
@@ -115,6 +115,11 @@ public class GenerateYamlDeserializersMojo extends 
GenerateYamlSupportMojo {
 type.addModifiers(Modifier.PUBLIC, Modifier.FINAL);
 type.superclass(CN_DESERIALIZER_SUPPORT);
 
+// PMD suppression
+AnnotationSpec.Builder suppress = 
AnnotationSpec.builder(SuppressWarnings.class);
+suppress.addMember("value", "$L", 
"\"PMD.UnnecessaryFullyQualifiedName\"");
+type.addAnnotation(suppress.build());
+
 // add private constructor
 type.addMethod(MethodSpec.constructorBuilder()
 .addModifiers(Modifier.PRIVATE)
@@ -295,6 +300,11 @@ public class GenerateYamlDeserializersMojo extends 
GenerateYamlSupportMojo {
 deserializers.addModifiers(Modifier.PUBLIC, Modifier.FINAL);
 deserializers.superclass(CN_DESERIALIZER_SUPPORT);
 
+// PMD suppression
+AnnotationSpec.Builder suppress = 
AnnotationSpec.builder(SuppressWarnings.class);
+suppress.addMember("value", "$L", 

[camel] branch regen_bot updated (0b2b8a746b1 -> ebdd2044911)

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

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


from 0b2b8a746b1 fix the misspelled kabooms
 add ebdd2044911 polish test

No new revisions were added by this update.

Summary of changes:
 .../sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java| 16 
 1 file changed, 8 insertions(+), 8 deletions(-)



[camel] branch regen_bot updated (b2887077019 -> 0b2b8a746b1)

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

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


from b2887077019 Polished
 add 0b2b8a746b1 fix the misspelled kabooms

No new revisions were added by this update.

Summary of changes:
 .../component/jms/JmsDeadLetterQueueTest.java  | 10 +-
 ...msDeadLetterQueueUsingTransferExchangeTest.java | 10 +-
 ...OnCompletionAndInterceptAndOnExceptionTest.java |  6 +++---
 .../camel/component/jms/JmsOnCompletionTest.java   |  6 +++---
 .../component/jms/JmsTransferExceptionTest.java|  4 ++--
 .../component/jms/tx/RouteIdTransactedTest.java|  4 ++--
 .../file/FileConsumerDeleteAndFailureTest.java |  4 ++--
 .../file/FileConsumerDeleteAndMoveFailedTest.java  |  2 +-
 .../file/FileConsumerMoveAndMoveFailureTest.java   |  6 +++---
 .../FileConsumerMoveFailureOnCompletionTest.java   | 10 +-
 .../file/FileConsumerMoveFailureTest.java  |  6 +++---
 .../apache/camel/impl/ExpressionAdapterTest.java   |  4 ++--
 .../apache/camel/impl/ExpressionSupportTest.java   |  4 ++--
 .../OnExceptionBeforeErrorHandlerIssueTest.java|  8 
 .../RecipientListErrorHandlingIssueTest.java   | 12 ++--
 .../model/RouteConfigurationOnCompletionTest.java  |  6 +++---
 .../DefaultErrorHandlerExplicitConfiguredTest.java |  2 +-
 .../DefaultErrorHandlerOnExceptionTest.java|  4 ++--
 .../camel/processor/DefaultErrorHandlerTest.java   |  4 ++--
 .../processor/ErrorHandlerWrappedEachNodeTest.java | 22 +++---
 ...letionAndInterceptAndOnExceptionGlobalTest.java |  8 
 .../OnCompletionAndInterceptGlobalTest.java|  8 
 .../processor/OnCompletionAndInterceptTest.java|  8 
 .../camel/processor/OnCompletionAsyncTest.java | 20 ++--
 .../camel/processor/OnCompletionFailAndOkTest.java |  6 +++---
 .../camel/processor/OnCompletionGlobalTest.java|  8 
 .../OnCompletionMoreGlobalRouteCompletionTest.java | 12 ++--
 .../processor/OnCompletionMoreGlobalTest.java  |  8 
 .../processor/OnCompletionOnCompleteOnlyTest.java  |  4 ++--
 ...ompletionRouteScopeOverrideGlobalScopeTest.java |  8 
 .../apache/camel/processor/OnCompletionTest.java   |  8 
 .../processor/OnCompletionUseOriginalBodyTest.java |  4 ++--
 .../org/apache/camel/processor/RouteIdTest.java|  4 ++--
 .../ManagedRouteWithOnExceptionTest.java   | 10 +-
 .../LoadRouteFromXmlWithOnExceptionTest.java   |  6 +++---
 35 files changed, 128 insertions(+), 128 deletions(-)



[camel] branch regen_bot updated (b05f0ff3dd6 -> b2887077019)

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

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


from b05f0ff3dd6 Revert "Spring doc minor fix."
 add 2f91f34b187 Polished
 add d9276e9aed5 Upgrade to groovy 3.0.14
 add b2887077019 Polished

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/model/ProcessorDefinition.java  | 3 ++-
 core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java | 3 +--
 pom.xml| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



[camel] branch main updated: polish test

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

bvahdat 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 ebdd2044911 polish test
ebdd2044911 is described below

commit ebdd2044911feeb32814e9ded3e2b023ee5f522f
Author: Babak Vahdat 
AuthorDate: Mon Dec 26 11:53:49 2022 +0100

polish test
---
 .../sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java| 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java
 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java
index 7915cb5359b..d753f31be89 100644
--- 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java
+++ 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java
@@ -93,7 +93,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest extends 
CamelSpringTestSup
 assertTrue(notify.matchesWaitTime(), "Should complete 1 message");
 
 // check that there is a message in the database and JMS queue
-assertEquals(1, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(1, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 Object out = consumer.receiveBody("activemq2:queue:outbox", 3000);
 assertEquals("DONE-A", out);
 }
@@ -117,7 +117,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 assertTrue(notify.matchesWaitTime(), "Should complete 7 messages");
 
 // check that there is no message in the database and JMS queue
-assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 assertNull(consumer.receiveBody("activemq2:queue:outbox", 3000));
 
 // the message should have been moved to the AMQ DLQ queue
@@ -143,7 +143,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 assertTrue(notify.matchesWaitTime(), "Should complete 7 messages");
 
 // check that there is no message in the database and JMS queue
-assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 assertNull(consumer.receiveBody("activemq2:queue:outbox", 3000));
 
 // the message should have been moved to the AMQ DLQ queue
@@ -168,7 +168,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 assertTrue(notify.matchesWaitTime(), "Should complete 3 messages");
 
 // check that there is two messages in the database and JMS queue
-assertEquals(2, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(2, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 assertEquals("DONE-D", consumer.receiveBody("activemq2:queue:outbox", 
3000));
 assertEquals("DONE-E", consumer.receiveBody("activemq2:queue:outbox", 
3000));
 }
@@ -204,7 +204,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 assertTrue(notify.matchesWaitTime(), "Should complete 4 messages");
 
 // check that there is three messages in the database and JMS queue
-assertEquals(3, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(3, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 assertEquals("DONE-D", consumer.receiveBody("activemq2:queue:outbox", 
3000));
 assertEquals("DONE-E", consumer.receiveBody("activemq2:queue:outbox", 
3000));
 assertEquals("DONE-F", consumer.receiveBody("activemq2:queue:outbox", 
3000));
@@ -212,7 +212,7 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 
 protected void checkInitialState() {
 // check there are no messages in the database and JMS queue
-assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", Integer.class));
+assertEquals(0, jdbcTemplate.queryForObject("select count(*) from 
CAMEL_MESSAGEPROCESSED", int.class));
 assertNull(consumer.receiveBody("activemq2:queue:outbox", 2000));
 }
 
@@ -226,9 +226,9 @@ public class FromJmsToJdbcIdempotentConsumerToJmsTest 
extends CamelSpringTestSup
 

[camel] branch main updated: fix the misspelled kabooms

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

bvahdat 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 0b2b8a746b1 fix the misspelled kabooms
0b2b8a746b1 is described below

commit 0b2b8a746b12d5aadc45d3af28602d09eabb0609
Author: Babak Vahdat 
AuthorDate: Mon Dec 26 09:42:41 2022 +0100

fix the misspelled kabooms
---
 .../component/jms/JmsDeadLetterQueueTest.java  | 10 +-
 ...msDeadLetterQueueUsingTransferExchangeTest.java | 10 +-
 ...OnCompletionAndInterceptAndOnExceptionTest.java |  6 +++---
 .../camel/component/jms/JmsOnCompletionTest.java   |  6 +++---
 .../component/jms/JmsTransferExceptionTest.java|  4 ++--
 .../component/jms/tx/RouteIdTransactedTest.java|  4 ++--
 .../file/FileConsumerDeleteAndFailureTest.java |  4 ++--
 .../file/FileConsumerDeleteAndMoveFailedTest.java  |  2 +-
 .../file/FileConsumerMoveAndMoveFailureTest.java   |  6 +++---
 .../FileConsumerMoveFailureOnCompletionTest.java   | 10 +-
 .../file/FileConsumerMoveFailureTest.java  |  6 +++---
 .../apache/camel/impl/ExpressionAdapterTest.java   |  4 ++--
 .../apache/camel/impl/ExpressionSupportTest.java   |  4 ++--
 .../OnExceptionBeforeErrorHandlerIssueTest.java|  8 
 .../RecipientListErrorHandlingIssueTest.java   | 12 ++--
 .../model/RouteConfigurationOnCompletionTest.java  |  6 +++---
 .../DefaultErrorHandlerExplicitConfiguredTest.java |  2 +-
 .../DefaultErrorHandlerOnExceptionTest.java|  4 ++--
 .../camel/processor/DefaultErrorHandlerTest.java   |  4 ++--
 .../processor/ErrorHandlerWrappedEachNodeTest.java | 22 +++---
 ...letionAndInterceptAndOnExceptionGlobalTest.java |  8 
 .../OnCompletionAndInterceptGlobalTest.java|  8 
 .../processor/OnCompletionAndInterceptTest.java|  8 
 .../camel/processor/OnCompletionAsyncTest.java | 20 ++--
 .../camel/processor/OnCompletionFailAndOkTest.java |  6 +++---
 .../camel/processor/OnCompletionGlobalTest.java|  8 
 .../OnCompletionMoreGlobalRouteCompletionTest.java | 12 ++--
 .../processor/OnCompletionMoreGlobalTest.java  |  8 
 .../processor/OnCompletionOnCompleteOnlyTest.java  |  4 ++--
 ...ompletionRouteScopeOverrideGlobalScopeTest.java |  8 
 .../apache/camel/processor/OnCompletionTest.java   |  8 
 .../processor/OnCompletionUseOriginalBodyTest.java |  4 ++--
 .../org/apache/camel/processor/RouteIdTest.java|  4 ++--
 .../ManagedRouteWithOnExceptionTest.java   | 10 +-
 .../LoadRouteFromXmlWithOnExceptionTest.java   |  6 +++---
 35 files changed, 128 insertions(+), 128 deletions(-)

diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
index 4df5a232708..615d7caf400 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
@@ -43,11 +43,11 @@ public class JmsDeadLetterQueueTest extends AbstractJMSTest 
{
 }
 
 @Test
-public void testKabom() throws Exception {
+public void testKaboom() throws Exception {
 MockEndpoint mock = getMockEndpoint("mock:dead");
-mock.expectedBodiesReceived("Kabom");
+mock.expectedBodiesReceived("Kaboom");
 
-template.sendBody("direct:start", "Kabom");
+template.sendBody("direct:start", "Kaboom");
 
 MockEndpoint.assertIsSatisfied(context);
 
@@ -69,8 +69,8 @@ public class JmsDeadLetterQueueTest extends AbstractJMSTest {
 
 from("direct:start").process(exchange -> {
 String body = exchange.getIn().getBody(String.class);
-if ("Kabom".equals(body)) {
-throw new IllegalArgumentException("Kabom");
+if ("Kaboom".equals(body)) {
+throw new IllegalArgumentException("Kaboom");
 }
 }).to("mock:result");
 
diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
index 7cbd2254f53..7d14b2f8a16 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
@@ -40,11 +40,11 @@ public class JmsDeadLetterQueueUsingTransferExchangeTest 
extends AbstractJMSTest
 }
 
 @Test
-public void testKabom() throws Exception {
+

[GitHub] [camel] bvahdat merged pull request #8951: Fix the misspelled kabooms

2022-12-26 Thread GitBox


bvahdat merged PR #8951:
URL: https://github.com/apache/camel/pull/8951


-- 
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] bvahdat commented on pull request #8951: Fix the misspelled kabooms

2022-12-26 Thread GitBox


bvahdat commented on PR #8951:
URL: https://github.com/apache/camel/pull/8951#issuecomment-1365078964

   The failed build is not relevant to this PR:
   
   ```
   [ERROR] Failed to execute goal 
org.apache.camel:camel-package-maven-plugin:3.21.0-SNAPSHOT:xref-check 
(xref-check) on project docs: Unresolved xrefs -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.camel:camel-package-maven-plugin:3.21.0-SNAPSHOT:xref-check 
(xref-check) on project docs: Unresolved xrefs
at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:375)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at 
org.mvndaemon.mvnd.builder.SmartBuilderImpl.buildProject(SmartBuilderImpl.java:178)
at 
org.mvndaemon.mvnd.builder.SmartBuilderImpl$ProjectBuildTask.run(SmartBuilderImpl.java:198)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.maven.plugin.MojoFailureException: Unresolved xrefs
at 
org.apache.camel.maven.packaging.XRefCheckMojo.execute(XRefCheckMojo.java:59)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
   ```


-- 
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 (9b6dc2e3bba -> b05f0ff3dd6)

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

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


from 9b6dc2e3bba Regen for commit e0aaa73b9778990c2e19f2d8d6ef4130f0b5d56a
 add 796e58cd27a Spring doc minor fix.
 add b05f0ff3dd6 Revert "Spring doc minor fix."

No new revisions were added by this update.

Summary of changes:



[camel] 03/03: Polished

2022-12-26 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 b2887077019a6f1bf2ede4b96dd0080f705e62b6
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:29:22 2022 +0100

Polished
---
 core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java 
b/core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java
index a94b2ec861a..51d3b2b46b4 100644
--- a/core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java
@@ -371,8 +371,7 @@ public class XmlParseTest extends XmlTestSupport {
 
 protected RouteDefinition assertOneRoute(String uri) throws JAXBException {
 RouteContainer context = assertParseAsJaxb(uri);
-RouteDefinition route = assertOneElement(context.getRoutes());
-return route;
+return assertOneElement(context.getRoutes());
 }
 
 protected void assertFrom(RouteDefinition route, String uri) {



[camel] branch main updated (b05f0ff3dd6 -> b2887077019)

2022-12-26 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 b05f0ff3dd6 Revert "Spring doc minor fix."
 new 2f91f34b187 Polished
 new d9276e9aed5 Upgrade to groovy 3.0.14
 new b2887077019 Polished

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


Summary of changes:
 .../src/main/java/org/apache/camel/model/ProcessorDefinition.java  | 3 ++-
 core/camel-core/src/test/java/org/apache/camel/model/XmlParseTest.java | 3 +--
 pom.xml| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)



[camel] 01/03: Polished

2022-12-26 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 2f91f34b1870115191a6ebe97ad00e1d5af4c615
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:24:02 2022 +0100

Polished
---
 .../src/main/java/org/apache/camel/model/ProcessorDefinition.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index b7592696ca5..b22e64d6f54 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -21,6 +21,7 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.Comparator;
+import java.util.Deque;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.concurrent.TimeUnit;
@@ -87,7 +88,7 @@ public abstract class ProcessorDefinition
 @XmlAttribute
 protected Boolean inheritErrorHandler;
 @XmlTransient
-private final LinkedList blocks = new LinkedList<>();
+private final Deque blocks = new LinkedList<>();
 @XmlTransient
 private ProcessorDefinition parent;
 @XmlTransient



[camel] 02/03: Upgrade to groovy 3.0.14

2022-12-26 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 d9276e9aed5a5655d8962c9a5c60a3ad895dd8f6
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:24:31 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index df5e03dc674..22d5f575eb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
 2.5
 3.0
 1.11.1
-3.0.12
+3.0.14
 
 false
 



[camel-kameleon] 02/02: Add 3.18.x LTS release as well

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

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

commit 1d2d7e732744dd2187332da0f6e44cab8341a004
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:11:47 2022 +0100

Add 3.18.x LTS release as well
---
 src/main/resources/kameleon.json | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 754bf3d..c6c8846 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -14,6 +14,15 @@
   "archetypeGroupId": "org.apache.camel.archetypes",
   "archetypeArtifactId": "camel-archetype-main"
 },
+{
+  "name": "3.18.4",
+  "suffix": "LTS",
+  "javaVersions": ["11", "17"],
+  "defaultJava": "11",
+  "runtimeVersion": "",
+  "archetypeGroupId": "org.apache.camel.archetypes",
+  "archetypeArtifactId": "camel-archetype-main"
+},
 {
   "name": "3.14.6",
   "suffix": "LTS",
@@ -48,6 +57,15 @@
   "archetypeGroupId": "org.apache.camel.archetypes",
   "archetypeArtifactId": "camel-archetype-spring-boot"
 },
+{
+  "name": "3.18.4",
+  "suffix": "LTS",
+  "javaVersions": ["11", "17"],
+  "defaultJava": "11",
+  "runtimeVersion": "",
+  "archetypeGroupId": "org.apache.camel.archetypes",
+  "archetypeArtifactId": "camel-archetype-spring-boot"
+},
 {
   "name": "3.14.6",
   "suffix": "LTS",



[camel-kameleon] 01/02: Change project to version 0.4.1

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

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

commit 673a3b51becb663989d810878bd87d682241f1fe
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:07:15 2022 +0100

Change project to version 0.4.1
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bed7400..b733a4a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ mvn package
 
 ### Run 
 ```bash
-export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar 
target/kameleon/kameleon-0.4.0-runner.jar
+export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar 
target/kameleon/kameleon-0.4.1-runner.jar
 ```
 
 
diff --git a/pom.xml b/pom.xml
index 4d3c410..a21e3c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
 4.0.0
 org.apache.camel.kameleon
 kameleon
-0.4.0
+0.4.1
 
 3.8.1
 true



[camel-kameleon] branch main updated (9c44191 -> 1d2d7e7)

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

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


from 9c44191  Upgrade to Kamelets 3.20.0
 new 673a3b5  Change project to version 0.4.1
 new 1d2d7e7  Add 3.18.x LTS release as well

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:
 README.md|  2 +-
 pom.xml  |  2 +-
 src/main/resources/kameleon.json | 18 ++
 3 files changed, 20 insertions(+), 2 deletions(-)



[camel-kameleon] branch main updated: Upgrade to Kamelets 3.20.0

2022-12-26 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 9c44191  Upgrade to Kamelets 3.20.0
9c44191 is described below

commit 9c441915c5a7ea0b62f75e930f21674bb2c25626
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 11:05:38 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 06f98c1..4d3c410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@ under the License.
 3.0.0-M5
 2.15.0
 3.20.0
-0.10.0
+3.20.0
 3.8.6
 
 



[camel] branch main updated: Revert "Spring doc minor fix."

2022-12-26 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 b05f0ff3dd6 Revert "Spring doc minor fix."
b05f0ff3dd6 is described below

commit b05f0ff3dd6c22f76564ab4f1c633478c7346d20
Author: Claus Ibsen 
AuthorDate: Mon Dec 26 10:58:51 2022 +0100

Revert "Spring doc minor fix."

This reverts commit 796e58cd27a07b91c5690cac977356788ba7a03a.
---
 docs/user-manual/modules/ROOT/pages/spring.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/spring.adoc 
b/docs/user-manual/modules/ROOT/pages/spring.adoc
index 206ff0b05a1..b4f3da46a9d 100644
--- a/docs/user-manual/modules/ROOT/pages/spring.adoc
+++ b/docs/user-manual/modules/ROOT/pages/spring.adoc
@@ -11,7 +11,7 @@ Apache Camel is designed to work first class with Spring in a 
number of ways, su
 
 == Using Camel on Spring Boot
 
-See the xref:camel-spring-boot::index.adoc[Camel Spring Boot] documentation.
+See the Camel Spring Boot documentation.
 
 == Using Camel with Spring XML files
 
@@ -23,7 +23,7 @@ To use Camel with Spring XML files see the 
xref:spring-xml-extensions.adoc[Sprin
 
 == Using Spring dependency injection
 
-Spring dependency injection is integrated first-class when using Camel and 
Spring together.
+Spring dependency injection is integrated first-class when using Spring and 
Spring together.
 
 For example when using Camel on Spring Boot, then you can use any kind of 
Spring dependency and
 be able to inject Camel resources such as 'CamelContext', 
xref:endpoint.adoc[Endpoint] and many more.



[GitHub] [camel] github-actions[bot] commented on pull request #8951: Fix the misspelled kabooms

2022-12-26 Thread GitBox


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested 
automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
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] bvahdat opened a new pull request, #8951: Fix the misspelled kabooms

2022-12-26 Thread GitBox


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

   
   


-- 
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 kaboom updated: fix the misspelled kabooms

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

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


The following commit(s) were added to refs/heads/kaboom by this push:
 new d93954c067d fix the misspelled kabooms
d93954c067d is described below

commit d93954c067d773443b0ede0fc35e84e162a25acd
Author: Babak Vahdat 
AuthorDate: Mon Dec 26 09:42:41 2022 +0100

fix the misspelled kabooms
---
 .../component/jms/JmsDeadLetterQueueTest.java  | 10 +-
 ...msDeadLetterQueueUsingTransferExchangeTest.java | 10 +-
 ...OnCompletionAndInterceptAndOnExceptionTest.java |  6 +++---
 .../camel/component/jms/JmsOnCompletionTest.java   |  6 +++---
 .../component/jms/JmsTransferExceptionTest.java|  4 ++--
 .../component/jms/tx/RouteIdTransactedTest.java|  4 ++--
 .../file/FileConsumerDeleteAndFailureTest.java |  4 ++--
 .../file/FileConsumerDeleteAndMoveFailedTest.java  |  2 +-
 .../file/FileConsumerMoveAndMoveFailureTest.java   |  6 +++---
 .../FileConsumerMoveFailureOnCompletionTest.java   | 10 +-
 .../file/FileConsumerMoveFailureTest.java  |  6 +++---
 .../apache/camel/impl/ExpressionAdapterTest.java   |  4 ++--
 .../apache/camel/impl/ExpressionSupportTest.java   |  4 ++--
 .../OnExceptionBeforeErrorHandlerIssueTest.java|  8 
 .../RecipientListErrorHandlingIssueTest.java   | 12 ++--
 .../model/RouteConfigurationOnCompletionTest.java  |  6 +++---
 .../DefaultErrorHandlerExplicitConfiguredTest.java |  2 +-
 .../DefaultErrorHandlerOnExceptionTest.java|  4 ++--
 .../camel/processor/DefaultErrorHandlerTest.java   |  4 ++--
 .../processor/ErrorHandlerWrappedEachNodeTest.java | 22 +++---
 ...letionAndInterceptAndOnExceptionGlobalTest.java |  8 
 .../OnCompletionAndInterceptGlobalTest.java|  8 
 .../processor/OnCompletionAndInterceptTest.java|  8 
 .../camel/processor/OnCompletionAsyncTest.java | 20 ++--
 .../camel/processor/OnCompletionFailAndOkTest.java |  6 +++---
 .../camel/processor/OnCompletionGlobalTest.java|  8 
 .../OnCompletionMoreGlobalRouteCompletionTest.java | 12 ++--
 .../processor/OnCompletionMoreGlobalTest.java  |  8 
 .../processor/OnCompletionOnCompleteOnlyTest.java  |  4 ++--
 ...ompletionRouteScopeOverrideGlobalScopeTest.java |  8 
 .../apache/camel/processor/OnCompletionTest.java   |  8 
 .../processor/OnCompletionUseOriginalBodyTest.java |  4 ++--
 .../org/apache/camel/processor/RouteIdTest.java|  4 ++--
 .../ManagedRouteWithOnExceptionTest.java   | 10 +-
 .../LoadRouteFromXmlWithOnExceptionTest.java   |  6 +++---
 35 files changed, 128 insertions(+), 128 deletions(-)

diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
index 4df5a232708..615d7caf400 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueTest.java
@@ -43,11 +43,11 @@ public class JmsDeadLetterQueueTest extends AbstractJMSTest 
{
 }
 
 @Test
-public void testKabom() throws Exception {
+public void testKaboom() throws Exception {
 MockEndpoint mock = getMockEndpoint("mock:dead");
-mock.expectedBodiesReceived("Kabom");
+mock.expectedBodiesReceived("Kaboom");
 
-template.sendBody("direct:start", "Kabom");
+template.sendBody("direct:start", "Kaboom");
 
 MockEndpoint.assertIsSatisfied(context);
 
@@ -69,8 +69,8 @@ public class JmsDeadLetterQueueTest extends AbstractJMSTest {
 
 from("direct:start").process(exchange -> {
 String body = exchange.getIn().getBody(String.class);
-if ("Kabom".equals(body)) {
-throw new IllegalArgumentException("Kabom");
+if ("Kaboom".equals(body)) {
+throw new IllegalArgumentException("Kaboom");
 }
 }).to("mock:result");
 
diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
index 7cbd2254f53..7d14b2f8a16 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsDeadLetterQueueUsingTransferExchangeTest.java
@@ -40,11 +40,11 @@ public class JmsDeadLetterQueueUsingTransferExchangeTest 
extends AbstractJMSTest
 }
 
 @Test
-public void testKabom() throws Exception {
+ 

[camel] branch kaboom created (now 796e58cd27a)

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

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


  at 796e58cd27a Spring doc minor fix.

No new revisions were added by this update.