[GitHub] [camel] JiriOndrusek commented on pull request #6676: DefaultComponent misses initialization of autowired properties.

2022-01-09 Thread GitBox


JiriOndrusek commented on pull request #6676:
URL: https://github.com/apache/camel/pull/6676#issuecomment-1008605236


   @davsclaus Changing creation of endpoint by sendig String uri and creating 
endpoint later works for camel quarkus. I already tested that, but then I 
thought that this is not the fix, because it is nod needed in Camel. But I was 
obviously wrong. I see your change - 
https://github.com/apache/camel/commit/4007b745170b69f81d47933e57d89a9ffd90c1a4 
- and I'll test it with camel-quarkus.


-- 
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 (6627d7b -> ea75f18)

2022-01-09 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 6627d7b  Regen for commit a41562063335a323b053574e315d614c0f2b33d0
 add ea75f18  Upgrade AWS SDK v2 to version 2.17.107

No new revisions were added by this update.

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


[camel] branch main updated: CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed to name

2022-01-09 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 f122956  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
f122956 is described below

commit f122956061473dae784c789a8c49226c8d585276
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 08:08:52 2022 +0100

CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../test/resources/org/apache/camel/spring/processor/removeProperty.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
index b58335e..45b6361 100644
--- 
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
+++ 
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/removeProperty.xml
@@ -31,7 +31,7 @@
 bar
   
   
-  
+  

 
   


[GitHub] [camel-kamelets] oscerd opened a new issue #688: Extract Field Action: Add the possibility of setting the header name in case of headerOutput is true

2022-01-09 Thread GitBox


oscerd opened a new issue #688:
URL: https://github.com/apache/camel-kamelets/issues/688


   Also find a way to sanitize the header name in case of clashes.


-- 
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 AWS SDK v2 to version 2.17.107

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

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


The following commit(s) were added to refs/heads/main by this push:
 new ea75f18  Upgrade AWS SDK v2 to version 2.17.107
ea75f18 is described below

commit ea75f18c2834bc35d6fd07dd54916f85630dee48
Author: Andrea Cosentino 
AuthorDate: Mon Jan 10 06:47:44 2022 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index cc4b427..4bd4287 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
 1.11.0
 1.11.0
 4.1.1
-2.17.106
+2.17.107
 2.6.1
 1.2.14
 2.11.3


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

2022-01-09 Thread GitBox


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


   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 1675528064-627-4f6ba8f8-aef0-44ef-9f88-70a7e03f2568
   * Camel Quarkus Commit: 1846d2cfa69244296ed27a3266815f83883ae58e
   
   * Quarkus Main Commit: 18896ef19aa344a926839635dcc9747bcc43b7e0
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1675528064


-- 
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-17258 - added support for changing length of tracing groups

2022-01-09 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 9d16253  CAMEL-17258 - added support for changing length of tracing 
groups
9d16253 is described below

commit 9d16253673fcb9f5cea3439207169bc171b6bbf5
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 07:04:50 2022 +0100

