Re: [PR] Bump ignite-version from 2.15.0 to 2.16.0 [camel]

2023-12-26 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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 dependabot/maven/ignite-version-2.16.0 created (now 59fba1303b8)

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

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


  at 59fba1303b8 Bump ignite-version from 2.15.0 to 2.16.0

No new revisions were added by this update.



[PR] Bump ignite-version from 2.15.0 to 2.16.0 [camel]

2023-12-26 Thread via GitHub


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

   Bumps `ignite-version` from 2.15.0 to 2.16.0.
   Updates `org.apache.ignite:ignite-core` from 2.15.0 to 2.16.0
   
   Updates `org.apache.ignite:ignite-log4j2` from 2.15.0 to 2.16.0
   
   
   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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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



[PR] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 [camel]

2023-12-26 Thread via GitHub


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

   Bumps 
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
 from 3.11.0 to 3.12.1.
   
   Release notes
   Sourced from https://github.com/apache/maven-compiler-plugin/releases;>org.apache.maven.plugins:maven-compiler-plugin's
 releases.
   
   3.12.1
   
    Bug Fixes
   
   https://issues.apache.org/jira/browse/MCOMPILER-567;>[MCOMPILER-567] 
- Fail to compile if the generated-sources/annotation… (https://redirect.github.com/apache/maven-compiler-plugin/pull/218;>#218)
 https://github.com/jorsol;>@​jorsol
   
    Dependency updates
   
   https://issues.apache.org/jira/browse/MCOMPILER-568;>[MCOMPILER-568] 
- Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (https://redirect.github.com/apache/maven-compiler-plugin/pull/220;>#220)
 https://github.com/dependabot;>@​dependabot
   
   3.12.0
   
    New features and improvements
   
   https://issues.apache.org/jira/browse/MCOMPILER-562;>[MCOMPILER-562] 
- Add property maven.compiler.outputDirectory to CompilerMojo (https://redirect.github.com/apache/maven-compiler-plugin/pull/213;>#213)
 https://github.com/jGauravGupta;>@​jGauravGupta
   https://issues.apache.org/jira/browse/MCOMPILER-381;>[MCOMPILER-381] 
- Refactor incremental detection (https://redirect.github.com/apache/maven-compiler-plugin/pull/181;>#181)
 https://github.com/jorsol;>@​jorsol
   https://issues.apache.org/jira/browse/MCOMPILER-542;>[MCOMPILER-542] 
- Clean JDK patch version in module-info.class  (https://redirect.github.com/apache/maven-compiler-plugin/pull/208;>#208)
 https://github.com/jorsol;>@​jorsol
   https://issues.apache.org/jira/browse/MCOMPILER-558;>[MCOMPILER-558] 
- compileSourceRoots in testCompile should be writable (https://redirect.github.com/apache/maven-compiler-plugin/pull/209;>#209)
 https://github.com/lorenzsimon;>@​lorenzsimon
   https://issues.apache.org/jira/browse/MCOMPILER-559;>[MCOMPILER-559] 
- Warn if overwriting the project's artifact's file to a different value (https://redirect.github.com/apache/maven-compiler-plugin/pull/211;>#211)
 https://github.com/gnodet;>@​gnodet
   https://issues.apache.org/jira/browse/MCOMPILER-550;>[MCOMPILER-550] 
- make outputDirectory writable (https://redirect.github.com/apache/maven-compiler-plugin/pull/202;>#202)
 https://github.com/bmarwell;>@​bmarwell
   https://issues.apache.org/jira/browse/MCOMPILER-549;>[MCOMPILER-549] 
- Improve log message in case of recompilation - fix jenkins build (https://redirect.github.com/apache/maven-compiler-plugin/pull/203;>#203)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MCOMPILER-549;>[MCOMPILER-549] 
- Improve log message in case of recompilation (https://redirect.github.com/apache/maven-compiler-plugin/pull/201;>#201)
 https://github.com/BrowneMonke;>@​BrowneMonke
   https://issues.apache.org/jira/browse/MCOMPILER-391;>[MCOMPILER-391] 
- Use dep mgmt when resolving annotation processors and their deps (https://redirect.github.com/apache/maven-compiler-plugin/pull/180;>#180)
 https://github.com/psiroky;>@​psiroky
   https://issues.apache.org/jira/browse/MCOMPILER-531;>[MCOMPILER-531] 
- Prepare for Java 20(-ea) (https://redirect.github.com/apache/maven-compiler-plugin/pull/184;>#184)
 https://github.com/slachiewicz;>@​slachiewicz
   
    Bug Fixes
   
   https://issues.apache.org/jira/browse/MCOMPILER-333;>[MCOMPILER-333] 
- Cleanup generated source files (https://redirect.github.com/apache/maven-compiler-plugin/pull/214;>#214)
 https://github.com/jorsol;>@​jorsol
   https://issues.apache.org/jira/browse/MCOMPILER-544;>[MCOMPILER-544] 
- don't add items to classpath that are not used for that (https://redirect.github.com/apache/maven-compiler-plugin/pull/198;>#198)
 https://github.com/laeubi;>@​laeubi
   https://issues.apache.org/jira/browse/MCOMPILER-547;>[MCOMPILER-547] 
- : Initialize pathElements to empty (https://redirect.github.com/apache/maven-compiler-plugin/pull/199;>#199)
 https://github.com/rovarga;>@​rovarga
   
    Dependency updates
   
   https://issues.apache.org/jira/browse/MCOMPILER-564;>[MCOMPILER-564] 
- Bump plexusCompilerVersion from 2.13.0 to 2.14.1 (https://redirect.github.com/apache/maven-compiler-plugin/pull/216;>#216)
 https://github.com/dependabot;>@​dependabot
   https://issues.apache.org/jira/browse/MCOMPILER-557;>[MCOMPILER-557] 
- Upgrade maven-plugin parent to 41 - fix build (https://redirect.github.com/apache/maven-compiler-plugin/pull/210;>#210)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MCOMPILER-554;>[MCOMPILER-554] 
- Update plexus-java to 1.2.0 (https://redirect.github.com/apache/maven-compiler-plugin/pull/207;>#207)
 https://github.com/jorsol;>@​jorsol
   https://issues.apache.org/jira/browse/MCOMPILER-551;>[MCOMPILER-551] 
- Upgrade Parent to 40 

(camel) branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.12.1 created (now 34b865c9fa3)

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

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


  at 34b865c9fa3 Bump org.apache.maven.plugins:maven-compiler-plugin

No new revisions were added by this update.



Re: [PR] Bump aws-java-sdk2-version from 2.22.5 to 2.22.6 [camel]

2023-12-26 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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 dependabot/maven/aws-java-sdk2-version-2.22.6 created (now 209430c6cde)

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

github-bot pushed a change to branch 
dependabot/maven/aws-java-sdk2-version-2.22.6
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 209430c6cde Bump aws-java-sdk2-version from 2.22.5 to 2.22.6

No new revisions were added by this update.



[PR] Bump aws-java-sdk2-version from 2.22.5 to 2.22.6 [camel]

2023-12-26 Thread via GitHub


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

   Bumps `aws-java-sdk2-version` from 2.22.5 to 2.22.6.
   Updates `software.amazon.awssdk:sqs` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:kinesis` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:s3` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:sns` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:cloudwatch` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:ec2` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:eventbridge` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:iam` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:kms` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:lambda` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:secretsmanager` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:sts` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:dynamodb` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:config` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:apache-client` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:athena` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:cloudtrail` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:ecs` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:eks` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:netty-nio-client` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:firehose` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:kafka` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:mq` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:redshiftdata` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:ses` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:sfn` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:timestreamquery` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:timestreamwrite` from 2.22.5 to 2.22.6
   
   Updates `software.amazon.awssdk:translate` from 2.22.5 to 2.22.6
   
   
   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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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



(camel) branch regen_bot updated (a83eaaa0d01 -> 4805ba2f3b2)

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

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


from a83eaaa0d01 CAMEL-20113: camel/tests consolidating (#12594)
 add 4805ba2f3b2 early exit from loop when the condition is met (#12608)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java| 1 +
 1 file changed, 1 insertion(+)



(camel) branch main updated: early exit from loop when the condition is met (#12608)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 4805ba2f3b2 early exit from loop when the condition is met (#12608)
4805ba2f3b2 is described below

commit 4805ba2f3b282714af991f8b5a89419384af0813
Author: Dmitry Kryukov 
AuthorDate: Wed Dec 27 08:35:21 2023 +0300

early exit from loop when the condition is met (#12608)
---
 .../apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
index 69011ff29e9..363447c9e21 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
@@ -281,6 +281,7 @@ public class CamelTraceAction extends ActionBaseCommand {
 for (Row r : rows) {
 if (r.first) {
 position = counter;
+break;
 }
 }
 }



Re: [PR] early exit from loop when the condition is met [camel]

2023-12-26 Thread via GitHub


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


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



Re: [I] [CI] - Quarkus Main Branch Build Failure [camel-quarkus]

2023-12-26 Thread via GitHub


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 7334356443-1343-681085a3-9ae7-45ad-b059-e97d2ac4de5a
   * Camel Quarkus Commit: e66bbb51e16a2fe42bee92ce37f59bc70eaebc67
   
   * Quarkus Main Commit: 71a94baced4e5617ae09f5bc06bccb1c9144fd85
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/7334356443


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

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

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



(camel-kamelets) branch main updated: Updated CHANGELOG.md

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

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


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

commit 4ee83c6c52e9fc9747f36ad961bdcdcd3d18876d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 27 03:09:35 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9713d6e1..5abdbd20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
 
 **Closed issues:**
 
+- Jenkinsfile for CI Jobs 
[\#1820](https://github.com/apache/camel-kamelets/issues/1820)
 - Add an AWS STS Assume Role Action Kamelet 
[\#1816](https://github.com/apache/camel-kamelets/issues/1816)
 
 ## [v4.3.0](https://github.com/apache/camel-kamelets/tree/v4.3.0) (2023-12-19)



(camel-k) branch release-2.2.x updated: chore: nightly SBOM update

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

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


The following commit(s) were added to refs/heads/release-2.2.x by this push:
 new 2f407c1ec chore: nightly SBOM update
2f407c1ec is described below

commit 2f407c1ecc8798c4c65da6ea5a1db09fc08f37be
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 27 01:11:16 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 198762280..254c75543 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:59f0fb2b-46a8-4329-b497-4665b9327f1e",
+  "serialNumber": "urn:uuid:b4a7de8b-d420-4977-8a7a-3150ab3fe146",
   "version": 1,
   "metadata": {
-"timestamp": "2023-12-26T01:13:37Z",
+"timestamp": "2023-12-27T01:11:16Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225010726-5065325a0ed1?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226011338-a02cb9821130?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231225010726-5065325a0ed1",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225010726-5065325a0ed1?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231226011338-a02cb9821130",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226011338-a02cb9821130?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -3830,7 +3830,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225010726-5065325a0ed1?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226011338-a02cb9821130?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.42?type=module",



(camel-k) branch dependabot/go_modules/knative.dev/eventing-0.39.2 created (now 85f1d035c)

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

github-bot pushed a change to branch 
dependabot/go_modules/knative.dev/eventing-0.39.2
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 85f1d035c chore(deps): bump knative.dev/eventing from 0.39.1 to 0.39.2

No new revisions were added by this update.



[PR] chore(deps): bump knative.dev/eventing from 0.39.1 to 0.39.2 [camel-k]

2023-12-26 Thread via GitHub


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

   Bumps [knative.dev/eventing](https://github.com/knative/eventing) from 
0.39.1 to 0.39.2.
   
   Commits
   
   https://github.com/knative/eventing/commit/b66f21961ed3530679573f6fe57409b2d91e4397;>b66f219
 Add parallel.ValidateAddress so that release-1.12 backports work (https://redirect.github.com/knative/eventing/issues/7510;>#7510)
   https://github.com/knative/eventing/commit/dc0d21790ee73c857b26ab9333f513c29057d5a0;>dc0d217
 [release-1.12] fix mt-broker-ingress  watch Broker (https://redirect.github.com/knative/eventing/issues/7513;>#7513)
   See full diff in https://github.com/knative/eventing/compare/v0.39.1...v0.39.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=knative.dev/eventing=go_modules=0.39.1=0.39.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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 release-2.1.x updated: chore: nightly SBOM update

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

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


The following commit(s) were added to refs/heads/release-2.1.x by this push:
 new 5c7a41db0 chore: nightly SBOM update
5c7a41db0 is described below

commit 5c7a41db0cee58804c2af18a9ad1a56bccf5b022
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 27 00:27:16 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 12895a625..0e1b04830 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:7bd59dbc-95fb-40a7-8ca3-66a3f636251f",
+  "serialNumber": "urn:uuid:e28d5efb-0afe-4a05-b77c-633fa4cc9488",
   "version": 1,
   "metadata": {
-"timestamp": "2023-12-26T00:29:54Z",
+"timestamp": "2023-12-27T00:27:16Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225002723-7f4a2b21ca35?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226002954-90706cf15d56?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231225002723-7f4a2b21ca35",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225002723-7f4a2b21ca35?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231226002954-90706cf15d56",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226002954-90706cf15d56?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -3853,7 +3853,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225002723-7f4a2b21ca35?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231226002954-90706cf15d56?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.38?type=module",



[PR] [Github Actions] Periodic Sync Camel Spring Boot (Camel 4) [camel-spring-boot]

2023-12-26 Thread via GitHub


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

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


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

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

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



Re: [I] Make Builder trait independent from the Quarkus trait [camel-k]

2023-12-26 Thread via GitHub


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

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


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

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

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



(camel-k) branch main updated: chore: nightly SBOM update

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 30065223a chore: nightly SBOM update
30065223a is described below

commit 30065223a159fbbe063b0468e5d98f5f06996787
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 26 23:45:27 2023 +

chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index a718353c9..5e68ae434 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:a1d21e3c-32ee-4abd-8c1c-8fa5861f87dc",
+  "serialNumber": "urn:uuid:ae6030be-ceb9-4298-9f16-0098e2b40c81",
   "version": 1,
   "metadata": {
-"timestamp": "2023-12-25T23:45:43Z",
+"timestamp": "2023-12-26T23:45:27Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231224234146-2115058e8fbb?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225234543-3315b53c78ca?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231224234146-2115058e8fbb",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231224234146-2115058e8fbb?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231225234543-3315b53c78ca",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225234543-3315b53c78ca?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -3830,7 +3830,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231224234146-2115058e8fbb?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231225234543-3315b53c78ca?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.42?type=module",



(camel) branch regen_bot updated (456f5e83077 -> a83eaaa0d01)

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

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


from 456f5e83077 Update known releases in catalog
 add a83eaaa0d01 CAMEL-20113: camel/tests consolidating (#12594)

No new revisions were added by this update.

Summary of changes:
 .../camel/example}/SpringLoadRouteFromXmlTest.java |  6 +-
 .../camel/jaxb/FallbackTypeConverterTest.java  |  9 +--
 .../org/apache/camel/example}/BarRoute.xml |  0
 .../camel/example}/SpringLoadRouteFromXmlTest.xml  |  0
 .../jetty/JettyBridgeHostHeaderIssueTest.java  |  2 +-
 .../jetty/JettyFailoverRoundRobinTest.java |  2 +-
 .../component}/jetty/JettyValidatorStreamTest.java |  2 +-
 ...alidatorStreamWithStreamCachingEnabledTest.java |  2 +-
 .../camel/component}/jetty/JettyValidatorTest.java |  2 +-
 .../jetty/JettyXsltHttpTemplateTest.java   |  4 +-
 .../camel/component}/jetty/JettyXsltTest.java  |  9 ++-
 .../jetty/SpringFailoverRoundRobinTest.java|  6 +-
 .../jetty/rest/RestJettyRedirectTest.java  |  4 +-
 .../src/test/resources/OptimizationRequest.xsd |  0
 .../camel/component}/jetty/InvalidRequest.xml  |  0
 .../jetty/JettySpringFailoverRoundRobinTest.xml|  0
 .../apache/camel/component}/jetty/ValidRequest.xml |  0
 .../org/apache/camel/component}/jetty/greeting.xsl |  0
 .../apache/camel/component}/jetty/transform.xsl|  0
 .../org/apache/camel/itest/jaxb/example/Bar.java   | 52 -
 .../itest/jetty/JettyConstantSetHeaderTest.java| 61 ---
 .../jetty/JettyJmsShutdownInProgressTest.java  | 89 --
 .../org/apache/camel/itest/jetty/JettyJmsTest.java | 80 ---
 .../camel/itest/jetty/JettyJmsTwowayTest.java  | 61 ---
 .../itest/jetty/JettySimpleSetHeaderTest.java  | 61 ---
 .../itest/jetty/SetExchangePatternProcessor.java   | 36 -
 .../camel/itest/jetty/SetResponseProcessor.java| 34 -
 .../JettyJmsShutdownInProgressTest-context.xml | 52 -
 .../camel/itest/jetty/JettyJmsTest-context.xml | 49 
 .../itest/jetty/JettyJmsTwowayTest-context.xml | 49 
 30 files changed, 24 insertions(+), 648 deletions(-)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb => 
components/camel-jaxb/src/test/java/org/apache/camel/example}/SpringLoadRouteFromXmlTest.java
 (94%)
 rename 
tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/JaxbFallbackTypeConverterTest.java
 => 
components/camel-jaxb/src/test/java/org/apache/camel/jaxb/FallbackTypeConverterTest.java
 (92%)
 rename {tests/camel-itest/src/test/resources/org/apache/camel/itest/jaxb => 
components/camel-jaxb/src/test/resources/org/apache/camel/example}/BarRoute.xml 
(100%)
 rename {tests/camel-itest/src/test/resources/org/apache/camel/itest/jaxb => 
components/camel-jaxb/src/test/resources/org/apache/camel/example}/SpringLoadRouteFromXmlTest.xml
 (100%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyBridgeHostHeaderIssueTest.java
 (99%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyFailoverRoundRobinTest.java
 (99%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyValidatorStreamTest.java
 (98%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyValidatorStreamWithStreamCachingEnabledTest.java
 (98%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyValidatorTest.java
 (98%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyXsltHttpTemplateTest.java
 (95%)
 rename {tests/camel-itest/src/test/java/org/apache/camel/itest => 
components/camel-jetty/src/test/java/org/apache/camel/component}/jetty/JettyXsltTest.java
 (88%)
 rename 
tests/camel-itest/src/test/java/org/apache/camel/itest/jetty/JettySpringFailoverRoundRobinTest.java
 => 
components/camel-jetty/src/test/java/org/apache/camel/component/jetty/SpringFailoverRoundRobinTest.java
 (93%)
 rename 
tests/camel-itest/src/test/java/org/apache/camel/itest/jetty/JettyRestRedirectTest.java
 => 
components/camel-jetty/src/test/java/org/apache/camel/component/jetty/rest/RestJettyRedirectTest.java
 (95%)
 rename {tests/camel-itest => 
components/camel-jetty}/src/test/resources/OptimizationRequest.xsd (100%)
 rename {tests/camel-itest/src/test/resources/org/apache/camel/itest => 

(camel) branch main updated: CAMEL-20113: camel/tests consolidating (#12594)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new a83eaaa0d01 CAMEL-20113: camel/tests consolidating (#12594)
a83eaaa0d01 is described below

commit a83eaaa0d01c684dd2be57f9bb2ad216f6fbe092
Author: Ivan Kulaga 
AuthorDate: Wed Dec 27 01:41:58 2023 +0600

CAMEL-20113: camel/tests consolidating (#12594)

org.apache.camel.itest.jaxb:
-SpringLoadRouteFromXmlTest - moved to the camel-jaxb component;
-JaxbFallbackTypeConverterTest - moved to the camel-jaxb component;

org.apache.camel.itest.jetty:
-JettyBridgeHostHeaderIssueTest - moved to camel-jetty;
-JettyConstantSetHeaderTest - setting headers is checked in other 
camel-jetty tests, so it is deleted;
-JettyFailoverRoundRobinTest - moved to camel-jetty;
-JettyJmsShutdownInProgressTest - jetty graceful shutdown is checked in 
org.apache.camel.component.jetty.JettySuspendWhileInProgressTest, so it is 
deleted;
-JettyJmsTest - test was made just to show example route, so it is deleted;
-JettyJmsTwowayTest - test was made just to show example route, so it is 
deleted;
-JettyRestRedirectTest - moved to camel-jetty;
-JettySimpleSetHeaderTest - setting headers is checked in other camel-jetty 
tests, so it is deleted;
-JettyValidatorStreamTest - moved to camel-jetty;
-JettyValidatorTest - moved to camel-jetty;
-JettyXsltHttpTemplateTest - moved to camel-jetty;
-JettyXsltTest - moved to camel-jetty;
---
 .../camel/example}/SpringLoadRouteFromXmlTest.java |  6 +-
 .../camel/jaxb/FallbackTypeConverterTest.java  |  9 +--
 .../org/apache/camel/example}/BarRoute.xml |  0
 .../camel/example}/SpringLoadRouteFromXmlTest.xml  |  0
 .../jetty/JettyBridgeHostHeaderIssueTest.java  |  2 +-
 .../jetty/JettyFailoverRoundRobinTest.java |  2 +-
 .../component}/jetty/JettyValidatorStreamTest.java |  2 +-
 ...alidatorStreamWithStreamCachingEnabledTest.java |  2 +-
 .../camel/component}/jetty/JettyValidatorTest.java |  2 +-
 .../jetty/JettyXsltHttpTemplateTest.java   |  4 +-
 .../camel/component}/jetty/JettyXsltTest.java  |  9 ++-
 .../jetty/SpringFailoverRoundRobinTest.java|  6 +-
 .../jetty/rest/RestJettyRedirectTest.java  |  4 +-
 .../src/test/resources/OptimizationRequest.xsd |  0
 .../camel/component}/jetty/InvalidRequest.xml  |  0
 .../jetty/JettySpringFailoverRoundRobinTest.xml|  0
 .../apache/camel/component}/jetty/ValidRequest.xml |  0
 .../org/apache/camel/component}/jetty/greeting.xsl |  0
 .../apache/camel/component}/jetty/transform.xsl|  0
 .../org/apache/camel/itest/jaxb/example/Bar.java   | 52 -
 .../itest/jetty/JettyConstantSetHeaderTest.java| 61 ---
 .../jetty/JettyJmsShutdownInProgressTest.java  | 89 --
 .../org/apache/camel/itest/jetty/JettyJmsTest.java | 80 ---
 .../camel/itest/jetty/JettyJmsTwowayTest.java  | 61 ---
 .../itest/jetty/JettySimpleSetHeaderTest.java  | 61 ---
 .../itest/jetty/SetExchangePatternProcessor.java   | 36 -
 .../camel/itest/jetty/SetResponseProcessor.java| 34 -
 .../JettyJmsShutdownInProgressTest-context.xml | 52 -
 .../camel/itest/jetty/JettyJmsTest-context.xml | 49 
 .../itest/jetty/JettyJmsTwowayTest-context.xml | 49 
 30 files changed, 24 insertions(+), 648 deletions(-)

diff --git 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.java
 
b/components/camel-jaxb/src/test/java/org/apache/camel/example/SpringLoadRouteFromXmlTest.java
similarity index 94%
rename from 
tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.java
rename to 
components/camel-jaxb/src/test/java/org/apache/camel/example/SpringLoadRouteFromXmlTest.java
index 46c098f2ebf..47765d2abbc 100644
--- 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.java
+++ 
b/components/camel-jaxb/src/test/java/org/apache/camel/example/SpringLoadRouteFromXmlTest.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.camel.itest.jaxb;
+package org.apache.camel.example;
 
 import jakarta.xml.bind.JAXBContext;
 import jakarta.xml.bind.Unmarshaller;
@@ -36,7 +36,7 @@ public class SpringLoadRouteFromXmlTest extends 
CamelSpringTestSupport {
 
 @Override
 protected AbstractApplicationContext createApplicationContext() {
-return new 
ClassPathXmlApplicationContext("org/apache/camel/itest/jaxb/SpringLoadRouteFromXmlTest.xml");
+return new 
ClassPathXmlApplicationContext("org/apache/camel/example/SpringLoadRouteFromXmlTest.xml");
 }
 
 @Test
@@ -54,7 +54,7 @@ 

Re: [PR] CAMEL-20113 camel/tests consolidating [camel]

2023-12-26 Thread via GitHub


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


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



[PR] early exit from loop when the condition is met [camel]

2023-12-26 Thread via GitHub


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

   (no comment)


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



Error while running github feature from .asf.yaml in camel-website-pub!

2023-12-26 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



(camel-website-pub) branch asf-site updated (72bc6fa977 -> 17d1e10303)

2023-12-26 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git


 discard 72bc6fa977 Website updated to f7ec383e5780b0fc30237c853cb9a38f523ec95f
 discard 55162ba1ea Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 8485bc69c4 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 17d1e10303 Website updated to b7a6a554185c6ce5b0e999e10864100675a7fe18

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   (72bc6fa977)
\
 N -- N -- N   refs/heads/asf-site (17d1e10303)

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

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

The 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:
 .htaccess  |   28 +-
 .well-known/security.txt   |2 +-
 .../camel-spring-3.21.3.xsd}   |0
 .../camel-spring-3.22.0.xsd}   |0
 .../camel-spring-4.3.0.xsd}|0
 site-manifest.json |2 +-
 sitemap-camel-core.xml |   12 +-
 sitemap-camel-k.xml| 1088 ++--
 sitemap-camel-kafka-connector.xml  |  806 +--
 sitemap-camel-kamelets.xml | 1742 +++---
 sitemap-camel-karaf.xml|   52 +-
 sitemap-camel-quarkus.xml  | 2686 -
 sitemap-camel-spring-boot.xml  |   52 +-
 sitemap-components.xml | 5764 ++--
 sitemap-manual.xml |  416 +-
 15 files changed, 6325 insertions(+), 6325 deletions(-)
 rename schema/{spring-xml/camel-spring-xml-3.21.3.xsd => 
spring/camel-spring-3.21.3.xsd} (100%)
 rename schema/{spring-xml/camel-spring-xml-3.22.0.xsd => 
spring/camel-spring-3.22.0.xsd} (100%)
 rename schema/{spring-xml/camel-spring-xml-4.3.0.xsd => 
spring/camel-spring-4.3.0.xsd} (100%)



(camel-website) branch number2023 updated (00037506 -> bc0f79fb)

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

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


from 00037506 Update blog
 add bc0f79fb Camel numbers 2023 blog. WIP

No new revisions were added by this update.

Summary of changes:
 content/blog/2024/01/index.md | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)



(camel) branch regen_bot updated (ae5994e9ab9 -> 456f5e83077)

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

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


from ae5994e9ab9 Fix heading levels
 add 456f5e83077 Update known releases in catalog

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/releases/camel-releases.json| 12 
 1 file changed, 12 insertions(+)



(camel-website) branch main updated: Move XSD in correct folder

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

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


The following commit(s) were added to refs/heads/main by this push:
 new b7a6a554 Move XSD in correct folder
b7a6a554 is described below

commit b7a6a554185c6ce5b0e999e10864100675a7fe18
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 14:50:40 2023 +0100

Move XSD in correct folder
---
 .../camel-spring-xml-3.21.3.xsd => spring/camel-spring-3.21.3.xsd}| 0
 .../camel-spring-xml-3.22.0.xsd => spring/camel-spring-3.22.0.xsd}| 0
 .../camel-spring-xml-4.3.0.xsd => spring/camel-spring-4.3.0.xsd}  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/static/schema/spring-xml/camel-spring-xml-3.21.3.xsd 
b/static/schema/spring/camel-spring-3.21.3.xsd
similarity index 100%
rename from static/schema/spring-xml/camel-spring-xml-3.21.3.xsd
rename to static/schema/spring/camel-spring-3.21.3.xsd
diff --git a/static/schema/spring-xml/camel-spring-xml-3.22.0.xsd 
b/static/schema/spring/camel-spring-3.22.0.xsd
similarity index 100%
rename from static/schema/spring-xml/camel-spring-xml-3.22.0.xsd
rename to static/schema/spring/camel-spring-3.22.0.xsd
diff --git a/static/schema/spring-xml/camel-spring-xml-4.3.0.xsd 
b/static/schema/spring/camel-spring-4.3.0.xsd
similarity index 100%
rename from static/schema/spring-xml/camel-spring-xml-4.3.0.xsd
rename to static/schema/spring/camel-spring-4.3.0.xsd



Error while running github feature from .asf.yaml in camel-website-pub!

2023-12-26 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



(camel-website-pub) branch asf-site updated (42d485b867 -> 72bc6fa977)

2023-12-26 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git


 discard 42d485b867 Website updated to 6df4f08be898ff71d3502782ab245ce0311309ce
 discard ebd496c098 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 55162ba1ea Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 72bc6fa977 Website updated to f7ec383e5780b0fc30237c853cb9a38f523ec95f

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   (42d485b867)
\
 N -- N -- N   refs/heads/asf-site (72bc6fa977)

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

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

The 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:
 .htaccess  |   14 +-
 .well-known/security.txt   |2 +-
 .../12/RELEASE-3.22.0}/featured.png|  Bin
 ...d316c94_3975989_800x0_resize_q95_gaussian_3.png |  Bin
 blog/2023/12/RELEASE-3.22.0/index.html |1 +
 blog/2023/12/camel43-whatsnew/index.html   |2 +-
 blog/index.html|2 +-
 blog/index.xml |   15 +-
 blog/page/10/index.html|2 +-
 blog/page/100/index.html   |2 +-
 blog/page/101/index.html   |2 +-
 blog/page/102/index.html   |2 +-
 blog/page/103/index.html   |2 +-
 blog/page/104/index.html   |2 +-
 blog/page/105/index.html   |2 +-
 blog/page/106/index.html   |2 +-
 blog/page/107/index.html   |2 +-
 blog/page/108/index.html   |2 +-
 blog/page/109/index.html   |2 +-
 blog/page/11/index.html|2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 blog/page/43/index.html|2 +-
 blog/page/44/index.html|2 +-
 blog/page/45/index.html|2 +-
 

(camel) branch main updated: Update known releases in catalog

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 456f5e83077 Update known releases in catalog
456f5e83077 is described below

commit 456f5e83077dcdba9d10f9536c4d87391edd3408
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 14:47:42 2023 +0100

Update known releases in catalog
---
 .../org/apache/camel/catalog/releases/camel-releases.json| 12 
 1 file changed, 12 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
index d5bf8c6b66a..00c973070e0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
@@ -625,6 +625,13 @@
 "kind": "lts",
 "jdk": "11,17"
 },
+{
+"version": "3.22.0",
+"date": "2023-12-26",
+"eol": "2024-12-31",
+"kind": "lts",
+"jdk": "11,17"
+},
 {
 "version": "3.3.0",
 "date": "2020-05-15",
@@ -822,5 +829,10 @@
 "version": "4.2.0",
 "date": "2023-11-14",
 "jdk": "17,21"
+},
+{
+"version": "4.3.0",
+"date": "2023-12-18",
+"jdk": "17,21"
 }
 ]



Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-26 Thread via GitHub


orpiske commented on code in PR #12530:
URL: https://github.com/apache/camel/pull/12530#discussion_r1436452004


##
components/camel-platform-http-vertx/pom.xml:
##
@@ -84,6 +84,11 @@
 camel-log
 test
 
+
+org.apache.camel
+camel-vertx-http
+test
+

Review Comment:
   Yes, that's OK to me. Thanks!



-- 
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 (4935f7940c8 -> ae5994e9ab9)

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

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


from 4935f7940c8 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels. (#12607)
 add ae5994e9ab9 Fix heading levels

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/dynamic-router-control-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



(camel) branch main updated: Fix heading levels

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

gzurowski 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 ae5994e9ab9 Fix heading levels
ae5994e9ab9 is described below

commit ae5994e9ab959299e1d543278082cff9b1ad1020
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 13:54:19 2023 +0100

Fix heading levels
---
 .../src/main/docs/dynamic-router-control-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
 
b/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
index 3597f989e23..b5912332a41 100644
--- 
a/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
+++ 
b/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
@@ -43,7 +43,7 @@ include::partial$component-endpoint-options.adoc[]
 Subscribing can be achieved by using query parameters in the control endpoint 
URI, or by sending a
 `DynamicRouterControlMessage` to the control endpoint URI.
 
-= URI examples
+ URI examples
 
 .Example Java URI `RouteBuilder` Subscription
 [source,java]
@@ -85,7 +85,7 @@ dynamic URI, we have to send subscription parameters from a 
`ProducerTemplate` i
 endpoint uses headers "under the hood", because the URI params are converted 
to headers, so we can set the headers
 deliberately.
 
-= DynamicRouterControlMessage example
+ DynamicRouterControlMessage example
 
 .Example Java `DynamicRouterControlMessage` Subscription
 [source,java]
@@ -107,7 +107,7 @@ Like subscribing, unsubscribing can also  be achieved by 
using query parameters
 sending a `DynamicRouterControlMessage` to the control endpoint URI.  The 
difference is that unsubscribing can be
 achieved by using either one or two parameters.
 
-= URI examples
+ URI examples
 
 .Example Java URI `RouteBuilder` Unsubscribe
 [source,java]



(camel) branch regen_bot updated (5e2a89635bd -> 4935f7940c8)

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

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


from 5e2a89635bd Kamelet no (#12606)
 add 4935f7940c8 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels. (#12607)

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/dataformats/parquetAvro.json  | 2 +-
 .../resources/org/apache/camel/catalog/models/parquetAvro.json   | 2 +-
 .../org/apache/camel/dataformat/parquet/avro/parquetAvro.json| 2 +-
 .../apache/camel/dataformat/parquet/avro/ParquetAvroDataFormat.java  | 4 +---
 .../resources/org/apache/camel/model/dataformat/parquetAvro.json | 2 +-
 .../org/apache/camel/model/dataformat/ParquetAvroDataFormat.java | 5 +
 .../org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java  | 2 +-
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json  | 3 ++-
 8 files changed, 9 insertions(+), 13 deletions(-)



(camel) branch avro deleted (was f189a42b2dc)

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

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


 was f189a42b2dc CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels.

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) branch main updated: CAMEL-19143: parquet avro dataformat - Add enum for compression levels. (#12607)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 4935f7940c8 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels. (#12607)
4935f7940c8 is described below

commit 4935f7940c8ad45823de854068ede99251eb34c2
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 13:30:27 2023 +0100

CAMEL-19143: parquet avro dataformat - Add enum for compression levels. 
(#12607)

CAMEL-19143: parquet avro dataformat - Add enum for compression levels.
---
 .../resources/org/apache/camel/catalog/dataformats/parquetAvro.json  | 2 +-
 .../resources/org/apache/camel/catalog/models/parquetAvro.json   | 2 +-
 .../org/apache/camel/dataformat/parquet/avro/parquetAvro.json| 2 +-
 .../apache/camel/dataformat/parquet/avro/ParquetAvroDataFormat.java  | 4 +---
 .../resources/org/apache/camel/model/dataformat/parquetAvro.json | 2 +-
 .../org/apache/camel/model/dataformat/ParquetAvroDataFormat.java | 5 +
 .../org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java  | 2 +-
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json  | 3 ++-
 8 files changed, 9 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
index 45cc3d1217f..70a3b613d67 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
@@ -17,7 +17,7 @@
   },
   "properties": {
 "id": { "index": 0, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" },
-"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "GZIP", "description": "Compression codec to use when 
marshalling." },
+"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "UNCOMPRESSED", "SNAPPY", "GZIP", "LZO", 
"BROTLI", "LZ4", "ZSTD", "LZ4_RAW" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "GZIP", "description": "Compression codec to 
use when marshalling." },
 "unmarshalType": { "index": 2, "kind": "attribute", "displayName": 
"Unmarshal Type", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Class to use when (un)marshalling. If omitted, parquet files 
are converted into Avro's GenericRecords for unmarshalling and input objects 
are assumed as GenericRecords for marshalling." },
 "lazyLoad": { "index": 3, "kind": "attribute", "displayName": "Lazy Load", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether the unmarshalling should produce an iterator of 
records or read all the records at once." }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
index 048b6aa31e3..061701c4db6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
@@ -14,7 +14,7 @@
   },
   "properties": {
 "id": { "index": 0, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" },
-"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "GZIP", "description": "Compression codec to use when 
marshalling." },
+"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "UNCOMPRESSED", "SNAPPY", "GZIP", "LZO", 
"BROTLI", "LZ4", "ZSTD", "LZ4_RAW" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "GZIP", 

Re: [PR] CAMEL-19143: parquet avro dataformat - Add enum for compression levels. [camel]

2023-12-26 Thread via GitHub


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


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



Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-26 Thread via GitHub


claudio4j commented on issue #4990:
URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1869509394

   It worked with camel-k-runtime 3.2.3 by using the camel trait `-t 
camel.runtime-version=3.2.3`
   Camel K 2.2 (main branch, unreleased) also works, so the original errors 
seems to be some transitive dependency, which I haven't looked at.


-- 
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-website) branch main updated: Add release notes and blog entry for Camel 3.22.0

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f7ec383e Add release notes and blog entry for Camel 3.22.0
f7ec383e is described below

commit f7ec383e5780b0fc30237c853cb9a38f523ec95f
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 13:18:08 2023 +0100

Add release notes and blog entry for Camel 3.22.0
---
 content/blog/2023/12/RELEASE-3.22.0/featured.png | Bin 0 -> 3975989 bytes
 content/blog/2023/12/RELEASE-3.22.0/index.md |  17 +
 content/releases/release-3.22.0.md   |  17 +
 3 files changed, 34 insertions(+)

diff --git a/content/blog/2023/12/RELEASE-3.22.0/featured.png 
b/content/blog/2023/12/RELEASE-3.22.0/featured.png
new file mode 100644
index ..e5077f55
Binary files /dev/null and b/content/blog/2023/12/RELEASE-3.22.0/featured.png 
differ
diff --git a/content/blog/2023/12/RELEASE-3.22.0/index.md 
b/content/blog/2023/12/RELEASE-3.22.0/index.md
new file mode 100644
index ..10abaa08
--- /dev/null
+++ b/content/blog/2023/12/RELEASE-3.22.0/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 3.22.0"
+date: 2023-12-26
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 3.22.0 LTS release"
+---
+
+The Camel community announces the immediate availability of Camel 3.22.0, a 
new LTS release with 100 new features, fixes and improvements.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-3.22.0/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-3.22.0.md 
b/content/releases/release-3.22.0.md
new file mode 100644
index ..f3ca58ab
--- /dev/null
+++ b/content/releases/release-3.22.0.md
@@ -0,0 +1,17 @@
+---
+date: 2023-12-26
+eol: 2024-12-31
+draft: false
+type: release-note
+version: 3.22.0
+title: "Release 3.22.0"
+preview: "New LTS release 3.22.0"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12353350
+category: camel
+kind: lts
+jdk: [11, 17]
+---
+
+This release is the new Camel 3.22.0 LTS release.



(camel-karaf) branch release/3.22.0 deleted (was e5ecf4c4)

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

gzurowski pushed a change to branch release/3.22.0
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


 was e5ecf4c4 [maven-release-plugin] prepare for next development iteration

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-karaf) 02/02: Target Camel 3.22.1-SNAPSHOT for development

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

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

commit f998ee8e652546160880edf5d7ebb9beae0a3ee1
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 12:09:18 2023 +

Target Camel 3.22.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b768b61..02906e23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.22.0
+3.22.1-SNAPSHOT
 
 
 org.apache.camel.karaf
@@ -108,7 +108,7 @@
 4.4.4
 
 
-3.22.0
+3.22.1-SNAPSHOT
 
 2.12.3
 1.7.0_6
@@ -781,7 +781,7 @@
 
 dev
 
-3.22.0
+3.22.1-SNAPSHOT
 
 
 



(camel-karaf) branch camel-karaf-3.22.x updated (ab7e11f8 -> f998ee8e)

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

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


from ab7e11f8 Regen
 add 2f2c14d9 Target Camel 3.22.0 for release
 add e3856b6f [maven-release-plugin] prepare release camel-karaf-3.22.0
 add e5ecf4c4 [maven-release-plugin] prepare for next development iteration
 new 8efba89a Merge branch 'release/3.22.0' into camel-karaf-3.22.x
 new f998ee8e Target Camel 3.22.1-SNAPSHOT for development

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:
 archetypes/camel-archetype-blueprint/pom.xml   |  2 +-
 archetypes/pom.xml |  2 +-
 bom/camel-karaf-bom/pom.xml|  2 +-
 bom/pom.xml|  2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   |  5 +-
 catalog/pom.xml|  2 +-
 components/camel-bean-validator-osgi/pom.xml   |  2 +-
 components/camel-blueprint-main/pom.xml|  2 +-
 components/camel-blueprint/pom.xml | 60 ++
 components/camel-cxf-blueprint/pom.xml |  2 +-
 components/camel-cxf-transport-blueprint/pom.xml   |  2 +-
 components/camel-eventadmin/pom.xml|  2 +-
 components/camel-jcache-osgi/pom.xml   |  2 +-
 components/camel-kura/pom.xml  |  2 +-
 components/camel-paxlogging/pom.xml|  2 +-
 components/camel-servlet-osgi/pom.xml  |  2 +-
 components/camel-test-blueprint-junit5/pom.xml |  2 +-
 components/camel-test-blueprint/pom.xml|  2 +-
 components/camel-test-karaf/pom.xml|  2 +-
 components/camel-zookeeper-master-osgi/pom.xml |  2 +-
 components/pom.xml |  5 +-
 core/camel-core-osgi/pom.xml   |  2 +-
 core/pom.xml   |  2 +-
 platforms/commands/commands-core/pom.xml   |  2 +-
 platforms/commands/pom.xml |  2 +-
 platforms/karaf/commands/pom.xml   |  2 +-
 platforms/karaf/features/pom.xml   |  2 +-
 platforms/karaf/pom.xml|  2 +-
 platforms/pom.xml  |  2 +-
 pom.xml|  8 +--
 tests/camel-blueprint-cxf-test/pom.xml |  2 +-
 tests/camel-blueprint-test/pom.xml |  2 +-
 tests/camel-itest-osgi/pom.xml |  2 +-
 tests/pom.xml  |  2 +-
 .../pom.xml|  2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   |  2 +-
 tooling/pom.xml|  2 +-
 37 files changed, 68 insertions(+), 76 deletions(-)



(camel-karaf) 01/02: Merge branch 'release/3.22.0' into camel-karaf-3.22.x

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

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

commit 8efba89ac16a396033b2908c9b3c43f82562adcb
Merge: ab7e11f8 e5ecf4c4
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 12:08:20 2023 +

Merge branch 'release/3.22.0' into camel-karaf-3.22.x

 archetypes/camel-archetype-blueprint/pom.xml   |  2 +-
 archetypes/pom.xml |  2 +-
 bom/camel-karaf-bom/pom.xml|  2 +-
 bom/pom.xml|  2 +-
 catalog/camel-catalog-provider-karaf/pom.xml   |  5 +-
 catalog/pom.xml|  2 +-
 components/camel-bean-validator-osgi/pom.xml   |  2 +-
 components/camel-blueprint-main/pom.xml|  2 +-
 components/camel-blueprint/pom.xml | 60 ++
 components/camel-cxf-blueprint/pom.xml |  2 +-
 components/camel-cxf-transport-blueprint/pom.xml   |  2 +-
 components/camel-eventadmin/pom.xml|  2 +-
 components/camel-jcache-osgi/pom.xml   |  2 +-
 components/camel-kura/pom.xml  |  2 +-
 components/camel-paxlogging/pom.xml|  2 +-
 components/camel-servlet-osgi/pom.xml  |  2 +-
 components/camel-test-blueprint-junit5/pom.xml |  2 +-
 components/camel-test-blueprint/pom.xml|  2 +-
 components/camel-test-karaf/pom.xml|  2 +-
 components/camel-zookeeper-master-osgi/pom.xml |  2 +-
 components/pom.xml |  5 +-
 core/camel-core-osgi/pom.xml   |  2 +-
 core/pom.xml   |  2 +-
 platforms/commands/commands-core/pom.xml   |  2 +-
 platforms/commands/pom.xml |  2 +-
 platforms/karaf/commands/pom.xml   |  2 +-
 platforms/karaf/features/pom.xml   |  2 +-
 platforms/karaf/pom.xml|  2 +-
 platforms/pom.xml  |  2 +-
 pom.xml|  8 +--
 tests/camel-blueprint-cxf-test/pom.xml |  2 +-
 tests/camel-blueprint-test/pom.xml |  2 +-
 tests/camel-itest-osgi/pom.xml |  2 +-
 tests/pom.xml  |  2 +-
 .../pom.xml|  2 +-
 tooling/camel-karaf-maven-plugin/pom.xml   |  2 +-
 tooling/pom.xml|  2 +-
 37 files changed, 68 insertions(+), 76 deletions(-)



(camel-spring-boot) branch release/3.22.0 deleted (was 0a15aa2c750)

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

gzurowski pushed a change to branch release/3.22.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 was 0a15aa2c750 [maven-release-plugin] prepare for next development 
iteration

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-spring-boot) branch camel-spring-boot-3.22.x updated (e3b859f1cfe -> 7bae81d5757)

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

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


from e3b859f1cfe Fix version of camel-spring-boot-xml-starter dependency
 add e0129aa6eb1 Target Camel 3.22.0 for release
 add fcde75c5618 Fix version for camel-http-common
 add 6291499e0a1 Fix version of camel-spring-boot-xml-starter dependency
 add 41a56e7fef7 [maven-release-plugin] prepare release 
camel-spring-boot-3.22.0
 add 0a15aa2c750 [maven-release-plugin] prepare for next development 
iteration
 new b5af2ce8aea Merge branch 'release/3.22.0' into camel-spring-boot-3.22.x
 new 7bae81d5757 Target Camel 3.22.1-SNAPSHOT for development

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-any23-starter/pom.xml |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 components-starter/camel-atlasmap-starter/pom.xml  |   2 +-
 components-starter/camel-atmos-starter/pom.xml |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 .../camel-caffeine-lrucache-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 

(camel-spring-boot) 02/02: Target Camel 3.22.1-SNAPSHOT for development

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

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

commit 7bae81d5757e552f85edb7ac0b685e4baf4625ad
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 12:07:37 2023 +

Target Camel 3.22.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dbee44c4ffb..4dfb672ebac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.22.0
+3.22.1-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 2.7.18
 
 
-3.22.0
+3.22.1-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -452,7 +452,7 @@
 
 dev
 
-3.22.0
+3.22.1-SNAPSHOT
 
 
 



(camel) branch release/3.22.0 deleted (was 6e7ed1f74e5)

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

gzurowski pushed a change to branch release/3.22.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 6e7ed1f74e5 [maven-release-plugin] prepare for next development 
iteration

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) 01/01: Merge branch 'release/3.22.0' into camel-3.22.x

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

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

commit 9e9e8af469b10dbbd726e82667d63fcdb3ac0280
Merge: 5bd776f324a 6e7ed1f74e5
Author: Gregor Zurowski 
AuthorDate: Tue Dec 26 12:06:05 2023 +

Merge branch 'release/3.22.0' into camel-3.22.x

 apache-camel/pom.xml   |  2 +-
 archetypes/camel-archetype-api-component/pom.xml   |  2 +-
 archetypes/camel-archetype-cdi/pom.xml |  2 +-
 archetypes/camel-archetype-component/pom.xml   |  2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |  2 +-
 archetypes/camel-archetype-java/pom.xml|  2 +-
 archetypes/camel-archetype-main/pom.xml|  2 +-
 archetypes/camel-archetype-spring/pom.xml  |  2 +-
 archetypes/pom.xml |  5 ++---
 bom/camel-bom/pom.xml  |  2 +-
 bom/pom.xml|  2 +-
 buildingtools/pom.xml  |  2 +-
 camel-dependencies/pom.xml | 23 +++---
 catalog/camel-allcomponents/pom.xml|  2 +-
 catalog/camel-catalog-console/pom.xml  |  2 +-
 catalog/camel-catalog-lucene/pom.xml   |  2 +-
 catalog/camel-catalog-maven/pom.xml|  2 +-
 catalog/camel-catalog/pom.xml  |  5 ++---
 catalog/camel-csimple-maven-plugin/pom.xml |  2 +-
 catalog/camel-report-maven-plugin/pom.xml  |  2 +-
 catalog/camel-route-parser/pom.xml |  2 +-
 catalog/dummy-component/pom.xml|  2 +-
 catalog/pom.xml|  2 +-
 components/camel-activemq/pom.xml  |  2 +-
 components/camel-amqp/pom.xml  |  2 +-
 components/camel-any23/pom.xml |  2 +-
 components/camel-arangodb/pom.xml  |  5 ++---
 components/camel-as2/camel-as2-api/pom.xml |  2 +-
 components/camel-as2/camel-as2-component/pom.xml   |  2 +-
 components/camel-as2/pom.xml   |  2 +-
 components/camel-asn1/pom.xml  |  2 +-
 components/camel-asterisk/pom.xml  |  2 +-
 components/camel-atlasmap/pom.xml  |  2 +-
 components/camel-atmos/pom.xml |  2 +-
 components/camel-atmosphere-websocket/pom.xml  |  2 +-
 components/camel-atom/pom.xml  |  2 +-
 components/camel-attachments/pom.xml   |  2 +-
 .../camel-avro-rpc-component/pom.xml   |  6 ++
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|  6 ++
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |  6 ++
 components/camel-avro-rpc/pom.xml  |  2 +-
 components/camel-avro/pom.xml  |  2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |  2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|  5 ++---
 components/camel-aws/camel-aws-xray/pom.xml|  2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |  2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|  2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |  2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|  5 ++---
 components/camel-aws/camel-aws2-lambda/pom.xml |  5 ++---
 components/camel-aws/camel-aws2-mq/pom.xml |  2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|  2 +-
 components/camel-aws/camel-aws2-s3/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|  5 ++---
 components/camel-aws/camel-aws2-sqs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|  2 +-
 components/camel-aws/camel-aws2-translate/pom.xml  |  2 +-
 components/camel-aws/pom.xml   |  2 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml   |  2 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml  |  2 +-
 components/camel-azure/camel-azure-files/pom.xml   |  2 +-
 .../camel-azure/camel-azure-key-vault/pom.xml  |  2 +-
 .../camel-azure/camel-azure-servicebus/pom.xml |  2 +-
 .../camel-azure/camel-azure-storage-blob/pom.xml   |  2 +-
 .../camel-azure-storage-datalake/pom.xml   |  5 ++---
 .../camel-azure/camel-azure-storage-queue/pom.xml  |  2 +-
 components/camel-azure/pom.xml |  2 +-
 components/camel-barcode/pom.xml   |  2 +-
 components/camel-base64/pom.xml|  2 +-
 

(camel) branch camel-3.22.x updated (5bd776f324a -> 9e9e8af469b)

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

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


from 5bd776f324a Fix try-with-resources for Java 8
 add 36f52065717 [maven-release-plugin] prepare release camel-3.22.0
 add 6e7ed1f74e5 [maven-release-plugin] prepare for next development 
iteration
 new 9e9e8af469b Merge branch 'release/3.22.0' into camel-3.22.x

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


Summary of changes:
 apache-camel/pom.xml   |  2 +-
 archetypes/camel-archetype-api-component/pom.xml   |  2 +-
 archetypes/camel-archetype-cdi/pom.xml |  2 +-
 archetypes/camel-archetype-component/pom.xml   |  2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |  2 +-
 archetypes/camel-archetype-java/pom.xml|  2 +-
 archetypes/camel-archetype-main/pom.xml|  2 +-
 archetypes/camel-archetype-spring/pom.xml  |  2 +-
 archetypes/pom.xml |  5 ++---
 bom/camel-bom/pom.xml  |  2 +-
 bom/pom.xml|  2 +-
 buildingtools/pom.xml  |  2 +-
 camel-dependencies/pom.xml | 23 +++---
 catalog/camel-allcomponents/pom.xml|  2 +-
 catalog/camel-catalog-console/pom.xml  |  2 +-
 catalog/camel-catalog-lucene/pom.xml   |  2 +-
 catalog/camel-catalog-maven/pom.xml|  2 +-
 catalog/camel-catalog/pom.xml  |  5 ++---
 catalog/camel-csimple-maven-plugin/pom.xml |  2 +-
 catalog/camel-report-maven-plugin/pom.xml  |  2 +-
 catalog/camel-route-parser/pom.xml |  2 +-
 catalog/dummy-component/pom.xml|  2 +-
 catalog/pom.xml|  2 +-
 components/camel-activemq/pom.xml  |  2 +-
 components/camel-amqp/pom.xml  |  2 +-
 components/camel-any23/pom.xml |  2 +-
 components/camel-arangodb/pom.xml  |  5 ++---
 components/camel-as2/camel-as2-api/pom.xml |  2 +-
 components/camel-as2/camel-as2-component/pom.xml   |  2 +-
 components/camel-as2/pom.xml   |  2 +-
 components/camel-asn1/pom.xml  |  2 +-
 components/camel-asterisk/pom.xml  |  2 +-
 components/camel-atlasmap/pom.xml  |  2 +-
 components/camel-atmos/pom.xml |  2 +-
 components/camel-atmosphere-websocket/pom.xml  |  2 +-
 components/camel-atom/pom.xml  |  2 +-
 components/camel-attachments/pom.xml   |  2 +-
 .../camel-avro-rpc-component/pom.xml   |  6 ++
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|  6 ++
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |  6 ++
 components/camel-avro-rpc/pom.xml  |  2 +-
 components/camel-avro/pom.xml  |  2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |  2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|  5 ++---
 components/camel-aws/camel-aws-xray/pom.xml|  2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |  2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|  2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|  2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |  2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|  2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|  5 ++---
 components/camel-aws/camel-aws2-lambda/pom.xml |  5 ++---
 components/camel-aws/camel-aws2-mq/pom.xml |  2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|  2 +-
 components/camel-aws/camel-aws2-s3/pom.xml |  2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|  5 ++---
 components/camel-aws/camel-aws2-sqs/pom.xml|  2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|  2 +-
 components/camel-aws/camel-aws2-translate/pom.xml  |  2 +-
 components/camel-aws/pom.xml   |  2 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml   |  2 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml  |  2 +-
 components/camel-azure/camel-azure-files/pom.xml   |  2 +-
 .../camel-azure/camel-azure-key-vault/pom.xml  |  2 +-
 .../camel-azure/camel-azure-servicebus/pom.xml |  2 +-
 

svn commit: r66322 [2/2] - /release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml

2023-12-26 Thread gzurowski


Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml
==
--- release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml (added)
+++ release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml Tue Dec 26 
12:01:22 2023
@@ -0,0 +1,101948 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.10
+
+  1cc7f6a0382f8bb2f758d6a6ea401d1b
+  a4297947a1f2d7d453105db542651614bbd37f38
+  bd0fdd8f2f2116eee5e715aeac1580f19eb7a10ec2b6f805b53567067658e872
+  9cde8352a427e10b96cae01348fc7cfe5d4aa9cd0a5e5dd93b414ce3bb7d112993c3b3004e53af52567fbfa16de0704ec59a5556a635ad70571fd124ae389f39
+  93d7bf5b5c735347edfbfbd66810273ca840f9a322b816d22d44c3d8e8255c09e86570bb23712aeb0cade0f478be5aeb
+  4467f16e9ca32190a6e49c65339eb28ee5e8c78f4e918fcf95128a4b7648898de56ccb43eacfad0c9391ef8cdb7d629a
+  ed2996c99b483e969221d5e9a40f562ea2ab85442d361d72a90e85266a3ed781
+  c8e6ea9ddc38edc77e284b3bf541663e84752bdc59ed1935799847a48a14ea2fa531b61008fefcba37d732a56702a11ac112437b9b80d18f4ecc8ef0ecfb32cf
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel
+  3.22.0
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@3.22.0?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  3.22.0
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@3.22.0?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  org.apache.camel
+  camel-parent
+  3.22.0
+  pkg:maven/org.apache.camel/camel-parent@3.22.0?type=pom
+
+
+  org.apache.camel
+  init
+  3.22.0
+  pkg:maven/org.apache.camel/init@3.22.0?type=pom
+
+
+  org.apache.camel
+  camel-bundle-plugin
+  3.22.0
+  
pkg:maven/org.apache.camel/camel-bundle-plugin@3.22.0?type=maven-plugin
+
+
+  The Apache Software Foundation
+  org.apache.felix
+  maven-bundle-plugin
+  5.1.9
+  Provides a maven plugin that supports creating an OSGi 
bundle
+  from the contents of the compilation classpath along with its
+  resources and dependencies. Plus a zillion other features.
+  The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
+  required
+  
+a47534f9f953dc75548a04c6046f3c25
+707d2a73eecc3cd7b208eb8b6f766e944ee486db
+d5379a3b8dd9b898c2953a1efea780cb5dc06029399ac492bbca13d65aa28eaf
+23781a6fba63a6b720cb2b95949fba5f4462f1100babd1e47997aea503cc720722d1672ff91b5f2472f4a54dc4675fb057e4bb7f12e3258849dd804e32a0e157
+b0f3a58fb2351ac262dfd76b7e8df922bf48cbcd7a80c4674c87660ad6abef1b9862889b21f3acc497fa56a40f6a9280
+3d8bef2acf057e60b8605304e3fb281392fd17b0b0d6833d9288401ac00e0472fe02967230accee21e41505946f79cbe
+8fd6d5b30d253e6aa50a188ed5081186d58275c5f9e7c4f86f31803ca4979c86
+50ac1bb094faa882a67288db0a406d9ec2dc06a1dd27c1b935b97ca407937d5926dfb31ce6819a1965afe01c93eb9ec22334134db1ff76b9585d20edf6e2fc13
+  
+  
+
+  Apache-2.0
+
+  
+  
pkg:maven/org.apache.felix/maven-bundle-plugin@5.1.9?type=jar
+  http://felix.apache.org/components/bundle-plugin/https://repository.apache.org/service/local/staging/deploy/maven2http://issues.apache.org/jira/browse/FELIXhttps://www.mail-archive.com/dev%40felix.apache.org/https://gitbox.apache.org/repos/asf?p=felix-dev.git
+
+
+  OSGi Alliance
+  org.osgi
+  org.osgi.core
+  6.0.0
+  OSGi Core Release 6, Interfaces and Classes for use in 
compiling bundles.
+  required
+  
+cae291c61fe8b7a4476d713550c7ff49
+0c49acdc9ac62cf69ee49cb6f1905b4fdb79ea5c
+1c1bb435eb34cbf1f743653da38f604d45d53fbc95979053768cd3fc293cb931
+a6d5388804982ab2cb0ba82b4291e73f006577c54e5dcb0675a2c4922594ddb0265810a4e7c748c88eba76ee350340376b7a9bd25d2de3afb954cf89117cd470
+

svn commit: r66322 [1/2] - /release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml

2023-12-26 Thread gzurowski
Author: gzurowski
Date: Tue Dec 26 12:01:22 2023
New Revision: 66322

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.xml



svn commit: r66321 [2/2] - /release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json

2023-12-26 Thread gzurowski


Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json
==
--- release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json (added)
+++ release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json Tue Dec 26 
12:00:53 2023
@@ -0,0 +1,253823 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.10",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "1cc7f6a0382f8bb2f758d6a6ea401d1b"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "a4297947a1f2d7d453105db542651614bbd37f38"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"bd0fdd8f2f2116eee5e715aeac1580f19eb7a10ec2b6f805b53567067658e872"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"9cde8352a427e10b96cae01348fc7cfe5d4aa9cd0a5e5dd93b414ce3bb7d112993c3b3004e53af52567fbfa16de0704ec59a5556a635ad70571fd124ae389f39"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"93d7bf5b5c735347edfbfbd66810273ca840f9a322b816d22d44c3d8e8255c09e86570bb23712aeb0cade0f478be5aeb"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"4467f16e9ca32190a6e49c65339eb28ee5e8c78f4e918fcf95128a4b7648898de56ccb43eacfad0c9391ef8cdb7d629a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"ed2996c99b483e969221d5e9a40f562ea2ab85442d361d72a90e85266a3ed781"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"c8e6ea9ddc38edc77e284b3bf541663e84752bdc59ed1935799847a48a14ea2fa531b61008fefcba37d732a56702a11ac112437b9b80d18f4ecc8ef0ecfb32cf"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel",
+  "name" : "camel",
+  "version" : "3.22.0",
+  "description" : "Camel Root POM",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel@3.22.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel@3.22.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel",
+  "name" : "camel-buildtools",
+  "version" : "3.22.0",
+  "description" : "The build tools for the Apache Camel project",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel-buildtools@3.22.0?type=jar",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org/camel-buildtools;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : 
"https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel-buildtools@3.22.0?type=jar"
+},
+{
+  "group" : "org.apache.camel",
+  "name" : "camel-parent",
+  "version" : "3.22.0",
+  "purl" : 

svn commit: r66321 [1/2] - /release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json

2023-12-26 Thread gzurowski
Author: gzurowski
Date: Tue Dec 26 12:00:53 2023
New Revision: 66321

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/3.22.0/apache-camel-3.22.0-sbom.json



svn commit: r66320 - in /release/camel/apache-camel/3.22.0: apache-camel-3.22.0-src.zip apache-camel-3.22.0-src.zip.asc apache-camel-3.22.0-src.zip.sha512 apache-camel-3.22.0.pom apache-camel-3.22.0.p

2023-12-26 Thread gzurowski
Author: gzurowski
Date: Tue Dec 26 11:53:32 2023
New Revision: 66320

Log:
Apache Camel 3.22.0 released artifacts.

Added:
release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip   (with props)
release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.asc
release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.sha512
release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom
release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom.asc
release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom.sha512

Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip
==
Binary file - no diff available.

Propchange: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.asc
==
--- release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.asc (added)
+++ release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.asc Tue Dec 
26 11:53:32 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmWBv7wACgkQnVvv+llC
+wEnPmRAAglnt5axFiJEBb1YDrUupYtzaYm+3e3tlVcI5EGqM+HdjQ0CZWM374JxP
+8CoBCoeCm/SMtjVNa7WivDqICV/8YDg0QBPW32ejGisH596YhmLzIgvEpjICgiUD
+th/N7AGo80dzwbYF3lu+lyjjQiVslPI/QsekgY3eUMHTuosFhE+y0TAuLYuY+WY4
+u3tdAhDcQHLnupV5Q400O/iVhfpaZy+zlkKkMFLrch1h6Nl0XOh0hTNA5F3ym9v9
+u3C5uuTBnShMCH5Fy9ilYRfG+ggWi4cvjN5d2lWDWEB+Tu6cBsu4yFWYhoicQ6UH
+DH3pgz3AiL+aDpvxrnzT/XWmRu3pJgl61ORKHplv89zCgBL24n++p7gCtyYG7u/T
+/Zm2rkQdv+ZyM5+G19LPFqDneBW2ReLYrfdBsZf+3fBIrb0iAH1xEKNhf7QUs5kG
+tMqmvvq7P2btn32jfMzwUKulSi6OoqoVOd9HKbisVNpYlBchJdKTJyCM/vPvMYc4
+ez60Toqn5oVQuth1MbvPzxJxExHgFP3k1yKfUyQl1TYWvQKEODN1tVZqCJ9LX2RC
+P/dVquOYjmoW0rFy3ZCFr5D/G7YsN2+YCKlOQIdNIXNLGyyZ/Rk5VTkMa7GYu+hY
+rIairzmmENPfqSiEIR2F3YN0nkxlsHnQCtp+lHmoasTk/nnl33g=
+=YaFB
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.sha512
==
--- release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.sha512 (added)
+++ release/camel/apache-camel/3.22.0/apache-camel-3.22.0-src.zip.sha512 Tue 
Dec 26 11:53:32 2023
@@ -0,0 +1 @@
+90d116cb93db4ab50ffc00da688313c8746a4972d06958b5b18a3530610f39166ddf2e498a5e9cbf586193d7609be8034724a080bf8c2b3bf066e45b2ad20d5d
  apache-camel-3.22.0-src.zip

Added: release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom
==
--- release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom (added)
+++ release/camel/apache-camel/3.22.0/apache-camel-3.22.0.pom Tue Dec 26 
11:53:32 2023
@@ -0,0 +1,300 @@
+
+
+http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
+  4.0.0
+  
+org.apache.camel
+camel-parent
+3.22.0
+../parent
+  
+  org.apache.camel
+  apache-camel
+  3.22.0
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+false
+true
+gnu
+true
+  
+  
+
+  org.apache.camel
+  camel-api
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-util
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-management
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-base
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-support
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  3.22.0
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  3.22.0
+  compile
+
+
+  

svn commit: r66319 - /release/camel/apache-camel/3.22.0/

2023-12-26 Thread gzurowski
Author: gzurowski
Date: Tue Dec 26 11:52:00 2023
New Revision: 66319

Log:
Apache Camel 3.22.0 release distro placeholder.

Added:
release/camel/apache-camel/3.22.0/



(camel) branch regen_bot updated (9b69b04d9a8 -> 5e2a89635bd)

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

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


from 9b69b04d9a8 Remote (#12604)
 add 5e2a89635bd Kamelet no (#12606)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/kamelet.json   |   6 +-
 .../kamelet/KameletComponentConfigurer.java|   6 ++
 .../kamelet/KameletEndpointConfigurer.java |   6 ++
 .../kamelet/KameletEndpointUriFactory.java |   3 +-
 .../apache/camel/component/kamelet/kamelet.json|   6 +-
 .../apache/camel/component/kamelet/Kamelet.java|   6 ++
 .../camel/component/kamelet/KameletComponent.java  |  18 
 .../camel/component/kamelet/KameletEndpoint.java   |  14 +++
 .../KameletHttpSinkNoErrorHandlerFalseTest.java|  64 
 .../component/kamelet/KameletHttpSinkTest.java |  54 ++
 .../kamelet/KameletNoErrorHandlerDirectTest.java   |  59 +++
 ...ameletNoErrorHandlerRouteConfigurationTest.java |  57 +++
 .../kamelet/KameletNoErrorHandlerTest.java |  53 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc |   6 ++
 .../dsl/KameletComponentBuilderFactory.java|  18 
 .../dsl/KameletEndpointBuilderFactory.java | 111 +
 16 files changed, 482 insertions(+), 5 deletions(-)
 create mode 100644 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletHttpSinkNoErrorHandlerFalseTest.java
 create mode 100644 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletHttpSinkTest.java
 create mode 100644 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletNoErrorHandlerDirectTest.java
 create mode 100644 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletNoErrorHandlerRouteConfigurationTest.java
 create mode 100644 
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletNoErrorHandlerTest.java



(camel) branch avro updated (dee63f7f3e3 -> f189a42b2dc)

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

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


from dee63f7f3e3 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels.
 add f189a42b2dc CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java| 2 +-
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json| 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)



(camel) branch main updated: Kamelet no (#12606)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5e2a89635bd Kamelet no (#12606)
5e2a89635bd is described below

commit 5e2a89635bde02df40925f65b430882b35a60bd0
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 12:43:54 2023 +0100

Kamelet no (#12606)

CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, 
and not a route with its own error handling. Therefore we turn off error 
handling in the template to make it work better with user configured error 
handling. Added option to be backwards compatible
---
 .../apache/camel/catalog/components/kamelet.json   |   6 +-
 .../kamelet/KameletComponentConfigurer.java|   6 ++
 .../kamelet/KameletEndpointConfigurer.java |   6 ++
 .../kamelet/KameletEndpointUriFactory.java |   3 +-
 .../apache/camel/component/kamelet/kamelet.json|   6 +-
 .../apache/camel/component/kamelet/Kamelet.java|   6 ++
 .../camel/component/kamelet/KameletComponent.java  |  18 
 .../camel/component/kamelet/KameletEndpoint.java   |  14 +++
 .../KameletHttpSinkNoErrorHandlerFalseTest.java|  64 
 .../component/kamelet/KameletHttpSinkTest.java |  54 ++
 .../kamelet/KameletNoErrorHandlerDirectTest.java   |  59 +++
 ...ameletNoErrorHandlerRouteConfigurationTest.java |  57 +++
 .../kamelet/KameletNoErrorHandlerTest.java |  53 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc |   6 ++
 .../dsl/KameletComponentBuilderFactory.java|  18 
 .../dsl/KameletEndpointBuilderFactory.java | 111 +
 16 files changed, 482 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
index c7dda542edd..d48bc9ad2ee 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
@@ -31,7 +31,8 @@
 "lazyStartProducer": { "index": 5, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
 "timeout": { "index": 6, "kind": "property", "displayName": "Timeout", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 3, "description": "The timeout value to use if block is 
enabled." },
 "autowiredEnabled": { "index": 7, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
-"routeTemplateLoaderListener": { "index": 8, "kind": "property", 
"displayName": "Route Template Loader Listener", "group": "advanced", "label": 
"advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.spi.RouteTemplateLoaderListener", "deprecated": false, 
"autowired": true, "secret": false, "description": "To plugin a custom listener 
for when the Kamelet component is loading Kamelets from external resources." }
+"noErrorHandler": { "index": 8, "kind": "property", "displayName": "No 
Error Handler", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Kamelets, by 
default, will not do fine-grained error handling, but works in no-error-handler 
mode. This can be turned off, to use old behaviour in earlier versions of 
Camel." },
+"routeTemplateLoaderListener": { "index": 9, "kind": "property", 
"displayName": "Route Template Loader Listener", "group": "advanced", "label": 
"advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.spi.RouteTemplateLoaderListener", "deprecated": false, 
"autowired": true, "secret": false, "description": "To plugin a custom listener 
for when the Kamelet component is loading Kamelets from external 

(camel) branch kamelet-no deleted (was e58fa2e1544)

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

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


 was e58fa2e1544 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



Re: [PR] Kamelet no [camel]

2023-12-26 Thread via GitHub


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


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



Re: [PR] CAMEL-19143: parquet avro dataformat - Add enum for compression levels. [camel]

2023-12-26 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


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



[PR] CAMEL-19143: parquet avro dataformat - Add enum for compression levels. [camel]

2023-12-26 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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/01: CAMEL-19143: parquet avro dataformat - Add enum for compression levels.

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

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

commit dee63f7f3e3445c2dc24c9671f8b3b30e47d300c
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 12:37:00 2023 +0100

CAMEL-19143: parquet avro dataformat - Add enum for compression levels.
---
 .../resources/org/apache/camel/catalog/dataformats/parquetAvro.json  | 2 +-
 .../resources/org/apache/camel/catalog/models/parquetAvro.json   | 2 +-
 .../org/apache/camel/dataformat/parquet/avro/parquetAvro.json| 2 +-
 .../apache/camel/dataformat/parquet/avro/ParquetAvroDataFormat.java  | 4 +---
 .../resources/org/apache/camel/model/dataformat/parquetAvro.json | 2 +-
 .../org/apache/camel/model/dataformat/ParquetAvroDataFormat.java | 5 +
 6 files changed, 6 insertions(+), 11 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
index 45cc3d1217f..70a3b613d67 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/parquetAvro.json
@@ -17,7 +17,7 @@
   },
   "properties": {
 "id": { "index": 0, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" },
-"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "GZIP", "description": "Compression codec to use when 
marshalling." },
+"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "UNCOMPRESSED", "SNAPPY", "GZIP", "LZO", 
"BROTLI", "LZ4", "ZSTD", "LZ4_RAW" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "GZIP", "description": "Compression codec to 
use when marshalling." },
 "unmarshalType": { "index": 2, "kind": "attribute", "displayName": 
"Unmarshal Type", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Class to use when (un)marshalling. If omitted, parquet files 
are converted into Avro's GenericRecords for unmarshalling and input objects 
are assumed as GenericRecords for marshalling." },
 "lazyLoad": { "index": 3, "kind": "attribute", "displayName": "Lazy Load", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether the unmarshalling should produce an iterator of 
records or read all the records at once." }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
index 048b6aa31e3..061701c4db6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/parquetAvro.json
@@ -14,7 +14,7 @@
   },
   "properties": {
 "id": { "index": 0, "kind": "attribute", "displayName": "Id", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" },
-"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "GZIP", "description": "Compression codec to use when 
marshalling." },
+"compressionCodecName": { "index": 1, "kind": "attribute", "displayName": 
"Compression Codec Name", "required": false, "type": "enum", "javaType": 
"java.lang.String", "enum": [ "UNCOMPRESSED", "SNAPPY", "GZIP", "LZO", 
"BROTLI", "LZ4", "ZSTD", "LZ4_RAW" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "GZIP", "description": "Compression codec to 
use when marshalling." },
 "unmarshalType": { "index": 2, "kind": "attribute", "displayName": 
"Unmarshal Type", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Class to use when (un)marshalling. If omitted, parquet files 
are converted into Avro's GenericRecords for unmarshalling and input objects 
are 

(camel) branch avro created (now dee63f7f3e3)

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

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


  at dee63f7f3e3 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels.

This branch includes the following new commits:

 new dee63f7f3e3 CAMEL-19143: parquet avro dataformat - Add enum for 
compression levels.

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




(camel) branch kamelet-no updated (27ac8112fbb -> e58fa2e1544)

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

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


from 27ac8112fbb CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible
 add e58fa2e1544 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/kamelet.json   |   6 +-
 .../dsl/KameletComponentBuilderFactory.java|  18 
 .../dsl/KameletEndpointBuilderFactory.java | 111 +
 3 files changed, 133 insertions(+), 2 deletions(-)



Re: [PR] CAMEL-20019: demo session handler implementation [camel]

2023-12-26 Thread via GitHub


jono-morris commented on code in PR #12530:
URL: https://github.com/apache/camel/pull/12530#discussion_r1436400648


##
components/camel-platform-http-vertx/pom.xml:
##
@@ -84,6 +84,11 @@
 camel-log
 test
 
+
+org.apache.camel
+camel-vertx-http
+test
+

Review Comment:
   Hey @orpiske, by using `camel-http` instead of `camel-vertx-http` it now 
means that no new deps have been introduced by this change. Would it be OK it 
we tackle the test dependency management improvements that you've proposed in a 
separate ticket/PR?  



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

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

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



Re: [PR] Kamelet no [camel]

2023-12-26 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


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



[PR] Kamelet no [camel]

2023-12-26 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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 kamelet-no updated: CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, and not a route with its own error handling. Therefore we turn off error handling in the t

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

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


The following commit(s) were added to refs/heads/kamelet-no by this push:
 new 27ac8112fbb CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible
27ac8112fbb is described below

commit 27ac8112fbb2f4c099619541c8bccb8441bf4a89
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 11:58:38 2023 +0100

CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, 
and not a route with its own error handling. Therefore we turn off error 
handling in the template to make it work better with user configured error 
handling. Added option to be backwards compatible
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 7ca454a86d8..8ef7de53067 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -421,8 +421,6 @@ The command `camel dependencies` has been renamed to `camel 
dependency`.
 
 In Camel JBang the `-dir` parameter for `init` and `run` goal has been renamed 
to require 2 dashes `--dir` like all the other options.
 
-<<< HEAD
-<<< HEAD
 The `camel stop` command will now by default stop all running integrations 
(the option `--all` has been removed).
 
 The _Placeholders substitutes_ is changed to use `#name` instead of `$name` 
syntax.



(camel) 01/01: CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, and not a route with its own error handling. Therefore we turn off error handling in the template to make it w

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

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

commit 61f51ea70b3d9f53ad15878201409babff82f3dc
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 11:57:16 2023 +0100

CAMEL-19411: camel-kamelet - Kamelets should be as its a single component, 
and not a route with its own error handling. Therefore we turn off error 
handling in the template to make it work better with user configured error 
handling. Added option to be backwards compatible
---
 .../kamelet/KameletComponentConfigurer.java|  6 ++
 .../kamelet/KameletEndpointConfigurer.java |  6 ++
 .../kamelet/KameletEndpointUriFactory.java |  3 +-
 .../apache/camel/component/kamelet/kamelet.json|  6 +-
 .../apache/camel/component/kamelet/Kamelet.java|  6 ++
 .../camel/component/kamelet/KameletComponent.java  | 18 ++
 .../camel/component/kamelet/KameletEndpoint.java   | 14 +
 .../KameletHttpSinkNoErrorHandlerFalseTest.java| 64 ++
 .../component/kamelet/KameletHttpSinkTest.java | 54 ++
 .../kamelet/KameletNoErrorHandlerDirectTest.java   | 59 
 ...ameletNoErrorHandlerRouteConfigurationTest.java | 57 +++
 .../kamelet/KameletNoErrorHandlerTest.java | 53 ++
 .../ROOT/pages/camel-4-migration-guide.adoc|  2 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc |  6 ++
 14 files changed, 351 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletComponentConfigurer.java
 
b/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletComponentConfigurer.java
index f734ad0062e..0b065a9c7bb 100644
--- 
a/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletComponentConfigurer.java
+++ 
b/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletComponentConfigurer.java
@@ -29,6 +29,8 @@ public class KameletComponentConfigurer extends 
PropertyConfigurerSupport implem
 case "lazystartproducer":
 case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "location": target.setLocation(property(camelContext, 
java.lang.String.class, value)); return true;
+case "noerrorhandler":
+case "noErrorHandler": target.setNoErrorHandler(property(camelContext, 
boolean.class, value)); return true;
 case "routeproperties":
 case "routeProperties": 
target.setRouteProperties(property(camelContext, java.util.Map.class, value)); 
return true;
 case "routetemplateloaderlistener":
@@ -56,6 +58,8 @@ public class KameletComponentConfigurer extends 
PropertyConfigurerSupport implem
 case "lazystartproducer":
 case "lazyStartProducer": return boolean.class;
 case "location": return java.lang.String.class;
+case "noerrorhandler":
+case "noErrorHandler": return boolean.class;
 case "routeproperties":
 case "routeProperties": return java.util.Map.class;
 case "routetemplateloaderlistener":
@@ -79,6 +83,8 @@ public class KameletComponentConfigurer extends 
PropertyConfigurerSupport implem
 case "lazystartproducer":
 case "lazyStartProducer": return target.isLazyStartProducer();
 case "location": return target.getLocation();
+case "noerrorhandler":
+case "noErrorHandler": return target.isNoErrorHandler();
 case "routeproperties":
 case "routeProperties": return target.getRouteProperties();
 case "routetemplateloaderlistener":
diff --git 
a/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletEndpointConfigurer.java
 
b/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletEndpointConfigurer.java
index 9883db35a2e..18dced3a51a 100644
--- 
a/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletEndpointConfigurer.java
+++ 
b/components/camel-kamelet/src/generated/java/org/apache/camel/component/kamelet/KameletEndpointConfigurer.java
@@ -33,6 +33,8 @@ public class KameletEndpointConfigurer extends 
PropertyConfigurerSupport impleme
 case "lazystartproducer":
 case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "location": target.setLocation(property(camelContext, 
java.lang.String.class, value)); return true;
+case "noerrorhandler":
+case "noErrorHandler": target.setNoErrorHandler(property(camelContext, 
boolean.class, value)); return true;
 case "timeout": target.setTimeout(property(camelContext, long.class, 
value)); return true;
 default: return false;
 }
@@ -53,6 +55,8 @@ public class 

(camel) branch kamelet-no created (now 61f51ea70b3)

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

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


  at 61f51ea70b3 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

This branch includes the following new commits:

 new 61f51ea70b3 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

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




Re: [PR] Noerror [camel]

2023-12-26 Thread via GitHub


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


-- 
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 noerror deleted (was 44b15bdd7a9)

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

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


 was 44b15bdd7a9 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel) branch noerror updated (9c34bf4edef -> 44b15bdd7a9)

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

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


from 9c34bf4edef CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible
 add 44b15bdd7a9 CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

No new revisions were added by this update.

Summary of changes:
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 6 --
 1 file changed, 6 deletions(-)



Re: [PR] Noerror [camel]

2023-12-26 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


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



[PR] Noerror [camel]

2023-12-26 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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 noerror created (now 9c34bf4edef)

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

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


  at 9c34bf4edef CAMEL-19411: camel-kamelet - Kamelets should be as its a 
single component, and not a route with its own error handling. Therefore we 
turn off error handling in the template to make it work better with user 
configured error handling. Added option to be backwards compatible

No new revisions were added by this update.



(camel) branch regen_bot updated (f6bf6eeb4b0 -> 9b69b04d9a8)

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

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


from f6bf6eeb4b0 Unmarshal (#12592)
 add 9b69b04d9a8 Remote (#12604)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/activemq.json  |3 +-
 .../org/apache/camel/catalog/components/amqp.json  |3 +-
 .../apache/camel/catalog/components/arangodb.json  |3 +-
 .../org/apache/camel/catalog/components/as2.json   |3 +-
 .../apache/camel/catalog/components/asterisk.json  |3 +-
 .../catalog/components/atmosphere-websocket.json   |3 +-
 .../org/apache/camel/catalog/components/atom.json  |3 +-
 .../org/apache/camel/catalog/components/avro.json  |3 +-
 .../camel/catalog/components/aws-cloudtrail.json   |3 +-
 .../camel/catalog/components/aws-config.json   |3 +-
 .../catalog/components/aws-secrets-manager.json|3 +-
 .../camel/catalog/components/aws2-athena.json  |3 +-
 .../apache/camel/catalog/components/aws2-cw.json   |3 +-
 .../apache/camel/catalog/components/aws2-ddb.json  |3 +-
 .../camel/catalog/components/aws2-ddbstream.json   |3 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |3 +-
 .../apache/camel/catalog/components/aws2-ecs.json  |3 +-
 .../apache/camel/catalog/components/aws2-eks.json  |3 +-
 .../camel/catalog/components/aws2-eventbridge.json |3 +-
 .../apache/camel/catalog/components/aws2-iam.json  |3 +-
 .../catalog/components/aws2-kinesis-firehose.json  |3 +-
 .../camel/catalog/components/aws2-kinesis.json |3 +-
 .../apache/camel/catalog/components/aws2-kms.json  |3 +-
 .../camel/catalog/components/aws2-lambda.json  |3 +-
 .../apache/camel/catalog/components/aws2-mq.json   |3 +-
 .../apache/camel/catalog/components/aws2-msk.json  |3 +-
 .../catalog/components/aws2-redshift-data.json |3 +-
 .../apache/camel/catalog/components/aws2-s3.json   |3 +-
 .../apache/camel/catalog/components/aws2-ses.json  |3 +-
 .../apache/camel/catalog/components/aws2-sns.json  |3 +-
 .../apache/camel/catalog/components/aws2-sqs.json  |3 +-
 .../catalog/components/aws2-step-functions.json|3 +-
 .../apache/camel/catalog/components/aws2-sts.json  |3 +-
 .../camel/catalog/components/aws2-timestream.json  |3 +-
 .../camel/catalog/components/aws2-translate.json   |3 +-
 .../camel/catalog/components/azure-cosmosdb.json   |3 +-
 .../camel/catalog/components/azure-eventhubs.json  |3 +-
 .../camel/catalog/components/azure-files.json  |3 +-
 .../camel/catalog/components/azure-key-vault.json  |3 +-
 .../camel/catalog/components/azure-servicebus.json |3 +-
 .../catalog/components/azure-storage-blob.json |3 +-
 .../catalog/components/azure-storage-datalake.json |3 +-
 .../catalog/components/azure-storage-queue.json|3 +-
 .../camel/catalog/components/bean-validator.json   |3 +-
 .../org/apache/camel/catalog/components/bean.json  |3 +-
 .../apache/camel/catalog/components/bonita.json|3 +-
 .../org/apache/camel/catalog/components/box.json   |3 +-
 .../apache/camel/catalog/components/braintree.json |3 +-
 .../apache/camel/catalog/components/browse.json|3 +-
 .../camel/catalog/components/caffeine-cache.json   |3 +-
 .../catalog/components/caffeine-loadcache.json |3 +-
 .../camel/catalog/components/chatscript.json   |3 +-
 .../org/apache/camel/catalog/components/chunk.json |3 +-
 .../org/apache/camel/catalog/components/class.json |3 +-
 .../apache/camel/catalog/components/cm-sms.json|3 +-
 .../apache/camel/catalog/components/coap+tcp.json  |3 +-
 .../org/apache/camel/catalog/components/coap.json  |3 +-
 .../apache/camel/catalog/components/coaps+tcp.json |3 +-
 .../org/apache/camel/catalog/components/coaps.json |3 +-
 .../apache/camel/catalog/components/cometd.json|3 +-
 .../apache/camel/catalog/components/cometds.json   |3 +-
 .../apache/camel/catalog/components/consul.json|3 +-
 .../camel/catalog/components/controlbus.json   |3 +-
 .../apache/camel/catalog/components/couchbase.json |3 +-
 .../apache/camel/catalog/components/couchdb.json   |3 +-
 .../org/apache/camel/catalog/components/cql.json   |3 +-
 .../org/apache/camel/catalog/components/cron.json  |3 +-
 .../apache/camel/catalog/components/crypto.json|3 +-
 .../org/apache/camel/catalog/components/cxf.json   |3 +-
 .../org/apache/camel/catalog/components/cxfrs.json |3 +-
 .../camel/catalog/components/dataformat.json   |3 +-
 .../camel/catalog/components/dataset-test.json |3 +-
 .../apache/camel/catalog/components/dataset.json   |3 +-
 .../camel/catalog/components/debezium-db2.json |3 +-
 .../camel/catalog/components/debezium-mongodb.json |3 +-
 

(camel) branch remote deleted (was 61768a57c4c)

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

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


 was 61768a57c4c CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



Re: [PR] Remote [camel]

2023-12-26 Thread via GitHub


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


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



[PR] Remote [camel]

2023-12-26 Thread via GitHub


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

   # Description
   
   
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that 
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have 
committed all auto-generated changes
   
   
   
   


-- 
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) 07/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit 61768a57c4c6bf2b74ec7999f5e3e2f917fc9199
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 11:29:41 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../src/generated/resources/metadata.json  | 1002 +---
 1 file changed, 668 insertions(+), 334 deletions(-)

diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 19b250855ea..8f815d385e1 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -19,7 +19,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "AmqpComponentBuilderFactory": {
 "kind": "component",
@@ -41,7 +42,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "ArangodbComponentBuilderFactory": {
 "kind": "component",
@@ -63,7 +65,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "As2ComponentBuilderFactory": {
 "kind": "component",
@@ -86,7 +89,8 @@
 "apiSyntax": "apiName\/methodName",
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "AsteriskComponentBuilderFactory": {
 "kind": "component",
@@ -108,7 +112,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "AtmosphereWebsocketComponentBuilderFactory": {
 "kind": "component",
@@ -130,7 +135,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "AtomComponentBuilderFactory": {
 "kind": "component",
@@ -152,7 +158,8 @@
 "api": false,
 "consumerOnly": true,
 "producerOnly": false,
-"lenientProperties": true
+"lenientProperties": true,
+"remote": true
   },
   "AvroComponentBuilderFactory": {
 "kind": "component",
@@ -174,7 +181,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2AthenaComponentBuilderFactory": {
 "kind": "component",
@@ -196,7 +204,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2CwComponentBuilderFactory": {
 "kind": "component",
@@ -218,7 +227,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2DdbComponentBuilderFactory": {
 "kind": "component",
@@ -240,7 +250,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2DdbstreamComponentBuilderFactory": {
 "kind": "component",
@@ -262,7 +273,8 @@
 "api": false,
 "consumerOnly": true,
 "producerOnly": false,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2Ec2ComponentBuilderFactory": {
 "kind": "component",
@@ -284,7 +296,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2EcsComponentBuilderFactory": {
 "kind": "component",
@@ -306,7 +319,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2EksComponentBuilderFactory": {
 "kind": "component",
@@ -328,7 +342,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2EventbridgeComponentBuilderFactory": {
 "kind": "component",
@@ -350,7 +365,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": false,
+"remote": true
   },
   "Aws2IamComponentBuilderFactory": {
 "kind": "component",
@@ -372,7 +388,8 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-

(camel) 05/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit 6c92e4dbc7847c155bf0a9b9ce0b4ebebe67d067
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 10:52:52 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../apache/camel/component/bean/validator/BeanValidatorEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/bean/BeanEndpoint.java | 2 +-
 .../main/java/org/apache/camel/component/beanclass/ClassEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/browse/BrowseEndpoint.java | 2 +-
 .../apache/camel/component/caffeine/cache/CaffeineCacheEndpoint.java| 2 +-
 .../apache/camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/chunk/ChunkEndpoint.java   | 2 +-
 .../java/org/apache/camel/component/controlbus/ControlBusEndpoint.java  | 2 +-
 .../src/main/java/org/apache/camel/component/cron/CronEndpoint.java | 2 +-
 .../org/apache/camel/component/crypto/DigitalSignatureEndpoint.java | 2 +-
 .../java/org/apache/camel/component/dataformat/DataFormatEndpoint.java  | 2 +-
 .../main/java/org/apache/camel/component/dataset/DataSetEndpoint.java   | 2 +-
 .../java/org/apache/camel/component/dataset/DataSetTestEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/direct/DirectEndpoint.java | 2 +-
 .../java/org/apache/camel/component/disruptor/DisruptorEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/djl/DJLEndpoint.java   | 2 +-
 .../main/java/org/apache/camel/component/dropbox/DropboxEndpoint.java   | 2 +-
 .../component/dynamicrouter/control/DynamicRouterControlEndpoint.java   | 1 +
 .../camel/component/dynamicrouter/routing/DynamicRouterEndpoint.java| 1 +
 .../src/main/java/org/apache/camel/component/exec/ExecEndpoint.java | 2 +-
 .../main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/fop/FopEndpoint.java   | 2 +-
 .../java/org/apache/camel/component/freemarker/FreemarkerEndpoint.java  | 2 +-
 .../src/main/java/org/apache/camel/component/grape/GrapeEndpoint.java   | 2 +-
 .../apache/camel/component/guava/eventbus/GuavaEventBusEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/jmx/JMXEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/jolt/JoltEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/jslt/JsltEndpoint.java | 2 +-
 .../java/org/apache/camel/component/jsonpatch/JsonPatchEndpoint.java| 2 +-
 .../org/apache/camel/component/jsonvalidator/JsonValidatorEndpoint.java | 2 +-
 .../main/java/org/apache/camel/component/jsonata/JsonataEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/jte/JteEndpoint.java   | 2 +-
 .../main/java/org/apache/camel/component/language/LanguageEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/log/LogEndpoint.java   | 2 +-
 .../java/org/apache/camel/component/lumberjack/LumberjackEndpoint.java  | 2 +-
 .../java/org/apache/camel/component/mapstruct/MapstructEndpoint.java| 2 +-
 .../main/java/org/apache/camel/component/metrics/MetricsEndpoint.java   | 2 +-
 .../java/org/apache/camel/component/micrometer/MicrometerEndpoint.java  | 2 +-
 .../src/main/java/org/apache/camel/component/mock/MockEndpoint.java | 2 +-
 .../main/java/org/apache/camel/component/mustache/MustacheEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/mvel/MvelEndpoint.java | 2 +-
 .../src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/quartz/QuartzEndpoint.java | 2 +-
 .../camel/component/reactive/streams/ReactiveStreamsEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/ref/RefEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java  | 2 +-
 .../src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java | 2 +-
 .../java/org/apache/camel/component/scheduler/SchedulerEndpoint.java| 2 +-
 .../java/org/apache/camel/component/schematron/SchematronEndpoint.java  | 2 +-
 .../src/main/java/org/apache/camel/component/seda/SedaEndpoint.java | 2 +-
 .../org/apache/camel/component/spring/batch/SpringBatchEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/event/EventEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/stax/StAXEndpoint.java | 2 +-
 .../apache/camel/component/stringtemplate/StringTemplateEndpoint.java   | 2 +-
 .../src/main/java/org/apache/camel/component/stub/StubEndpoint.java | 2 +-
 .../java/org/apache/camel/component/thymeleaf/ThymeleafEndpoint.java| 2 +-
 .../src/main/java/org/apache/camel/component/tika/TikaEndpoint.java | 2 +-
 

(camel) 04/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit 62a500c0b54b16bdb6bae42033cc3fcc354d9545
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 10:52:43 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../src/generated/java/org/apache/camel/spi/UriEndpoint.java | 5 +++--
 .../src/main/java/org/apache/camel/spi/UriEndpoint.java  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java 
b/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
index e018fe9569e..e801ce372d2 100644
--- a/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
+++ b/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
@@ -198,7 +198,8 @@ public @interface UriEndpoint {
 String headersNameProvider() default "";
 
 /**
- * Whether the component does remote communication such as connecting to 
an external system over the network.
+ * Whether the component does remote communication such as connecting to 
an external system over the network. Set
+ * this to false for internal components such as log, message 
transformations and other kinds.
  */
-boolean remote() default false;
+boolean remote() default true;
 }
diff --git 
a/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java 
b/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
index e018fe9569e..e801ce372d2 100644
--- 
a/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
+++ 
b/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
@@ -198,7 +198,8 @@ public @interface UriEndpoint {
 String headersNameProvider() default "";
 
 /**
- * Whether the component does remote communication such as connecting to 
an external system over the network.
+ * Whether the component does remote communication such as connecting to 
an external system over the network. Set
+ * this to false for internal components such as log, message 
transformations and other kinds.
  */
-boolean remote() default false;
+boolean remote() default true;
 }



(camel) 01/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit 31d33ee0d72d83562e444211ca8869be3ff2f073
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 10:11:05 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../src/generated/java/org/apache/camel/spi/UriEndpoint.java | 5 +
 .../src/main/java/org/apache/camel/spi/UriEndpoint.java  | 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java 
b/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
index f4d4855147d..e018fe9569e 100644
--- a/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
+++ b/core/camel-api/src/generated/java/org/apache/camel/spi/UriEndpoint.java
@@ -196,4 +196,9 @@ public @interface UriEndpoint {
  * 
  */
 String headersNameProvider() default "";
+
+/**
+ * Whether the component does remote communication such as connecting to 
an external system over the network.
+ */
+boolean remote() default false;
 }
diff --git 
a/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java 
b/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
index f4d4855147d..e018fe9569e 100644
--- 
a/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
+++ 
b/tooling/spi-annotations/src/main/java/org/apache/camel/spi/UriEndpoint.java
@@ -196,4 +196,9 @@ public @interface UriEndpoint {
  * 
  */
 String headersNameProvider() default "";
+
+/**
+ * Whether the component does remote communication such as connecting to 
an external system over the network.
+ */
+boolean remote() default false;
 }



(camel) branch remote created (now 61768a57c4c)

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

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


  at 61768a57c4c CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.

This branch includes the following new commits:

 new 31d33ee0d72 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new d23139e8ea0 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new 03bdbd54d80 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new 62a500c0b54 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new 6c92e4dbc78 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new abb732ea425 CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.
 new 61768a57c4c CAMEL-18559: Add remote to @UriEndpoint so we can know if 
the component does remote communication or not.

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




(camel) 02/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit d23139e8ea03341efa062a7596bec9c8c52ffb2c
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 10:13:17 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../main/java/org/apache/camel/tooling/model/ComponentModel.java | 9 +
 .../src/main/java/org/apache/camel/tooling/model/JsonMapper.java | 2 ++
 2 files changed, 11 insertions(+)

diff --git 
a/tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/ComponentModel.java
 
b/tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/ComponentModel.java
index d5df5019791..7439f06eebd 100644
--- 
a/tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/ComponentModel.java
+++ 
b/tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/ComponentModel.java
@@ -35,6 +35,7 @@ public class ComponentModel extends 
ArtifactModel endpointOptions = new 
ArrayList<>();
 protected final List headers = new ArrayList<>();
@@ -137,6 +138,14 @@ public class ComponentModel extends 
ArtifactModel e.getValue() == null);
 JsonObject wrapper = new JsonObject();



(camel) 03/07: CAMEL-18559: Add remote to @UriEndpoint so we can know if the component does remote communication or not.

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

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

commit 03bdbd54d80f4d8ae55ab14fa5ca79c6697653b1
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 10:14:16 2023 +0100

CAMEL-18559: Add remote to @UriEndpoint so we can know if the component 
does remote communication or not.
---
 .../org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java
index ca05171c1a2..197eff46884 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointSchemaGeneratorMojo.java
@@ -813,6 +813,7 @@ public class EndpointSchemaGeneratorMojo extends 
AbstractGeneratorMojo {
 model.setConsumerOnly(uriEndpoint.consumerOnly());
 model.setProducerOnly(uriEndpoint.producerOnly());
 model.setLenientProperties(uriEndpoint.lenientProperties());
+model.setRemote(uriEndpoint.remote());
 
model.setAsync(loadClass("org.apache.camel.AsyncEndpoint").isAssignableFrom(endpointClassElement));
 
model.setApi(loadClass("org.apache.camel.ApiEndpoint").isAssignableFrom(endpointClassElement));
 model.setApiSyntax(uriEndpoint.apiSyntax());



Re: [I] Jenkinsfile for CI Jobs [camel-kamelets]

2023-12-26 Thread via GitHub


oscerd commented on issue #1820:
URL: 
https://github.com/apache/camel-kamelets/issues/1820#issuecomment-1869409572

   https://github.com/apache/camel-kamelets/blob/main/Jenkinsfile
   
   Don't open issue for questions please. Also it's holiday time so I won't be 
available that much


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



Re: [I] Jenkinsfile for CI Jobs [camel-kamelets]

2023-12-26 Thread via GitHub


oscerd closed issue #1820: Jenkinsfile for CI Jobs
URL: https://github.com/apache/camel-kamelets/issues/1820


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

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

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


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

commit 395ccc06a651e4c8be84dcd2a13c6d0c6fb06c2d
Author: Claus Ibsen 
AuthorDate: Tue Dec 26 09:05:30 2023 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 62 +-
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 0188fd30702..59b2306ce18 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -54,157 +54,157 @@
   
 io.grpc
 grpc-all
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-alts
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-android
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-api
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-auth
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-benchmarks
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-binder
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-census
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-context
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-core
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-cronet
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-gcp-observability
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-googleapis
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-grpclb
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-inprocess
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-interop-testing
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-netty
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-netty-shaded
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-okhttp
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-protobuf
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-protobuf-lite
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-rls
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-services
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-servlet
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-servlet-jakarta
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-stub
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-testing
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-testing-proto
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-util
-1.60.0
+1.60.1
   
   
 io.grpc
 grpc-xds
-1.60.0
+1.60.1
   
   
 io.grpc
 protoc-gen-grpc-java
-1.60.0
+1.60.1
 pom
   
   



(camel) branch regen_bot updated (cc1f0f9190e -> f6bf6eeb4b0)

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

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


from cc1f0f9190e Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)
 add e26f1a92f68 Revert "Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 
(#12603)"
 add f6bf6eeb4b0 Unmarshal (#12592)

No new revisions were added by this update.

Summary of changes:
 .../camel-asn1/src/main/docs/asn1-dataformat.adoc  |  9 ++--
 .../camel/dataformat/asn1/ASN1DataFormat.java  | 25 ---
 .../camel/component/cbor/CBORDataFormat.java   | 39 -
 .../apache/camel/dataformat/csv/CsvDataFormat.java |  7 +++-
 .../camel/dataformat/csv/CsvUnmarshaller.java  | 30 -
 .../component/fastjson/FastjsonDataFormat.java | 29 +++--
 .../dataformat/flatpack/FlatpackDataFormat.java| 18 +++-
 .../camel/component/grok/GrokDataFormat.java   | 22 --
 .../camel/component/gson/GsonDataFormat.java   | 49 +-
 .../camel/component/gson/GsonDataFormatTest.java   |  7 +---
 .../jackson/AbstractJacksonDataFormat.java | 39 -
 .../component/jacksonxml/JacksonXMLDataFormat.java | 38 -
 .../camel/converter/jaxb/JaxbDataFormat.java   | 34 +++
 components/camel-jira/pom.xml  |  2 +-
 .../camel/component/jsonapi/JsonApiDataFormat.java | 26 ++--
 .../camel/component/jsonb/JsonbDataFormat.java | 40 ++
 .../component/snakeyaml/SnakeYAMLDataFormat.java   | 20 +++--
 .../camel/dataformat/soap/SoapDataFormat.java  |  5 ++-
 .../main/java/org/apache/camel/spi/DataFormat.java | 28 +
 .../org/apache/camel/model/SplitDefinition.java|  7 ++--
 .../transformer/DataFormatTransformer.java |  4 +-
 .../rest/RestProducerBindingProcessorTest.java |  4 +-
 .../camel/processor/SplitterSingleMapTest.java |  6 +--
 .../camel/processor/converter/ConvertBodyTest.java |  4 --
 .../processor/converter/ConvertHeaderTest.java |  4 --
 .../management/ManagedRouteNodePrefixIdTest.java   |  2 -
 .../support/processor/UnmarshalProcessor.java  |  4 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc |  3 ++
 28 files changed, 382 insertions(+), 123 deletions(-)



(camel) branch regen_bot updated (b7ec9f24019 -> cc1f0f9190e)

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

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


from b7ec9f24019 Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA 
(#12602)
 add cc1f0f9190e Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)

No new revisions were added by this update.

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