[GitHub] [camel-quarkus] jamesnetherton commented on issue #3402: [quarkus-main]crypto test failure in native mode

2022-01-10 Thread GitBox


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


   Seems there's now a new error:
   
   ```
   Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: Trying to verify 
a provider that was not registered at build time: BC version 1.7. All providers 
must be registered and verified in the Native Image builder. 
at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:87)
at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:367)
at javax.crypto.Cipher.getInstance(Cipher.java:690)
at javax.crypto.Cipher.getInstance(Cipher.java:625)
at org.bouncycastle.jcajce.util.NamedJcaJceHelper.createCipher(Unknown 
Source)
at 
org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createCipher(Unknown 
Source)
at 
org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createStreamCipher(Unknown
 Source)
at 
org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder$MyPGPDataEncryptor.(Unknown
 Source)
at 
org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder.build(Unknown
 Source)
at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown 
Source)
at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown 
Source)
at 
org.apache.camel.converter.crypto.PGPKeyAccessDataFormat.marshal(PGPKeyAccessDataFormat.java:239)
at 
org.apache.camel.support.processor.MarshalProcessor.process(MarshalProcessor.java:64)
... 44 more
   ```
   
   
https://github.com/apache/camel-quarkus/runs/4771122780?check_suite_focus=true


-- 
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 (8d91b7a -> 6381b34)

2022-01-10 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 8d91b7a  CAMEL-17463: Typo in docs
 add 6381b34  Upgrade AWS SDK v2 to version 2.17.108

No new revisions were added by this update.

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


[camel] branch regen_bot_3.14.x updated (126beef -> 5b40911)

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

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


from 126beef  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.
 add 5b40911  CAMEL-17463: Typo in docs

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/twitter-directmessage.json| 2 +-
 .../resources/org/apache/camel/catalog/components/twitter-search.json | 2 +-
 .../org/apache/camel/catalog/components/twitter-timeline.json | 2 +-
 .../camel/component/twitter/directmessage/twitter-directmessage.json  | 2 +-
 .../org/apache/camel/component/twitter/search/twitter-search.json | 2 +-
 .../org/apache/camel/component/twitter/timeline/twitter-timeline.json | 2 +-
 .../java/org/apache/camel/component/twitter/TwitterConfiguration.java | 2 +-
 .../endpoint/dsl/TwitterDirectMessageEndpointBuilderFactory.java  | 4 ++--
 .../builder/endpoint/dsl/TwitterSearchEndpointBuilderFactory.java | 4 ++--
 .../builder/endpoint/dsl/TwitterTimelineEndpointBuilderFactory.java   | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)


[camel] branch regen_bot_3.14.x updated (c0ca413 -> 126beef)

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

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


from c0ca413  CAMEL-17118: camel-servlet - rest-dsl should support map http 
headers / from url encoded body configuration
 add 126beef  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.

No new revisions were added by this update.

Summary of changes:
 .../camel-servicenow-component/src/main/docs/servicenow-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] branch regen_bot updated (d47be31 -> 8d91b7a)

2022-01-10 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 d47be31  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.
 add 8d91b7a  CAMEL-17463: Typo in docs

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/twitter-directmessage.json| 2 +-
 .../resources/org/apache/camel/catalog/components/twitter-search.json | 2 +-
 .../org/apache/camel/catalog/components/twitter-timeline.json | 2 +-
 .../camel/component/twitter/directmessage/twitter-directmessage.json  | 2 +-
 .../org/apache/camel/component/twitter/search/twitter-search.json | 2 +-
 .../org/apache/camel/component/twitter/timeline/twitter-timeline.json | 2 +-
 .../java/org/apache/camel/component/twitter/TwitterConfiguration.java | 2 +-
 .../endpoint/dsl/TwitterDirectMessageEndpointBuilderFactory.java  | 4 ++--
 .../builder/endpoint/dsl/TwitterSearchEndpointBuilderFactory.java | 4 ++--
 .../builder/endpoint/dsl/TwitterTimelineEndpointBuilderFactory.java   | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)


[camel] branch regen_bot updated (65e4a30 -> d47be31)

2022-01-10 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 65e4a30  Regen
 add d47be31  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.

No new revisions were added by this update.

Summary of changes:
 .../camel-servicenow-component/src/main/docs/servicenow-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] branch regen_bot updated (444d7ae -> 65e4a30)

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

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


 discard 444d7ae  Regen for commit e5b174afa6c0259351e81417012e598cc7ab6bab
 add 69dda27  (chores) camel-ahc-ws: remove a few Thread.sleep calls (#6703)
 add 65e4a30  Regen

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

 * -- * -- B -- O -- O -- O   (444d7ae)
\
 N -- N -- N   refs/heads/regen_bot (65e4a30)

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

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

No new revisions were added by this update.

Summary of changes:
 .../camel/component/ahc/ws/WsProducerConsumerTest.java   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)


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

2022-01-10 Thread GitBox


github-actions[bot] closed pull request #6714:
URL: https://github.com/apache/camel/pull/6714


   


-- 
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 (4b70d1a -> 444d7ae)

2022-01-10 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 4b70d1a  Regen for commit 69dda2720d5e70c3798e3069bd487732971c5404
omit 69dda27  (chores) camel-ahc-ws: remove a few Thread.sleep calls (#6703)
 add 444d7ae  Regen for commit e5b174afa6c0259351e81417012e598cc7ab6bab

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   (4b70d1a)
\
 N -- N -- N   refs/heads/regen_bot (444d7ae)

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

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

No new revisions were added by this update.

Summary of changes:
 .../camel/component/ahc/ws/WsProducerConsumerTest.java   | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)


[camel] branch main updated (8d91b7a -> 6381b34)

2022-01-10 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 8d91b7a  CAMEL-17463: Typo in docs
 add 6381b34  Upgrade AWS SDK v2 to version 2.17.108

No new revisions were added by this update.

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


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

2022-01-10 Thread GitBox


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


   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] 03/03: CAMEL-17463: Typo in docs

2022-01-10 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 8d91b7ad6beb8766edf45e46d72fb76b341cbcc8
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 07:03:14 2022 +0100

CAMEL-17463: Typo in docs
---
 .../org/apache/camel/catalog/components/twitter-directmessage.json| 2 +-
 .../resources/org/apache/camel/catalog/components/twitter-search.json | 2 +-
 .../org/apache/camel/catalog/components/twitter-timeline.json | 2 +-
 .../camel/component/twitter/directmessage/twitter-directmessage.json  | 2 +-
 .../org/apache/camel/component/twitter/search/twitter-search.json | 2 +-
 .../org/apache/camel/component/twitter/timeline/twitter-timeline.json | 2 +-
 .../java/org/apache/camel/component/twitter/TwitterConfiguration.java | 2 +-
 .../endpoint/dsl/TwitterDirectMessageEndpointBuilderFactory.java  | 4 ++--
 .../builder/endpoint/dsl/TwitterSearchEndpointBuilderFactory.java | 4 ++--
 .../builder/endpoint/dsl/TwitterTimelineEndpointBuilderFactory.java   | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