CAMEL-17258 - added support for changing length of tracing groups
---
 core/camel-spring-boot/src/main/docs/spring-boot.json  | 1 +
 .../org/apache/camel/spring/boot/CamelConfigurationProperties.java | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index ba3c24f..3426d45 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1080,6 +1080,7 @@
 {
   "name": "camel.springboot.tracing-logging-format",
   "type": "java.lang.String",
+  "description": "To use a custom tracing logging format. The default 
format (arrow, routeId, label) is: %-4.4s [%-12.12s] [%-33.33s]",
   "sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties"
 },
 {
diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
index 000351b..6e0de35 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
@@ -357,6 +357,13 @@ public class CamelConfigurationProperties extends 
DefaultConfigurationProperties
 private String tracingPattern;
 
 /**
+ * To use a custom tracing logging format.
+ *
+ * The default format (arrow, routeId, label) is: %-4.4s [%-12.12s] 
[%-33.33s]
+ */
+private String tracingLoggingFormat;
+
+/**
  * Sets whether message history is enabled or not.
  *
  * Default is true.


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

2022-01-09 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 bcb9e91  Regen
bcb9e91 is described below

commit bcb9e919ec50621937e52263608fda6413e70d24
Author: Claus Ibsen 
AuthorDate: Mon Jan 10 07:01:58 2022 +0100

Regen
---
 .../camel/springboot/catalog/components/quartz.json  |  8 
 .../camel/springboot/catalog/dataformats/beanio.json |  2 +-
 components-starter/camel-any23-starter/pom.xml   |  8 
 .../camel-quartz-starter/src/main/docs/quartz.json   |  8 
 .../quartz/springboot/QuartzComponentConfiguration.java  | 16 
 core/camel-spring-boot/src/main/docs/spring-boot.json|  5 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 16 +---
 7 files changed, 43 insertions(+), 20 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quartz.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quartz.json
index 5390dc4..4382efe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quartz.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/quartz.json
@@ -23,16 +23,16 @@
   },
   "componentProperties": {
 "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
-"enableJmx": { "kind": "property", "displayName": "Enable Jmx", "group": 
"consumer", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable Quartz JMX which allows 
to manage the Quartz scheduler from JMX.  This options is default true" },
-"prefixInstanceName": { "kind": "property", "displayName": "Prefix 
Instance Name", "group": "consumer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to prefix the 
Quartz Scheduler instance name with the CamelContext name.  This is 
enabled by default, to let each CamelContext use its own Quartz scheduler 
instance by default. You can set this option  [...]
-"prefixJobNameWithEndpointId": { "kind": "property", "displayName": 
"Prefix Job Name With Endpoint Id", "group": "consumer", "label": "", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether to prefix the quartz job with the endpoint id.  
This option is default false." },
+"enableJmx": { "kind": "property", "displayName": "Enable Jmx", "group": 
"consumer", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to enable Quartz JMX which allows 
to manage the Quartz scheduler from JMX. This options is default true" },
+"prefixInstanceName": { "kind": "property", "displayName": "Prefix 
Instance Name", "group": "consumer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to prefix the 
Quartz Scheduler instance name with the CamelContext name. This is enabled by 
default, to let each CamelContext use its own Quartz scheduler instance by 
default. You can set this option to fal [...]
+"prefixJobNameWithEndpointId": { "kind": "property", "displayName": 
"Prefix Job Name With Endpoint Id", "group": "consumer", "label": "", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether to prefix the quartz job with the endpoint id. This 
option is default false." },
 "properties": { "kind": "property", "displayName": "Properties", "group": 
"consumer", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map", "deprecated": false, "autowired": false, "secret": false, 
"description": "Properties to configure the Quartz scheduler." },
 "propertiesFile": { "kind": "property", "

[camel-spring-boot] branch main updated: CAMEL-17435: filter dependencies that were modified as part of the Camel Core dep cleanup (#429)

2022-01-09 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 9e49db4  CAMEL-17435: filter dependencies that were modified as part 
of the Camel Core dep cleanup (#429)
9e49db4 is described below

commit 9e49db4a109a4b94dba7dbf2587d36c1e7b14a6e
Author: Otavio Rodolfo Piske 
AuthorDate: Mon Jan 10 06:48:21 2022 +0100

CAMEL-17435: filter dependencies that were modified as part of the Camel 
Core dep cleanup (#429)
---
 tooling/camel-spring-boot-dependencies-generator/pom.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies-generator/pom.xml 
b/tooling/camel-spring-boot-dependencies-generator/pom.xml
index 0b24348..2a70cc6 100644
--- a/tooling/camel-spring-boot-dependencies-generator/pom.xml
+++ b/tooling/camel-spring-boot-dependencies-generator/pom.xml
@@ -213,9 +213,17 @@
 org.apache.maven.archetype:*
 org.osgi:*
 
+
+
com.sun.xml.messaging.saaj:saaj-impl:*
+
jakarta.xml.bind:jakarta.xml.bind-api:*
+
javax.annotation:javax.annotation-api:*
+javax.xml.ws:jaxws-api:*
+
org.glassfish.jaxb:jaxb-runtime:*
+
 
 org.springframework:springloaded
 com.zaxxer:HikariCP-java6
+
 
 
 


[GitHub] [camel-spring-boot] davsclaus merged pull request #429: CAMEL-17435 fix

2022-01-09 Thread GitBox


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


   


-- 
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-09 Thread GitBox


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


   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 1675225756-523-6eeafda3-c3b4-455d-a23f-5da2ebde0112
   * Camel Quarkus Commit: 15621ccf1bf8c5da31b9a6b53568508cc53ed16e
   
   * Camel Main Commit: 18896ef19aa344a926839635dcc9747bcc43b7e0
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/1675225756


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

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

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




[camel-k] branch dependabot/go_modules/github.com/radovskyb/watcher-1.0.7 created (now 6dc381f)

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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/radovskyb/watcher-1.0.7
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


  at 6dc381f  chore(deps): bump github.com/radovskyb/watcher from 1.0.6 to 
1.0.7

No new revisions were added by this update.


[GitHub] [camel-k] dependabot[bot] opened a new pull request #2863: chore(deps): bump github.com/radovskyb/watcher from 1.0.6 to 1.0.7

2022-01-09 Thread GitBox


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


   Bumps [github.com/radovskyb/watcher](https://github.com/radovskyb/watcher) 
from 1.0.6 to 1.0.7.
   
   Commits
   
   https://github.com/radovskyb/watcher/commit/f5989f8deca223d590d5a130c77ea375fe9fde30";>f5989f8
 ...
   https://github.com/radovskyb/watcher/commit/4b2bb62bcdb12252baa153850ed0a4c176fff007";>4b2bb62
 ...
   https://github.com/radovskyb/watcher/commit/37d22d7577d53f6bd7e30d4981b1b49aae0b7c94";>37d22d7
 Merge branch 'paths' into dev
   https://github.com/radovskyb/watcher/commit/7f55b912d65cbffcd0bd54c0964f896d49c95f77";>7f55b91
 Keep path as well as old path for remove event.
   https://github.com/radovskyb/watcher/commit/f33c874a09dcfac90f008abeee9171d88431e212";>f33c874
 Fix keepalive being ignored on startcmd error on startup
   https://github.com/radovskyb/watcher/commit/e4bc9abaa983121a3a42236739d4c2dbfdfe7343";>e4bc9ab
 [FIX] keepalive is ignored on startcmd error
   https://github.com/radovskyb/watcher/commit/c23a36d070398e155e4ec693d3a72869f3f9531b";>c23a36d
 Add test to check for Path and OldPath values
   https://github.com/radovskyb/watcher/commit/37111d473ee6e2219c296e420402d73ac066ddf6";>37111d4
 Change event to access old and new path on events
   See full diff in https://github.com/radovskyb/watcher/compare/v1.0.6...v1.0.7";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/radovskyb/watcher&package-manager=go_modules&previous-version=1.0.6&new-version=1.0.7)](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




[GitHub] [camel-k] dependabot[bot] opened a new pull request #2862: chore(deps): bump github.com/container-tools/spectrum from 0.3.7 to 0.3.8

2022-01-09 Thread GitBox


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


   Bumps 
[github.com/container-tools/spectrum](https://github.com/container-tools/spectrum)
 from 0.3.7 to 0.3.8.
   
   Release notes
   Sourced from https://github.com/container-tools/spectrum/releases";>github.com/container-tools/spectrum's
 releases.
   
   v0.3.8
   Changelog
   8f8efa4 Artifacts (https://github-redirect.dependabot.com/container-tools/spectrum/issues/7";>#7)
   Docker images
   
   docker pull quay.io/container-tools/spectrum:v0.3.8
   docker pull quay.io/container-tools/spectrum:v0.3
   
   
   
   
   Commits
   
   https://github.com/container-tools/spectrum/commit/8f8efa4592a2891dd9c1efa3f031f73a36862a93";>8f8efa4
 Artifacts (https://github-redirect.dependabot.com/container-tools/spectrum/issues/7";>#7)
   See full diff in https://github.com/container-tools/spectrum/compare/v0.3.7...v0.3.8";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/container-tools/spectrum&package-manager=go_modules&previous-version=0.3.7&new-version=0.3.8)](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-k] branch dependabot/go_modules/github.com/container-tools/spectrum-0.3.8 created (now 811a568)

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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/container-tools/spectrum-0.3.8
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


  at 811a568  chore(deps): bump github.com/container-tools/spectrum

No new revisions were added by this update.


[GitHub] [camel-k] dependabot[bot] opened a new pull request #2860: chore(deps): bump go.uber.org/zap from 1.19.1 to 1.20.0

2022-01-09 Thread GitBox


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


   Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.19.1 to 
1.20.0.
   
   Release notes
   Sourced from https://github.com/uber-go/zap/releases";>go.uber.org/zap's 
releases.
   
   v1.20.0
   Enhancements:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/989";>#989[]:
 Add EncoderConfig.SkipLineEnding flag to disable adding newline
   characters between log statements.
   https://github-redirect.dependabot.com/uber-go/zap/issues/1039";>#1039[]:
 Add EncoderConfig.NewReflectedEncoder field to customize JSON
   encoding of reflected log fields.
   
   Bugfixes:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/1011";>#1011[]:
 Fix inaccurate precision when encoding complex64 as JSON.
   https://github-redirect.dependabot.com/uber-go/zap/issues/554";>#554[],
 https://github-redirect.dependabot.com/uber-go/zap/issues/1017";>#1017[]:
 Close JSON namespaces opened in MarshalLogObject
   methods when the methods return.
   https://github-redirect.dependabot.com/uber-go/zap/issues/1033";>#1033[]:
 Avoid panicking in Sampler core if thereafter is zero.
   
   Other changes:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/1028";>#1028[]:
 Drop support for Go < 1.15.
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/554";>#554: 
https://github-redirect.dependabot.com/uber-go/zap/pull/554";>uber-go/zap#554
   https://github-redirect.dependabot.com/uber-go/zap/issues/989";>#989: 
https://github-redirect.dependabot.com/uber-go/zap/pull/989";>uber-go/zap#989
   https://github-redirect.dependabot.com/uber-go/zap/issues/1011";>#1011:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1011";>uber-go/zap#1011
   https://github-redirect.dependabot.com/uber-go/zap/issues/1017";>#1017:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1017";>uber-go/zap#1017
   https://github-redirect.dependabot.com/uber-go/zap/issues/1028";>#1028:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1028";>uber-go/zap#1028
   https://github-redirect.dependabot.com/uber-go/zap/issues/1033";>#1033:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1033";>uber-go/zap#1033
   https://github-redirect.dependabot.com/uber-go/zap/issues/1039";>#1039:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1039";>uber-go/zap#1039
   Thanks to https://github.com/psrajat";>@​psrajat, https://github.com/lruggieri";>@​lruggieri, https://github.com/sammyrnycreal";>@​sammyrnycreal for 
their contributions to this release.
   
   
   
   Changelog
   Sourced from https://github.com/uber-go/zap/blob/master/CHANGELOG.md";>go.uber.org/zap's
 changelog.
   
   1.20.0 (4 Jan 2022)
   Enhancements:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/989";>#989[]:
 Add EncoderConfig.SkipLineEnding flag to disable adding newline
   characters between log statements.
   https://github-redirect.dependabot.com/uber-go/zap/issues/1039";>#1039[]:
 Add EncoderConfig.NewReflectedEncoder field to customize JSON
   encoding of reflected log fields.
   
   Bugfixes:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/1011";>#1011[]:
 Fix inaccurate precision when encoding complex64 as JSON.
   https://github-redirect.dependabot.com/uber-go/zap/issues/554";>#554[],
 https://github-redirect.dependabot.com/uber-go/zap/issues/1017";>#1017[]:
 Close JSON namespaces opened in MarshalLogObject
   methods when the methods return.
   https://github-redirect.dependabot.com/uber-go/zap/issues/1033";>#1033[]:
 Avoid panicking in Sampler core if thereafter is zero.
   
   Other changes:
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/1028";>#1028[]:
 Drop support for Go < 1.15.
   
   https://github-redirect.dependabot.com/uber-go/zap/issues/554";>#554: 
https://github-redirect.dependabot.com/uber-go/zap/pull/554";>uber-go/zap#554
   https://github-redirect.dependabot.com/uber-go/zap/issues/989";>#989: 
https://github-redirect.dependabot.com/uber-go/zap/pull/989";>uber-go/zap#989
   https://github-redirect.dependabot.com/uber-go/zap/issues/1011";>#1011:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1011";>uber-go/zap#1011
   https://github-redirect.dependabot.com/uber-go/zap/issues/1017";>#1017:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1017";>uber-go/zap#1017
   https://github-redirect.dependabot.com/uber-go/zap/issues/1028";>#1028:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1028";>uber-go/zap#1028
   https://github-redirect.dependabot.com/uber-go/zap/issues/1033";>#1033:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1033";>uber-go/zap#1033
   https://github-redirect.dependabot.com/uber-go/zap/issues/1039";>#1039:
 https://github-redirect.dependabot.com/uber-go/zap/pull/1039";>uber-go/zap#1039
   Thanks to https://github.com/psrajat";>@​psrajat, https://github.com/lruggieri";>@​lruggieri, http

[GitHub] [camel-k] dependabot[bot] opened a new pull request #2861: chore(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.3

2022-01-09 Thread GitBox


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


   Bumps 
[github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) 
from 1.4.1 to 1.4.3.
   
   Changelog
   Sourced from https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md";>github.com/mitchellh/mapstructure's
 changelog.
   
   1.4.3
   
   Fix cases where json.Number didn't decode properly https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/261";>GH-261
   
   1.4.2
   
   Custom name matchers to support any sort of casing, formatting, etc. for
   field names. https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/250";>GH-250
   Fix possible panic in ComposeDecodeHookFunc https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/251";>GH-251
   
   
   
   
   Commits
   
   https://github.com/mitchellh/mapstructure/commit/b9b99d7d59762a5b2a43df840adc318b2fa229ee";>b9b99d7
 update CHANGELOG
   https://github.com/mitchellh/mapstructure/commit/13b6df789d18d1834028019bd7f0e61d9cff4dde";>13b6df7
 Merge pull request https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/257";>#257
 from bogdandrutu/smalltypo
   https://github.com/mitchellh/mapstructure/commit/f41e93f01ee3f62a76c0eda389e4ed17ff2e0cca";>f41e93f
 Merge pull request https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/261";>#261
 from onlyice/feature/json-number-to-uint64
   https://github.com/mitchellh/mapstructure/commit/ea0720b2c218c72299b4adeb5751533c1cf9867e";>ea0720b
 Fix unittest
   https://github.com/mitchellh/mapstructure/commit/8b0346e1f77b976ec736ca85935276a49b9d630e";>8b0346e
 Add support for parsing json.Number to uint64
   https://github.com/mitchellh/mapstructure/commit/6faef110cebe768c3cfb52444b6282ebeaaf0889";>6faef11
 Fix typo in test name
   https://github.com/mitchellh/mapstructure/commit/5ac1f6aa4011ece0c4df24a4fe8020a9cc21e393";>5ac1f6a
 CHANGELOG
   https://github.com/mitchellh/mapstructure/commit/18f04e66072764ddcfc0efc002cee13ac8b940c7";>18f04e6
 Default MatchName in NewDecoder
   https://github.com/mitchellh/mapstructure/commit/14df28dba025bef20f337c91c1112bb0bbe8f6ed";>14df28d
 Merge pull request https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/247";>#247
 from veikokaap/fix-doc-typo-decodehook
   https://github.com/mitchellh/mapstructure/commit/251d52b1614527b43b2d47dbf01efdff059aa04e";>251d52b
 improve comments for matchname
   Additional commits viewable in https://github.com/mitchellh/mapstructure/compare/v1.4.1...v1.4.3";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mitchellh/mapstructure&package-manager=go_modules&previous-version=1.4.1&new-version=1.4.3)](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-k] branch dependabot/go_modules/github.com/mitchellh/mapstructure-1.4.3 created (now 08cc417)

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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/mitchellh/mapstructure-1.4.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


  at 08cc417  chore(deps): bump github.com/mitchellh/mapstructure from 
1.4.1 to 1.4.3

No new revisions were added by this update.


[camel-k] branch dependabot/go_modules/go.uber.org/zap-1.20.0 created (now 9cc0aa0)

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

github-bot pushed a change to branch 
dependabot/go_modules/go.uber.org/zap-1.20.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


  at 9cc0aa0  chore(deps): bump go.uber.org/zap from 1.19.1 to 1.20.0

No new revisions were added by this update.


[GitHub] [camel-k] dependabot[bot] opened a new pull request #2859: chore(deps): bump github.com/go-logr/logr from 0.4.0 to 1.2.2

2022-01-09 Thread GitBox


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


   Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 0.4.0 
to 1.2.2.
   
   Release notes
   Sourced from https://github.com/go-logr/logr/releases";>github.com/go-logr/logr's 
releases.
   
   v1.2.2
   Bugfix release
   
   funcr: Add a new Option MaxLogDepth which controls how many 
levels of nested fields (e.g. a struct that contains a struct that contains a 
struct, etc.) it may log. Every time it finds a struct, slice, array, or map 
the depth is increased by one. When the maximum is reached, the value will be 
converted to a string indicating that the max depth has been exceeded. If this 
field is not specified, a default value will be used.
   
   v1.2.1
   This is a minor bugfix release.
   
   logr: Clarify the Error() semantics. 1) Error messages are 
always printed (they do not follow V()) and the error 
argument may be nil.
   funcr: When using RenderValuesHook func would save the 
"cooked" result, so repeated calls to WithValues() would 
not merge properly.
   
   v1.2.0
   This release has several bug fixes and feature improvements.
   
   logr: define an optional logr.Marshaler interface for types 
which want to control how they get logged
   funcr: support fmt.Stringer and error 
interfaces on values which implement them
   funcr:  support logging complex{64,128}
   funcr: fix handling of typed nil when logging a struct via 
reflection
   funcr: add (optional) JSON output formatting mode
   funcr: better handling of Go's json struct tags (all except 
"string")
   funcr: handle embedded types more like Go's json 
package
   funcr: misc performance optimizations
   funcr: add support for modifying or remapping key/value pairs via hook 
functions
   funcr: optionally log the caller function name
   funcr: fix escaping of strings which contain special characters like 
line breaks or quotation marks
   funcr: support encoding.TextMarshaler for map keys
   funcr: allow customization of the timestamp format
   funcr: improved testing
   link to zerologr at its new location in the go-logr organization
   various documentation and go doc enhancements
   
   v1.2.0-rc1
   This release has several bug fixes and feature improvements.
   
   logr: define an optional logr.Marshaler interface for types 
which want to control how they get logged
   funcr: support fmt.Stringer and error 
interfaces on values which implement them
   funcr:  support logging complex{64,128}
   funcr: fix handling of typed nil when logging a struct via 
reflection
   funcr: add (optional) JSON output formatting mode
   funcr: better handling of Go's json struct tags (all except 
"string")
   funcr: handle embedded types more like Go's json 
package
   funcr: misc performance optimizations
   funcr: add support for modifying or remapping key/value pairs via hook 
functions
   funcr: optionally log the caller function name
   funcr: fix escaping of strings which contain special characters like 
line breaks or quotation marks
   funcr: support encoding.TextMarshaler for map keys
   funcr: improved testing
   link to zerologr at its new location in the go-logr organization
   various documentation and go doc enhancements
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/go-logr/logr/blob/master/CHANGELOG.md";>github.com/go-logr/logr's
 changelog.
   
   CHANGELOG
   v1.0.0-rc1
   This is the first logged release.  Major changes (including breaking 
changes)
   have occurred since earlier tags.
   
   
   
   Commits
   
   https://github.com/go-logr/logr/commit/99e02a994f50f904b6b201df394776cf687238a9";>99e02a9
 Merge pull request https://github-redirect.dependabot.com/go-logr/logr/issues/124";>#124 
from thockin/master
   https://github.com/go-logr/logr/commit/2ccfbf60909e32b5f5cd5f55d268c9696790c713";>2ccfbf6
 Fix some internal names
   https://github.com/go-logr/logr/commit/dcef86db1c35a03a65c10ed4682bcf4f2cb3bcad";>dcef86d
 funcr: Prevent stack overflow on recursive structs
   https://github.com/go-logr/logr/commit/dd8f76f83969e355640ca515513b771708f0947e";>dd8f76f
 Merge pull request https://github-redirect.dependabot.com/go-logr/logr/issues/122";>#122 
from thockin/master
   https://github.com/go-logr/logr/commit/ebe35341d7e221eecd1e44b51f706d4b99d2aa51";>ebe3534
 funcr: fix example verbosity
   https://github.com/go-logr/logr/commit/de1ec2835b1650b18aec2c9d43c0acbaa897b304";>de1ec28
 Merge pull request https://github-redirect.dependabot.com/go-logr/logr/issues/119";>#119 
from pohly/error-verbosity
   https://github.com/go-logr/logr/commit/eeeb6242dad547855f7e31a8bd27a92a8b3aa952";>eeeb624
 Merge pull request https://github-redirect.dependabot.com/go-logr/logr/issues/121";>#121 
from thockin/master
   https://github.com/go-logr/logr/commit/f8fce6ada1c095494b8f84f8e367fc849c736794";>f8fce6a
 docs: clarify Error semantic
   https://github.com/go-logr/logr/commit/2750c5e

[camel-k] branch dependabot/go_modules/github.com/go-logr/logr-1.2.2 created (now 1a8a980)

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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/go-logr/logr-1.2.2
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


  at 1a8a980  chore(deps): bump github.com/go-logr/logr from 0.4.0 to 1.2.2

No new revisions were added by this update.


[GitHub] [camel-karavan] mgubaidullin merged pull request #155: Upgrade versions: Kamelets 0.6.0 and Camel 3.14.0

2022-01-09 Thread GitBox


mgubaidullin merged pull request #155:
URL: https://github.com/apache/camel-karavan/pull/155


   


-- 
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 (9a2c97a -> 6627d7b)

2022-01-09 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 9a2c97a  Regen for commit a41562063335a323b053574e315d614c0f2b33d0
 add 6627d7b  Regen for commit a41562063335a323b053574e315d614c0f2b33d0

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   (9a2c97a)
\
 N -- N -- N   refs/heads/regen_bot (6627d7b)

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-karavan] mgubaidullin merged pull request #154: Karavan-core cleanup

2022-01-09 Thread GitBox


mgubaidullin merged pull request #154:
URL: https://github.com/apache/camel-karavan/pull/154


   


-- 
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-karavan] mgubaidullin opened a new pull request #154: Karavan-core cleanup

2022-01-09 Thread GitBox


mgubaidullin opened a new pull request #154:
URL: https://github.com/apache/camel-karavan/pull/154


   1. CamelModel and CamelAPI is based on Camel DSL, not on YAML structure
   2. Camel <-> YAML implemented in CamelYams and CamelYamlSteps
   3. First 10 unit tests in Karavan-Core (CamelModel, CamelAPI and CamelYaml)


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

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

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




[camel] branch main updated: Regen for commit a41562063335a323b053574e315d614c0f2b33d0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 6627d7b  Regen for commit a41562063335a323b053574e315d614c0f2b33d0
6627d7b is described below

commit 6627d7b1106ca8ca80a6864bea60d146712faace
Author: jeremyross 
AuthorDate: Sun Jan 9 20:04:55 2022 +

Regen for commit a41562063335a323b053574e315d614c0f2b33d0

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd| 7 ---
 1 file changed, 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 27d3c9c..0513e45 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -10290,13 +10290,6 @@ in-sensitive).
 
   
 
-
-  
-
-  
-
 
   
 

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

2022-01-09 Thread GitBox


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


   


-- 
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 (4902857 -> 9a2c97a)

2022-01-09 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 4902857  Regen for commit b38ccce208835cf46e5f202e7f0371e1bee75cca
 add 1d47ce9  CAMEL-17365: camel-salesforce: getResources returns a Map
 add 35d6238  CAMEL-17365: camel-salesforce: update doc for getResources
 add a415620  CAMEL-17365: camel-salesforce: Fixed CS.
 add 9a2c97a  Regen for commit a41562063335a323b053574e315d614c0f2b33d0

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

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

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

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/salesforce-component.adoc|   4 +-
 .../salesforce/api/dto/RestResources.java  | 244 -
 .../internal/processor/JsonRestProcessor.java  |   4 +-
 .../salesforce/RestApiIntegrationTest.java |   6 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc|   4 +
 5 files changed, 12 insertions(+), 250 deletions(-)
 delete mode 100644 
components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/RestResources.java


[camel] branch main updated: CAMEL-17365: camel-salesforce: Fixed CS.

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

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


The following commit(s) were added to refs/heads/main by this push:
 new a415620  CAMEL-17365: camel-salesforce: Fixed CS.
a415620 is described below

commit a41562063335a323b053574e315d614c0f2b33d0
Author: Jeremy Ross 
AuthorDate: Sun Jan 9 13:10:17 2022 -0600

CAMEL-17365: camel-salesforce: Fixed CS.
---
 .../org/apache/camel/component/salesforce/RestApiIntegrationTest.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
index 5c3f727..722cd70 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/RestApiIntegrationTest.java
@@ -451,8 +451,7 @@ public class RestApiIntegrationTest extends 
AbstractSalesforceTestBase {
 @Test
 public void testGetResources() throws Exception {
 @SuppressWarnings("unchecked")
-final Map resources =
-(Map) 
template().requestBody("direct:getResources", "");
+final Map resources = (Map) 
template().requestBody("direct:getResources", "");
 assertNotNull(resources);
 assertTrue(resources.containsKey("metadata"));
 }


[camel] branch main updated: CAMEL-17365: camel-salesforce: update doc for getResources

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 35d6238  CAMEL-17365: camel-salesforce: update doc for getResources
35d6238 is described below

commit 35d62382686853581d07e2253fd203089aca4a03
Author: Jeremy Ross 
AuthorDate: Sun Jan 9 13:08:12 2022 -0600

CAMEL-17365: camel-salesforce: update doc for getResources
---
 .../src/main/docs/salesforce-component.adoc   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index e31a2b0..4a6e940 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -240,11 +240,11 @@ Type:  `List`
 
 `getResources`
 
-Lists available resources for the specified API version, including resource 
name and URI.
+Lists available resources for the current API version, including resource name 
and URI.
 
 *Output*
 
-Type: `RestResources`
+Type: `Map`
 
 [[limits]]
  Limits


[camel] branch main updated: CAMEL-17365: camel-salesforce: getResources returns a Map

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 1d47ce9  CAMEL-17365: camel-salesforce: getResources returns a Map
1d47ce9 is described below

commit 1d47ce957600a0256686a5c070effa0b8407fb1c
Author: Jeremy Ross 
AuthorDate: Sun Jan 9 12:10:37 2022 -0600

CAMEL-17365: camel-salesforce: getResources returns a Map

instead of hard-coded resources names that are difficult to
keep up with.
---
 .../salesforce/api/dto/RestResources.java  | 244 -
 .../internal/processor/JsonRestProcessor.java  |   4 +-
 .../salesforce/RestApiIntegrationTest.java |   7 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc|   4 +
 4 files changed, 11 insertions(+), 248 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/RestResources.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/RestResources.java
deleted file mode 100644
index 9c63ea7..000
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/api/dto/RestResources.java
+++ /dev/null
@@ -1,244 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.salesforce.api.dto;
-
-import com.fasterxml.jackson.annotation.JsonProperty;
-
-/**
- * DTO for Salesforce Resources.
- */
-public class RestResources extends AbstractDTOBase {
-
-private String sobjects;
-private String identity;
-private String connect;
-private String search;
-private String query;
-private String chatter;
-private String recent;
-private String tooling;
-private String licensing;
-private String analytics;
-private String limits;
-private String theme;
-private String queryAll;
-private String knowledgeManagement;
-private String process;
-private String flexiPage;
-private String quickActions;
-private String appMenu;
-private String compactLayouts;
-private String actions;
-private String tabs;
-private String wave;
-@JsonProperty("async-queries")
-private String asyncQueries;
-@JsonProperty("exchange-connect")
-private String exchangeConnect;
-
-public String getSobjects() {
-return sobjects;
-}
-
-public void setSobjects(String sobjects) {
-this.sobjects = sobjects;
-}
-
-public String getIdentity() {
-return identity;
-}
-
-public void setIdentity(String identity) {
-this.identity = identity;
-}
-
-public String getConnect() {
-return connect;
-}
-
-public void setConnect(String connect) {
-this.connect = connect;
-}
-
-public String getSearch() {
-return search;
-}
-
-public void setSearch(String search) {
-this.search = search;
-}
-
-public String getQuery() {
-return query;
-}
-
-public void setQuery(String query) {
-this.query = query;
-}
-
-public String getChatter() {
-return chatter;
-}
-
-public void setChatter(String chatter) {
-this.chatter = chatter;
-}
-
-public String getRecent() {
-return recent;
-}
-
-public void setRecent(String recent) {
-this.recent = recent;
-}
-
-public String getTooling() {
-return tooling;
-}
-
-public void setTooling(String tooling) {
-this.tooling = tooling;
-}
-
-public String getLicensing() {
-return licensing;
-}
-
-public void setLicensing(String licensing) {
-this.licensing = licensing;
-}
-
-public String getAnalytics() {
-return analytics;
-}
-
-public void setAnalytics(String analytics) {
-this.analytics = analytics;
-}
-
-public String getLimits() {
-return limits;
-}
-
-public void setLimits(String limits) {
-this.limits = limits;
-}
-
-   

[GitHub] [camel-spring-boot] orpiske opened a new pull request #429: CAMEL-17435 fix

2022-01-09 Thread GitBox


orpiske opened a new pull request #429:
URL: https://github.com/apache/camel-spring-boot/pull/429


   This should fix the build error caused by the dep changes on Camel Core


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

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

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




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

2022-01-09 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 b5ac74e  CAMEL-17367: camel-kafka - Using toD should strip leading 
slashes in extracting topicName
 add c0ca413  CAMEL-17118: camel-servlet - rest-dsl should support map http 
headers / from url encoded body configuration

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/component/servlet/ServletComponent.java  | 2 ++
 1 file changed, 2 insertions(+)


[camel] branch regen_bot updated (a827ce4 -> 4902857)

2022-01-09 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 a827ce4  Regen for commit 01657a99bdd530ea9238fb6bc57ab55f6dabed78
 add b38ccce  CAMEL-17118: camel-servlet - rest-dsl should support map http 
headers / from url encoded body configuration
 add 4902857  Regen for commit b38ccce208835cf46e5f202e7f0371e1bee75cca

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

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:
 .../main/java/org/apache/camel/component/servlet/ServletComponent.java  | 2 ++
 1 file changed, 2 insertions(+)


[camel] branch regen_bot_3.14.x updated (71dc359 -> b5ac74e)

2022-01-09 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 71dc359  [CAMEL-17453]MTOM/XOP tests in camel-cxf are broken
 add b5ac74e  CAMEL-17367: camel-kafka - Using toD should strip leading 
slashes in extracting topicName

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/kafka/KafkaSendDynamicAware.java| 7 ++-
 .../org/apache/camel/component/kafka/integration/KafkaToDIT.java   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)


[camel] branch regen_bot updated (0b1e86d -> a827ce4)

2022-01-09 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 0b1e86d  Regen for commit 25810d45db4d377d8daae1e705a822676d2ec1da
 add 01657a9  CAMEL-17367: camel-kafka - Using toD should strip leading 
slashes in extracting topicName
 add a827ce4  Regen for commit 01657a99bdd530ea9238fb6bc57ab55f6dabed78

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

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

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

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/kafka/KafkaSendDynamicAware.java| 7 ++-
 .../org/apache/camel/component/kafka/integration/KafkaToDIT.java   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)


