[camel] branch regen_bot updated (f5175c2 -> 8e008cb)

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

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


from f5175c2  Sync deps
 add 304c7a2  Upgrade Owasp Maven Plugin to version 6.5.0
 add 64143e6  Sync deps
 add 8e008cb  Hacktoberfest 2021 label removal

No new revisions were added by this update.

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


[camel] branch regen_bot updated (64143e6 -> f5175c2)

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

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


omit 64143e6  Sync deps
omit 304c7a2  Upgrade Owasp Maven Plugin to version 6.5.0

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

 * -- * -- N   refs/heads/regen_bot (f5175c2)
\
 O -- O -- O   (64143e6)

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

No new revisions were added by this update.

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


[GitHub] [camel-quarkus] jamesnetherton commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


jamesnetherton commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966889889


   Sorry - maybe I confused things here a bit. I only chose csimple because it 
was easy to hack and add couchbase. I didn't see the couchbase-log example.
   
   The underlying issue is with adding Jackson libs to the classpath (E.g via 
`camel-jackson`). If you do that on CQ or plain Camel, it makes the application 
fail. Without it, things run ok.
   
   


-- 
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 (e24f9e3 -> 64143e6)

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

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


from e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945
 add 9c6160f  Upgrade AWS SDK v2 to version 2.17.80
 add f5175c2  Sync deps
 add 304c7a2  Upgrade Owasp Maven Plugin to version 6.5.0
 add 64143e6  Sync deps

No new revisions were added by this update.

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


[GitHub] [camel-quarkus] oscerd commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


oscerd commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966872582


   cc @davsclaus 


-- 
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] oscerd commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