index 7d67ca0..9423887 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
@@ -45,7 +45,7 @@
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
 "extendedMode": { "kind": "parameter", "displayName": "Extended Mode", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used for enabling full text 
from twitter (eg receive tweets that contains more th [...]
 "latitude": { "kind": "parameter", "displayName": "Latitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by latitude. You need to configure all the following options: 
lon [...]
-"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
+"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
 "longitude": { "kind": "parameter", "displayName": "Longitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by longitude. You need to configure all the following options: 
 [...]
 "pollStrategy": { "kind": "parameter", "displayName": "Poll Strategy", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 

[camel] 02/03: CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 supported apis.

2022-01-10 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 d47be318e507a7ed0b5a17e10ebb15e2445add52
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 06:56:44 2022 +0100

CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 
supported apis.
---
 .../camel-servicenow-component/src/main/docs/servicenow-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
index 70486f8..a370b3f 100644
--- 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
+++ 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
@@ -15,7 +15,7 @@
 
 The ServiceNow component provides access to ServiceNow platform through their 
REST API.
 
-The component supports multiple version of ServiceNow platform with default to 
Helsinki. Supported version are <> and <>
+The component supports multiple version of ServiceNow platform with default to 
Helsinki.
 
 Maven users will need to add the following dependency to their pom.xml
 for this component:


[camel] 01/03: Regen

2022-01-10 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 65e4a30133d957431f5a26c38188b8ee11d0b180
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 06:44:39 2022 +0100

Regen
---
 .../org/apache/camel/catalog/components/quartz.json|  2 +-
 .../builder/endpoint/dsl/QuartzEndpointBuilderFactory.java | 14 --
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
index c6f6bc0..529bf16e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
@@ -50,7 +50,7 @@
 "customCalendar": { "kind": "parameter", "displayName": "Custom Calendar", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.quartz.Calendar", "deprecated": false, "autowired": false, 
"secret": false, "description": "Specifies a custom calendar to avoid specific 
range of date" },
 "jobParameters": { "kind": "parameter", "displayName": "Job Parameters", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.Map", "prefix": 
"job.", "multiValue": true, "deprecated": false, "autowired": false, "secret": 
false, "description": "To configure additional options on the job." },
 "prefixJobNameWithEndpointId": { "kind": "parameter", "displayName": 
"Prefix Job Name With Endpoint Id", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether the job name should be prefixed with endpoint id" },
-"triggerParameters": { "kind": "parameter", "displayName": "Trigger 
Parameters", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "java.util.Map", "prefix": "trigger.", "multiValue": true, "deprecated": 
false, "autowired": false, "secret": false, "description": "To configure 
additional options on the trigger." },
+"triggerParameters": { "kind": "parameter", "displayName": "Trigger 
Parameters", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "java.util.Map", "prefix": "trigger.", "multiValue": true, "deprecated": 
false, "autowired": false, "secret": false, "description": "To configure 
additional options on the trigger. The parameter timeZone is supported if the 
cron option is present. Otherwise the parameters repeatI [...]
 "usingFixedCamelContextName": { "kind": "parameter", "displayName": "Using 
Fixed Camel Context Name", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "If it is true, JobDataMap uses the CamelContext name directly 
to reference the CamelContext, if it is false, JobDataMap uses use the 
CamelContext management name which could be changed d [...]
 "autoStartScheduler": { "kind": "parameter", "displayName": "Auto Start 
Scheduler", "group": "scheduler", "label": "scheduler", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether or not 
the scheduler should be auto started." },
 "startDelayedSeconds": { "kind": "parameter", "displayName": "Start 
Delayed Seconds", "group": "scheduler", "label": "scheduler", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "description": "Seconds to wait before starting the 
quartz scheduler." },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
index 78e0d90..07e1be7 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
@@ -562,7 +562,12 @@ public interface QuartzEndpointBuilderFactory {
 return this;
 }
 /**
- * To configure additional options on the trigger.
+ * To configure additional options on the trigger. The parameter
+ * timeZone is supported if the cron option is present. Otherwise the
+ * parameters repeatInterval and repeatCount are supported. Note: When
+ * using repeatInterval 

[camel] branch main created (now 8d91b7a)

2022-01-10 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 8d91b7a  CAMEL-17463: Typo in docs

This branch includes the following new commits:

 new 65e4a30  Regen
 new d47be31  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.
 new 8d91b7a  CAMEL-17463: Typo in docs

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.



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

2022-01-10 Thread GitBox


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


   


-- 
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 (550bfbb -> 4b70d1a)

2022-01-10 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 550bfbb  Upgrade to jandex 2.4.2
 add e5b174a  CAMEL-17446: improve logging and documentation (#6711)
 add 69dda27  (chores) camel-ahc-ws: remove a few Thread.sleep calls (#6703)
 add 4b70d1a  Regen for commit 69dda2720d5e70c3798e3069bd487732971c5404

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/quartz.json|  2 +-
 .../camel/component/ahc/ws/WsProducerConsumerTest.java | 12 
 .../org/apache/camel/component/quartz/quartz.json  |  2 +-
 .../org/apache/camel/component/quartz/QuartzEndpoint.java  | 14 --
 .../builder/endpoint/dsl/QuartzEndpointBuilderFactory.java | 14 --
 5 files changed, 34 insertions(+), 10 deletions(-)


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

2022-01-10 Thread GitBox


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


   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




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

2022-01-10 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1680482989-628-43c4ab00-72b9-428a-89b8-db36f546ed8d
   * Camel Quarkus Commit: eff27bd8a1a8f708233b8faeb982d0f507638730
   
   * Quarkus Main Commit: 84338e6d41e9f66277a98142a5018a41a02c0def
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1680482989


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

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

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




[camel] branch camel-3.14.x updated: CAMEL-17463: Typo in docs

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
 new 5b40911  CAMEL-17463: Typo in docs
5b40911 is described below

commit 5b4091103ef48ed9ea4369476c7aec2c5ec67ce7
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 07:03:14 2022 +0100

CAMEL-17463: Typo in docs
---
 .../org/apache/camel/catalog/components/twitter-directmessage.json| 2 +-
 .../resources/org/apache/camel/catalog/components/twitter-search.json | 2 +-
 .../org/apache/camel/catalog/components/twitter-timeline.json | 2 +-
 .../camel/component/twitter/directmessage/twitter-directmessage.json  | 2 +-
 .../org/apache/camel/component/twitter/search/twitter-search.json | 2 +-
 .../org/apache/camel/component/twitter/timeline/twitter-timeline.json | 2 +-
 .../java/org/apache/camel/component/twitter/TwitterConfiguration.java | 2 +-
 .../endpoint/dsl/TwitterDirectMessageEndpointBuilderFactory.java  | 4 ++--
 .../builder/endpoint/dsl/TwitterSearchEndpointBuilderFactory.java | 4 ++--
 .../builder/endpoint/dsl/TwitterTimelineEndpointBuilderFactory.java   | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
index 30fd6ee..a77514d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
@@ -45,7 +45,7 @@
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
 "extendedMode": { "kind": "parameter", "displayName": "Extended Mode", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used for enabling full text 
from twitter (eg receive tweets that contains more th [...]
 "latitude": { "kind": "parameter", "displayName": "Latitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by latitude. You need to configure all the following options: 
lon [...]
-"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
+"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
 "longitude": { "kind": "parameter", "displayName": "Longitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by longitude. You need to configure all the following options: 
 [...]
 "pollStrategy": { "kind": "parameter", "displayName": "Poll Strategy", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "object", "javaType": 

[camel] branch main updated: CAMEL-17463: Typo in docs

2022-01-10 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 8d91b7a  CAMEL-17463: Typo in docs
8d91b7a is described below

commit 8d91b7ad6beb8766edf45e46d72fb76b341cbcc8
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 07:03:14 2022 +0100

CAMEL-17463: Typo in docs
---
 .../org/apache/camel/catalog/components/twitter-directmessage.json| 2 +-
 .../resources/org/apache/camel/catalog/components/twitter-search.json | 2 +-
 .../org/apache/camel/catalog/components/twitter-timeline.json | 2 +-
 .../camel/component/twitter/directmessage/twitter-directmessage.json  | 2 +-
 .../org/apache/camel/component/twitter/search/twitter-search.json | 2 +-
 .../org/apache/camel/component/twitter/timeline/twitter-timeline.json | 2 +-
 .../java/org/apache/camel/component/twitter/TwitterConfiguration.java | 2 +-
 .../endpoint/dsl/TwitterDirectMessageEndpointBuilderFactory.java  | 4 ++--
 .../builder/endpoint/dsl/TwitterSearchEndpointBuilderFactory.java | 4 ++--
 .../builder/endpoint/dsl/TwitterTimelineEndpointBuilderFactory.java   | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
index 7d67ca0..9423887 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/twitter-directmessage.json
@@ -45,7 +45,7 @@
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
 "extendedMode": { "kind": "parameter", "displayName": "Extended Mode", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used for enabling full text 
from twitter (eg receive tweets that contains more th [...]
 "latitude": { "kind": "parameter", "displayName": "Latitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by latitude. You need to configure all the following options: 
lon [...]
-"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
+"locations": { "kind": "parameter", "displayName": "Locations", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Bounding boxes, created by 
pairs of lat\/lons. Can be used for filter. A pair is defined as lat,lon. A 
[...]
 "longitude": { "kind": "parameter", "displayName": "Longitude", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"number", "javaType": "java.lang.Double", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.twitter.TwitterConfiguration", 
"configurationField": "properties", "description": "Used by the geography 
search to search by longitude. You need to configure all the following options: 
 [...]
 "pollStrategy": { "kind": "parameter", "displayName": "Poll Strategy", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "object", "javaType": 

[camel] branch camel-3.14.x updated: CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 supported apis.

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
 new 126beef  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.
126beef is described below

commit 126beefd8a555a0aac29a00101b5d95a149194d9
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 06:56:44 2022 +0100

CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 
supported apis.
---
 .../camel-servicenow-component/src/main/docs/servicenow-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
index 70486f8..a370b3f 100644
--- 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
+++ 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
@@ -15,7 +15,7 @@
 
 The ServiceNow component provides access to ServiceNow platform through their 
REST API.
 
-The component supports multiple version of ServiceNow platform with default to 
Helsinki. Supported version are <> and <>
+The component supports multiple version of ServiceNow platform with default to 
Helsinki.
 
 Maven users will need to add the following dependency to their pom.xml
 for this component:


[camel] branch main updated: CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 supported apis.

2022-01-10 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 d47be31  CAMEL-17464: camel-servicenow - Docs was pointing to only 2 
out of 3 supported apis.
d47be31 is described below

commit d47be318e507a7ed0b5a17e10ebb15e2445add52
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 06:56:44 2022 +0100

CAMEL-17464: camel-servicenow - Docs was pointing to only 2 out of 3 
supported apis.
---
 .../camel-servicenow-component/src/main/docs/servicenow-component.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
index 70486f8..a370b3f 100644
--- 
a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
+++ 
b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc
@@ -15,7 +15,7 @@
 
 The ServiceNow component provides access to ServiceNow platform through their 
REST API.
 
-The component supports multiple version of ServiceNow platform with default to 
Helsinki. Supported version are <> and <>
+The component supports multiple version of ServiceNow platform with default to 
Helsinki.
 
 Maven users will need to add the following dependency to their pom.xml
 for this component:


[camel] branch main updated: Regen

2022-01-10 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 65e4a30  Regen
65e4a30 is described below

commit 65e4a30133d957431f5a26c38188b8ee11d0b180
Author: Claus Ibsen 
AuthorDate: Tue Jan 11 06:44:39 2022 +0100

Regen
---
 .../org/apache/camel/catalog/components/quartz.json|  2 +-
 .../builder/endpoint/dsl/QuartzEndpointBuilderFactory.java | 14 --
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
index c6f6bc0..529bf16e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/quartz.json
@@ -50,7 +50,7 @@
 "customCalendar": { "kind": "parameter", "displayName": "Custom Calendar", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.quartz.Calendar", "deprecated": false, "autowired": false, 
"secret": false, "description": "Specifies a custom calendar to avoid specific 
range of date" },
 "jobParameters": { "kind": "parameter", "displayName": "Job Parameters", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.Map", "prefix": 
"job.", "multiValue": true, "deprecated": false, "autowired": false, "secret": 
false, "description": "To configure additional options on the job." },
 "prefixJobNameWithEndpointId": { "kind": "parameter", "displayName": 
"Prefix Job Name With Endpoint Id", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether the job name should be prefixed with endpoint id" },
-"triggerParameters": { "kind": "parameter", "displayName": "Trigger 
Parameters", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "java.util.Map", "prefix": "trigger.", "multiValue": true, "deprecated": 
false, "autowired": false, "secret": false, "description": "To configure 
additional options on the trigger." },
+"triggerParameters": { "kind": "parameter", "displayName": "Trigger 
Parameters", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": "java.util.Map", "prefix": "trigger.", "multiValue": true, "deprecated": 
false, "autowired": false, "secret": false, "description": "To configure 
additional options on the trigger. The parameter timeZone is supported if the 
cron option is present. Otherwise the parameters repeatI [...]
 "usingFixedCamelContextName": { "kind": "parameter", "displayName": "Using 
Fixed Camel Context Name", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "If it is true, JobDataMap uses the CamelContext name directly 
to reference the CamelContext, if it is false, JobDataMap uses use the 
CamelContext management name which could be changed d [...]
 "autoStartScheduler": { "kind": "parameter", "displayName": "Auto Start 
Scheduler", "group": "scheduler", "label": "scheduler", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether or not 
the scheduler should be auto started." },
 "startDelayedSeconds": { "kind": "parameter", "displayName": "Start 
Delayed Seconds", "group": "scheduler", "label": "scheduler", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "description": "Seconds to wait before starting the 
quartz scheduler." },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
index 78e0d90..07e1be7 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QuartzEndpointBuilderFactory.java
@@ -562,7 +562,12 @@ public interface QuartzEndpointBuilderFactory {
 return this;
 }
 /**
- * To configure additional options on the trigger.
+ * To configure additional options on the trigger. The parameter
+ * timeZone is supported if the cron option is present. Otherwise 

[camel] branch main updated (e5b174a -> 69dda27)

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

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


from e5b174a  CAMEL-17446: improve logging and documentation (#6711)
 add 69dda27  (chores) camel-ahc-ws: remove a few Thread.sleep calls (#6703)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/ahc/ws/WsProducerConsumerTest.java   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)


[camel] branch main updated (550bfbb -> e5b174a)

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

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


from 550bfbb  Upgrade to jandex 2.4.2
 add e5b174a  CAMEL-17446: improve logging and documentation (#6711)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/quartz/quartz.json  |  2 +-
 .../org/apache/camel/component/quartz/QuartzEndpoint.java  | 14 --
 2 files changed, 13 insertions(+), 3 deletions(-)


[GitHub] [camel] davsclaus merged pull request #6703: (chores) camel-ahc-ws: remove a few Thread.sleep calls

2022-01-10 Thread GitBox


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


   


-- 
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 #6711: CAMEL-17446: improve logging and documentation

2022-01-10 Thread GitBox


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


   


-- 
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] claudio4j opened a new pull request #2866: fix(knative): Make knative broker name configurable in KameletBinding (1.6.x)

2022-01-10 Thread GitBox


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


   Backport of https://github.com/apache/camel-k/issues/2864
   
   **Release Note**
   ```release-note
   Make knative broker name configurable in KameletBinding
   ```
   


-- 
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] claudio4j commented on pull request #2784: Global test on ns with its own op fix

2022-01-10 Thread GitBox


claudio4j commented on pull request #2784:
URL: https://github.com/apache/camel-k/pull/2784#issuecomment-1009600437


   @vitorz  Can you rebase this PR ?


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

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

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




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

2022-01-10 Thread GitBox


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


   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 1680103760-524-012f0023-ccc4-4b3d-b421-d268e4d7134c
   * Camel Quarkus Commit: ad06b5b4bbfa4000511e77efb176e7ed8190ccb9
   
   * Camel Main Commit: 84338e6d41e9f66277a98142a5018a41a02c0def
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1680103760


-- 
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] claudio4j opened a new pull request #2865: fix(knative): Make knative broker name configurable in KameletBinding

2022-01-10 Thread GitBox


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


   https://github.com/apache/camel-k/issues/2864
   
   
   
   **Release Note**
   ```release-note
   Make knative broker name configurable in KameletBinding
   ```
   


-- 
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] claudio4j opened a new issue #2864: Make knative broker name configurable

2022-01-10 Thread GitBox


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


   Make knative broker name configurable, follow on 
https://github.com/apache/camel-k-runtime/issues/535


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

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

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




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

2022-01-10 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 d1dc105  Updated CHANGELOG.md
d1dc105 is described below

commit d1dc1057f5c0370be2ffafccaf442f6893d0f7d0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 11 03:12:22 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2396063..4bf23c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,9 @@
 
 **Merged pull requests:**
 
+- Avoid usage of deprecated io.quarkus.arc.AlternativePriority 
[\#3445](https://github.com/apache/camel-quarkus/pull/3445) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Add test coverage for OpenTelemetry `@WithSpan` annotation 
[\#3443](https://github.com/apache/camel-quarkus/pull/3443) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Remove redundancy in pom description 
[\#3440](https://github.com/apache/camel-quarkus/pull/3440) 
([apupier](https://github.com/apupier))
 - Exclude commons-logging from htmlunit-driver 
[\#3438](https://github.com/apache/camel-quarkus/pull/3438) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Fix timestamp validation in syslog integration tests 
[\#3437](https://github.com/apache/camel-quarkus/pull/3437) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Add test coverage for Quarkus SecurityIdentity & Principal in platform-http 
routes [\#3435](https://github.com/apache/camel-quarkus/pull/3435) 
([jamesnetherton](https://github.com/jamesnetherton))


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

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

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


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

commit ee29c16d928dc2f770dfaa7baa21da8d645b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 11 03:06:11 2022 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4af66d6..b4f0489 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@
 
 **Merged pull requests:**
 
+- build\(deps\): bump jandex from 2.4.1.Final to 2.4.2.Final 
[\#773](https://github.com/apache/camel-k-runtime/pull/773) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- build\(deps\): bump jandex-maven-plugin from 1.2.1 to 1.2.2 
[\#772](https://github.com/apache/camel-k-runtime/pull/772) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Point to the latest tag in scm pom section 
[\#771](https://github.com/apache/camel-k-runtime/pull/771) 
([oscerd](https://github.com/oscerd))
 - build\(deps\): bump maven-site-plugin from 3.9.1 to 3.10.0 
[\#769](https://github.com/apache/camel-k-runtime/pull/769) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump maven-plugin-annotations from 3.6.1 to 3.6.2 
[\#768](https://github.com/apache/camel-k-runtime/pull/768) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - fix\(knative\): use object name when events endpoints 
[\#765](https://github.com/apache/camel-k-runtime/pull/765) 
([squakez](https://github.com/squakez))


[GitHub] [camel] zhfeng commented on a change in pull request #6705: light rework of CDI module to make it using CDI 2 API and have jta an…

2022-01-10 Thread GitBox


zhfeng commented on a change in pull request #6705:
URL: https://github.com/apache/camel/pull/6705#discussion_r781702551



##
File path: 
components/camel-cdi-jta/src/main/java/org/apache/camel/cdi/transaction/TransactionalJtaTransactionPolicy.java
##
@@ -47,6 +52,13 @@
 "java:pm/TransactionManager",
 "java:/TransactionManager"
 };
+private static final String[] METHODS = new String[] {
+"org.openejb.OpenEJB.getTransactionManager",
+"com.arjuna.jta.TransactionManager.transactionManager",

Review comment:
   It should be 
```com.arjuna.ats.jta.TransactionManager.transactionManager```
   




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

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

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




[GitHub] [camel-k-runtime] lburgazzoli merged pull request #773: build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final

2022-01-10 Thread GitBox


lburgazzoli merged pull request #773:
URL: https://github.com/apache/camel-k-runtime/pull/773


   


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

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

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




[camel-k-runtime] branch main updated: build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 4f11f16  build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final
4f11f16 is described below

commit 4f11f16b10b9785754d930afa28bc7126ca2aa5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 10 20:37:06 2022 +

build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final

Bumps jandex from 2.4.1.Final to 2.4.2.Final.

---
updated-dependencies:
- dependency-name: org.jboss:jandex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6af79a3..9fae746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
 
 1.13.0
 2.2.14
-2.4.1.Final
+2.4.2.Final
 
 
 1.13.1


[GitHub] [camel-k-runtime] lburgazzoli merged pull request #772: build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2

2022-01-10 Thread GitBox


lburgazzoli merged pull request #772:
URL: https://github.com/apache/camel-k-runtime/pull/772


   


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

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

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




[camel-k-runtime] branch main updated: build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2

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

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


The following commit(s) were added to refs/heads/main by this push:
 new d5adb17  build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2
d5adb17 is described below

commit d5adb17982e1092c512653c99fa38a8300feb000
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 10 20:06:17 2022 +

build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2

Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) 
from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases)
- 
[Commits](https://github.com/wildfly/jandex-maven-plugin/compare/1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: org.jboss.jandex:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e9968f..6af79a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
 3.3.1
 3.2.1
 3.3.0
-1.2.1
+1.2.2
 
3.2.0
 3.2.0
 3.2.1


[camel] branch regen_bot updated (6fcd863 -> 550bfbb)

2022-01-10 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 6fcd863  Fix anchor
 add 550bfbb  Upgrade to jandex 2.4.2

No new revisions were added by this update.

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


[camel] branch regen_bot updated (1c61e25 -> 6fcd863)

2022-01-10 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 1c61e25  CAMEL-17467: camel-core - Add method to ValueBuilder for java 
based predicate/expressions
 add 6fcd863  Fix anchor

No new revisions were added by this update.

Summary of changes:
 components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] branch regen_bot updated (97347f8 -> 1c61e25)

2022-01-10 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 97347f8  (chores) camel-infinispan: updates to version 13.0.5-Final-1
 add 1c61e25  CAMEL-17467: camel-core - Add method to ValueBuilder for java 
based predicate/expressions

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/builder/PredicateBuilderTest.java |  9 +
 .../camel/support/builder/ExpressionBuilder.java   | 23 ++
 .../apache/camel/support/builder/ValueBuilder.java | 11 +++
 3 files changed, 43 insertions(+)


[camel-k-runtime] branch dependabot/maven/org.jboss-jandex-2.4.2.Final created (now a13a2eb)

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

github-bot pushed a change to branch 
dependabot/maven/org.jboss-jandex-2.4.2.Final
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at a13a2eb  build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final

No new revisions were added by this update.


[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #773: build(deps): bump jandex from 2.4.1.Final to 2.4.2.Final

2022-01-10 Thread GitBox


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


   Bumps jandex from 2.4.1.Final to 2.4.2.Final.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss:jandex=maven=2.4.1.Final=2.4.2.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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




[camel] branch main updated: Upgrade to jandex 2.4.2

2022-01-10 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 550bfbb  Upgrade to jandex 2.4.2
550bfbb is described below

commit 550bfbb30c2194b6fe53d59183111008a9d480a2
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 21:14:06 2022 +0100

Upgrade to jandex 2.4.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b4b2656..922c452 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -265,7 +265,7 @@
 2.21.9
 1.2.154_2
 0.11
-2.4.1.Final
+2.4.2.Final
 2.4.0
 1.11.3
 1.9.3


[camel-k-runtime] branch dependabot/maven/org.jboss.jandex-jandex-maven-plugin-1.2.2 created (now a698e34)

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

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


  at a698e34  build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2

No new revisions were added by this update.


[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #772: build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2

2022-01-10 Thread GitBox


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


   Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) 
from 1.2.1 to 1.2.2.
   
   Commits
   
   https://github.com/wildfly/jandex-maven-plugin/commit/b1540d7fe3101aecb6a85f2f0fe8f8026f84622f;>b1540d7
 1.2.2
   https://github.com/wildfly/jandex-maven-plugin/commit/1f9f9088f6befe5ecbd0501ff6a1586f8f018190;>1f9f908
 Merge pull request https://github-redirect.dependabot.com/wildfly/jandex-maven-plugin/issues/37;>#37
 from Ladicek/jandex-2.4.2
   https://github.com/wildfly/jandex-maven-plugin/commit/a71bf282f5a02b5b6569220f8839477673915c06;>a71bf28
 Update to Jandex 2.4.2.Final
   https://github.com/wildfly/jandex-maven-plugin/commit/97935ac8f8a4e7dc387c86f2e1407fa5f483183f;>97935ac
 Next is 1.2.2
   See full diff in https://github.com/wildfly/jandex-maven-plugin/compare/1.2.1...1.2.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.jandex:jandex-maven-plugin=maven=1.2.1=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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




[camel] branch main updated: Fix anchor

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

zregvart 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 6fcd863  Fix anchor
6fcd863 is described below

commit 6fcd863c04040266af0face8af7a0ead3adb3e34
Author: Zoran Regvart 
AuthorDate: Mon Jan 10 20:57:17 2022 +0100

Fix anchor
---
 components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc 
b/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
index 489683b..b127110 100644
--- a/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
+++ b/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
@@ -463,7 +463,7 @@ public class CamelCdiTest {
 public void configure() {
 from("direct:out").routeId("test").to("mock:out");
 }
-
+
 }
 
 // And retrieve the MockEndpoint for further assertions
@@ -473,7 +473,7 @@ public class CamelCdiTest {
 }
 
 
-You can find more information in 
xref:cdi.adoc#CDI-Auto-detectingCamelroutes[auto-detecting Camel
+You can find more information in 
xref:cdi.adoc#_auto_detecting_camel_routes[auto-detecting Camel
 routes].
 
 In case you prefer declaring the `RouteBuilder` bean in a separate class,


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

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

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


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

commit 4492b5e4e2c845ef5f003b661c434ce200e2bec0
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 20:53:41 2022 +0100

CAMEL-17460: remove camel-spring-javaconfig starter
---
 tooling/camel-spring-boot-bom/pom.xml  | 5 -
 tooling/camel-spring-boot-dependencies/pom.xml | 5 -
 2 files changed, 10 deletions(-)

diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 041a766..b7a8002 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1455,11 +1455,6 @@
   
   
 org.apache.camel.springboot
-camel-spring-javaconfig-starter
-${project.version}
-  
-  
-org.apache.camel.springboot
 camel-spring-jdbc-starter
 ${project.version}
   
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 7fae0c4..8a6ee18 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1654,11 +1654,6 @@
   
   
 org.apache.camel.springboot
-camel-spring-javaconfig-starter
-${project.version}
-  
-  
-org.apache.camel.springboot
 camel-spring-jdbc-starter
 ${project.version}
   


[camel] branch main updated: CAMEL-17467: camel-core - Add method to ValueBuilder for java based predicate/expressions

2022-01-10 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 1c61e25  CAMEL-17467: camel-core - Add method to ValueBuilder for java 
based predicate/expressions
1c61e25 is described below

commit 1c61e25ee5eea0f80f2edd61977886b4fb608cfe
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 20:38:17 2022 +0100

CAMEL-17467: camel-core - Add method to ValueBuilder for java based 
predicate/expressions
---
 .../apache/camel/builder/PredicateBuilderTest.java |  9 +
 .../camel/support/builder/ExpressionBuilder.java   | 23 ++
 .../apache/camel/support/builder/ValueBuilder.java | 11 +++
 3 files changed, 43 insertions(+)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/builder/PredicateBuilderTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/builder/PredicateBuilderTest.java
index f8f1f78..badf6d4 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/builder/PredicateBuilderTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/builder/PredicateBuilderTest.java
@@ -23,6 +23,7 @@ import org.apache.camel.Message;
 import org.apache.camel.Predicate;
 import org.apache.camel.TestSupport;
 import org.apache.camel.impl.DefaultCamelContext;
+import org.apache.camel.support.Animal;
 import org.apache.camel.support.DefaultExchange;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
@@ -173,6 +174,14 @@ public class PredicateBuilderTest extends TestSupport {
 assertDoesNotMatch(header("name").not().isEqualTo("James"));
 }
 
+@Test
+public void testMethod() throws Exception {
+Animal tiger = new Animal("Tony", true);
+exchange.getMessage().setBody(tiger);
+
+
assertMatches(PredicateBuilder.isEqualTo(bodyAs(Animal.class).method("getName"),
 constant("Tony")));
+}
+
 @Override
 @BeforeEach
 public void setUp() throws Exception {
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
index 551e2d2..f305967 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java
@@ -1746,6 +1746,29 @@ public class ExpressionBuilder {
 };
 }
 
+public static Expression beanExpression(final Expression expression, final 
String method) {
+return new ExpressionAdapter() {
+private Language language;
+
+@Override
+public Object evaluate(Exchange exchange) {
+Object bean = expression.evaluate(exchange, Object.class);
+Expression exp = language.createExpression(null, new 
Object[]{bean, method});
+exp.init(exchange.getContext());
+return exp.evaluate(exchange, Object.class);
+}
+
+@Override
+public void init(CamelContext context) {
+this.language = context.resolveLanguage("bean");
+}
+
+public String toString() {
+return "bean(" + expression + ", " + method + ")";
+}
+};
+}
+
 public static Expression propertiesComponentExpression(final String key, 
final String defaultValue) {
 return new ExpressionAdapter() {
 private Expression exp;
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/builder/ValueBuilder.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/builder/ValueBuilder.java
index 23b770d..f45d4da 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/builder/ValueBuilder.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/builder/ValueBuilder.java
@@ -278,6 +278,17 @@ public class ValueBuilder implements Expression, Predicate 
{
 }
 
 /**
+ * Invokes the method with the given name (supports OGNL syntax).
+ *
+ * @param  methodName name of method to invoke.
+ * @returnthe current builder
+ */
+public ValueBuilder method(String methodName) {
+Expression newExp = ExpressionBuilder.beanExpression(expression, 
methodName);
+return onNewValueBuilder(newExp);
+}
+
+/**
  * Negates the built expression.
  *
  * @return the current builder


[camel] branch regen_bot-3.11.x updated (3b04bc9 -> d2691cf)

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

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


 discard 3b04bc9  Regen for commit 2fea5b3dbdfa7fe14beee9c54fa8045bc84b
 add d2691cf  Refactor copying images

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   (3b04bc9)
\
 N -- N -- N   refs/heads/regen_bot-3.11.x (d2691cf)

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:
 .../modules/ROOT/assets/images/apache-ignite.png   | Bin 919833 -> 0 bytes
 .../modules/ROOT/assets/images/camel-direct-vm.png | Bin 129236 -> 0 bytes
 .../modules/ROOT/assets/images/camel_spark_cluster.png | Bin 172359 -> 0 bytes
 .../modules/ROOT/assets/images/camel_spark_driver.png  | Bin 293927 -> 0 bytes
 .../modules/ROOT/assets/images/control_bus.png | Bin 2438 -> 0 bytes
 docs/components/modules/ROOT/assets/images/qr-code.png | Bin 307 -> 0 bytes
 docs/gulpfile.js   |   4 ++--
 7 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 docs/components/modules/ROOT/assets/images/apache-ignite.png
 delete mode 100644 
docs/components/modules/ROOT/assets/images/camel-direct-vm.png
 delete mode 100644 
docs/components/modules/ROOT/assets/images/camel_spark_cluster.png
 delete mode 100644 
docs/components/modules/ROOT/assets/images/camel_spark_driver.png
 delete mode 100644 docs/components/modules/ROOT/assets/images/control_bus.png
 delete mode 100644 docs/components/modules/ROOT/assets/images/qr-code.png


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

2022-01-10 Thread GitBox


github-actions[bot] closed pull request #6712:
URL: https://github.com/apache/camel/pull/6712


   


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

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

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




[camel] branch regen_bot-3.11.x updated (68e5662 -> 3b04bc9)

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

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


omit 68e5662  Regen for commit b0ef8191df60fd29739f7e723962ed2a067218cc
 add 2fea555  Remove unused assets directory
 add 3b04bc9  Regen for commit 2fea5b3dbdfa7fe14beee9c54fa8045bc84b

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   (68e5662)
\
 N -- N -- N   refs/heads/regen_bot-3.11.x (3b04bc9)

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:
 .../sql/stored/template/generated/SSPTParser.java  |  833 ++---
 .../template/generated/SSPTParserConstants.java|  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++--
 3 files changed, 1092 insertions(+), 1073 deletions(-)


[camel] branch regen_bot-3.11.x updated (8e0a864 -> 68e5662)

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

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


from 8e0a864  Regen for commit 68678aeefdd3ede93216707a541e1e30d9887a4b
 add b0ef819  Remove unused assets directory
 add 68e5662  Regen for commit b0ef8191df60fd29739f7e723962ed2a067218cc

No new revisions were added by this update.

Summary of changes:
 .../sql/stored/template/generated/SSPTParser.java  |  833 +++--
 .../template/generated/SSPTParserConstants.java|  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++--
 3 files changed, 1073 insertions(+), 1092 deletions(-)


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

2022-01-10 Thread GitBox


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


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


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

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

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




[GitHub] [camel] orpiske commented on a change in pull request #6705: light rework of CDI module to make it using CDI 2 API and have jta an…

2022-01-10 Thread GitBox


orpiske commented on a change in pull request #6705:
URL: https://github.com/apache/camel/pull/6705#discussion_r781478259



##
File path: 
components/camel-cdi-jta/src/main/java/org/apache/camel/cdi/transaction/TransactionalJtaTransactionPolicy.java
##
@@ -81,6 +94,33 @@ private TransactionManager lookupTransactionManager() {
 LOG.debug("No JTA TransactionManager found at JNDI location 
[{}]", jndiName, ex);
 }
 }
+var loaders = 
Stream.of(Thread.currentThread().getContextClassLoader(), 
getClass().getClassLoader())
+.filter(Objects::nonNull)
+.distinct()
+.collect(toList());
+for (String method : METHODS) {
+final int sep = method.lastIndexOf('.');
+try {
+Class clazz = null;
+for (final var loader : loaders) {
+try {
+clazz = loader.loadClass(method.substring(0, sep));
+} catch (final NoClassDefFoundError | 
ClassNotFoundException cnfe) {
+// continue
+}
+}
+if (clazz != null) {
+final var getter = 
clazz.getDeclaredMethod(method.substring(sep + 1));
+getter.setAccessible(true);
+final var txMgr = (TransactionManager) getter.invoke(null);
+if (txMgr != null) {
+return txMgr;
+}
+}
+} catch (final Throwable t) {

Review comment:
   I'd probably avoid caching Throwable, as it can catch serious JVM-raised 
errors like OutOfMemoryError and StackOverFlowError. 




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

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

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




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

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

zregvart 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 d92b894  CAMEL-17460: remove camel-spring-javaconfig starter
d92b894 is described below

commit d92b8942ab9977a734ea465f0242ff20adfa9479
Author: Zoran Regvart 
AuthorDate: Mon Jan 10 20:13:05 2022 +0100

CAMEL-17460: remove camel-spring-javaconfig starter
---
 .../camel-spring-javaconfig-starter/pom.xml|  49 -
 .../src/main/docs/spring-javaconfig.json   |   3 -
 .../src/main/resources/META-INF/LICENSE.txt| 203 -
 .../src/main/resources/META-INF/NOTICE.txt |  11 --
 .../src/main/resources/META-INF/spring.provides|  17 --
 components-starter/pom.xml |   1 -
 6 files changed, 284 deletions(-)

diff --git a/components-starter/camel-spring-javaconfig-starter/pom.xml 
b/components-starter/camel-spring-javaconfig-starter/pom.xml
deleted file mode 100644
index 9ba6e9f..000
--- a/components-starter/camel-spring-javaconfig-starter/pom.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
-  4.0.0
-  
-org.apache.camel.springboot
-components-starter
-3.15.0-SNAPSHOT
-  
-  camel-spring-javaconfig-starter
-  jar
-  Camel SB Starters :: Spring JavaConfig
-  Spring-Boot Starter for Camel Spring JavaConfig 
support
-  
-
-  org.springframework.boot
-  spring-boot-starter
-  ${spring-boot-version}
-
-
-  org.apache.camel
-  camel-spring-javaconfig
-  ${camel-version}
-
-
-
-  org.apache.camel.springboot
-  camel-core-starter
-
-
-  
-
diff --git 
a/components-starter/camel-spring-javaconfig-starter/src/main/docs/spring-javaconfig.json
 
b/components-starter/camel-spring-javaconfig-starter/src/main/docs/spring-javaconfig.json
deleted file mode 100644
index da5f5f2..000
--- 
a/components-starter/camel-spring-javaconfig-starter/src/main/docs/spring-javaconfig.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "properties": []
-}
\ No newline at end of file
diff --git 
a/components-starter/camel-spring-javaconfig-starter/src/main/resources/META-INF/LICENSE.txt
 
b/components-starter/camel-spring-javaconfig-starter/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b127..000
--- 
a/components-starter/camel-spring-javaconfig-starter/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
- Apache License
-   Version 2.0, January 2004
-http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-  "License" shall mean the terms and conditions for use, reproduction,
-  and distribution as defined by Sections 1 through 9 of this document.
-
-  "Licensor" shall mean the copyright owner or entity authorized by
-  the copyright owner that is granting the License.
-
-  "Legal Entity" shall mean the union of the acting entity and all
-  other entities that control, are controlled by, or are under common
-  control with that entity. For the purposes of this definition,
-  "control" means (i) the power, direct or indirect, to cause the
-  direction or management of such entity, whether by contract or
-  otherwise, or (ii) ownership of fifty percent (50%) or more of the
-  outstanding shares, or (iii) beneficial ownership of such entity.
-
-  "You" (or "Your") shall mean an individual or Legal Entity
-  exercising permissions granted by this License.
-
-  "Source" form shall mean the preferred form for making modifications,
-  including but not limited to software source code, documentation
-  source, and configuration files.
-
-  "Object" form shall mean any form resulting from mechanical
-  transformation or translation of a Source form, including but
-  not limited to compiled object code, generated documentation,
-  and conversions to other media types.
-
-  "Work" shall mean the work of authorship, whether in Source or
-  Object form, made available under the License, as indicated by a
-  copyright notice that is included in or attached to the work
-  (an example is provided in the Appendix below).
-
-  "Derivative Works" shall mean any work, whether in Source or Object
-  form, that is based on (or derived from) the Work and for which the
-  editorial revisions, annotations, elaborations, or other modifications
-  represent, as a whole, an original work of authorship. For the purposes
-  of this License, Derivative Works shall not include works 

[GitHub] [camel] orpiske commented on a change in pull request #6703: (chores) camel-ahc-ws: remove a few Thread.sleep calls

2022-01-10 Thread GitBox


orpiske commented on a change in pull request #6703:
URL: https://github.com/apache/camel/pull/6703#discussion_r781463797



##
File path: 
components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
##
@@ -105,8 +106,10 @@ public void testTwoRoutesRestartConsumer() throws 
Exception {
 resetMocks();
 
 LOG.info("Restarting bar route");
-context.getRouteController().stopRoute("bar");
-Thread.sleep(500);
+//context.getRouteController().stopRoute("bar");

Review comment:
   Ahh, thanks. I had missed this one. 




-- 
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: Refactor copying images

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

zregvart 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 d2691cf  Refactor copying images
d2691cf is described below

commit d2691cf98b14b3e1e008349723f27e5d7b94be2c
Author: Zoran Regvart 
AuthorDate: Mon Jan 10 19:43:43 2022 +0100

Refactor copying images

We don't want images in `.../assets/images` but in `.../images`.
---
 docs/gulpfile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/gulpfile.js b/docs/gulpfile.js
index 6d837f2..328d6af 100644
--- a/docs/gulpfile.js
+++ b/docs/gulpfile.js
@@ -39,7 +39,7 @@ function deleteComponentSymlinks () {
 }
 
 function deleteComponentImageSymlinks () {
-  return del(['components/modules/ROOT/assets/images/*'])
+  return del(['components/modules/ROOT/images/*'])
 }
 
 function createComponentSymlinks () {
@@ -178,7 +178,7 @@ function createComponentImageSymlinks () {
   // }));
   // uncomment above .pipe() and remove the .pipe() below
   // when antora#188 is resolved
-  .pipe(dest('components/modules/ROOT/assets/images/'))
+  .pipe(dest('components/modules/ROOT/images/'))
   )
 }
 


[camel] branch regen_bot updated (94a7c2e -> 97347f8)

2022-01-10 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 94a7c2e  (chores) camel-package-maven-plugin: removed code duplications
 add 97347f8  (chores) camel-infinispan: updates to version 13.0.5-Final-1

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml  | 2 +-
 .../test/infra/infinispan/services/InfinispanLocalContainerService.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[GitHub] [camel] davsclaus commented on a change in pull request #6703: (chores) camel-ahc-ws: remove a few Thread.sleep calls

2022-01-10 Thread GitBox


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



##
File path: 
components/camel-ahc-ws/src/test/java/org/apache/camel/component/ahc/ws/WsProducerConsumerTest.java
##
@@ -105,8 +106,10 @@ public void testTwoRoutesRestartConsumer() throws 
Exception {
 resetMocks();
 
 LOG.info("Restarting bar route");
-context.getRouteController().stopRoute("bar");
-Thread.sleep(500);
+//context.getRouteController().stopRoute("bar");

Review comment:
   Maybe remove this old code




-- 
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: Remove unused assets directory

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

zregvart 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 2fea555  Remove unused assets directory
2fea555 is described below

commit 2fea5b3dbdfa7fe14beee9c54fa8045bc84b
Author: Zoran Regvart 
AuthorDate: Mon Jan 10 19:41:04 2022 +0100

Remove unused assets directory
---
 .../modules/ROOT/assets/images/apache-ignite.png   | Bin 919833 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/docs/components/modules/ROOT/assets/images/apache-ignite.png 
b/docs/components/modules/ROOT/assets/images/apache-ignite.png
deleted file mode 100644
index 0f7cf4a..000
Binary files a/docs/components/modules/ROOT/assets/images/apache-ignite.png and 
/dev/null differ


[GitHub] [camel] klease opened a new pull request #6711: CAMEL-17446: improve logging and documentation

2022-01-10 Thread GitBox


klease opened a new pull request #6711:
URL: https://github.com/apache/camel/pull/6711


   Ensure that the log message for the trigger fire time shows milliseconds, 
independent of the logging implementation.
   Add details to triggerParameters documentation on the endpoint.


-- 
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: Remove unused assets directory

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

zregvart 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 b0ef819  Remove unused assets directory
b0ef819 is described below

commit b0ef8191df60fd29739f7e723962ed2a067218cc
Author: Zoran Regvart 
AuthorDate: Mon Jan 10 15:11:49 2022 +0100

Remove unused assets directory
---
 .../modules/ROOT/assets/images/camel-direct-vm.png | Bin 129236 -> 0 bytes
 .../modules/ROOT/assets/images/camel_spark_cluster.png | Bin 172359 -> 0 bytes
 .../modules/ROOT/assets/images/camel_spark_driver.png  | Bin 293927 -> 0 bytes
 .../modules/ROOT/assets/images/control_bus.png | Bin 2438 -> 0 bytes
 docs/components/modules/ROOT/assets/images/qr-code.png | Bin 307 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/docs/components/modules/ROOT/assets/images/camel-direct-vm.png 
b/docs/components/modules/ROOT/assets/images/camel-direct-vm.png
deleted file mode 100644
index d15f185..000
Binary files a/docs/components/modules/ROOT/assets/images/camel-direct-vm.png 
and /dev/null differ
diff --git a/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png 
b/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png
deleted file mode 100644
index c550bf5..000
Binary files 
a/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png and 
/dev/null differ
diff --git a/docs/components/modules/ROOT/assets/images/camel_spark_driver.png 
b/docs/components/modules/ROOT/assets/images/camel_spark_driver.png
deleted file mode 100644
index 17b6b67..000
Binary files 
a/docs/components/modules/ROOT/assets/images/camel_spark_driver.png and 
/dev/null differ
diff --git a/docs/components/modules/ROOT/assets/images/control_bus.png 
b/docs/components/modules/ROOT/assets/images/control_bus.png
deleted file mode 100644
index e834f65..000
Binary files a/docs/components/modules/ROOT/assets/images/control_bus.png and 
/dev/null differ
diff --git a/docs/components/modules/ROOT/assets/images/qr-code.png 
b/docs/components/modules/ROOT/assets/images/qr-code.png
deleted file mode 100644
index be0e7c8..000
Binary files a/docs/components/modules/ROOT/assets/images/qr-code.png and 
/dev/null differ


[camel] branch regen_bot updated (8983270 -> 94a7c2e)

2022-01-10 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 8983270  [CAMEL-17465]the test for camel-archetype-cdi is broken
 add 94a7c2e  (chores) camel-package-maven-plugin: removed code duplications

No new revisions were added by this update.

Summary of changes:
 .../packaging/AbstractGenerateConfigurerMojo.java  | 111 +---
 .../packaging/EndpointSchemaGeneratorMojo.java |  76 -
 .../camel/maven/packaging/PrepareCatalogMojo.java  | 188 +++--
 .../camel/maven/packaging/UpdateReadmeMojo.java|  43 +++--
 4 files changed, 163 insertions(+), 255 deletions(-)


[camel] branch main updated (94a7c2e -> 97347f8)

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

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


from 94a7c2e  (chores) camel-package-maven-plugin: removed code duplications
 add 97347f8  (chores) camel-infinispan: updates to version 13.0.5-Final-1

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml  | 2 +-
 .../test/infra/infinispan/services/InfinispanLocalContainerService.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[GitHub] [camel] orpiske merged pull request #6701: (chores) camel-infinispan: updates to version 13.0.5-Final-1

2022-01-10 Thread GitBox


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


   


-- 
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 (8983270 -> 94a7c2e)

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

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


from 8983270  [CAMEL-17465]the test for camel-archetype-cdi is broken
 add 94a7c2e  (chores) camel-package-maven-plugin: removed code duplications

No new revisions were added by this update.

Summary of changes:
 .../packaging/AbstractGenerateConfigurerMojo.java  | 111 +---
 .../packaging/EndpointSchemaGeneratorMojo.java |  76 -
 .../camel/maven/packaging/PrepareCatalogMojo.java  | 188 +++--
 .../camel/maven/packaging/UpdateReadmeMojo.java|  43 +++--
 4 files changed, 163 insertions(+), 255 deletions(-)


[GitHub] [camel] rmannibucau commented on a change in pull request #6705: light rework of CDI module to make it using CDI 2 API and have jta an…

2022-01-10 Thread GitBox


rmannibucau commented on a change in pull request #6705:
URL: https://github.com/apache/camel/pull/6705#discussion_r781406351



##
File path: 
components/camel-cdi-jta/src/main/java/org/apache/camel/cdi/transaction/TransactionalJtaTransactionPolicy.java
##
@@ -47,6 +52,13 @@
 "java:pm/TransactionManager",
 "java:/TransactionManager"
 };
+private static final String[] METHODS = new String[] {
+"org.openejb.OpenEJB.getTransactionManager",
+"com.arjuna.jta.JTA_TransactionManager.transactionManager",

Review comment:
   Fixed




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

2022-01-10 Thread GitBox


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


   @astefanutti 
   
   Down to the yaks test in KNative suite consistently failing (any ideas 
@christophd appreciated??).
   
   Otherwise, will try to fix the tests I've labelled as PROBLEMATIC unless you 
would like to go ahead and 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] orpiske merged pull request #6706: (chores) camel-package-maven-plugin: removed code duplications

2022-01-10 Thread GitBox


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


   


-- 
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 (c126788 -> 8983270)

2022-01-10 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 c126788  CAMEL-17461: Migrate from commons-pool v1 to v2
 add 8983270  [CAMEL-17465]the test for camel-archetype-cdi is broken

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/archetype-resources/pom.xml| 4 
 1 file changed, 4 insertions(+)


[camel-kamelets] branch 0.6.x updated: Camel-Kamelets 0.6.x point to tag v0.6.0

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

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


The following commit(s) were added to refs/heads/0.6.x by this push:
 new 629ad3a  Camel-Kamelets 0.6.x point to tag v0.6.0
629ad3a is described below

commit 629ad3a2ab5bf28096781058f60726688574f48c
Author: Andrea Cosentino 
AuthorDate: Mon Jan 10 18:25:03 2022 +0100

Camel-Kamelets 0.6.x point to tag v0.6.0
---
 docs/modules/ROOT/examples/template/kamelet-options.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/examples/template/kamelet-options.adoc 
b/docs/modules/ROOT/examples/template/kamelet-options.adoc
index 259cff2..b3e608f 100644
--- a/docs/modules/ROOT/examples/template/kamelet-options.adoc
+++ b/docs/modules/ROOT/examples/template/kamelet-options.adoc
@@ -128,4 +128,4 @@ This command creates the KameletBinding in the current 
namespace on the cluster.
 
 == Kamelet source file
 
-https://github.com/apache/camel-kamelets/blob/0.6.x/kamelets/{name}.kamelet.yaml
+https://github.com/apache/camel-kamelets/blob/v0.6.0/kamelets/{name}.kamelet.yaml


[camel-kamelets] branch point-docs-to-tag created (now 40e5d82)

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

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


  at 40e5d82  Camel-Kamelets 0.6.x point to tag v0.6.0

No new revisions were added by this update.


[GitHub] [camel-kamelets] oscerd merged pull request #694: Camel-Kamelets 0.6.x point to tag v0.6.0

2022-01-10 Thread GitBox


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


   


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

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

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




[GitHub] [camel-kamelets] oscerd opened a new pull request #694: Camel-Kamelets 0.6.x point to tag v0.6.0

2022-01-10 Thread GitBox


oscerd opened a new pull request #694:
URL: https://github.com/apache/camel-kamelets/pull/694


   FYI @djencks I guess you meant 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-k-runtime] oscerd merged pull request #771: Point to the latest tag in scm pom section

2022-01-10 Thread GitBox


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


   


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

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

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




[camel-k-runtime] branch main updated: Point to the latest tag in scm pom section

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 3c4b337  Point to the latest tag in scm pom section
3c4b337 is described below

commit 3c4b337641623d7fdef570b886a4b3aae47f8970
Author: Andrea Cosentino 
AuthorDate: Mon Jan 10 18:09:14 2022 +0100

Point to the latest tag in scm pom section
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8caf68..4e9968f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git
 
https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary
-camel-k-runtime-project-1.8.0
+camel-k-runtime-project-1.10.0
 
 
 


[camel-k-runtime] branch latest-tag-scm created (now 6e93128)

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

acosentino pushed a change to branch latest-tag-scm
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


  at 6e93128  Point to the latest tag in scm pom section

No new revisions were added by this update.


[GitHub] [camel-k-runtime] oscerd opened a new pull request #771: Point to the latest tag in scm pom section

2022-01-10 Thread GitBox


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


   **Release Note**
   ```release-note
   NONE
   ```
   


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

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

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




[GitHub] [camel-k] oscerd commented on issue #2848: Release 1.8.0

2022-01-10 Thread GitBox


oscerd commented on issue #2848:
URL: https://github.com/apache/camel-k/issues/2848#issuecomment-1009138267


   The baseline for the release should be:
   - camel-k-runtime 1.11.0 
   - camel-kamelets-catalog 0.6.0 (or eventually 0.7.0)
   
   I'd release camel-k-runtime and camel-k together in a single vote.


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

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

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




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

2022-01-10 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.


omit 47d04de  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9
 add 58457f2  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9

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   (47d04de)
\
 N -- N -- N   refs/heads/regen_bot (58457f2)

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-kamelets] oscerd merged pull request #693: Generated sources regen

2022-01-10 Thread GitBox


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


   


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

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

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




[camel-kamelets] branch main updated: Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9

2022-01-10 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 58457f2  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9
58457f2 is described below

commit 58457f29e0c176296f6e7a7587476866fb0358e4
Author: lburgazzoli 
AuthorDate: Mon Jan 10 17:02:31 2022 +

Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9

Signed-off-by: GitHub 
---
 .../src/main/resources/kamelets/slack-source.kamelet.yaml| 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index eda8f27..1c86c56 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -49,11 +49,17 @@ spec:
 x-descriptors:
 - urn:alm:descriptor:com.tectonic.ui:password
 - urn:camel:group:credentials
+  delay:
+title: Delay
+description: The delay between polls
+type: string
+example: "1s"
+delay: "{{?delay}}"
   types:
 out:
   mediaType: application/json
   dependencies:
-  - "camel:jackson"
+  - "camel:gson"
   - "camel:slack"
   - "camel:kamelet"
   flow:
@@ -61,7 +67,9 @@ spec:
   uri: "slack:{{channel}}"
   parameters:
 token: "{{token}}"
+delay: "{{?delay}}"
   steps:
   - marshal:
-  json: {}
+  json:
+library: "Gson"
   - to: "kamelet:sink"


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

2022-01-10 Thread GitBox


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


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


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

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

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




[camel-kamelets] branch regen_bot updated (b20c05c -> 47d04de)

2022-01-10 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 b20c05c  Extract Field Action: Sanitize/check the header name if set 
and avoid clashes
 add d744252  slack source: add an additional property to control the delay 
between polls (useful to prevent API throttling)
 add d63cbfb  slack source: use Gson as json serialization library instead 
of Jackson as Slack's model rely on Gson annotations
 add 47d04de  Regen for commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9

No new revisions were added by this update.

Summary of changes:
 kamelets/slack-source.kamelet.yaml   | 12 ++--
 .../src/main/resources/kamelets/slack-source.kamelet.yaml| 12 ++--
 2 files changed, 20 insertions(+), 4 deletions(-)


[camel-kamelets] branch main updated (b20c05c -> d63cbfb)

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

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


from b20c05c  Extract Field Action: Sanitize/check the header name if set 
and avoid clashes
 new d744252  slack source: add an additional property to control the delay 
between polls (useful to prevent API throttling)
 new d63cbfb  slack source: use Gson as json serialization library instead 
of Jackson as Slack's model rely on Gson annotations

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:
 kamelets/slack-source.kamelet.yaml | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)


[camel-kamelets] 02/02: slack source: use Gson as json serialization library instead of Jackson as Slack's model rely on Gson annotations

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

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

commit d63cbfb0dbb0bcf5dc3c430f7178e93e280626a9
Author: Luca Burgazzoli 
AuthorDate: Mon Jan 10 17:37:28 2022 +0100

slack source: use Gson as json serialization library instead of Jackson as 
Slack's model rely on Gson annotations
---
 kamelets/slack-source.kamelet.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kamelets/slack-source.kamelet.yaml 
b/kamelets/slack-source.kamelet.yaml
index 9a7e2c5..1c86c56 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -59,7 +59,7 @@ spec:
 out:
   mediaType: application/json
   dependencies:
-  - "camel:jackson"
+  - "camel:gson"
   - "camel:slack"
   - "camel:kamelet"
   flow:
@@ -70,5 +70,6 @@ spec:
 delay: "{{?delay}}"
   steps:
   - marshal:
-  json: {}
+  json:
+library: "Gson"
   - to: "kamelet:sink"


[GitHub] [camel-kamelets] lburgazzoli merged pull request #692: Slack source improvements

2022-01-10 Thread GitBox


lburgazzoli merged pull request #692:
URL: https://github.com/apache/camel-kamelets/pull/692


   


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

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

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




[camel-kamelets] 01/02: slack source: add an additional property to control the delay between polls (useful to prevent API throttling)

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

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

commit d744252b392269e7c0448c7a41d3c2f986659cf7
Author: Luca Burgazzoli 
AuthorDate: Mon Jan 10 17:36:10 2022 +0100

slack source: add an additional property to control the delay between polls 
(useful to prevent API throttling)
---
 kamelets/slack-source.kamelet.yaml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/kamelets/slack-source.kamelet.yaml 
b/kamelets/slack-source.kamelet.yaml
index eda8f27..9a7e2c5 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -49,6 +49,12 @@ spec:
 x-descriptors:
 - urn:alm:descriptor:com.tectonic.ui:password
 - urn:camel:group:credentials
+  delay:
+title: Delay
+description: The delay between polls
+type: string
+example: "1s"
+delay: "{{?delay}}"
   types:
 out:
   mediaType: application/json
@@ -61,6 +67,7 @@ spec:
   uri: "slack:{{channel}}"
   parameters:
 token: "{{token}}"
+delay: "{{?delay}}"
   steps:
   - marshal:
   json: {}


[GitHub] [camel-kamelets] lburgazzoli opened a new pull request #692: Slack source improvements

2022-01-10 Thread GitBox


lburgazzoli opened a new pull request #692:
URL: https://github.com/apache/camel-kamelets/pull/692


   - slack source: add an additional property to control the delay between 
polls (useful to prevent API throttling)
   - slack source: use Gson as json serialization library instead of Jackson as 
Slack's model rely on Gson annotations
   


-- 
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 (e705300 -> c126788)

2022-01-10 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 e705300  Regen for commit 1eccac68bd6546d80459d3f100617a1692087f29
 add 5c7977b  Upgrade to spring rabbitmq 2.4.1
 add 26e2cbc  CAMEL-17461: camel-spring-rabbtimq - does not use commons-pool
 add 05df679  CAMEL-17461: Migrate from commons-pool v1 to v2
 add e1b495b  CAMEL-17461: Migrate from commons-pool v1 to v2
 add c126788  CAMEL-17461: Migrate from commons-pool v1 to v2

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

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/camel-dependencies-pom-template.xml| 1 -
 components/camel-jms/pom.xml  | 1 +
 components/camel-spring-rabbitmq/pom.xml  | 6 --
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_15.adoc   | 4 
 parent/pom.xml| 8 +---
 5 files changed, 6 insertions(+), 14 deletions(-)


[camel] branch main updated: [CAMEL-17465]the test for camel-archetype-cdi is broken

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8983270  [CAMEL-17465]the test for camel-archetype-cdi is broken
8983270 is described below

commit 8983270bf10ceaef2453f4c15483fec993fab41e
Author: Freeman Fang 
AuthorDate: Mon Jan 10 11:27:48 2022 -0500

[CAMEL-17465]the test for camel-archetype-cdi is broken
---
 .../src/main/resources/archetype-resources/pom.xml| 4 
 1 file changed, 4 insertions(+)

diff --git 
a/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml 
b/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
index 7d7d271..8ac178b 100644
--- 
a/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/pom.xml
@@ -66,6 +66,10 @@
 
 
   org.apache.camel
+  camel-cdi-main
+
+
+  org.apache.camel
   camel-core
 
 


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

2022-01-10 Thread GitBox


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


   


-- 
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 (8e83cb9 -> e705300)

2022-01-10 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 8e83cb9  Regen for commit 5c7977b1d9ef0662d42bba56c8c9603642a2f11b
omit 5c7977b  Upgrade to spring rabbitmq 2.4.1
 add e705300  Regen for commit 1eccac68bd6546d80459d3f100617a1692087f29

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   (8e83cb9)
\
 N -- N -- N   refs/heads/regen_bot (e705300)

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:
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

2022-01-10 Thread GitBox


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


   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




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

2022-01-10 Thread GitBox


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


   


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

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

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




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

2022-01-10 Thread GitBox


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


   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 (e3c1fe1 -> 8e83cb9)

2022-01-10 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 e3c1fe1  Regen for commit 72470a0fb814426e389750d8730e95f7565ca729
 add cc5eb12  Upgrade to rabbitmq 5.14
 add 1eccac6  CAMEL-17461: camel-rabbitmq - Migrate from commons-pool v1 to 
v2
 add 5c7977b  Upgrade to spring rabbitmq 2.4.1
 add 8e83cb9  Regen for commit 5c7977b1d9ef0662d42bba56c8c9603642a2f11b

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   (e3c1fe1)
\
 N -- N -- N   refs/heads/regen_bot (8e83cb9)

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:
 components/camel-rabbitmq/pom.xml  | 17 ++---
 .../camel/component/rabbitmq/RabbitMQProducer.java | 28 +-
 .../rabbitmq/pool/PoolableChannelFactory.java  | 25 ---
 .../component/rabbitmq/RabbitMQProducerTest.java   |  7 +++---
 parent/pom.xml |  4 ++--
 5 files changed, 41 insertions(+), 40 deletions(-)


  1   2   3   >