[camel] branch regen_bot updated (f904427 -> 0b1e86d)

2022-01-09 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 f904427  Regen for commit 3af40ea87ebf9a343538149e2652cb0a8bddcbf6
 add 20bf274  CAMEL-17258 - added support for changing length of tracing 
groups
 add 70ad8cb  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
 add 3088c99  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
 add 25810d4  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
 add 0b1e86d  Regen for commit 25810d45db4d377d8daae1e705a822676d2ec1da

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

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/catalog/models/removeProperty.json   |  1 -
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  7 
 .../org/apache/camel/model/removeProperty.json |  1 -
 .../camel/model/RemovePropertyDefinition.java  | 24 ++-
 .../camel/reifier/RemovePropertyReifier.java   |  3 --
 .../java/org/apache/camel/xml/in/ModelParser.java  |  9 ++--
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc|  2 +
 docs/user-manual/modules/ROOT/pages/tracer.adoc| 48 ++
 .../dsl/yaml/deserializers/ModelDeserializers.java |  8 +---
 .../src/generated/resources/camel-yaml-dsl.json|  3 --
 10 files changed, 50 insertions(+), 56 deletions(-)


[camel] branch main updated: CAMEL-17118: camel-servlet - rest-dsl should support map http headers / from url encoded body configuration