oscerd commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966872459


   Btw with csimple adapted I don't have errors
   
   ```
   07:54:52.954 [org.apache.camel.example.MyApplication.main()] INFO  
o.apache.camel.main.BaseMainSupport - Auto-configuration summary
   07:54:52.957 [org.apache.camel.example.MyApplication.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.name=MyCSimpleCamel
   07:54:52.957 [org.apache.camel.example.MyApplication.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.main.beanIntrospectionExtendedStatistics=true
   07:54:52.957 [org.apache.camel.example.MyApplication.main()] INFO  
o.apache.camel.main.BaseMainSupport - 
camel.main.beanIntrospectionLoggingLevel=INFO
   07:54:52.958 [org.apache.camel.example.MyApplication.main()] INFO  
o.apache.camel.main.BaseMainSupport - camel.main.lightweight=true
   07:54:53.053 [org.apache.camel.example.MyApplication.main()] INFO  
o.a.c.l.csimple.CSimpleLanguage - Loaded and initialized 1 csimple expressions 
from classpath
   07:54:53.203 [org.apache.camel.example.MyApplication.main()] INFO  
o.a.c.i.engine.AbstractCamelContext - Routes startup summary (total:1 started:1)
   07:54:53.203 [org.apache.camel.example.MyApplication.main()] INFO  
o.a.c.i.engine.AbstractCamelContext - Started route1 (timer://foo)
   07:54:53.204 [org.apache.camel.example.MyApplication.main()] INFO  
o.a.c.i.engine.AbstractCamelContext - Apache Camel 3.13.0-SNAPSHOT 
(MyCSimpleCamel) started in 206ms (build:12ms init:88ms start:106ms)
   07:54:53.205 [org.apache.camel.example.MyApplication.main()] INFO  
o.a.c.i.engine.AbstractCamelContext - Lightweight mode enabled. Performing 
optimizations and memory reduction.
   07:54:54.258 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 18
   07:54:55.204 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 12
   07:54:56.204 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 18
   07:54:57.204 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 16
   07:54:58.204 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:54:59.205 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:55:00.206 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 8
   07:55:01.207 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 3
   07:55:02.208 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 17
   07:55:03.208 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 9
   07:55:04.208 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:55:05.208 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 0
   07:55:06.209 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 15
   07:55:07.209 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:55:08.210 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:55:09.210 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 6
   07:55:10.210 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 13
   07:55:11.210 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 6
   07:55:12.211 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 11
   07:55:13.211 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 8
   07:55:14.211 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 17
   07:55:15.212 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 6
   07:55:16.212 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 15
   07:55:17.212 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 13
   07:55:18.212 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 9
   07:55:19.213 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 19
   07:55:20.214 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 18
   07:55:21.214 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 12
   07:55:22.214 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 5
   07:55:23.214 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 19
   07:55:24.214 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 2
   07:55:25.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 7
   07:55:26.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 13
   07:55:27.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 17
   07:55:28.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 18
   07:55:29.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  route1 - 
low 19
   07:55:30.215 [Camel (MyCSimpleCamel) thread #1 - timer://foo] INFO  

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

2021-11-11 Thread GitBox


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


   Build fixed with:
   
   * Camel Quarkus Commit: 565f7ac0e0ad8027c4bf3aa6883ba6a0ed07d5f1
   
   * Quarkus Main Commit: ff97e825984022a10b5c97db69d11c3846f81610
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1451380841


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

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

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




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

2021-11-11 Thread GitBox


github-actions[bot] closed issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926


   


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

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

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




[camel-quarkus] 01/01: Upgrade Quarkus to 2.6.0.CR1

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

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

commit 565f7ac0e0ad8027c4bf3aa6883ba6a0ed07d5f1
Author: James Netherton 
AuthorDate: Thu Nov 11 14:04:24 2021 +

Upgrade Quarkus to 2.6.0.CR1
---
 docs/antora.yml | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index ddc7f67..114a808 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,7 @@ asciidoc:
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.1 # replace ${target-maven-version}
 camel-version: 3.12.0 # replace ${camel.version}
-quarkus-version: 2.5.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 # attributes used in xrefs to other Antora components
 cq-camel-components: 3.12.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
diff --git a/pom.xml b/pom.xml
index d1b5b62..0da79dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 8.9.1.Final
 
0.3.0
 2.3.0
-2.5.0.CR1
+999-SNAPSHOT
 
2.0.0
 0.29.0
 


[camel-quarkus] branch quarkus-main updated (c37b1bb -> 565f7ac)

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

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


 discard c37b1bb  Upgrade Quarkus to 2.6.0.CR1
 add d7c3737  Debezium tests are using JUnit 4 Assertions and Assumptions 
#3289
 add ff97e82  Sql tests with external oracle database fail #3256
 new 565f7ac  Upgrade Quarkus to 2.6.0.CR1

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

 * -- * -- B -- O -- O -- O   (c37b1bb)
\
 N -- N -- N   refs/heads/quarkus-main (565f7ac)

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

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

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


Summary of changes:
 .../debezium/common/it/AbstractDebeziumTest.java | 10 +-
 .../debezium/common/it/mongodb/DebeziumMongodbTest.java  | 16 +---
 .../common/it/sqlserver/DebeziumSqlserverTest.java   | 14 --
 .../camel/quarkus/component/sql/it/SqlResource.java  |  1 +
 .../sql/src/main/resources/sql/oracle/initDb.sql |  6 ++
 5 files changed, 29 insertions(+), 18 deletions(-)


[camel-quarkus] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5c7f70b  Hacktoberfest 2021 label removal
5c7f70b is described below

commit 5c7f70b9b213b77e149a3afc83e3179a5a537199
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:49:27 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 12e3ccd..4666d7c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,6 @@ github:
 - integration
 - java
 - quarkus
-- hacktoberfest
   enabled_merge_buttons:
 merge: false
 rebase: true


[camel-kafka-connector] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c5827dd  Hacktoberfest 2021 label removal
c5827dd is described below

commit c5827dd5a6f8dc0c70cc57a9f5bd2c8ee443c716
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:46:52 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index d713210..bf6e48c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,6 @@ github:
 - integration
 - kafka
 - java
-- hacktoberfest
   enabled_merge_buttons:
 merge: false
 rebase: true


[camel-kamelets] branch regen_bot updated (f059669 -> 7dfaf2e)

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

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


from f059669  mflinn-kamelet-template-minor-fix
 add 7dfaf2e  Hacktoberfest 2021 label removal

No new revisions were added by this update.

Summary of changes:
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)


[camel-kamelets] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 7dfaf2e  Hacktoberfest 2021 label removal
7dfaf2e is described below

commit 7dfaf2ea8293e0cd97fc5a5aca2fb549e727cefe
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:46:34 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2640b06..ebf0274 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,7 +26,6 @@ github:
 - camel
 - integration
 - kamelet
-- hacktoberfest
   enabled_merge_buttons:
 merge: false
 rebase: true


[camel-k] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 413a851  Hacktoberfest 2021 label removal
413a851 is described below

commit 413a8517f9bf121201cb6a469073c80442584d16
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:46:06 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8d16bb4..372e8f0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,4 +26,3 @@ github:
 - knative
 - openshift
 - operator
-- hacktoberfest


[camel-karaf] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f09a978  Hacktoberfest 2021 label removal
f09a978 is described below

commit f09a9789d532ab03d4c830507943437c2ca49d75
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:45:36 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b915981..6a8dcee 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,4 +24,3 @@ github:
 - java
 - karaf
 - osgi
-- hacktoberfest


[camel-spring-boot] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e930a98  Hacktoberfest 2021 label removal
e930a98 is described below

commit e930a98cb967e072ace34175770fe5a2ce192f09
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:45:51 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 24271f0..b6e8550 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,5 @@ github:
 - integration
 - java
 - spring-boot
-- hacktoberfest
 notifications:
   pullrequests: commits@camel.apache.org


[camel] branch main updated: Hacktoberfest 2021 label removal

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8e008cb  Hacktoberfest 2021 label removal
8e008cb is described below

commit 8e008cb9387acb870271e3944b356b95b57596d7
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:44:58 2021 +0100

Hacktoberfest 2021 label removal
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 43bf456..199afe9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,6 +22,5 @@ github:
 - camel
 - integration
 - java
-- hacktoberfest
 notifications:
   pullrequests: commits@camel.apache.org


[camel] 02/02: Sync deps

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

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

commit 64143e61b82a4a5333a580bac9bff6a4e0c87dba
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:42:56 2021 +0100

Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 1b005f6..0050b14 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -395,7 +395,7 @@
 3.2.0
 
7.9.Final
 3.2.5
-6.4.1
+6.5.0
 3.6.1
 3.6.1
 
3.3.0


[camel] 01/02: Upgrade Owasp Maven Plugin to version 6.5.0

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

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

commit 304c7a26e96f2913d1c96dc317b48836a3d90821
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:41:33 2021 +0100

Upgrade Owasp Maven Plugin to version 6.5.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2f92cc9..170e602 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -376,7 +376,7 @@
 3.3.0
 
3.1.2
 8.43
-6.4.1
+6.5.0
 3.2.0
 3.2.0
 
7.9.Final


[camel] branch main updated (f5175c2 -> 64143e6)

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

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


from f5175c2  Sync deps
 new 304c7a2  Upgrade Owasp Maven Plugin to version 6.5.0
 new 64143e6  Sync deps

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


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


[camel] 02/02: Sync deps

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

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

commit f5175c2611b62541b23383ab03999619a5e5aefe
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 07:39:24 2021 +0100

Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9693fa8..1b005f6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -65,7 +65,7 @@
 1.10.2
 1.10.2
 4.1.1
-2.17.78
+2.17.80
 2.6.1
 1.2.14
 4.20.0


[camel] 01/02: Upgrade AWS SDK v2 to version 2.17.80

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

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

commit 9c6160f5ec0d1e7d0932b3a876730ddc24608cdf
Author: Andrea Cosentino 
AuthorDate: Fri Nov 12 06:41:16 2021 +0100

Upgrade AWS SDK v2 to version 2.17.80
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fda00b2..2f92cc9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
 1.10.2
 1.10.2
 4.1.1
-2.17.78
+2.17.80
 2.6.1
 1.2.14
 2.11.3


[camel] branch main updated (e24f9e3 -> f5175c2)

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

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


from e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945
 new 9c6160f  Upgrade AWS SDK v2 to version 2.17.80
 new f5175c2  Sync deps

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


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


[GitHub] [camel-quarkus] oscerd commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


oscerd commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966842762


   > > This works fine on Camel-plain
   > 
   > I adapted the Camel [csimple 
example](https://github.com/apache/camel-examples/tree/main/examples/csimple) 
with the route mentioned above and observed the same issue. Whenever Jackson is 
added to the classpath, it triggers the error.
   
   ah ok, now I'm getting your message. If you run this 
https://github.com/apache/camel-examples/tree/main/examples/couchbase-log
   
   The error we are seeing on camel-quarkus is not showing up and the route is 
the same. This is true with 3.13.0-SNAPSHOT and 3.11.1/3.11.2
   
   So I'm not sure this is a problem on plain camel


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

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

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




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

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

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


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

commit 3d59cbc32f0379601c1af258773e7efafc85fecd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 12 03:11:18 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e92625..4e8d378 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,16 @@
 
 **Closed issues:**
 
+- Debezium tests are using JUnit 4 Assertions and Assumptions 
[\#3289](https://github.com/apache/camel-quarkus/issues/3289)
+- quarkus:dev NPE 
KafkaProcessor.configureKafkaComponentForDevServices\(KafkaProcessor.java:65\) 
[\#3284](https://github.com/apache/camel-quarkus/issues/3284)
 - AWS Integration test doesn't clean bucket 
[\#3276](https://github.com/apache/camel-quarkus/issues/3276)
 - \[camel 3.13.0\]compilation failure in ftp integration test which is caused 
by recent SSHD upgrade in Camel 3.13 
[\#3274](https://github.com/apache/camel-quarkus/issues/3274)
 - avro: fix the documentation about avro schema build time parsing 
[\#3270](https://github.com/apache/camel-quarkus/issues/3270)
+- Fix of issue \#3080 \(Sql - enable stored procedure test for different db 
types\) misses Oracle db type 
[\#3268](https://github.com/apache/camel-quarkus/issues/3268)
 - Cannot run tests against alternative BOMs 
[\#3258](https://github.com/apache/camel-quarkus/issues/3258)
 - Re-enable KafkaSaslSslIT and KafkaSslIT 
[\#3254](https://github.com/apache/camel-quarkus/issues/3254)
 - Sql - native tests fail on NPE during db initialization 
[\#3247](https://github.com/apache/camel-quarkus/issues/3247)
+- \[Quarkus 2.5.0\] Kafka SASL / SSL tests are failing 
[\#3239](https://github.com/apache/camel-quarkus/issues/3239)
 - \[Quarkus-Main\] Kafka DevService properties  
[\#3227](https://github.com/apache/camel-quarkus/issues/3227)
 - GraalVM 21.2.0 + Java 16 - Native build fails 
[\#3226](https://github.com/apache/camel-quarkus/issues/3226)
 - \[camel 3.13.0\] `MllpTest.testCharsetFromMsh18` failure 
[\#3225](https://github.com/apache/camel-quarkus/issues/3225)
@@ -23,11 +27,15 @@
 
 **Merged pull requests:**
 
+- Debezium tests are using JUnit 4 Assertions and Assumptions \#3289 
[\#3290](https://github.com/apache/camel-quarkus/pull/3290) 
([JiriOndrusek](https://github.com/JiriOndrusek))
+- Upgrade Quarkus to 2.5.0.CR1 
[\#3288](https://github.com/apache/camel-quarkus/pull/3288) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Fix \#3284 to get kafka.bootstrap.servers from DevServicesLauncherConf… 
[\#3287](https://github.com/apache/camel-quarkus/pull/3287) 
([zhfeng](https://github.com/zhfeng))
 - Fixup 218bef4 Special fix for JMS extensions depending on 
[\#3286](https://github.com/apache/camel-quarkus/pull/3286) 
([ppalaga](https://github.com/ppalaga))
 - Remove BOM reference to non existent camel-quarkus-xstream-common-deployment 
dependency [\#3285](https://github.com/apache/camel-quarkus/pull/3285) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Fix \#3276 to make sure all objects have been deleted after each test … 
[\#3279](https://github.com/apache/camel-quarkus/pull/3279) 
([zhfeng](https://github.com/zhfeng))
 - Fixup 218bef4 Special fix for Solr - Cannot run tests against 
[\#3278](https://github.com/apache/camel-quarkus/pull/3278) 
([ppalaga](https://github.com/ppalaga))
 - avro: Fix the documentation about avro schema build time parsing \#3270 
[\#3271](https://github.com/apache/camel-quarkus/pull/3271) 
([aldettinger](https://github.com/aldettinger))
+- Added missing stored procedure test for oracle 
[\#3269](https://github.com/apache/camel-quarkus/pull/3269) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Remove not needed anymore BeansWeakCache substitution. Closes \#3226 
[\#3264](https://github.com/apache/camel-quarkus/pull/3264) 
([vladimirfx](https://github.com/vladimirfx))
 - Fixup 218bef4 Deactivate the virtualDepenencies profile via -DnoVirtu… 
[\#3263](https://github.com/apache/camel-quarkus/pull/3263) 
([ppalaga](https://github.com/ppalaga))
 - Cannot run tests against alternative BOMs  
[\#3262](https://github.com/apache/camel-quarkus/pull/3262) 
([ppalaga](https://github.com/ppalaga))


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

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

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


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

commit 0857c75580ede3563762d47ecedf592328cd1d19
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 12 03:09:19 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29c1477..560f47f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,12 +7,19 @@
 **Closed issues:**
 
 - Camel-K - uninstall and namespace deletion w/ k8s let all Camel-K 
Integrations in this namespace alive 
[\#2533](https://github.com/apache/camel-k/issues/2533)
+- Wait for dependencies  
[\#2151](https://github.com/apache/camel-k/issues/2151)
+- Secret type not supported with buildah on K3S 
[\#2136](https://github.com/apache/camel-k/issues/2136)
+- OLM installation may fail with default values 
[\#2113](https://github.com/apache/camel-k/issues/2113)
+- Expose operator information 
[\#1947](https://github.com/apache/camel-k/issues/1947)
 
 **Merged pull requests:**
 
+- chore\(e2e\): disable object truncation on test results 
[\#2745](https://github.com/apache/camel-k/pull/2745) 
([tadayosi](https://github.com/tadayosi))
 - feat: Health trait [\#2740](https://github.com/apache/camel-k/pull/2740) 
([astefanutti](https://github.com/astefanutti))
+- feat\(cmd\): OLM default discovery 
[\#2735](https://github.com/apache/camel-k/pull/2735) 
([squakez](https://github.com/squakez))
 - fix\(e2e\): Update latest released version to fix upgrade tests 
[\#2734](https://github.com/apache/camel-k/pull/2734) 
([astefanutti](https://github.com/astefanutti))
 - chore: Upgrade Knative to version 1.0.0 
[\#2733](https://github.com/apache/camel-k/pull/2733) 
([astefanutti](https://github.com/astefanutti))
+- feat\(cmd\): operator additional info 
[\#2730](https://github.com/apache/camel-k/pull/2730) 
([squakez](https://github.com/squakez))
 - chore\(sbo\): upgrade Servce Binding Operator to 1.0.0 GA 
[\#2729](https://github.com/apache/camel-k/pull/2729) 
([johnpoth](https://github.com/johnpoth))
 - Fix \#2724: assign an ID to the binding main route 
[\#2727](https://github.com/apache/camel-k/pull/2727) 
([nicolaferraro](https://github.com/nicolaferraro))
 - chore\(e2e\): temporarily disable TestKameletBindingScale test for OpenShift 
3 [\#2723](https://github.com/apache/camel-k/pull/2723) 
([tadayosi](https://github.com/tadayosi))


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

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

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


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

commit 119ed0cab2208d6ac1039f83d17b77b1b766aeb6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 12 03:04:10 2021 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f6f144..cdf4d40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@
 
 **Merged pull requests:**
 
+- Fixed missing syslog documentation. 
[\#1288](https://github.com/apache/camel-kafka-connector/pull/1288) 
([valdar](https://github.com/valdar))
 - Fixed documentation for removed connectors. 
[\#1283](https://github.com/apache/camel-kafka-connector/pull/1283) 
([valdar](https://github.com/valdar))
 - chore: regen. 
[\#1281](https://github.com/apache/camel-kafka-connector/pull/1281) 
([valdar](https://github.com/valdar))
 - GenerateCamelKafkaConnectorsMojo : Added possibility to exclude conne… 
[\#1280](https://github.com/apache/camel-kafka-connector/pull/1280) 
([valdar](https://github.com/valdar))


[GitHub] [camel-k] github-actions[bot] closed issue #2136: Secret type not supported with buildah on K3S

2021-11-11 Thread GitBox


github-actions[bot] closed issue #2136:
URL: https://github.com/apache/camel-k/issues/2136


   


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

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

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




[GitHub] [camel-k] github-actions[bot] closed issue #2151: Wait for dependencies

2021-11-11 Thread GitBox


github-actions[bot] closed issue #2151:
URL: https://github.com/apache/camel-k/issues/2151


   


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

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

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




[GitHub] [camel-website] djencks commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


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


   I see what you mean.  Let's discuss all this further elsewhere, I'd like to 
find out if there are any problems with  the actual intent/main content of this 
set of PRs and merge them.


-- 
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 (39b9129 -> e24f9e3)

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

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


omit 39b9129  Regen for commit 5699851398df04240d1157a567f62ed3e47f8bce
 add e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

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

 * -- * -- B -- O -- O -- O   (39b9129)
\
 N -- N -- N   refs/heads/regen_bot (e24f9e3)

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

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

No new revisions were added by this update.

Summary of changes:


[GitHub] [camel-website] zregvart commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


zregvart commented on pull request #667:
URL: https://github.com/apache/camel-website/pull/667#issuecomment-966630957


   > What sequence of non-malicious actions could result in a problem detected 
by —check-cache?
   
   Malicious ones are the ones I'm worried about, see the note in the last 
example [here](https://yarnpkg.com/cli/install#usage). I'd like to prevent 
running a tampered dependency on ci-builds.a.o.


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

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

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




[GitHub] [camel-website] djencks commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


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


   I suspect the linux-only deadlinks is an example of something in .yarn/cache 
that is architecture specific.
   
   I tried running yarn install with no network access and it seems to work 
fine.  For me it is quicker than building the Antora UI.
   
   Something that is taking orders of magnitude more time (minutes not 
seconds), although on GitHub, is running —check-cache on each PR.  What 
sequence of non-malicious actions could result in a problem detected by 
—check-cache?
   
   We could investigate generating the used playbook from a template with 
interpolation of git location.  This might also provide a way to generate a 
playbook for a local build: I’ll have more to say about this on the dev list 
soon.
   
   > On Nov 11, 2021, at 12:18 PM, Zoran Regvart ***@***.***> wrote:
   > 
   > 
   > We used to point to git repositories at ASF, not at GitHub, I can't 
remember why that changed, inertia I guess - it seems it was to optimize GitHub 
Actions 
.
 At some point in the past we did have an offline build, in the sense that it 
only used ASF infrastructure. We even built pull requests on ci-builds.a.o 
until we were asked not to do that because of security and capacity reasons.
   > 
   > Note that unplugged mechanism is just a way for Yarn to deal with 
dependencies that don't use resolve API or a post-install script needs to 
modify the package. In theory a ZIP file in .yarn/cache could also contain an 
architecture specific binary. See unplugged package 
.
   > 
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub 
, or 
unsubscribe 
.
   > 
   
   


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

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

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




[camel] branch main created (now e24f9e3)

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

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


  at e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

This branch includes the following new commits:

 new e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

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



[camel] 01/01: Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

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

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

commit e24f9e3a10e817bd5b33cd7320591fc5de849610
Author: davsclaus 
AuthorDate: Thu Nov 11 20:43:42 2021 +

Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

Signed-off-by: GitHub 
---
 .../generated/resources/org/apache/camel/catalog/languages/xpath.json   | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/xpath.json  | 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
index 3847db2..718df34 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
@@ -22,7 +22,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
 "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
-"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
+"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
troubleshooting" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
index 753269c..b5b3ab0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
@@ -18,7 +18,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
 "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, 

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

2021-11-11 Thread GitBox


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


   


-- 
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 (e52ef1d -> 39b9129)

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

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


omit e52ef1d  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945
 add 5699851  CAMEL-17187: camel-xpath - @XPath annotation should never 
pre-compile
 add 39b9129  Regen for commit 5699851398df04240d1157a567f62ed3e47f8bce

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

 * -- * -- B -- O -- O -- O   (e52ef1d)
\
 N -- N -- N   refs/heads/regen_bot (39b9129)

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

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

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/language/xpath/XPath.java | 10 ---
 .../xpath/XPathAnnotationExpressionFactory.java| 12 +--
 .../BeanWithXPathInjectionPreCompileTest.java  | 97 --
 3 files changed, 2 insertions(+), 117 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java


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

2021-11-11 Thread GitBox


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


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


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

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

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




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

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

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


The following commit(s) were added to refs/heads/main by this push:
 new e24f9e3  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945
e24f9e3 is described below

commit e24f9e3a10e817bd5b33cd7320591fc5de849610
Author: davsclaus 
AuthorDate: Thu Nov 11 20:43:42 2021 +

Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

Signed-off-by: GitHub 
---
 .../generated/resources/org/apache/camel/catalog/languages/xpath.json   | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/xpath.json  | 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
index 3847db2..718df34 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
@@ -22,7 +22,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
 "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
-"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
+"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
troubleshooting" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
index 753269c..b5b3ab0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/xpath.json
@@ -18,7 +18,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" 

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

2021-11-11 Thread GitBox


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


   


-- 
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 (1296397 -> e52ef1d)

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

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


from 1296397  (chores) Ensures core tests have timeouts (#6424)
 add b4245f5  CAMEL-17121: added support for accounting and reporting the 
elapsed time (#6425)
 add 5beb070  CAMEL-17187: camel-xpath - Allow to configure preCompile on 
@XPath annotation
 add e52ef1d  Regen for commit 5beb07094b3eaa34fd8576805a7e0967dc01d945

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/languages/xpath.json  |  2 +-
 .../org/apache/camel/catalog/models/xpath.json |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  2 +-
 .../org/apache/camel/language/xpath/xpath.json |  2 +-
 .../org/apache/camel/language/xpath/XPath.java | 16 +++
 .../xpath/XPathAnnotationExpressionFactory.java| 24 +-
 .../org/apache/camel/model/language/xpath.json |  2 +-
 .../camel/model/language/XPathExpression.java  |  2 +-
 .../org/apache/camel/component/xslt/MyXPath.java   |  1 -
 ...a => BeanWithXPathInjectionPreCompileTest.java} |  4 ++--
 .../camel/support/cache/DefaultProducerCache.java  |  3 +--
 .../apache/camel/support/task/BackgroundTask.java  |  6 ++
 .../apache/camel/support/task/ForegroundTask.java  |  6 ++
 .../java/org/apache/camel/support/task/Task.java   |  9 
 .../apache/camel/support/task/budget/Budget.java   | 12 +++
 .../task/budget/IterationBoundedBudget.java| 11 ++
 .../task/budget/IterationTimeBoundedBudget.java|  6 ++
 .../support/task/budget/TimeBoundedBudget.java |  7 ++-
 .../camel/support/task/BackgroundTaskTest.java | 11 --
 .../camel/support/task/ForegroundTaskTest.java |  8 
 .../camel/support/task/ForegroundTimeTaskTest.java |  8 
 21 files changed, 129 insertions(+), 15 deletions(-)
 copy 
core/camel-core/src/test/java/org/apache/camel/processor/{BeanWithXPathInjectionTest.java
 => BeanWithXPathInjectionPreCompileTest.java} (94%)


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

2021-11-11 Thread GitBox


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


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


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

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

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




[camel] branch regen_bot updated (b4245f5 -> 1296397)

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

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


omit b4245f5  CAMEL-17121: added support for accounting and reporting the 
elapsed time (#6425)

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

 * -- * -- N   refs/heads/regen_bot (1296397)
\
 O -- O -- O   (b4245f5)

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

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/support/cache/DefaultProducerCache.java |  3 ++-
 .../java/org/apache/camel/support/task/BackgroundTask.java   |  6 --
 .../java/org/apache/camel/support/task/ForegroundTask.java   |  6 --
 .../src/main/java/org/apache/camel/support/task/Task.java|  9 -
 .../java/org/apache/camel/support/task/budget/Budget.java| 12 
 .../camel/support/task/budget/IterationBoundedBudget.java| 11 ---
 .../support/task/budget/IterationTimeBoundedBudget.java  |  6 --
 .../apache/camel/support/task/budget/TimeBoundedBudget.java  |  7 +--
 .../org/apache/camel/support/task/BackgroundTaskTest.java| 11 ++-
 .../org/apache/camel/support/task/ForegroundTaskTest.java|  8 
 .../apache/camel/support/task/ForegroundTimeTaskTest.java|  8 
 11 files changed, 5 insertions(+), 82 deletions(-)


[camel] branch regen_bot updated (5e7fd6d -> b4245f5)

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

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


from 5e7fd6d  Upgrade kubernetes-client 5.1.0
 add 1296397  (chores) Ensures core tests have timeouts (#6424)
 add b4245f5  CAMEL-17121: added support for accounting and reporting the 
elapsed time (#6425)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/direct/DirectProducerBlockingTest.java   |  2 ++
 .../component/directvm/DirectVmProducerBlockingTest.java |  2 ++
 .../apache/camel/component/seda/SedaBlockWhenFullTest.java   |  2 ++
 .../org/apache/camel/component/seda/SedaConfigureTest.java   |  2 ++
 .../camel/component/seda/SedaDefaultBlockWhenFullTest.java   |  2 ++
 .../impl/DefaultProducerTemplateNonBlockingAsyncTest.java|  2 ++
 .../DeadLetterChannelRedeliverWithDelayBlockingTest.java |  2 ++
 .../async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java   |  2 ++
 .../org/apache/camel/support/cache/DefaultProducerCache.java |  3 +--
 .../java/org/apache/camel/support/task/BackgroundTask.java   |  6 ++
 .../java/org/apache/camel/support/task/ForegroundTask.java   |  6 ++
 .../src/main/java/org/apache/camel/support/task/Task.java|  9 +
 .../java/org/apache/camel/support/task/budget/Budget.java| 12 
 .../camel/support/task/budget/IterationBoundedBudget.java| 11 +++
 .../support/task/budget/IterationTimeBoundedBudget.java  |  6 ++
 .../apache/camel/support/task/budget/TimeBoundedBudget.java  |  7 ++-
 .../org/apache/camel/support/task/BackgroundTaskTest.java| 11 +--
 .../org/apache/camel/support/task/ForegroundTaskTest.java|  8 
 .../apache/camel/support/task/ForegroundTimeTaskTest.java|  8 
 19 files changed, 98 insertions(+), 5 deletions(-)


[GitHub] [camel-website] zregvart commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


zregvart commented on pull request #667:
URL: https://github.com/apache/camel-website/pull/667#issuecomment-966596588


   We used to point to git repositories at ASF, not at GitHub, I can't remember 
why that changed, ~~inertia I guess~~ - it seems it was to [optimize GitHub 
Actions](https://github.com/apache/camel-website/commit/a00742b43f3685449d9e31fda480d95279fba32e).
 At some point in the past we did have an offline build, in the sense that it 
only used ASF infrastructure. We even built pull requests on ci-builds.a.o 
until we were asked not to do that because of security and capacity reasons.
   
   Note that unplugged mechanism is just a way for Yarn to deal with 
dependencies that don't use `resolve` API or a post-install script needs to 
modify the package. In theory a ZIP file in .yarn/cache could also contain an 
architecture specific binary. See [unplugged 
package](https://yarnpkg.com/advanced/lexicon/#unplugged-package).


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

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

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




[GitHub] [camel] davsclaus commented on a change in pull request #6413: CAMEL-17185 Add an option for customizing retryable PubSub server errors

2021-11-11 Thread GitBox


davsclaus commented on a change in pull request #6413:
URL: https://github.com/apache/camel/pull/6413#discussion_r747791216



##
File path: 
components/camel-google/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubComponent.java
##
@@ -87,6 +91,11 @@
   description = "How many milliseconds should a producer be 
allowed to terminate.")
 private int publisherTerminationTimeout = 6;
 
+@Metadata(
+  label = "consumer",
+  description = "Additional retryable error codes for synchronous 
pull. By default the PubSub client library retries ABORTED, UNAVAILABLE, 
UNKNOWN")
+private StatusCode.Code[] synchronousPullRetryableCodes = new 
StatusCode.Code[0];

Review comment:
   We use a String value in other components where we separate the values 
by comma - this is the most friendly for tooling , spring-boot auto 
configuration, etc.
   
   Then you can say 
   
   camel.component.google-pubsub.synchronousPullRetryableCodes = 
DEADLINE_EXCEEDED,RESOURCE_EXHAUSTED




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

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

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




[GitHub] [camel-website] djencks commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


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


   By its nature, the Antora build has to have major network access to GitHub 
to get the content.
   
   I can’t really tell, but it looks like rebuilding unplugged for a different 
architecture doesn’t use any or significant network access. Certainly the 
rebuild time is unnoticeable compared to the Antora build time.
   
   Having the caches set up properly seems like a really good thing to me, but 
making the unplugged stuff need to be linux x86 seems to me to be more complex 
than it’s worth.  However, the scripts I came up with  make it possible for me 
to set this up before commit, at the cost of having a really big problem 
dealing with the .yarn/unplugged during local development.  I don’t think 
running a local build in docker is practical, both because of the OOM errors 
I’m experiencing (see zulip) and because I can’t access the local checkouts.  
It might be possible to fix these but I think requiring a local build to be 
done in docker is a ridiculous constraint.
   
   So, I’m willing to deal with the complexity of the .yarn/unplugged but just 
barely and under protest.  I really don’t think it’s worth it.
   
   > On Nov 11, 2021, at 11:49 AM, Zoran Regvart ***@***.***> wrote:
   > 
   > 
   > What is your goal here?
   > 
   > The intent is to have the most reliable and the fastest build of the 
website possible on ci-builds.a.o. The performance is perhaps not immediately 
obvious, apart from getting the changes quickly published, the limiting factor 
of ci-builds.a.o is that it has only a few agents available to build websites, 
so any job that takes up too much time prevents other projects utilizing 
ci-builds.a.o to build their website. If we access the network from 
ci-builds.a.o this endangers both the performance and reliability of the build. 
Caching dependencies and having a nearly offline build at ci-builds.a.o is the 
aspired goal. How yarn is trying to do that and the argumentation for it can be 
seen on Zero-Installs .
   > 
   > Docker is a Linux technology (for the most part), so when running Docker 
on any architecture you're running a Linux process inside a Linux (virtual) 
machine. I don't know if Docker has support for ARM, and if it does it might 
still opt to run only Docker itself as ARM and containers as x86. Container 
images are architecture dependent, and node image 
 does have an ARM variant, so depending on what 
Docker chooses to support on the M1 Macs, whether it will run as ARM native and 
run ARM containers, or with whichever means (Rosetta) end up running x86 
containers -- yes the cache might vary.
   > 
   > After writing that I went to the Docker website and found this 
, which says that the Apple 
Silicon version of Docker Desktop can run both ARM and x86 containers. x86 
containers can be run using --platform linux/amd64 parameter.
   > 
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub 
, or 
unsubscribe 
.
   > 
   
   


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

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

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




[camel] branch camel-3.11.x updated (3c7bcc9 -> cfc5f27)

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

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


from 3c7bcc9  CAMEL-17175: camel-mllp option 'logPhi' with value 'false' 
does not work for exception logging (#6426)
 new b460277  CAMEL-17187: camel-xpath - Allow to configure preCompile on 
@XPath annotation
 new cfc5f27  CAMEL-17187: camel-xpath - @XPath annotation should never 
pre-compile

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:
 .../resources/org/apache/camel/language/xpath/xpath.json |  2 +-
 .../main/java/org/apache/camel/language/xpath/XPath.java |  6 ++
 .../language/xpath/XPathAnnotationExpressionFactory.java | 16 +++-
 .../resources/org/apache/camel/model/language/xpath.json |  2 +-
 .../org/apache/camel/model/language/XPathExpression.java |  2 +-
 .../java/org/apache/camel/component/xslt/MyXPath.java|  1 -
 6 files changed, 24 insertions(+), 5 deletions(-)


[camel] 01/02: CAMEL-17187: camel-xpath - Allow to configure preCompile on @XPath annotation

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

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

commit b46027700c196540750426f2b1f230d8a4f4c1db
Author: Claus Ibsen 
AuthorDate: Thu Nov 11 20:54:35 2021 +0100

CAMEL-17187: camel-xpath - Allow to configure preCompile on @XPath 
annotation
---
 .../org/apache/camel/language/xpath/xpath.json |  2 +-
 .../org/apache/camel/language/xpath/XPath.java | 16 
 .../xpath/XPathAnnotationExpressionFactory.java| 24 +-
 .../org/apache/camel/model/language/xpath.json |  2 +-
 .../camel/model/language/XPathExpression.java  |  2 +-
 .../org/apache/camel/component/xslt/MyXPath.java   |  1 -
 .../BeanWithXPathInjectionPreCompileTest.java  | 97 ++
 7 files changed, 139 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
index bb86008..715db4a 100644
--- 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
+++ 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
@@ -22,7 +22,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
 "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
-"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
+"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
troubleshooting" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
index 48a1352..922259f 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
@@ -58,4 +58,20 @@ public @interface XPath {
  * be applied to the body instead.
  */
 String headerName() default "";
+
+/**
+ * Whether to log namespaces which can assist during troubleshooting
+ */
+boolean logNamespaces() default false;
+
+/**
+ * Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by
+ * default.
+ *
+ * This can be used to turn off, for example in cases the compilation 
phase is desired at the starting phase, such
+ * as if the 

[camel] 02/02: CAMEL-17187: camel-xpath - @XPath annotation should never pre-compile

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

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

commit cfc5f27a9cdbd9b0c2d36ac21ece6e6aa061ae96
Author: Claus Ibsen 
AuthorDate: Thu Nov 11 21:00:16 2021 +0100

CAMEL-17187: camel-xpath - @XPath annotation should never pre-compile
---
 .../org/apache/camel/language/xpath/XPath.java | 10 ---
 .../xpath/XPathAnnotationExpressionFactory.java| 12 +--
 .../BeanWithXPathInjectionPreCompileTest.java  | 97 --
 3 files changed, 2 insertions(+), 117 deletions(-)

diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
index 922259f..718e07e 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
@@ -64,14 +64,4 @@ public @interface XPath {
  */
 boolean logNamespaces() default false;
 
-/**
- * Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by
- * default.
- *
- * This can be used to turn off, for example in cases the compilation 
phase is desired at the starting phase, such
- * as if the application is ahead of time compiled (for example with 
camel-quarkus) which would then load the xpath
- * factory of the built operating system, and not a JVM runtime.
- */
-boolean preCompile() default true;
-
 }
diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
index 26aa250..ec76f1d 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
@@ -42,7 +42,8 @@ public class XPathAnnotationExpressionFactory extends 
DefaultAnnotationExpressio
 }
 
 XPathBuilder builder = XPathBuilder.xpath(xpath, resultType);
-builder.preCompile(isPreCompile(annotation));
+// @XPath annotation cannot pre-compile so turn it off
+builder.preCompile(false);
 builder.setLogNamespaces(isLogNamespaces(annotation));
 NamespacePrefix[] namespaces = 
getExpressionNameSpacePrefix(annotation);
 if (namespaces != null) {
@@ -95,13 +96,4 @@ public class XPathAnnotationExpressionFactory extends 
DefaultAnnotationExpressio
 return false;
 }
 
-protected boolean isPreCompile(Annotation annotation) {
-// in case @XPath is extended in a custom annotation then it may not 
have the method
-try {
-return (boolean) getAnnotationObjectValue(annotation, 
"preCompile");
-} catch (Exception e) {
-// Do Nothing
-}
-return false;
-}
 }
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
deleted file mode 100644
index 00586f3..000
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.processor;
-
-import org.apache.camel.ContextTestSupport;
-import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.language.xpath.XPath;
-import org.apache.camel.spi.Registry;
-import org.junit.jupiter.api.Test;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import static org.junit.jupiter.api.Assertions.assertEquals;
-
-public class BeanWithXPathInjectionPreCompileTest extends ContextTestSupport {
-private static final Logger LOG = 
LoggerFactory.getLogger(BeanRouteTest.class);
-protected MyBean myBean = new MyBean();
-
-@Test
-public void testSendMessage() throws 

[camel] branch main updated: CAMEL-17187: camel-xpath - @XPath annotation should never pre-compile

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5699851  CAMEL-17187: camel-xpath - @XPath annotation should never 
pre-compile
5699851 is described below

commit 5699851398df04240d1157a567f62ed3e47f8bce
Author: Claus Ibsen 
AuthorDate: Thu Nov 11 21:00:16 2021 +0100

CAMEL-17187: camel-xpath - @XPath annotation should never pre-compile
---
 .../org/apache/camel/language/xpath/XPath.java | 10 ---
 .../xpath/XPathAnnotationExpressionFactory.java| 12 +--
 .../BeanWithXPathInjectionPreCompileTest.java  | 97 --
 3 files changed, 2 insertions(+), 117 deletions(-)

diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
index 922259f..718e07e 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
@@ -64,14 +64,4 @@ public @interface XPath {
  */
 boolean logNamespaces() default false;
 
-/**
- * Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by
- * default.
- *
- * This can be used to turn off, for example in cases the compilation 
phase is desired at the starting phase, such
- * as if the application is ahead of time compiled (for example with 
camel-quarkus) which would then load the xpath
- * factory of the built operating system, and not a JVM runtime.
- */
-boolean preCompile() default true;
-
 }
diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
index 26aa250..ec76f1d 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPathAnnotationExpressionFactory.java
@@ -42,7 +42,8 @@ public class XPathAnnotationExpressionFactory extends 
DefaultAnnotationExpressio
 }
 
 XPathBuilder builder = XPathBuilder.xpath(xpath, resultType);
-builder.preCompile(isPreCompile(annotation));
+// @XPath annotation cannot pre-compile so turn it off
+builder.preCompile(false);
 builder.setLogNamespaces(isLogNamespaces(annotation));
 NamespacePrefix[] namespaces = 
getExpressionNameSpacePrefix(annotation);
 if (namespaces != null) {
@@ -95,13 +96,4 @@ public class XPathAnnotationExpressionFactory extends 
DefaultAnnotationExpressio
 return false;
 }
 
-protected boolean isPreCompile(Annotation annotation) {
-// in case @XPath is extended in a custom annotation then it may not 
have the method
-try {
-return (boolean) getAnnotationObjectValue(annotation, 
"preCompile");
-} catch (Exception e) {
-// Do Nothing
-}
-return false;
-}
 }
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
deleted file mode 100644
index 00586f3..000
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/BeanWithXPathInjectionPreCompileTest.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.processor;
-
-import org.apache.camel.ContextTestSupport;
-import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.language.xpath.XPath;
-import org.apache.camel.spi.Registry;
-import org.junit.jupiter.api.Test;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import static org.junit.jupiter.api.Assertions.assertEquals;
-
-public class BeanWithXPathInjectionPreCompileTest extends ContextTestSupport {
-private 

[camel] branch main updated: CAMEL-17187: camel-xpath - Allow to configure preCompile on @XPath annotation

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5beb070  CAMEL-17187: camel-xpath - Allow to configure preCompile on 
@XPath annotation
5beb070 is described below

commit 5beb07094b3eaa34fd8576805a7e0967dc01d945
Author: Claus Ibsen 
AuthorDate: Thu Nov 11 20:54:35 2021 +0100

CAMEL-17187: camel-xpath - Allow to configure preCompile on @XPath 
annotation
---
 .../org/apache/camel/language/xpath/xpath.json |  2 +-
 .../org/apache/camel/language/xpath/XPath.java | 16 
 .../xpath/XPathAnnotationExpressionFactory.java| 24 +-
 .../org/apache/camel/model/language/xpath.json |  2 +-
 .../camel/model/language/XPathExpression.java  |  2 +-
 .../org/apache/camel/component/xslt/MyXPath.java   |  1 -
 .../BeanWithXPathInjectionPreCompileTest.java  | 97 ++
 7 files changed, 139 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
index 3847db2..718df34 100644
--- 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
+++ 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
@@ -22,7 +22,7 @@
 "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
 "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
 "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
-"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
trouble shooting" },
+"logNamespaces": { "kind": "attribute", "displayName": "Log Namespaces", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to log namespaces which can assist during 
troubleshooting" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
 "threadSafety": { "kind": "attribute", "displayName": "Thread Safety", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to enable thread-safety for the returned result 
of the xpath expression. This applies to when using NODESET as the result type, 
and the returned set has multiple elements. In this situation there can be 
thread-safety issues if you process th [...]
 "preCompile": { "kind": "attribute", "displayName": "Pre Compile", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile is enabled by default. This can be used to 
turn off, for example in cases the compilation phase is desired at the starting 
phase, such as if the application is  [...]
diff --git 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
index 48a1352..922259f 100644
--- 
a/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
+++ 
b/components/camel-xpath/src/main/java/org/apache/camel/language/xpath/XPath.java
@@ -58,4 +58,20 @@ public @interface XPath {
  * be applied to the body instead.
  */
 String headerName() default "";
+
+/**
+ * Whether to log namespaces which can assist during troubleshooting
+ */
+boolean logNamespaces() default false;
+
+/**
+ * Whether to enable pre-compiling the xpath expression during 
initialization phase. pre-compile 

[GitHub] [camel-website] zregvart commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


zregvart commented on pull request #667:
URL: https://github.com/apache/camel-website/pull/667#issuecomment-966578998


   > What is your goal here?
   
   The intent is to have the most reliable and the fastest build of the website 
possible on ci-builds.a.o. The performance is perhaps not immediately obvious, 
apart from getting the changes quickly published, the limiting factor of 
ci-builds.a.o is that it has only a few agents available to build websites, so 
any job that takes up too much time prevents other projects utilizing 
ci-builds.a.o to build their website. If we access the network from 
ci-builds.a.o this endangers both the performance and reliability of the build. 
Caching dependencies and having a nearly offline build at ci-builds.a.o is the 
aspired goal. How yarn is trying to do that and the argumentation for it can be 
seen on [Zero-Installs](https://next.yarnpkg.com/features/zero-installs).
   
   Docker is a Linux technology (for the most part), so when running Docker on 
any architecture you're running a Linux process inside a Linux (virtual) 
machine. I don't know if Docker has support for ARM, and if it does it might 
still opt to run only Docker itself as ARM and containers as x86. Container 
images are architecture dependent, and [node 
image](https://hub.docker.com/_/node) does have an ARM variant, so depending on 
what Docker chooses to support on the M1 Macs, whether it will run as ARM 
native and run ARM containers, or with whichever means (Rosetta) end up running 
x86 containers -- yes the cache might vary.
   
   After writing that I went to the Docker website and found 
[this](https://docs.docker.com/desktop/mac/apple-silicon/), which says that the 
Apple Silicon version of Docker Desktop can run both ARM and x86 containers. 
x86 containers can be run using `--platform linux/amd64` parameter.


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

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

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




[camel] branch camel-3.11.x updated: CAMEL-17175: camel-mllp option 'logPhi' with value 'false' does not work for exception logging (#6426)

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

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


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
 new 3c7bcc9  CAMEL-17175: camel-mllp option 'logPhi' with value 'false' 
does not work for exception logging (#6426)
3c7bcc9 is described below

commit 3c7bcc9df8f4a09d0e27533b17f5ad33ca8e58b2
Author: Luigi De Masi <5583341+luigidem...@users.noreply.github.com>
AuthorDate: Thu Nov 11 20:26:39 2021 +0100

CAMEL-17175: camel-mllp option 'logPhi' with value 'false' does not work 
for exception logging (#6426)
---
 .../mllp/MllpAcknowledgementDeliveryException.java |  17 +--
 .../mllp/MllpAcknowledgementException.java |  25 ++--
 .../MllpAcknowledgementGenerationException.java|  12 +-
 .../mllp/MllpAcknowledgementReceiveException.java  |  33 ++---
 .../mllp/MllpAcknowledgementTimeoutException.java  |  34 +++---
 ...lpApplicationErrorAcknowledgementException.java |   9 +-
 ...pApplicationRejectAcknowledgementException.java |   9 +-
 .../MllpCommitErrorAcknowledgementException.java   |   9 +-
 .../MllpCommitRejectAcknowledgementException.java  |   9 +-
 .../apache/camel/component/mllp/MllpException.java |  30 +++--
 .../mllp/MllpInvalidAcknowledgementException.java  |   9 +-
 .../mllp/MllpInvalidMessageException.java  |   8 +-
 .../mllp/MllpNegativeAcknowledgementException.java |   9 +-
 .../camel/component/mllp/MllpReceiveException.java |  24 ++--
 .../component/mllp/MllpTcpClientProducer.java  |  42 ---
 .../component/mllp/MllpTcpServerConsumer.java  |  13 +-
 .../camel/component/mllp/MllpWriteException.java   |  16 +--
 .../camel/component/mllp/internal/Hl7Util.java |   8 +-
 .../mllp/internal/TcpSocketConsumerRunnable.java   |   4 +-
 .../apache/camel/component/mllp/LogPhiTest.java| 134 +
 .../MllpAcknowledgementDeliveryExceptionTest.java  |   8 +-
 .../mllp/MllpAcknowledgementExceptionTest.java |  39 +++---
 .../MllpAcknowledgementReceiveExceptionTest.java   |  16 +--
 .../MllpAcknowledgementTimeoutExceptionTest.java   |  23 ++--
 ...plicationErrorAcknowledgementExceptionTest.java |   7 +-
 ...licationRejectAcknowledgementExceptionTest.java |   9 +-
 ...llpCommitErrorAcknowledgementExceptionTest.java |   7 +-
 ...lpCommitRejectAcknowledgementExceptionTest.java |   7 +-
 .../camel/component/mllp/MllpExceptionTest.java|  62 +-
 .../component/mllp/MllpExceptionTestSupport.java   |   3 +
 .../MllpInvalidAcknowledgementExceptionTest.java   |   5 +-
 .../mllp/MllpInvalidMessageExceptionTest.java  |   4 +-
 .../MllpNegativeAcknowledgementExceptionTest.java  |  14 +--
 .../component/mllp/MllpReceiveExceptionTest.java   |  13 +-
 .../component/mllp/MllpWriteExceptionTest.java |   9 +-
 35 files changed, 429 insertions(+), 251 deletions(-)

diff --git 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpAcknowledgementDeliveryException.java
 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpAcknowledgementDeliveryException.java
index 26c49e1..8e5bd4c 100644
--- 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpAcknowledgementDeliveryException.java
+++ 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpAcknowledgementDeliveryException.java
@@ -22,19 +22,20 @@ package org.apache.camel.component.mllp;
 public class MllpAcknowledgementDeliveryException extends 
MllpAcknowledgementException {
 static final String EXCEPTION_MESSAGE = "HL7 Acknowledgment Delivery 
Failed";
 
-public MllpAcknowledgementDeliveryException(byte[] hl7Message, byte[] 
hl7Acknowledgement) {
-super(EXCEPTION_MESSAGE, hl7Message, hl7Acknowledgement);
+public MllpAcknowledgementDeliveryException(byte[] hl7Message, byte[] 
hl7Acknowledgement, boolean logPhi) {
+super(EXCEPTION_MESSAGE, hl7Message, hl7Acknowledgement, logPhi);
 }
 
-public MllpAcknowledgementDeliveryException(byte[] hl7Message, byte[] 
hl7Acknowledgement, Throwable cause) {
-super(EXCEPTION_MESSAGE, hl7Message, hl7Acknowledgement, cause);
+public MllpAcknowledgementDeliveryException(byte[] hl7Message, byte[] 
hl7Acknowledgement, Throwable cause, boolean logPhi) {
+super(EXCEPTION_MESSAGE, hl7Message, hl7Acknowledgement, cause, 
logPhi);
 }
 
-public MllpAcknowledgementDeliveryException(String message, byte[] 
hl7Message, byte[] hl7Acknowledgement) {
-super(message, hl7Message, hl7Acknowledgement);
+public MllpAcknowledgementDeliveryException(String message, byte[] 
hl7Message, byte[] hl7Acknowledgement, boolean logPhi) {
+super(message, hl7Message, hl7Acknowledgement, logPhi);
 }
 
-public MllpAcknowledgementDeliveryException(String message, byte[] 
hl7Message, byte[] hl7Acknowledgement, Throwable cause) {
-super(message, hl7Message, 

[camel] branch main updated: CAMEL-17121: added support for accounting and reporting the elapsed time (#6425)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new b4245f5  CAMEL-17121: added support for accounting and reporting the 
elapsed time (#6425)
b4245f5 is described below

commit b4245f5df33359e6c992b55e423c8564a5c44b01
Author: Otavio Rodolfo Piske 
AuthorDate: Thu Nov 11 20:26:07 2021 +0100

CAMEL-17121: added support for accounting and reporting the elapsed time 
(#6425)

* CAMEL-17121: added support for accounting and reporting the elapsed time 
for a task

* CAMEL-17121: adjust the producer cache log to use the tasks elapsed 
counter
---
 .../org/apache/camel/support/cache/DefaultProducerCache.java |  3 +--
 .../java/org/apache/camel/support/task/BackgroundTask.java   |  6 ++
 .../java/org/apache/camel/support/task/ForegroundTask.java   |  6 ++
 .../src/main/java/org/apache/camel/support/task/Task.java|  9 +
 .../java/org/apache/camel/support/task/budget/Budget.java| 12 
 .../camel/support/task/budget/IterationBoundedBudget.java| 11 +++
 .../support/task/budget/IterationTimeBoundedBudget.java  |  6 ++
 .../apache/camel/support/task/budget/TimeBoundedBudget.java  |  7 ++-
 .../org/apache/camel/support/task/BackgroundTaskTest.java| 11 +--
 .../org/apache/camel/support/task/ForegroundTaskTest.java|  8 
 .../apache/camel/support/task/ForegroundTimeTaskTest.java|  8 
 11 files changed, 82 insertions(+), 5 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/cache/DefaultProducerCache.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/cache/DefaultProducerCache.java
index 97152e4..9854f62 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/cache/DefaultProducerCache.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/cache/DefaultProducerCache.java
@@ -133,13 +133,12 @@ public class DefaultProducerCache extends ServiceSupport 
implements ProducerCach
 .build())
 .build();
 
-StopWatch watch = LOG.isDebugEnabled() ? new StopWatch() : null;
 if (!task.run(service::isStarting)) {
 LOG.warn("The producer: {} did not finish starting in {} ms", 
service, ACQUIRE_WAIT_TIME);
 }
 
 if (LOG.isDebugEnabled()) {
-LOG.debug("Waited {} ms for producer to finish starting: {} state: 
{}", watch.taken(), service,
+LOG.debug("Waited {} ms for producer to finish starting: {} state: 
{}", task.elapsed().toMillis(), service,
 service.getStatus());
 }
 }
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/task/BackgroundTask.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/task/BackgroundTask.java
index 48567b1..fc3e60c 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/task/BackgroundTask.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/task/BackgroundTask.java
@@ -17,6 +17,7 @@
 
 package org.apache.camel.support.task;
 
+import java.time.Duration;
 import java.util.Objects;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.ScheduledExecutorService;
@@ -172,4 +173,9 @@ public class BackgroundTask implements BlockingTask {
 
 return completed;
 }
+
+@Override
+public Duration elapsed() {
+return budget.elapsed();
+}
 }
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/task/ForegroundTask.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/task/ForegroundTask.java
index d5f798f..a77de9b 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/task/ForegroundTask.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/task/ForegroundTask.java
@@ -17,6 +17,7 @@
 
 package org.apache.camel.support.task;
 
+import java.time.Duration;
 import java.util.Optional;
 import java.util.function.BooleanSupplier;
 import java.util.function.Predicate;
@@ -156,4 +157,9 @@ public class ForegroundTask implements BlockingTask {
 
 return Optional.empty();
 }
+
+@Override
+public Duration elapsed() {
+return budget.elapsed();
+}
 }
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/task/Task.java 
b/core/camel-support/src/main/java/org/apache/camel/support/task/Task.java
index e6771b3..e0dce77 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/task/Task.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/task/Task.java
@@ -17,9 +17,18 @@
 
 package org.apache.camel.support.task;
 
+import java.time.Duration;
+
 /**
  * A task defines a piece of code that may be executed - in the foreground or 
background - within a certain budget that
  * 

[GitHub] [camel] davsclaus merged pull request #6426: CAMEL-17175: camel-mllp option 'logPhi' with value 'false' does not work for exception logging

2021-11-11 Thread GitBox


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


   


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

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

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




[GitHub] [camel] davsclaus merged pull request #6425: CAMEL-17121: added support for accounting and reporting the elapsed time

2021-11-11 Thread GitBox


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


   


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

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

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




[camel] branch main updated: (chores) Ensures core tests have timeouts (#6424)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 1296397  (chores) Ensures core tests have timeouts (#6424)
1296397 is described below

commit 12963970cf8ef4fec25e43c19b185e83dcb6e0d1
Author: Otavio Rodolfo Piske 
AuthorDate: Thu Nov 11 20:24:35 2021 +0100

(chores) Ensures core tests have timeouts (#6424)
---
 .../org/apache/camel/component/direct/DirectProducerBlockingTest.java   | 2 ++
 .../apache/camel/component/directvm/DirectVmProducerBlockingTest.java   | 2 ++
 .../java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java | 2 ++
 .../test/java/org/apache/camel/component/seda/SedaConfigureTest.java| 2 ++
 .../org/apache/camel/component/seda/SedaDefaultBlockWhenFullTest.java   | 2 ++
 .../apache/camel/impl/DefaultProducerTemplateNonBlockingAsyncTest.java  | 2 ++
 .../processor/DeadLetterChannelRedeliverWithDelayBlockingTest.java  | 2 ++
 .../processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java| 2 ++
 8 files changed, 16 insertions(+)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/direct/DirectProducerBlockingTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/direct/DirectProducerBlockingTest.java
index cd54a2d..1724734 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/direct/DirectProducerBlockingTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/direct/DirectProducerBlockingTest.java
@@ -25,10 +25,12 @@ import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.util.StopWatch;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Timeout;
 
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
+@Timeout(20)
 public class DirectProducerBlockingTest extends ContextTestSupport {
 
 @Test
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/directvm/DirectVmProducerBlockingTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/directvm/DirectVmProducerBlockingTest.java
index 050d655..fa82c27 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/directvm/DirectVmProducerBlockingTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/directvm/DirectVmProducerBlockingTest.java
@@ -25,11 +25,13 @@ import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.util.StopWatch;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Timeout;
 import org.junit.jupiter.api.parallel.ResourceLock;
 
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
+@Timeout(20)
 @ResourceLock("DirectVmComponent")
 public class DirectVmProducerBlockingTest extends ContextTestSupport {
 
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
index e2eebee..2192e8e 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
@@ -19,6 +19,7 @@ package org.apache.camel.component.seda;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Timeout;
 
 import static org.junit.jupiter.api.Assertions.*;
 
@@ -26,6 +27,7 @@ import static org.junit.jupiter.api.Assertions.*;
  * Tests that a Seda producer supports the blockWhenFull option by blocking 
when a message is sent while the queue is
  * full.
  */
+@Timeout(20)
 public class SedaBlockWhenFullTest extends ContextTestSupport {
 private static final int QUEUE_SIZE = 1;
 private static final int DELAY = 10;
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaConfigureTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaConfigureTest.java
index 6c7019f..43064c7 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaConfigureTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaConfigureTest.java
@@ -22,9 +22,11 @@ import java.util.concurrent.LinkedBlockingQueue;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.Exchange;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Timeout;
 
 import static org.junit.jupiter.api.Assertions.*;
 
+@Timeout(20)
 public class SedaConfigureTest extends ContextTestSupport {
 
 @SuppressWarnings("unchecked")
diff --git 

[GitHub] [camel] davsclaus merged pull request #6424: (chores) Ensures some of the core tests have timeouts

2021-11-11 Thread GitBox


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


   


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

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

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




[GitHub] [camel-website] github-actions[bot] commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


github-actions[bot] commented on pull request #667:
URL: https://github.com/apache/camel-website/pull/667#issuecomment-966494611


    Preview is available at https://pr-667--camel.netlify.app


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

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

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




[GitHub] [camel-kafka-connector] scholzj commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-11-11 Thread GitBox


scholzj commented on issue #1263:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-966477306


   So, I'm not sure what needs to change so that you can use it. Connect has 
its own SA already. So you can just assign the IAM role to it and use it. AFAIK 
there are users doing that with Strimzi.


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

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

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




[GitHub] [camel-kafka-connector] arjun180 commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-11-11 Thread GitBox


arjun180 commented on issue #1263:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-966474648


   > Maybe you would need to elaborate a bit more on how exactly you mean it?
   
   I asked my colleague @rlonberg to elaborate on the practice of using service 
accounts instead of the EKS node role. His response is below : 
   
   The default EKS role (AWS instance metadata) for worker nodes is 
over-privileged and it's not a good security practice to have pods inherit this 
node role for a couple reasons.This breaks privilege isolation practices 
between namespaces. If we give the node role permission to write to an s3 
bucket for kafka-connect, now all pods outside of the kafka-connect namespace 
can access this s3 bucket as well.
   
   The EKS default node role needs a few AWS policies to operate that are 
dangerous for pods to inherit. The EKS node role has the ability to 
list/describe VPCs subnets and security groups across the entire AWS account. 
It can describe any EC2 instance in the AWS account (AMIs, private IPs, disks 
attached). It can nuke all network interfaces in the entire account == this 
would bring all instances in the account offline and constitute a highly 
effective denial of service attack vector. It can enumerate and pull any Docker 
image in the account ECR and also query all image vulnerabilities with 
ecr:DescribeImageScanFindings in the entire account.
   
   It's a better practice to instead assign service accounts to all EKS 
deployments using least privilege IAM role associations designed specifically 
for the deployment use-case. Why would a kafka-connect CRD need to do all the 
above instead of only having the privileges to write to a specific s3 endpoint?
   
   This is already the officially accepted practice from AWS: 
https://docs.aws.amazon.com/eks/latest/userguide/best-practices-security.html#restrict-ec2-credential-access
 -- who recommend that users restrict access to the instance metadata service 
when provisioning their EKS cluster and use service accounts instead.
   
   Here's another writeup on the problem with using the default node role. It 
goes into detail on why this practice should be avoided: 
https://blog.christophetd.fr/privilege-escalation-in-aws-elastic-kubernetes-service-eks-by-compromising-the-instance-role-of-worker-nodes/
   
   


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

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

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




[GitHub] [camel-website] djencks commented on pull request #667: Resolves #666: (Do not merge yet) Main aggregate collector/page generation

2021-11-11 Thread GitBox


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


   What is your goal here?  Is it that the jenkins build should be able to run 
without running yarn install?  And anyone else (e.g. me with my mac) will 
probably have to run yarn install in order to build the website locally?
   
   I think your suggestion of running yarn install isn’t sufficient since it 
doesn’t run dedupe: my update:dependencies script will probably be sufficient.
   
   I ran the first two lines of your script and then yarn update:dependencies 
from my PR and got a lot of .yarn/unplugged changes: now running yarn build-all 
outside docker fails. There are no .yarn/cache changes and running yarn 
check:dependencies succeeds.  After both operations there are a few uncommitted 
changes in .yarn/unplugged.
   
   Then, restarting the docker container and running yarn check:dependencies in 
it succeeds and produces what looks like (git status) the same list of changed 
.yarn/unplugged files.
   
   Since yarn doesn’t report errors I’m running echo $? to find the exit code.
   
   This is the first time I’ve succeeded using docker, but I don’t think that 
running this locally is going to produce the desired results for anyone running 
on a new mac ARM based laptop.
   
   Conceptually I think we need the GitHub PR check to generate an additional 
PR when running yarn check:dependencies succeeds but leaves uncommitted changes.
   
   Alternatively perhaps the jenkins job could run yarn  install —immutable 
—immutable-cache.
   
   Meanwhile I’ve written a script to do this and committed the results.
   
   
   > On Nov 11, 2021, at 12:22 AM, Zoran Regvart ***@***.***> wrote:
   > 
   > 
   > We need to be careful about binaries in the cache, we could end up with 
MacOS binaries (Mach-O) in the cache instead of Linux (ELF). Best rebuild the 
cache within the Docker container, there is a Dockerfile in the root of the 
repository that you can use. The same is used on ci-builds.a.o. Something like 
this:
   > 
   > $ docker build -t camel-website .
   > $ docker run --rm -it -v $(pwd):/work:Z --entrypoint bash --workdir /work 
camel-website
   > $ yarn workspaces foreach install
   > The Z might not be required/work on a Mac, it's about SELinux labeling, 
and be careful about permissions on the .yarn directory, they might end up 
being owned by root.
   > 
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub 
, or 
unsubscribe 
.
   > 
   
   


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

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

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




[GitHub] [camel-quarkus] ppalaga commented on pull request #3269: Added missing stored procedure test for oracle

2021-11-11 Thread GitBox


ppalaga commented on pull request #3269:
URL: https://github.com/apache/camel-quarkus/pull/3269#issuecomment-966442204


   Thanks @JiriOndrusek !


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

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

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




[camel-quarkus] branch main updated: Sql tests with external oracle database fail #3256

2021-11-11 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ff97e82  Sql tests with external oracle database fail #3256
ff97e82 is described below

commit ff97e825984022a10b5c97db69d11c3846f81610
Author: JiriOndrusek 
AuthorDate: Fri Nov 5 13:15:48 2021 +0100

Sql tests with external oracle database fail #3256
---
 .../java/org/apache/camel/quarkus/component/sql/it/SqlResource.java | 1 +
 integration-tests/sql/src/main/resources/sql/oracle/initDb.sql  | 6 ++
 2 files changed, 7 insertions(+)

diff --git 
a/integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/SqlResource.java
 
b/integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/SqlResource.java
index 702b5ba..464ac63 100644
--- 
a/integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/SqlResource.java
+++ 
b/integration-tests/sql/src/main/java/org/apache/camel/quarkus/component/sql/it/SqlResource.java
@@ -166,6 +166,7 @@ public class SqlResource {
 switch (dbKind) {
 case "db2":
 case "mssql":
+case "oracle":
 case "mariadb":
 case "mysql":
 List addNumsResults = 
producerTemplate.requestBody(
diff --git a/integration-tests/sql/src/main/resources/sql/oracle/initDb.sql 
b/integration-tests/sql/src/main/resources/sql/oracle/initDb.sql
index 234247d..5884e1a 100644
--- a/integration-tests/sql/src/main/resources/sql/oracle/initDb.sql
+++ b/integration-tests/sql/src/main/resources/sql/oracle/initDb.sql
@@ -35,3 +35,9 @@ DROP TABLE aggregation
 CREATE TABLE aggregation (id VARCHAR2(255) NOT NULL, exchange BLOB NOT NULL, 
version INT, PRIMARY KEY (id))
 DROP TABLE aggregation_completed CASCADE CONSTRAINTS
 CREATE TABLE aggregation_completed (id VARCHAR2(255) NOT NULL, exchange BLOB 
NOT NULL, version INT, PRIMARY KEY (id))
+
+-- stored procedure
+DROP TABLE ADD_NUMS_RESULTS
+CREATE TABLE ADD_NUMS_RESULTS(id NUMBER GENERATED BY DEFAULT AS IDENTITY, 
value NUMBER NOT NULL, PRIMARY KEY(id))
+DROP PROCEDURE ADD_NUMS
+CREATE PROCEDURE ADD_NUMS (a IN NUMBER, b IN NUMBER) IS BEGIN insert into 
ADD_NUMS_RESULTS (id, value) VALUES (1, a + b); END;


[GitHub] [camel-quarkus] ppalaga merged pull request #3269: Added missing stored procedure test for oracle

2021-11-11 Thread GitBox


ppalaga merged pull request #3269:
URL: https://github.com/apache/camel-quarkus/pull/3269


   


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

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

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




[GitHub] [camel-quarkus] ppalaga closed issue #3268: Fix of issue #3080 (Sql - enable stored procedure test for different db types) misses Oracle db type

2021-11-11 Thread GitBox


ppalaga closed issue #3268:
URL: https://github.com/apache/camel-quarkus/issues/3268


   


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

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

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




[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #3272: Sql doc update because of the failure with external oracle database #…

2021-11-11 Thread GitBox


ppalaga commented on a change in pull request #3272:
URL: https://github.com/apache/camel-quarkus/pull/3272#discussion_r747643587



##
File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc
##
@@ -40,6 +40,14 @@ Or add the coordinates to your existing project:
 
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
 
+== Camel Quarkus limitations
+
+While you can use any of the available database types in JVM mode, Oracle 
database type negatively affects serialization in native mode.
+See quarkus issue 
https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396]
 for more dtails.
+
+https://camel.apache.org/components/next/sql-component.html#_using_the_jdbc_based_aggregation_repository[Aggregation
 repository] does not work in native mode with Oracle db, because of this issue.

Review comment:
   `xref:{cq-camel-components}::sql-component.adoc` as proposed below




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

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

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




[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #3272: Sql doc update because of the failure with external oracle database #…

2021-11-11 Thread GitBox


ppalaga commented on a change in pull request #3272:
URL: https://github.com/apache/camel-quarkus/pull/3272#discussion_r747641035



##
File path: extensions/sql/runtime/src/main/doc/limitations.adoc
##
@@ -0,0 +1,4 @@
+While you can use any of the available database types in JVM mode, Oracle 
database type negatively affects serialization in native mode.
+See quarkus issue 
https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396]
 for more details.
+

Review comment:
   ```suggestion
   Oracle JDBC driver brings some GraalVM native-image configuration that 