2022-01-09 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 b38ccce  CAMEL-17118: camel-servlet - rest-dsl should support map http 
headers / from url encoded body configuration
b38ccce is described below

commit b38ccce208835cf46e5f202e7f0371e1bee75cca
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 12:31:55 2022 +0100

CAMEL-17118: camel-servlet - rest-dsl should support map http headers / 
from url encoded body configuration
---
 .../main/java/org/apache/camel/component/servlet/ServletComponent.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
 
b/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
index 67c0a00..4e503e4 100644
--- 
a/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
+++ 
b/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
@@ -321,6 +321,8 @@ public class ServletComponent extends HttpCommonComponent 
implements RestConsume
 binding.setTransferException(endpoint.isTransferException());
 binding.setMuteException(endpoint.isMuteException());
 
binding.setEagerCheckContentAvailable(endpoint.isEagerCheckContentAvailable());
+
binding.setMapHttpMessageHeaders(endpoint.isMapHttpMessageHeaders());
+
binding.setMapHttpMessageFormUrlEncodedBody(endpoint.isMapHttpMessageFormUrlEncodedBody());
 endpoint.setHttpBinding(binding);
 }
 


[camel] branch camel-3.14.x updated: CAMEL-17118: camel-servlet - rest-dsl should support map http headers / from url encoded body configuration