breaks the serialization support in Camel Quarkus and Quarkus in general. See 
this https://github.com/quarkusio/quarkus/issues/20396[quarkus issue] for more 
details.
   ```

##
File path: extensions/sql/runtime/src/main/doc/limitations.adoc
##
@@ -0,0 +1,4 @@
+While you can use any of the available database types in JVM mode, Oracle 
database type negatively affects serialization in native mode.
+See quarkus issue 
https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396]
 for more details.
+
+https://camel.apache.org/components/next/sql-component.html#_using_the_jdbc_based_aggregation_repository[Aggregation
 repository] does not work in native mode with Oracle db, because of this issue.

Review comment:
   ```suggestion
   
xref:{cq-camel-components}::sql-component.adoc#_using_the_jdbc_based_aggregation_repository[Aggregation
 repository] does not work in native mode with Oracle DB, because of this issue.
   ```




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

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

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




[GitHub] [camel-kafka-connector] scholzj commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-11-11 Thread GitBox


scholzj commented on issue #1263:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-966431421


   > We're planning on setting up a script to rotate keys in the Kafka Connect 
pod. During the process of rotating the keys, what happens to the Kafka Connect 
pod? Will it just restart?
   
   That really depends how you add it. But I would expect that you might need 
to roll it yourself. But maybe that could be something to improve in the future.
   
   > I was planning on creating a feature request (or documentation 
request/example) for using service accounts instead of the default EKS role for 
Kafka connectors. What are your thoughts on this?
   
   Maybe you would need to elaborate a bit more on how exactly you mean it?


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

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

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




[GitHub] [camel-kafka-connector] arjun180 commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-11-11 Thread GitBox


arjun180 commented on issue #1263:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-966427523


   Thanks @oscerd and @scholzj. After some thought, we've decided to use keys 
instead of the service account role. The process of using  service account role 
was too complicated and we couldn't get it work.
   
   Couple of quick questions before I close out this issue : 
   
   1. We're planning on setting up a script to rotate keys in the Kafka Connect 
pod. During the process of rotating the keys, what happens to the Kafka Connect 
pod? Will it just restart?
   
   2. I was planning on creating a feature request (or documentation 
request/example) for using service accounts instead of the default EKS role for 
Kafka connectors. What are your thoughts on this? 


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

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

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




[GitHub] [camel-quarkus] ppalaga merged pull request #3290: Debezium tests are using JUnit 4 Assertions and Assumptions #3289

2021-11-11 Thread GitBox


ppalaga merged pull request #3290:
URL: https://github.com/apache/camel-quarkus/pull/3290


   


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

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

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




[GitHub] [camel-quarkus] ppalaga closed issue #3289: Debezium tests are using JUnit 4 Assertions and Assumptions

2021-11-11 Thread GitBox


ppalaga closed issue #3289:
URL: https://github.com/apache/camel-quarkus/issues/3289


   


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

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

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




[camel-quarkus] branch main updated: Debezium tests are using JUnit 4 Assertions and Assumptions #3289

2021-11-11 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new d7c3737  Debezium tests are using JUnit 4 Assertions and Assumptions 
#3289
d7c3737 is described below

commit d7c3737c1e2412957bae192cd0b7e1167800869d
Author: JiriOndrusek 
AuthorDate: Thu Nov 11 14:10:29 2021 +0100

Debezium tests are using JUnit 4 Assertions and Assumptions #3289
---
 .../debezium/common/it/AbstractDebeziumTest.java | 10 +-
 .../debezium/common/it/mongodb/DebeziumMongodbTest.java  | 16 +---
 .../common/it/sqlserver/DebeziumSqlserverTest.java   | 14 --
 3 files changed, 22 insertions(+), 18 deletions(-)

diff --git 
a/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/AbstractDebeziumTest.java
 
b/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/AbstractDebeziumTest.java
index 26b0c30..c76bdc9 100644
--- 
a/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/AbstractDebeziumTest.java
+++ 
b/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/AbstractDebeziumTest.java
@@ -24,13 +24,14 @@ import io.restassured.RestAssured;
 import io.restassured.response.Response;
 import org.hamcrest.Matcher;
 import org.jboss.logging.Logger;
-import org.junit.Assert;
 import org.junit.jupiter.api.Order;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.Matchers.containsString;
 import static org.hamcrest.Matchers.emptyOrNullString;
 import static org.hamcrest.Matchers.is;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertTrue;
 
 /**
  * Abstract parent for debezium based tests.
@@ -86,12 +87,11 @@ public abstract class AbstractDebeziumTest {
 break;
 }
 
-Assert.assertTrue("Debezium does not respond (consider changing 
timeout in AbstractDebeziumResource).",
-i < REPEAT_COUNT);
+assertTrue(i < REPEAT_COUNT, "Debezium does not respond (consider 
changing timeout in AbstractDebeziumResource).");
 }
 
 protected void isInitialized(String s) {
-Assert.assertNotNull(s, getConnection());
+assertNotNull(getConnection(), s);
 }
 
 protected void insertCompany(String name, String city) throws SQLException 
{
@@ -130,7 +130,7 @@ public abstract class AbstractDebeziumTest {
 //validate that event for delete is in queue
 receiveResponse(204, is(emptyOrNullString()));
 }
-Assert.assertTrue("No records were deleted", i > 1);
+assertTrue(i > 1, "No records were deleted");
 }
 
 protected Response receiveResponse() {
diff --git 
a/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/mongodb/DebeziumMongodbTest.java
 
b/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/mongodb/DebeziumMongodbTest.java
index 75be837..5ef6cf6 100644
--- 
a/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/mongodb/DebeziumMongodbTest.java
+++ 
b/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/mongodb/DebeziumMongodbTest.java
@@ -33,10 +33,9 @@ import org.bson.Document;
 import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
 import org.jboss.logging.Logger;
-import org.junit.Assert;
-import org.junit.Before;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.MethodOrderer;
 import org.junit.jupiter.api.Order;
 import org.junit.jupiter.api.Test;
@@ -45,6 +44,9 @@ import 
org.junit.jupiter.api.condition.EnabledIfSystemProperty;
 
 import static org.hamcrest.Matchers.containsString;
 import static org.hamcrest.Matchers.equalTo;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assumptions.assumeTrue;
 
 @QuarkusTest
 @QuarkusTestResource(DebeziumMongodbTestResource.class)
@@ -75,16 +77,16 @@ class DebeziumMongodbTest extends AbstractDebeziumTest {
 LOG.warn("Container is not running. Connection is not created.");
 }
 
-org.junit.Assume.assumeTrue(mongoClient != null);
+assumeTrue(mongoClient != null);
 
 MongoDatabase db = mongoClient.getDatabase("test");
 
 companies = db.getCollection("companies");
 }
 
-@Before
+@BeforeEach
 public void before() {
-org.junit.Assume.assumeTrue(mongoClient != null);
+assumeTrue(mongoClient != null);
 

[GitHub] [camel-quarkus] oscerd commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


oscerd commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966386394






-- 
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] jamesnetherton commented on issue #3283: Camel-quarkus-couchbase Consumer is not working

2021-11-11 Thread GitBox


jamesnetherton commented on issue #3283:
URL: https://github.com/apache/camel-quarkus/issues/3283#issuecomment-966384234


   > This works fine on Camel-plain
   
   I adapted the Camel [csimple 
example](https://github.com/apache/camel-examples/tree/main/examples/csimple) 
with the route mentioned above and observed the same issue. Whenever Jackson is 
added to the classpath, it triggers the error.


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

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

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




[camel-quarkus] 01/01: Upgrade Quarkus to 2.6.0.CR1

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit c37b1bb39907c2f55a57d4bec02823452f1aa3df
Author: James Netherton 
AuthorDate: Thu Nov 11 14:04:24 2021 +

Upgrade Quarkus to 2.6.0.CR1
---
 docs/antora.yml | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index ddc7f67..114a808 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,7 @@ asciidoc:
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.1 # replace ${target-maven-version}
 camel-version: 3.12.0 # replace ${camel.version}
-quarkus-version: 2.5.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 # attributes used in xrefs to other Antora components
 cq-camel-components: 3.12.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
diff --git a/pom.xml b/pom.xml
index d1b5b62..0da79dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 8.9.1.Final
 
0.3.0
 2.3.0
-2.5.0.CR1
+999-SNAPSHOT
 
2.0.0
 0.29.0
 


[camel-quarkus] branch quarkus-main updated (a546bd1 -> c37b1bb)

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


 discard a546bd1  Re-enable Kafka ssl sasl tests (#3252)
 discard 46535d7  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
 discard dc5be32  Fix #3227 to remove the workaround in 
KafkaDevServicesDisabledTest
 discard f96c117  Revert "Fix #3206 to produce 
RunTimeConfigurationDefaultBuildItem with camel.component.kafka.brokers 
property"
 discard 25c0c59  Upgrade Quarkus to 2.5.0.CR1
 add 1a0c347  Updated CHANGELOG.md
 add 7d01c2a  Fixup 218bef4 Special fix for Solr - Cannot run tests against 
alternative BOMs #3258
 add 21fdb08  Updated CHANGELOG.md
 add 7ede271  Fix #3276 to make sure all objects have been deleted after 
each test in AWS2 S3 (#3279)
 add 81e9c0f  Remove BOM reference to non existent 
camel-quarkus-xstream-common-deployment dependency
 add 000d5e1  Fixup 218bef4 Special fix for JMS extensions depending on 
quarkus-qpid-jms - Cannot run tests against alternative BOMs #3258
 add 72cee53  Updated CHANGELOG.md
 add 22ad418  Fix #3284 to get kafka.bootstrap.servers from 
DevServicesLauncherConfigResultBuildItem (#3287)
 add c09e4f3  Upgrade Quarkus to 2.5.0.CR1
 add 539eee9  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
 add 8d343bd  Re-enable Kafka ssl sasl tests (#3252)
 new c37b1bb  Upgrade Quarkus to 2.6.0.CR1

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

 * -- * -- B -- O -- O -- O   (a546bd1)
\
 N -- N -- N   refs/heads/quarkus-main (c37b1bb)

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

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

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


Summary of changes:
 CHANGELOG.md   |  7 +++
 .../component/kafka/deployment/KafkaProcessor.java | 13 +++---
 .../camel/quarkus/component/aws2/Aws2S3Test.java   | 52 --
 integration-tests/jms-qpid-amqp-client/pom.xml | 19 
 integration-tests/sjms-qpid-amqp-client/pom.xml| 19 
 integration-tests/sjms2-qpid-amqp-client/pom.xml   | 19 
 integration-tests/solr/pom.xml |  5 ++-
 poms/bom/pom.xml   |  5 ---
 8 files changed, 124 insertions(+), 15 deletions(-)


[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request #3290: Debezium tests are using JUnit 4 Assertions and Assumptions #3289

2021-11-11 Thread GitBox


JiriOndrusek opened a new pull request #3290:
URL: https://github.com/apache/camel-quarkus/pull/3290


   fixes  https://github.com/apache/camel-quarkus/issues/3289
   
   


-- 
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] JiriOndrusek opened a new issue #3289: Debezium tests are using JUnit 4 Assertions and Assumptions

2021-11-11 Thread GitBox


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


   There are old JUnit assertion in debezium tests. See i.e. 
https://github.com/apache/camel-quarkus/blob/main/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/sqlserver/DebeziumSqlserverTest.java#L33-L34


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

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

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




[GitHub] [camel-kafka-connector] oscerd merged pull request #1288: Fixed missing syslog documentation.

2021-11-11 Thread GitBox


oscerd merged pull request #1288:
URL: https://github.com/apache/camel-kafka-connector/pull/1288


   


-- 
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 main updated: Fixed missing syslog documentation.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 9c6826e  Fixed missing syslog documentation.
9c6826e is described below

commit 9c6826e7aad0119fb4c01925cf4bfc72e39114d7
Author: Andrea Tarocchi 
AuthorDate: Thu Nov 11 12:36:45 2021 +0100

Fixed missing syslog documentation.
---
 .../camel-syslog-kafka-sink-connector.adoc | 27 ++
 .../camel-syslog-kafka-source-connector.adoc   | 27 ++
 2 files changed, 54 insertions(+)

diff --git 
a/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-sink-connector.adoc
 
b/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-sink-connector.adoc
new file mode 100644
index 000..53a23e0
--- /dev/null
+++ 
b/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-sink-connector.adoc
@@ -0,0 +1,27 @@
+// kafka-connector options: START
+[[camel-syslog-kafka-connector-sink]]
+= camel-syslog-kafka-connector sink configuration
+
+When using camel-syslog-kafka-connector as sink make sure to use the following 
Maven dependency to have support for the connector:
+
+[source,xml]
+
+
+  org.apache.camel.kafkaconnector
+  camel-syslog-kafka-connector
+  x.x.x
+  
+
+
+
+
+The camel-syslog sink connector supports is based on camel-netty sink 
connector and supports all its options (see: 
xref:reference/connectors/camel-netty-kafka-sink-connector.adoc[Netty Sink 
Docs]);
+however has been already preconfigured and should be sufficient to provide the 
following properties:
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Priority
+| *camel.sink.path.protocol* | The protocol to use which can be tcp or udp. 
One of: [tcp] [udp] | null | HIGH
+| *camel.sink.path.host* | The hostname. For the consumer the hostname is 
localhost or 0.0.0.0. For the producer the hostname is the remote host to 
connect to | null | HIGH
+| *camel.sink.path.port* | The host port number | null | HIGH
+|===
+// kafka-connector options: END
diff --git 
a/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-source-connector.adoc
 
b/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-source-connector.adoc
new file mode 100644
index 000..b55a916
--- /dev/null
+++ 
b/docs/modules/ROOT/pages/reference/connectors/camel-syslog-kafka-source-connector.adoc
@@ -0,0 +1,27 @@
+// kafka-connector options: START
+[[camel-syslog-kafka-connector-source]]
+= camel-syslog-kafka-connector source configuration
+
+When using camel-syslog-kafka-connector as source make sure to use the 
following Maven dependency to have support for the connector:
+
+[source,xml]
+
+
+  org.apache.camel.kafkaconnector
+  camel-syslog-kafka-connector
+  x.x.x
+  
+
+
+
+
+The camel-syslog source connector supports is based on camel-netty source 
connector and supports all its options (see: 
xref:reference/connectors/camel-netty-kafka-source-connector.adoc[Netty Source 
Docs]);
+however has been already preconfigured and should be sufficient to provide the 
following properties:
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Priority
+| *camel.source.path.protocol* | The protocol to use which can be tcp or udp. 
One of: [tcp] [udp] | null | HIGH
+| *camel.source.path.host* | The hostname. For the consumer the hostname is 
localhost or 0.0.0.0. For the producer the hostname is the remote host to 
connect to | null | HIGH
+| *camel.source.path.port* | The host port number | null | HIGH
+|===
+// kafka-connector options: END


[camel] branch regen_bot updated (daf613d -> 5e7fd6d)

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

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


from daf613d  Polished
 add 5e7fd6d  Upgrade kubernetes-client 5.1.0

No new revisions were added by this update.

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


[camel-quarkus] 02/03: Temporarily disable kafka-sasl & kafka-ssl tests due to #3239

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 539eee9ee3b2fdb0088395e9e9caab72e097fd85
Author: James Netherton 
AuthorDate: Wed Oct 27 10:35:20 2021 +0100

Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
---
 .../test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java | 2 ++
 .../java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java  | 2 ++
 .../src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java  | 2 ++
 .../src/test/java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java  | 2 ++
 4 files changed, 8 insertions(+)

diff --git 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
index 947a7ee..71d482b 100644
--- 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
+++ 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
@@ -22,10 +22,12 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/3239;)
 @QuarkusTest
 @QuarkusTestResource(KafkaSaslSslTestResource.class)
 public class KafkaSaslSslTest {
diff --git 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
index c4a246b..968749a 100644
--- 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
+++ 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
@@ -22,10 +22,12 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/3239;)
 @QuarkusTest
 @QuarkusTestResource(KafkaSaslTestResource.class)
 public class KafkaSaslBindingTest {
diff --git 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
index 6b25cb4..297a3f4 100644
--- 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
+++ 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
@@ -16,8 +16,10 @@
  */
 package org.apache.camel.quarkus.kafka.sasl;
 
+import io.quarkus.test.junit.DisabledOnNativeImage;
 import io.quarkus.test.junit.NativeImageTest;
 
+@DisabledOnNativeImage("https://github.com/apache/camel-quarkus/issues/3239;)
 @NativeImageTest
 public class KafkaSaslIT extends KafkaSaslBindingTest {
 }
diff --git 
a/integration-tests/kafka-ssl/src/test/java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java
 
b/integration-tests/kafka-ssl/src/test/java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java
index 8cc3a89..f25e8c0 100644
--- 
a/integration-tests/kafka-ssl/src/test/java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java
+++ 
b/integration-tests/kafka-ssl/src/test/java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java
@@ -22,11 +22,13 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 import static org.hamcrest.Matchers.is;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/3239;)
 @QuarkusTest
 @QuarkusTestResource(KafkaSslTestResource.class)
 public class KafkaSslTest {


[camel-quarkus] 01/03: Upgrade Quarkus to 2.5.0.CR1

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit c09e4f3b48047245c71853b39461d84d9c0f4664
Author: James Netherton 
AuthorDate: Thu Oct 14 07:49:19 2021 +0100

Upgrade Quarkus to 2.5.0.CR1
---
 docs/antora.yml  |  2 +-
 .../core/deployment/CamelContextCustomizerTest.java  |  2 +-
 .../optaplanner/deployment/OptaplannerProcessor.java |  1 +
 integration-tests-support/azure/pom.xml  |  6 ++
 .../camel/quarkus/component/fop/it/FopResource.java  | 16 ++--
 .../quarkus/component/salesforce/SalesforceResource.java |  4 ++--
 pom.xml  |  8 
 poms/bom/pom.xml |  2 +-
 8 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 30b5114..ddc7f67 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,7 @@ asciidoc:
 min-maven-version: 3.6.2 # replace ${min-maven-version}
 target-maven-version: 3.8.1 # replace ${target-maven-version}
 camel-version: 3.12.0 # replace ${camel.version}
-quarkus-version: 2.4.0.Final # replace ${quarkus.version}
+quarkus-version: 2.5.0.CR1 # replace ${quarkus.version}
 # attributes used in xrefs to other Antora components
 cq-camel-components: 3.12.x@components # replace 
${camel.docs.components.xref}
 quarkus-examples-version: latest
diff --git 
a/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/CamelContextCustomizerTest.java
 
b/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/CamelContextCustomizerTest.java
index d059d74..69f04c3 100644
--- 
a/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/CamelContextCustomizerTest.java
+++ 
b/extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/CamelContextCustomizerTest.java
@@ -53,7 +53,7 @@ public class CamelContextCustomizerTest {
 public void execute(BuildContext context) {
 String methodName = "execute";
 BytecodeRecorderImpl bri = new 
BytecodeRecorderImpl(true, getClass().getSimpleName(), methodName,
-Integer.toString(methodName.hashCode()), true);
+Integer.toString(methodName.hashCode()), true, 
s -> null);
 RuntimeValue value = bri
 
.newInstance(RestConfigurationCustomizer.class.getName());
 context.produce(new 
CamelContextCustomizerBuildItem(value));
diff --git 
a/extensions/optaplanner/deployment/src/main/java/org/apache/camel/quarkus/component/optaplanner/deployment/OptaplannerProcessor.java
 
b/extensions/optaplanner/deployment/src/main/java/org/apache/camel/quarkus/component/optaplanner/deployment/OptaplannerProcessor.java
index 497bfa3..488752b 100644
--- 
a/extensions/optaplanner/deployment/src/main/java/org/apache/camel/quarkus/component/optaplanner/deployment/OptaplannerProcessor.java
+++ 
b/extensions/optaplanner/deployment/src/main/java/org/apache/camel/quarkus/component/optaplanner/deployment/OptaplannerProcessor.java
@@ -35,5 +35,6 @@ class OptaplannerProcessor {
 runtimeInitializedClass.produce(new 
RuntimeInitializedClassBuildItem("org.drools.core.util.Drools$XSTreamChekcer"));
 runtimeInitializedClass
 .produce(new 
RuntimeInitializedClassBuildItem("org.drools.compiler.kproject.models.KieModuleMarshaller"));
+runtimeInitializedClass.produce(new 
RuntimeInitializedClassBuildItem("org.drools.core.rule.JavaDialectRuntimeData"));
 }
 }
diff --git a/integration-tests-support/azure/pom.xml 
b/integration-tests-support/azure/pom.xml
index 42ed843..bca5eff 100644
--- a/integration-tests-support/azure/pom.xml
+++ b/integration-tests-support/azure/pom.xml
@@ -41,6 +41,12 @@
 
 org.testcontainers
 testcontainers
+
+
+org.jetbrains
+annotations
+
+
 
 
 
diff --git 
a/integration-tests/fop/src/main/java/org/apache/camel/quarkus/component/fop/it/FopResource.java
 
b/integration-tests/fop/src/main/java/org/apache/camel/quarkus/component/fop/it/FopResource.java
index 54319ee..b04ba56 100644
--- 
a/integration-tests/fop/src/main/java/org/apache/camel/quarkus/component/fop/it/FopResource.java
+++ 
b/integration-tests/fop/src/main/java/org/apache/camel/quarkus/component/fop/it/FopResource.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.quarkus.component.fop.it;
 
-import java.io.InputStream;
 import java.net.URI;
 
 import javax.enterprise.context.ApplicationScoped;
@@ -52,14 +51,11 @@ public 

[camel-quarkus] 03/03: Re-enable Kafka ssl sasl tests (#3252)

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d343bd4e2155e90a903cd940a597dee412b9cda
Author: Amos Feng 
AuthorDate: Tue Nov 2 17:30:33 2021 +0800

Re-enable Kafka ssl sasl tests (#3252)

* Revert "Temporarily disable kafka-sasl & kafka-ssl tests due to #3239"

This reverts commit 25a3d41b578c610224a0126f52e2176fd05fdf53.

* Fix #3239 to override KAFKA_ADVERTISED_LISTENERS env

* sync avro.version
---
 .../org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java |  2 --
 .../camel/quarkus/kafka/sasl/KafkaSaslSslTestResource.java|  9 +
 .../apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java |  2 --
 .../java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java |  2 --
 .../camel/quarkus/kafka/sasl/KafkaSaslTestResource.java   | 11 ++-
 .../java/org/apache/camel/quarkus/kafka/ssl/KafkaSslTest.java |  2 --
 .../apache/camel/quarkus/kafka/ssl/KafkaSslTestResource.java  |  9 +
 pom.xml   |  2 +-
 8 files changed, 29 insertions(+), 10 deletions(-)

diff --git 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
index 71d482b..947a7ee 100644
--- 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
+++ 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTest.java
@@ -22,12 +22,10 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.Assertions.assertThat;
 
-@Disabled("https://github.com/apache/camel-quarkus/issues/3239;)
 @QuarkusTest
 @QuarkusTestResource(KafkaSaslSslTestResource.class)
 public class KafkaSaslSslTest {
diff --git 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTestResource.java
 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTestResource.java
index a6f55b9..ac807d3 100644
--- 
a/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTestResource.java
+++ 
b/integration-tests/kafka-sasl-ssl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslSslTestResource.java
@@ -129,6 +129,15 @@ public class KafkaSaslSslTestResource extends 
KafkaTestResource {
 }
 
 @Override
+protected void configure() {
+super.configure();
+
+String host = getNetwork() != null ? getNetworkAliases().get(0) : 
"localhost";
+withEnv("KAFKA_ADVERTISED_LISTENERS",
+String.format("SASL_SSL://%s:9093,BROKER://%s:9092", host, 
host));
+}
+
+@Override
 protected void containerIsStarting(InspectContainerResponse 
containerInfo, boolean reused) {
 super.containerIsStarting(containerInfo, reused);
 copyFileToContainer(
diff --git 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
index 968749a..c4a246b 100644
--- 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
+++ 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslBindingTest.java
@@ -22,12 +22,10 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.path.json.JsonPath;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
 
-@Disabled("https://github.com/apache/camel-quarkus/issues/3239;)
 @QuarkusTest
 @QuarkusTestResource(KafkaSaslTestResource.class)
 public class KafkaSaslBindingTest {
diff --git 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
index 297a3f4..6b25cb4 100644
--- 
a/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
+++ 
b/integration-tests/kafka-sasl/src/test/java/org/apache/camel/quarkus/kafka/sasl/KafkaSaslIT.java
@@ -16,10 +16,8 @@
  */
 package org.apache.camel.quarkus.kafka.sasl;
 
-import io.quarkus.test.junit.DisabledOnNativeImage;
 import io.quarkus.test.junit.NativeImageTest;
 

[GitHub] [camel-quarkus] jamesnetherton closed issue #3239: [Quarkus 2.5.0] Kafka SASL / SSL tests are failing

2021-11-11 Thread GitBox


jamesnetherton closed issue #3239:
URL: https://github.com/apache/camel-quarkus/issues/3239


   


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

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

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




[camel-quarkus] branch main updated (22ad418 -> 8d343bd)

2021-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


from 22ad418  Fix #3284 to get kafka.bootstrap.servers from 
DevServicesLauncherConfigResultBuildItem (#3287)
 new c09e4f3  Upgrade Quarkus to 2.5.0.CR1
 new 539eee9  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
 new 8d343bd  Re-enable Kafka ssl sasl tests (#3252)

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:
 docs/antora.yml  |  2 +-
 .../core/deployment/CamelContextCustomizerTest.java  |  2 +-
 .../optaplanner/deployment/OptaplannerProcessor.java |  1 +
 integration-tests-support/azure/pom.xml  |  6 ++
 .../camel/quarkus/component/fop/it/FopResource.java  | 16 ++--
 .../quarkus/kafka/sasl/KafkaSaslSslTestResource.java |  9 +
 .../camel/quarkus/kafka/sasl/KafkaSaslTestResource.java  | 11 ++-
 .../camel/quarkus/kafka/ssl/KafkaSslTestResource.java|  9 +
 .../quarkus/component/salesforce/SalesforceResource.java |  4 ++--
 pom.xml  | 10 +-
 poms/bom/pom.xml |  2 +-
 11 files changed, 51 insertions(+), 21 deletions(-)


[GitHub] [camel-quarkus] jamesnetherton merged pull request #3288: Upgrade Quarkus to 2.5.0.CR1

2021-11-11 Thread GitBox


jamesnetherton merged pull request #3288:
URL: https://github.com/apache/camel-quarkus/pull/3288


   


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

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

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




[camel] branch main updated: Upgrade kubernetes-client 5.1.0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5e7fd6d  Upgrade kubernetes-client 5.1.0
5e7fd6d is described below

commit 5e7fd6dc9979264a01f4f708e5bf860b72b82aa6
Author: Claus Ibsen 
AuthorDate: Thu Nov 11 11:45:03 2021 +0100

Upgrade kubernetes-client 5.1.0
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 84fcfee..9693fa8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -369,8 +369,8 @@
 1.1.3
 2.8.1
 1.5.31
-5.9.0
-5.9.0
+5.10.0
+5.10.0
 1.14.0
 5.1.0.RELEASE
 0.12
diff --git a/parent/pom.xml b/parent/pom.xml
index 58ac7f5..fda00b2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -352,8 +352,8 @@
 1.1.3
 2.8.1
 1.5.31
-5.9.0
-5.9.0
+5.10.0
+5.10.0
 1.14.0
 1.8
 0.12


[GitHub] [camel] orpiske opened a new pull request #6425: CAMEL-17121: added support for accounting and reporting the elapsed time

2021-11-11 Thread GitBox


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


   


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

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

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




[GitHub] [camel-website] nicolaferraro commented on pull request #665: chore: mirror my latest blog post

2021-11-11 Thread GitBox


nicolaferraro commented on pull request #665:
URL: https://github.com/apache/camel-website/pull/665#issuecomment-966175495


   > One thing to be aware of is that the checks haven't run.
   
   Ok, let's wait for the issues to be solved first


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

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

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




[GitHub] [camel-website] zregvart commented on pull request #665: chore: mirror my latest blog post

2021-11-11 Thread GitBox


zregvart commented on pull request #665:
URL: https://github.com/apache/camel-website/pull/665#issuecomment-966169085


   One thing to be aware of is that the checks haven't run.


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

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

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




[GitHub] [camel-website] davsclaus commented on pull request #665: chore: mirror my latest blog post

2021-11-11 Thread GitBox


davsclaus commented on pull request #665:
URL: https://github.com/apache/camel-website/pull/665#issuecomment-966166325


   Yeah fine to merge


-- 
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] jamesnetherton commented on issue #3282: camel-quarkus-atlasmap including xercesImpl problem

2021-11-11 Thread GitBox


jamesnetherton commented on issue #3282:
URL: https://github.com/apache/camel-quarkus/issues/3282#issuecomment-966156021


   > if I can just remove dfdl-module altogether already in my quarkus 
application
   
   You can try to exclude the dfdl module from the dependency tree, but it may 
not work because there are a few references to the dependency in the AtlasMap 
Camel Quarkus extension.


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

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

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




[GitHub] [camel] orpiske commented on pull request #6424: (chores) Ensures some of the core tests have timeouts

2021-11-11 Thread GitBox


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


   Just picked some tests that seemed like they could block, based on their 
names and/or comments. 


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

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

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




[GitHub] [camel-website] nicolaferraro commented on pull request #665: chore: mirror my latest blog post

2021-11-11 Thread GitBox


nicolaferraro commented on pull request #665:
URL: https://github.com/apache/camel-website/pull/665#issuecomment-966150199


   Should I merge it? The CI keeps failing for other reasons..


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

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

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




[GitHub] [camel] orpiske opened a new pull request #6424: (chores) Ensures some of the core tests have timeouts

2021-11-11 Thread GitBox


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


   


-- 
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] zhfeng commented on issue #3284: quarkus:dev NPE KafkaProcessor.configureKafkaComponentForDevServices(KafkaProcessor.java:65)

2021-11-11 Thread GitBox


zhfeng commented on issue #3284:
URL: https://github.com/apache/camel-quarkus/issues/3284#issuecomment-966144701


   @tarilabs feel free to check it with the main branch.


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

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

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




  1   2   >