2022-01-09 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 c0ca413  CAMEL-17118: camel-servlet - rest-dsl should support map http 
headers / from url encoded body configuration
c0ca413 is described below

commit c0ca413f79ed04df555cff2bdfcff48058786ac3
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 12:31:55 2022 +0100

CAMEL-17118: camel-servlet - rest-dsl should support map http headers / 
from url encoded body configuration
---
 .../main/java/org/apache/camel/component/servlet/ServletComponent.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
 
b/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
index 67c0a00..4e503e4 100644
--- 
a/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
+++ 
b/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/ServletComponent.java
@@ -321,6 +321,8 @@ public class ServletComponent extends HttpCommonComponent 
implements RestConsume
 binding.setTransferException(endpoint.isTransferException());
 binding.setMuteException(endpoint.isMuteException());
 
binding.setEagerCheckContentAvailable(endpoint.isEagerCheckContentAvailable());
+
binding.setMapHttpMessageHeaders(endpoint.isMapHttpMessageHeaders());
+
binding.setMapHttpMessageFormUrlEncodedBody(endpoint.isMapHttpMessageFormUrlEncodedBody());
 endpoint.setHttpBinding(binding);
 }
 


[camel] branch camel-3.14.x updated: CAMEL-17367: camel-kafka - Using toD should strip leading slashes in extracting topicName

2022-01-09 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 b5ac74e  CAMEL-17367: camel-kafka - Using toD should strip leading 
slashes in extracting topicName
b5ac74e is described below

commit b5ac74e85a12732b0492c4cc097776af362e4b21
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 11:54:18 2022 +0100

CAMEL-17367: camel-kafka - Using toD should strip leading slashes in 
extracting topicName
---
 .../org/apache/camel/component/kafka/KafkaSendDynamicAware.java| 7 ++-
 .../org/apache/camel/component/kafka/integration/KafkaToDIT.java   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
index 0f46822..27eda63 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
@@ -111,10 +111,15 @@ public class KafkaSendDynamicAware extends ServiceSupport 
implements SendDynamic
 // topic name is after first colon
 pos = uri.indexOf(':');
 if (pos != -1) {
-return uri.substring(pos + 1);
+uri = uri.substring(pos + 1);
 } else {
 return null;
 }
+if (uri.startsWith("//")) {
+// strip leading slashes
+uri = uri.substring(2);
+}
+return uri;
 }
 
 }
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
index 058f856..5037895 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
@@ -39,7 +39,7 @@ public class KafkaToDIT extends BaseEmbeddedKafkaTestSupport {
 @Override
 public void configure() throws Exception {
 // route message dynamic using toD
-from("direct:start").toD("kafka:${header.where}");
+from("direct:start").toD("kafka://${header.where}");
 }
 };
 }


[camel] branch main updated: CAMEL-17367: camel-kafka - Using toD should strip leading slashes in extracting topicName

2022-01-09 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 01657a9  CAMEL-17367: camel-kafka - Using toD should strip leading 
slashes in extracting topicName
01657a9 is described below

commit 01657a99bdd530ea9238fb6bc57ab55f6dabed78
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 11:54:18 2022 +0100

CAMEL-17367: camel-kafka - Using toD should strip leading slashes in 
extracting topicName
---
 .../org/apache/camel/component/kafka/KafkaSendDynamicAware.java| 7 ++-
 .../org/apache/camel/component/kafka/integration/KafkaToDIT.java   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
index 0f46822..27eda63 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaSendDynamicAware.java
@@ -111,10 +111,15 @@ public class KafkaSendDynamicAware extends ServiceSupport 
implements SendDynamic
 // topic name is after first colon
 pos = uri.indexOf(':');
 if (pos != -1) {
-return uri.substring(pos + 1);
+uri = uri.substring(pos + 1);
 } else {
 return null;
 }
+if (uri.startsWith("//")) {
+// strip leading slashes
+uri = uri.substring(2);
+}
+return uri;
 }
 
 }
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
index 058f856..5037895 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaToDIT.java
@@ -39,7 +39,7 @@ public class KafkaToDIT extends BaseEmbeddedKafkaTestSupport {
 @Override
 public void configure() throws Exception {
 // route message dynamic using toD
-from("direct:start").toD("kafka:${header.where}");
+from("direct:start").toD("kafka://${header.where}");
 }
 };
 }


[camel] branch main updated: CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed to name

2022-01-09 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 25810d4  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
25810d4 is described below

commit 25810d45db4d377d8daae1e705a822676d2ec1da
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 11:33:56 2022 +0100

CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../src/main/java/org/apache/camel/reifier/RemovePropertyReifier.java  | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/RemovePropertyReifier.java
 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/RemovePropertyReifier.java
index a69f6b8..30b302f 100644
--- 
a/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/RemovePropertyReifier.java
+++ 
b/core/camel-core-reifier/src/main/java/org/apache/camel/reifier/RemovePropertyReifier.java
@@ -31,9 +31,6 @@ public class RemovePropertyReifier extends 
ProcessorReifier

[camel] branch regen_bot updated (182cb62 -> f904427)

2022-01-09 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 182cb62  Regen for commit 20bf274946fecf2da9791ddd55ee5d136c3ec05b
omit 20bf274  CAMEL-17258 - added support for changing length of tracing 
groups
 add f904427  Regen for commit 3af40ea87ebf9a343538149e2652cb0a8bddcbf6

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   (182cb62)
\
 N -- N -- N   refs/heads/regen_bot (f904427)

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:
 docs/user-manual/modules/ROOT/pages/tracer.adoc | 48 +
 1 file changed, 8 insertions(+), 40 deletions(-)


[camel] branch regen_bot updated (336ea17 -> 182cb62)

2022-01-09 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 336ea17  Polished
 add 3af40ea  CAMEL-17258 - added support for changing length of tracing 
groups
 add 20bf274  CAMEL-17258 - added support for changing length of tracing 
groups
 add 182cb62  Regen for commit 20bf274946fecf2da9791ddd55ee5d136c3ec05b

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json|  1 +
 .../apache/camel/catalog/models/camelContext.json  |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  8 
 .../camel/cdi/xml/CamelContextFactoryBean.java | 12 ++
 .../org/apache/camel/spring/xml/camelContext.json  |  1 +
 .../camel/spring/xml/CamelContextFactoryBean.java  | 16 
 .../main/java/org/apache/camel/CamelContext.java   | 16 
 .../camel/impl/engine/AbstractCamelContext.java| 11 +
 .../apache/camel/impl/engine/DefaultTracer.java| 14 ---
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 +++
 .../camel/impl/lw/LightweightCamelContext.java | 10 +
 .../impl/lw/LightweightRuntimeCamelContext.java| 10 +
 .../core/xml/AbstractCamelContextFactoryBean.java  |  5 +++
 .../MainConfigurationPropertiesConfigurer.java |  6 +++
 .../camel-main-configuration-metadata.json |  1 +
 core/camel-main/src/main/docs/main.adoc|  3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 25 +++
 docs/user-manual/modules/ROOT/pages/tracer.adoc| 48 ++
 19 files changed, 181 insertions(+), 14 deletions(-)


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

2022-01-09 Thread GitBox


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


   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] 01/02: CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed to name

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

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

commit 70ad8cb81a1330c29e356ad9cedcb28e45675243
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 11:11:53 2022 +0100

CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../camel/model/RemovePropertyDefinition.java  | 24 +++---
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc|  2 ++
 2 files changed, 5 insertions(+), 21 deletions(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/RemovePropertyDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/RemovePropertyDefinition.java
index 1afdd81..36a87b8 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/RemovePropertyDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/RemovePropertyDefinition.java
@@ -31,21 +31,18 @@ import org.apache.camel.spi.Metadata;
 @XmlAccessorType(XmlAccessType.FIELD)
 public class RemovePropertyDefinition extends 
NoOutputDefinition {
 @XmlAttribute
-@Deprecated
-private String propertyName;
-@XmlAttribute
 private String name;
 
 public RemovePropertyDefinition() {
 }
 
 public RemovePropertyDefinition(String propertyName) {
-setPropertyName(propertyName);
+this.name = propertyName;
 }
 
 @Override
 public String toString() {
-return "RemoveProperty[" + getPropertyName() + "]";
+return "RemoveProperty[" + name + "]";
 }
 
 @Override
@@ -55,22 +52,7 @@ public class RemovePropertyDefinition extends 
NoOutputDefinition

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

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

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

commit 3088c9926332595a67d95031e084ae83e00c9c65
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 11:14:35 2022 +0100

CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed 
to name
---
 .../camel/catalog/main/camel-main-configuration-metadata.json| 1 +
 .../resources/org/apache/camel/catalog/models/camelContext.json  | 1 +
 .../org/apache/camel/catalog/models/removeProperty.json  | 1 -
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd  | 8 
 .../resources/org/apache/camel/model/removeProperty.json | 1 -
 .../src/generated/java/org/apache/camel/xml/in/ModelParser.java  | 9 -
 .../apache/camel/dsl/yaml/deserializers/ModelDeserializers.java  | 8 +---
 .../camel-yaml-dsl/src/generated/resources/camel-yaml-dsl.json   | 3 ---
 8 files changed, 15 insertions(+), 17 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 668fe14..ea0b01f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -109,6 +109,7 @@
 { "name": "camel.main.streamCachingStatisticsEnabled", "description": 
"Sets whether stream caching statistics is enabled.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.threadNamePattern", "description": "Sets the thread 
name pattern used for creating the full thread name. The default pattern is: 
Camel (#camelId#) thread ##counter# - #name# Where #camelId# is the name of the 
CamelContext. and #counter# is a unique incrementing counter. and #name# is the 
regular thread name. You can also use #longName# which is the long thread name 
which can includes endpoint parameters etc.", "sourceType": 
"org.apache.camel.main.DefaultConfigur [...]
 { "name": "camel.main.tracing", "description": "Sets whether tracing is 
enabled or not. Default is false.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
+{ "name": "camel.main.tracingLoggingFormat", "description": "To use a 
custom tracing logging format. The default format (arrow, routeId, label) is: 
%-4.4s %-12.12s %-33.33s", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "defaultValue": "%-4.4s [%-12.12s] [%-33.33s]" 
},
 { "name": "camel.main.tracingPattern", "description": "Tracing pattern to 
match which node EIPs to trace. For example to match all To EIP nodes, use to. 
The pattern matches by node and route id's Multiple patterns can be separated 
by comma.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.main.tracingStandby", "description": "Whether to set 
tracing on standby. If on standby then the tracer is installed and made 
available. Then the tracer can be enabled later at runtime via JMX or via 
Tracer#setEnabled(boolean) .", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.useBreadcrumb", "description": "Set whether 
breadcrumb is enabled. The default value is false.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
index a97c077..a53b993 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
@@ -17,6 +17,7 @@
 "trace": { "kind": "attribute", "displayName": "Trace", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets whether tracing is 
enabled or not. To use tracing then this must be enabled on startup to be 
installed in the CamelContext." },
 "backlogTrace": { "kind": "attribute", "displayName": "Backlog Trace", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": f

[camel] branch main updated (20bf274 -> 3088c99)

2022-01-09 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 20bf274  CAMEL-17258 - added support for changing length of tracing 
groups
 new 70ad8cb  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name
 new 3088c99  CAMEL-17286: camel-core - RemoveProperty EIP propertyName 
should be renamed to name

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


Summary of changes:
 .../main/camel-main-configuration-metadata.json|  1 +
 .../apache/camel/catalog/models/camelContext.json  |  1 +
 .../camel/catalog/models/removeProperty.json   |  1 -
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  8 
 .../org/apache/camel/model/removeProperty.json |  1 -
 .../camel/model/RemovePropertyDefinition.java  | 24 +++---
 .../java/org/apache/camel/xml/in/ModelParser.java  |  9 
 .../ROOT/pages/camel-3x-upgrade-guide-3_15.adoc|  2 ++
 .../dsl/yaml/deserializers/ModelDeserializers.java |  8 +---
 .../src/generated/resources/camel-yaml-dsl.json|  3 ---
 10 files changed, 20 insertions(+), 38 deletions(-)


[camel] branch regen_bot updated (ab113e8 -> 336ea17)

2022-01-09 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 ab113e8  CAMEL-17567: camel-any23: upgrade to any 2.6
 add 336ea17  Polished

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/jbang/core/generator/QuarkusGenerator.java  | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)


[camel] branch regen_bot updated (416fcf1 -> ab113e8)

2022-01-09 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 416fcf1  Regen for commit 9126045b6f10a797b474f0d5a38834a5f60f6dfe
 add ab113e8  CAMEL-17567: camel-any23: upgrade to any 2.6

No new revisions were added by this update.

Summary of changes:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[GitHub] [camel] davsclaus commented on pull request #6528: CAMEL-17258 - added support for changing length of tracing groups

2022-01-09 Thread GitBox


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


   I was working on the tracer anyway with the source line number thingy.
   
   So I added config for the trace logging format 
   
https://github.com/apache/camel/commit/20bf274946fecf2da9791ddd55ee5d136c3ec05b
   
   You are welcome to try it out, and also if you want to add unit test, or 
have ideas to improve it, then feedback and PRs is welcome


-- 
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 closed pull request #6528: CAMEL-17258 - added support for changing length of tracing groups

2022-01-09 Thread GitBox


davsclaus closed pull request #6528:
URL: https://github.com/apache/camel/pull/6528


   


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

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

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




[camel] branch main updated: CAMEL-17258 - added support for changing length of tracing groups

2022-01-09 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 20bf274  CAMEL-17258 - added support for changing length of tracing 
groups
20bf274 is described below

commit 20bf274946fecf2da9791ddd55ee5d136c3ec05b
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 10:38:04 2022 +0100

CAMEL-17258 - added support for changing length of tracing groups
---
 docs/user-manual/modules/ROOT/pages/tracer.adoc | 48 -
 1 file changed, 40 insertions(+), 8 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/tracer.adoc 
b/docs/user-manual/modules/ROOT/pages/tracer.adoc
index debb2e7..41403ba 100644
--- a/docs/user-manual/modules/ROOT/pages/tracer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/tracer.adoc
@@ -5,14 +5,6 @@ you can see the route path of each message as they happen. 
Details of the messag
 
 TIP: There is an alternative tracer that captures the messages in a 
xref:backlog-tracer.adoc[Backlog Tracer].
 
-== Formatting
-
-The tracer formats the execution of exchanges to log lines. They are
-logged at `INFO` level in the log category: `org.apache.camel.Tracing`.
-
-The message information from the Exchange is formatted using 
`ExchangeFormatter` and the default implementation
-has many options you can configure accordingly to the 
https://www.javadoc.io/doc/org.apache.camel/camel-support/latest/org/apache/camel/support/processor/DefaultExchangeFormatter.html[javadoc].
-
 == Enabling Tracing
 
 In Java you set tracing on `CamelContext`:
@@ -75,5 +67,45 @@ Tracer tracer = context.getTracer();
 tracer.setEnabled(true);
 
 
+=== Trace Logging Formatting
+
+The tracer formats the execution of exchanges to log lines. They are
+logged at `INFO` level in the log category: `org.apache.camel.Tracing`.
+
+The message information from the Exchange is formatted using 
`ExchangeFormatter` and the default implementation
+has many options you can configure accordingly to the 
https://www.javadoc.io/doc/org.apache.camel/camel-support/latest/org/apache/camel/support/processor/DefaultExchangeFormatter.html[javadoc].
+
+The tracer outputs the logging with a prefix with the following information:
+
+- arrow - (direction whether input or output)
+- routeId - the current route
+- label - the current EIP node
+
+This output is assembled using the following default format:
+
+- %-4.4s [%-12.12s] [%-33.33s]
+
+The default format can be customized using, for exameple to use wider columns:
+
+[source,java]
+
+context.setTracingLoggingFormat("%-4.4s [%-30.30s] [%-50.50s]);
+
+
+And in XML DSL:
+
+[source,xml]
+
+
+...
+
+
+
+And in Spring Boot
+
+[source,text]
+
+camel.springboot.tracing-logging-format = %-4.4s [%-30.30s] [%-50.50s]
+
 
 


[camel] branch main updated: CAMEL-17258 - added support for changing length of tracing groups

2022-01-09 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 3af40ea  CAMEL-17258 - added support for changing length of tracing 
groups
3af40ea is described below

commit 3af40ea87ebf9a343538149e2652cb0a8bddcbf6
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 10:30:10 2022 +0100

CAMEL-17258 - added support for changing length of tracing groups
---
 .../camel/cdi/xml/CamelContextFactoryBean.java | 12 +++
 .../org/apache/camel/spring/xml/camelContext.json  |  1 +
 .../camel/spring/xml/CamelContextFactoryBean.java  | 16 ++
 .../main/java/org/apache/camel/CamelContext.java   | 16 ++
 .../camel/impl/engine/AbstractCamelContext.java| 11 ++
 .../apache/camel/impl/engine/DefaultTracer.java| 14 +++-
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 ++
 .../camel/impl/lw/LightweightCamelContext.java | 10 +
 .../impl/lw/LightweightRuntimeCamelContext.java| 10 +
 .../core/xml/AbstractCamelContextFactoryBean.java  |  5 +
 .../MainConfigurationPropertiesConfigurer.java |  6 ++
 .../camel-main-configuration-metadata.json |  1 +
 core/camel-main/src/main/docs/main.adoc|  3 ++-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 25 ++
 15 files changed, 131 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-cdi/src/main/java/org/apache/camel/cdi/xml/CamelContextFactoryBean.java
 
b/components/camel-cdi/src/main/java/org/apache/camel/cdi/xml/CamelContextFactoryBean.java
index bf00408..20c3745 100644
--- 
a/components/camel-cdi/src/main/java/org/apache/camel/cdi/xml/CamelContextFactoryBean.java
+++ 
b/components/camel-cdi/src/main/java/org/apache/camel/cdi/xml/CamelContextFactoryBean.java
@@ -95,6 +95,9 @@ public class CamelContextFactoryBean extends 
AbstractCamelContextFactoryBean {
 private boolean tracing;
 private boolean tracingStandby;
 private String tracingPattern;
+@Metadata(defaultValue = "%-4.4s [%-12.12s] [%-33.33s]")
+private String tracingLoggingFormat;
 private boolean sourceLocationEnabled;
 private boolean messageHistory;
 private boolean logMask;
@@ -550,6 +552,19 @@ public abstract class DefaultConfigurationProperties {
 this.tracingPattern = tracingPattern;
 }
 
+public String getTracingLoggingFormat() {
+return tracingLoggingFormat;
+}
+
+/**
+ * To use a custom tracing logging format.
+ *
+ * The default format (arrow, routeId, label) is: %-4.4s [%-12.12s] 
[%-33.33s]
+ */
+public void setTracingLoggingFormat(String format) {
+tracingLoggingFormat = format;
+}
+
 public boolean isDebugging() {
 return debugging;
 }
@@ -2006,6 +2021,16 @@ public abstract class DefaultConfigurationProperties {
 }
 
 /**
+ * To use a custom tracing logging format.
+ *
+ * The default format (arrow, routeId, label) is: %-4.4s [%-12.12s] 
[%-33.33s]
+ */
+public T withTracingLoggingFormat(String format) {
+this.tracingLoggingFormat = format;
+return (T) this;
+}
+
+/**
  * Sets whether debugging is enabled or not.
  *
  * Default is false.


[camel-karaf] branch main updated: CAMEL-17258 - added support for changing length of tracing groups

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

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


The following commit(s) were added to refs/heads/main by this push:
 new da5ae5b  CAMEL-17258 - added support for changing length of tracing 
groups
da5ae5b is described below

commit da5ae5b93221250687a3f7fba04153fe50c5ebba
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 10:31:17 2022 +0100

CAMEL-17258 - added support for changing length of tracing groups
---
 .../org/apache/camel/blueprint/CamelContextFactoryBean.java   | 11 +++
 1 file changed, 11 insertions(+)

diff --git 
a/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
 
b/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
index 9e93657..ca720ba 100644
--- 
a/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
+++ 
b/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
@@ -109,6 +109,8 @@ public class CamelContextFactoryBean extends 
AbstractCamelContextFactoryBean

[camel] branch main updated: Polished

2022-01-09 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 336ea17  Polished
336ea17 is described below

commit 336ea17f67c9d79b0c18965dcd9ba1ed03c4b844
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 10:00:54 2022 +0100

Polished
---
 .../camel/dsl/jbang/core/generator/QuarkusGenerator.java  | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/generator/QuarkusGenerator.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/generator/QuarkusGenerator.java
index 8bbebc4..a139d41 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/generator/QuarkusGenerator.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/generator/QuarkusGenerator.java
@@ -18,14 +18,13 @@ package org.apache.camel.dsl.jbang.core.generator;
 
 import java.nio.file.Path;
 import java.nio.file.Paths;
-import java.util.Arrays;
 import java.util.List;
 import java.util.stream.Collectors;
 
 public class QuarkusGenerator implements CamelJbangGenerator {
 
-private List dependencies;
-private String bomVersion;
+private final List dependencies;
+private final String bomVersion;
 
 public QuarkusGenerator(List dependencies, String bomVersion) {
 this.dependencies = dependencies;
@@ -43,15 +42,13 @@ public class QuarkusGenerator implements 
CamelJbangGenerator {
 sb.append("quarkus.banner.enabled = false\n");
 sb.append("quarkus.log.file.enable = true\n");
 sb.append("camel.context.name = ").append(name).append("\n");
-sb.append("camel.main.routes-include-pattern= classpath:routes/*");
-
+sb.append("camel.main.routes-include-pattern = classpath:routes/*");
 return sb.toString();
 }
 
 @Override
 public List getPomProperties() {
-return Arrays.asList(
-new PomProperty("quarkus.platform.version", bomVersion));
+return List.of(new PomProperty("quarkus.platform.version", 
bomVersion));
 }
 
 public String getTemplate() {


[camel] branch main updated: CAMEL-17567: camel-any23: upgrade to any 2.6

2022-01-09 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 ab113e8  CAMEL-17567: camel-any23: upgrade to any 2.6
ab113e8 is described below

commit ab113e890c230ec975e90b13f01b58aade21d7ec
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 09:30:17 2022 +0100

CAMEL-17567: camel-any23: upgrade to any 2.6
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 51ea4dd..cc4b427 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -53,7 +53,7 @@
 2.20.0
 2.12.3
 2.0.0.AM26
-2.4
+2.6
 1.19.0
 0.9
 6.14.0
@@ -461,8 +461,8 @@
 2.3.2
 2.3.1
 5.12.0
-3.7.2
-3.7.2
+3.7.4
+3.7.4
 1.0.3
 3.4.5
 1.0.2


[camel-karaf] branch main updated: CAMEL-17567: camel-any23: upgrade to any 2.5

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 1ce60ec  CAMEL-17567: camel-any23: upgrade to any 2.5
1ce60ec is described below

commit 1ce60ecc19990b691565c4bf07d8b35fccb5cc15
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 09:38:04 2022 +0100

CAMEL-17567: camel-any23: upgrade to any 2.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4e95f2..cda38ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
 3.5.2_1
 3.5.2_1
 4.9
-2.3_1
+2.5_1
 0.8.3
 2.1.0
 5.0.4


[camel-karaf] branch main updated: Regen

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

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


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

commit 73a226916f43a35dda9870ba0b79834817f8ddf1
Author: Claus Ibsen 
AuthorDate: Sun Jan 9 09:27:25 2022 +0100

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

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/quartz.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/quartz.json
index 7426125..c6f6bc0 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/quartz.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/quartz.json
@@ -33,8 +33,7 @@
 "scheduler": { "kind": "property", "displayName": "Scheduler", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.quartz.Scheduler", "deprecated": false, "autowired": false, 
"secret": false, "description": "To use the custom configured Quartz scheduler, 
instead of creating a new Scheduler." },
 "schedulerFactory": { "kind": "property", "displayName": "Scheduler 
Factory", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.quartz.SchedulerFactory", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use the custom 
SchedulerFactory which is used to create the Scheduler." },
 "autoStartScheduler": { "kind": "property", "displayName": "Auto Start 
Scheduler", "group": "scheduler", "label": "scheduler", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether or not 
the scheduler should be auto started. This options is default true" },
-"interruptJobsOnShutdown": { "kind": "property", "displayName": "Interrupt 
Jobs On Shutdown", "group": "scheduler", "label": "scheduler", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to interrupt jobs on shutdown which forces the scheduler to shutdown 
quicker and attempt to interrupt any running jobs. If this is enabled then any 
running jobs can fail due to being i [...]
-"startDelayedSeconds": { "kind": "property", "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." }
+"interruptJobsOnShutdown": { "kind": "property", "displayName": "Interrupt 
Jobs On Shutdown", "group": "scheduler", "label": "scheduler", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to interrupt jobs on shutdown which forces the scheduler to shutdown 
quicker and attempt to interrupt any running jobs. If this is enabled then any 
running jobs can fail due to being i [...]
   },
   "properties": {
 "groupName": { "kind": "path", "displayName": "Group Name", "group": 
"consumer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "Camel", "description": "The quartz group name to use. The 
combination of group name and trigger name should be unique." },
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/beanio.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/beanio.json
index 9ed3b9f..48b869e 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/beanio.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/beanio.json
@@ -4,7 +4,7 @@
 "name": "beanio",
 "title": "BeanIO",
 "description": "Marshal and unmarshal Java beans to and from flat files 
(such as CSV, delimited, or fixed length formats).",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.10.0",
 "label": "dataformat,transformation,csv",
 "javaType": "org.apache.camel.dataformat.beanio.BeanIODataFormat",