[camel] branch regen_bot updated (ff2caf3c1a7 -> 6aebb8f58ac)

2023-07-19 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 ff2caf3c1a7 integrate multi-shard consumer with async client (#10733)
 add 6aebb8f58ac CAMEL-19616: camel-restdsl-openapi-plugin - Use 
platform-http as default. Remove special spring boot code that is no longer 
needed that was using the old way with Servlet.

No new revisions were added by this update.

Summary of changes:
 .../camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy | 2 +-
 .../maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy  | 2 +-
 tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml | 2 +-
 .../camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy | 2 +-
 tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml| 2 +-
 .../maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)



[camel] 01/01: Updating Hazelcast to 5.2.4

2023-07-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/hazelcast-3.2.4-camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bde6c5eef714be1fff71620308db1013187f37a3
Author: Colm O hEigeartaigh 
AuthorDate: Thu Jul 20 06:21:36 2023 +0100

Updating Hazelcast to 5.2.4
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index bdc70b3f68e..b8553947ac4 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -248,7 +248,7 @@
 2.3
 1.11
 1.22
-5.2.1
+5.2.4
 2.5.2
 2.1.11
 6.2.5.Final
diff --git a/parent/pom.xml b/parent/pom.xml
index 598b2a5349f..32de013cc17 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -230,7 +230,7 @@
 4.2.0
 1.11
 1.22
-5.2.1
+5.2.4
 2.5.2
 2.1.11
 6.2.5.Final



[camel] branch coheigea/hazelcast-3.2.4-camel-3.x created (now bde6c5eef71)

2023-07-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch coheigea/hazelcast-3.2.4-camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


  at bde6c5eef71 Updating Hazelcast to 5.2.4

This branch includes the following new commits:

 new bde6c5eef71 Updating Hazelcast to 5.2.4

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 main updated: CAMEL-19616: camel-restdsl-openapi-plugin - Use platform-http as default. Remove special spring boot code that is no longer needed that was using the old way with Servlet.

2023-07-19 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 6aebb8f58ac CAMEL-19616: camel-restdsl-openapi-plugin - Use 
platform-http as default. Remove special spring boot code that is no longer 
needed that was using the old way with Servlet.
6aebb8f58ac is described below

commit 6aebb8f58acae5fbf0695d7a7cc3fe89301b073d
Author: Claus Ibsen 
AuthorDate: Thu Jul 20 07:17:22 2023 +0200

CAMEL-19616: camel-restdsl-openapi-plugin - Use platform-http as default. 
Remove special spring boot code that is no longer needed that was using the old 
way with Servlet.
---
 .../camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy | 2 +-
 .../maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy  | 2 +-
 tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml | 2 +-
 .../camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy | 2 +-
 tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml| 2 +-
 .../maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy
index 5743f7ff7b2..5cbf9f47f00 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized-v3/verify.groovy
@@ -21,4 +21,4 @@ assert restdsl.exists()
 
 def String data = restdsl.text
 
-assert 
data.contains('restConfiguration().component("servlet").apiContextPath("/api-docs");')
+assert 
data.contains('restConfiguration().component("platform-http").apiContextPath("/api-docs");')
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy
index 5743f7ff7b2..5cbf9f47f00 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy
+++ b/tooling/maven/camel-restdsl-openapi-plugin/src/it/customized/verify.groovy
@@ -21,4 +21,4 @@ assert restdsl.exists()
 
 def String data = restdsl.text
 
-assert 
data.contains('restConfiguration().component("servlet").apiContextPath("/api-docs");')
+assert 
data.contains('restConfiguration().component("platform-http").apiContextPath("/api-docs");')
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml
index e3552827cbf..8c4cab9496e 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/pom.xml
@@ -45,7 +45,7 @@
 
 
   org.apache.camel
-  camel-servlet
+  camel-platform-http
   @project.version@
 
 
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy
index c6627fc5a23..a276a940f3e 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto-v3/verify.groovy
@@ -21,7 +21,7 @@ assert restdsl.exists()
 
 def String data = restdsl.text
 
-assert data.contains('restConfiguration().component("servlet");')
+assert data.contains('restConfiguration().component("platform-http");')
 
 def File restdto = new File(basedir, 
"target/generated-sources/openapi/src/main/java/com/foo/Order.java")
 
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml
index 93e82bade26..ae77a3dfff6 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/pom.xml
@@ -45,7 +45,7 @@
 
 
   org.apache.camel
-  camel-servlet
+  camel-platform-http
   @project.version@
 
 
diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy 
b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy
index c6627fc5a23..a276a940f3e 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy
+++ b/tooling/maven/camel-restdsl-openapi-plugin/src/it/simple-dto/verify.groovy
@@ -21,7 +21,7 @@ assert restdsl.exists()
 
 def String data = restdsl.text
 
-assert data.contains('restConfiguration().component("servlet");')
+assert data.contains('restConfiguration().component("platform-http");')
 
 def File restdto = new File(basedir, 
"target/generated-sources/openapi/src/main/java/com/foo/Order.java")
 



[GitHub] [camel-quarkus] CCH0124 opened a new issue, #5107: Camel Paho 5 integrates EMQX JWKS

2023-07-19 Thread via GitHub


CCH0124 opened a new issue, #5107:
URL: https://github.com/apache/camel-quarkus/issues/5107

   ### Bug description
   
   My routed defined below
   
   ```java
   @Override
   public void configure() throws UnknownHostException {
   
   final PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder 
endpoint = pahoMqtt5("test/1/2")
   .brokerUrl(brokerUrl)
   .sslClientProps(properties)
   .clientId(InetAddress.getLocalHost().getHostName())
   .userName("123456");
   
   log.infof("endpoint: %s", endpoint.getRawUri());
   
   from(direct("sendMqtt"))
   .marshal().json(JsonLibrary.Jsonb)
   .log("${body}")
   .to(endpoint);
   }
   ```
   I defined `userName` 123456, but the EMQX server message shows username as 
undefined.
   
   EMQX Server message:
   
   ```bash
   ...
   2023-07-20T10:59:40.420785+08:00 [debug] msg: mqtt_packet_received, mfa: 
emqx_channel:handle_in/2, line: 338, peername: 172.10.0.2:40048, clientid: 
camel-paho-a2f84a1f-14a5-47f2-b4bd-c32a8354f012, packet: CONNECT(Q0, R0, D0, 
ClientId=camel-paho-a2f84a1f-14a5-47f2-b4bd-c32a8354f012, ProtoName=MQTT, 
ProtoVsn=5, CleanStart=true, KeepAlive=60, Username=undefined, Password=), tag: 
MQTT
   ...
   ```
   
   The EMQX authentication field is defined as `username`.
   
   It caused paho5 to have an authentication failure message.
   ```
   Caused by: org.apache.camel.RuntimeCamelException: Not authorized. (135)
   ```
   


-- 
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.apache.org

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



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

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

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


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

commit f0d5689ef78dddf3bde0290f7a827637754f00e3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 20 03:17:06 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15f3527178..1067fa9ddf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,8 @@
 
 **Merged pull requests:**
 
+- Upgrade Quarkus to 3.2.1.final 
[\#5105](https://github.com/apache/camel-quarkus/pull/5105) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Added atlassion-groupId for the correct functionality with the 
'io.atlassian.fugue' 
[\#5104](https://github.com/apache/camel-quarkus/pull/5104) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Add missing graal-sdk dependency declaration to extensions that use GraalVM 
APIs [\#5103](https://github.com/apache/camel-quarkus/pull/5103) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Simplify MicrometerTest.testDumpAsJson results extraction 
[\#5102](https://github.com/apache/camel-quarkus/pull/5102) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Bump quarkiverse-jgit.version from 3.0.1 to 3.0.2 
[\#5101](https://github.com/apache/camel-quarkus/pull/5101) 
([dependabot[bot]](https://github.com/apps/dependabot))



[GitHub] [camel-k] github-actions[bot] commented on pull request #4588: chore(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3

2023-07-19 Thread via GitHub


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

   :camel: **Thank you for contributing!**
   
   Code Coverage Report :heavy_check_mark: - Coverage unchanged.


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

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

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



[camel-k] branch dependabot/go_modules/go.uber.org/automaxprocs-1.5.3 created (now 591bc4a00)

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

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


  at 591bc4a00 chore(deps): bump go.uber.org/automaxprocs from 1.5.2 to 
1.5.3

No new revisions were added by this update.



[GitHub] [camel-k] dependabot[bot] opened a new pull request, #4588: chore(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3

2023-07-19 Thread via GitHub


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

   Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) 
from 1.5.2 to 1.5.3.
   
   Release notes
   Sourced from https://github.com/uber-go/automaxprocs/releases;>go.uber.org/automaxprocs's
 releases.
   
   v1.5.3
   
   Fix mountinfo parsing when super options have fields with spaces.
   Fix division by zero while parsing cgroups.
   
   
   
   
   Changelog
   Sourced from https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md;>go.uber.org/automaxprocs's
 changelog.
   
   v1.5.3 (2023-07-19)
   
   Fix mountinfo parsing when super options have fields with spaces.
   Fix division by zero while parsing cgroups.
   
   
   
   
   Commits
   
   https://github.com/uber-go/automaxprocs/commit/e83e959d8845f659d02749ba5598fd62a7129e4e;>e83e959
 Release v1.5.3 (https://redirect.github.com/uber-go/automaxprocs/issues/77;>#77)
   https://github.com/uber-go/automaxprocs/commit/94404505e072633727945d6adc276be8759dadcf;>9440450
 Update actions (https://redirect.github.com/uber-go/automaxprocs/issues/76;>#76)
   https://github.com/uber-go/automaxprocs/commit/4b0a5c9c3c30af086d1251cecd4114b7d4b55a45;>4b0a5c9
 set CI perms to readonly (https://redirect.github.com/uber-go/automaxprocs/issues/75;>#75)
   https://github.com/uber-go/automaxprocs/commit/c64632e175f532a5fe994622797d70b06338337e;>c64632e
 Drop Go 1.17 and Go 1.18 from CI (https://redirect.github.com/uber-go/automaxprocs/issues/74;>#74)
   https://github.com/uber-go/automaxprocs/commit/60f22786b2d20055ca8d888ed455a25aed935bea;>60f2278
 fix: mountinfo parsing (https://redirect.github.com/uber-go/automaxprocs/issues/73;>#73)
   https://github.com/uber-go/automaxprocs/commit/d064ede19db88036b1a2fb6b41113717a84dfda2;>d064ede
 Fix division by zero (https://redirect.github.com/uber-go/automaxprocs/issues/71;>#71)
   See full diff in https://github.com/uber-go/automaxprocs/compare/v1.5.2...v1.5.3;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/automaxprocs=go_modules=1.5.2=1.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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



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

2023-07-19 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 5605346618-1079-1426e349-f5a5-4727-b8de-d9097da96157
   * Camel Quarkus Commit: 703871582fab40048e107daefd608ec987c39382
   
   * Camel Main Commit: e345ffb15a02333c1b93256310d2081bcdb6f666
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/5605346618


-- 
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] 01/02: chore: changelog automatic update

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

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

commit e696c9c4f2b6909e6ec397efeb0012036348cd45
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 19 23:41:29 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 8 
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc0aa16ed..9b881e984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
+
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.0.0...HEAD)
+
+**Closed issues:**
+
+- maxRunningBuilds ignore setup 
[\#4587](https://github.com/apache/camel-k/issues/4587)
+
 ## [v2.0.0](https://github.com/apache/camel-k/tree/v2.0.0) (2023-07-17)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...v2.0.0)



[camel-k] 02/02: chore: nightly SBOM update

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

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

commit 2d0935dd323ffb4b16c5946974d5306d53525e1b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 19 23:47:09 2023 +

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

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 979b3b843..df25dd891 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:00463a42-20be-4cc3-b5d8-b48b22c52979",
+  "serialNumber": "urn:uuid:cd0d94f6-0054-454f-9bac-22c57483b510",
   "version": 1,
   "metadata": {
-"timestamp": "2023-07-18T23:46:12Z",
+"timestamp": "2023-07-19T23:47:09Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234709-10891826fce8?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230719234129-e696c9c4f2b6?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230717234709-10891826fce8",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230719234129-e696c9c4f2b6",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230719234129-e696c9c4f2b6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -423,18 +423,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234709-10891826fce8?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230719234129-e696c9c4f2b6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230717234709-10891826fce8",
+  "version": "v0.0.0-20230719234129-e696c9c4f2b6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"76fd38a98b46d9057f76c49de5331bac268f5e1a8cab137aff83d925f3af4c2b"
+  "content": 
"e369ff507317d3c0bf0ac985953844eb009967de7ce6e2ffe54bb667ebbec9c5"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230719234129-e696c9c4f2b6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/apis/camel;,
@@ -443,18 +443,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234709-10891826fce8?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230719234129-e696c9c4f2b6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230717234709-10891826fce8",
+  "version": "v0.0.0-20230719234129-e696c9c4f2b6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"8b28e55597d4024f85dde83d88b242921a1207e9bb70488a0446e57b5476a45b"
+  "content": 
"531cd9b0f510863a609df6e150b7ca8b28232ddf19ea75626bbfb6e5bda233bd"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230717234709-10891826fce8?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230719234129-e696c9c4f2b6?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/client/camel;,
@@ -463,18 +463,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230717234709-10891826fce8?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230719234129-e696c9c4f2b6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  "version": "v0.0.0-20230717234709-10891826fce8",
+  "version": "v0.0.0-20230719234129-e696c9c4f2b6",
   "scope": "required",
   "hashes": [
   

[camel-k] branch release-2.0.x updated (7d2b42550 -> 2d0935dd3)

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

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


from 7d2b42550 chore: nightly SBOM update
 new e696c9c4f chore: changelog automatic update
 new 2d0935dd3 chore: nightly SBOM update

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:
 CHANGELOG.md   |  8 +++
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 35 insertions(+), 27 deletions(-)



[camel-k] 02/02: Periodic Sync of Camel K Main Branch for SBOM Generation

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

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

commit 7c311ff9ecf0a0aa27e9a092cec4013211084dd4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 19 23:44:54 2023 +

Periodic Sync of Camel K Main Branch for SBOM Generation
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 45c47554b..43cbf4d68 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:74923a80-73c1-4be3-8969-a099cc843fb2",
+  "serialNumber": "urn:uuid:eb6051a6-aea7-4cec-bd73-5bc97bb96556",
   "version": 1,
   "metadata": {
-"timestamp": "2023-07-18T23:47:37Z",
+"timestamp": "2023-07-19T23:44:54Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234658-97e8a95f23e5?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230719233828-8d247456abef?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230717234658-97e8a95f23e5",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230719233828-8d247456abef",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230719233828-8d247456abef?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -510,18 +510,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230719233828-8d247456abef?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230717234658-97e8a95f23e5",
+  "version": "v0.0.0-20230719233828-8d247456abef",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"95585b8f9d0a8e0302f4b13de8247cec947d24cf46ad584c5e4ddd2081cbb277"
+  "content": 
"1cfcd0c89e73335824a9b6124b8a5223f372ee4a61d9ca346289a5028082ec10"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230719233828-8d247456abef?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -530,18 +530,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230719233828-8d247456abef?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230717234658-97e8a95f23e5",
+  "version": "v0.0.0-20230719233828-8d247456abef",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"38fe265259d42778e6a3ee1712ffe5c37e1d71c5b43788335275cb6938abbad0"
+  "content": 
"b9811df637850db3c1d4adea4db87c5a9149fb05a0a1b6da3ddb140ce7e6930a"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230717234658-97e8a95f23e5?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230719233828-8d247456abef?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -550,18 +550,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230717234658-97e8a95f23e5?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230719233828-8d247456abef?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  "version": "v0.0.0-20230717234658-97e8a95f23e5",
+  "version": "v0.0.0-20230719233828-8d247456abef",
   "scope": "required",
   "hashes": [
 {
   "alg": 

[camel-k] branch release-1.12.x updated (8632f8315 -> 7c311ff9e)

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

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


from 8632f8315 Periodic Sync of Camel K Main Branch for SBOM Generation
 new 8d247456a chore: changelog automatic update
 new 7c311ff9e Periodic Sync of Camel K Main Branch for SBOM Generation

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:
 CHANGELOG.md   |  8 +++
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 35 insertions(+), 27 deletions(-)



[camel-k] 01/02: chore: changelog automatic update

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

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

commit 8d247456abef8ae8a50e28948edff1f7cd3c0939
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 19 23:38:28 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 8 
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc0aa16ed..9b881e984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
+
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.0.0...HEAD)
+
+**Closed issues:**
+
+- maxRunningBuilds ignore setup 
[\#4587](https://github.com/apache/camel-k/issues/4587)
+
 ## [v2.0.0](https://github.com/apache/camel-k/tree/v2.0.0) (2023-07-17)
 
 [Full 
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...v2.0.0)



[camel-karavan] branch main updated: Update README.md

2023-07-19 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 0d28b402 Update README.md
0d28b402 is described below

commit 0d28b4020d865dbda76e9ef499b72158badf8a76
Author: Marat Gubaidullin 
AuthorDate: Wed Jul 19 18:30:32 2023 -0400

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 58fb1d6a..5b16c5b4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 ![karavan-logo](images/karavan-logo-dark.png#gh-dark-mode-only)
 ![karavan-logo](images/karavan-logo-light.png#gh-light-mode-only)
 
-Karavan is an Integration Platform for Apache Camel, which makes integration 
easy and fun through the visualization of pipelines, integration with runtimes 
and package, image build and deploy to kubernetes out-of-the-box.
+Karavan is an Integration Toolkit for Apache Camel, which makes integration 
easy and fun through the visualization of pipelines, integration with runtimes 
and package, image build and deploy to kubernetes out-of-the-box.
 
 ![karavan-clouds](images/karavan-clouds.png)
 



[camel-karavan] branch main updated: Update .asf.yaml

2023-07-19 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 9b2819d5 Update .asf.yaml
9b2819d5 is described below

commit 9b2819d509af39fe3ab4854f411bacf76689e1e4
Author: Marat Gubaidullin 
AuthorDate: Wed Jul 19 18:29:46 2023 -0400

Update .asf.yaml
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index cf95a31a..6c60b8e2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,7 @@ notifications:
   issues: commits@camel.apache.org
   pullrequests: commits@camel.apache.org
 github:
-  description: "Karavan an Integration Platform for Apache Camel"
+  description: "Karavan an Integration Toolkit for Apache Camel"
   homepage: https://camel.apache.org
   labels:
 - camel



[camel] branch regen_bot updated (09077233672 -> ff2caf3c1a7)

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

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


 discard 09077233672 Regen for commit 7855994f3791377e7c6c4d6a74ccef2409fd242d
 add ff2caf3c1a7 integrate multi-shard consumer with async client (#10733)

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

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |   611 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10580 ---
 components/camel-aws/camel-aws2-kinesis/pom.xml| 6 +-
 .../component/aws2/kinesis/Kinesis2Consumer.java   |87 +-
 .../KinesisConsumerClosedShardWithSilentTest.java  | 6 +-
 .../org/apache/camel/main/BaseMainSupport.java | 3 +
 .../org/apache/camel/xml/in/ModelParserTest.java   |10 +-
 7 files changed, 4475 insertions(+), 6828 deletions(-)



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

2023-07-19 Thread via GitHub


github-actions[bot] closed pull request #10745: Generated sources regen
URL: https://github.com/apache/camel/pull/10745


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

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

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



[camel] branch main updated: integrate multi-shard consumer with async client (#10733)

2023-07-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ff2caf3c1a7 integrate multi-shard consumer with async client (#10733)
ff2caf3c1a7 is described below

commit ff2caf3c1a79e2cd978fa6c864311ba16d282a98
Author: Hamed Hatami 
AuthorDate: Wed Jul 19 22:41:03 2023 +0200

integrate multi-shard consumer with async client (#10733)

* integrate multi-shard consumer with async client

* integrate multi-shard consumer with async client

* integrate multi-shard consumer with async client

* integrate multi-shard consumer with async client

-

Co-authored-by: Hamed Hatami 
---
 components/camel-aws/camel-aws2-kinesis/pom.xml|  6 +-
 .../component/aws2/kinesis/Kinesis2Consumer.java   | 87 ++
 .../KinesisConsumerClosedShardWithSilentTest.java  |  6 +-
 3 files changed, 61 insertions(+), 38 deletions(-)

diff --git a/components/camel-aws/camel-aws2-kinesis/pom.xml 
b/components/camel-aws/camel-aws2-kinesis/pom.xml
index 07811f6045a..b85766e980a 100644
--- a/components/camel-aws/camel-aws2-kinesis/pom.xml
+++ b/components/camel-aws/camel-aws2-kinesis/pom.xml
@@ -43,9 +43,9 @@
 ${aws-java-sdk2-version}
 
 
-software.amazon.kinesis
-amazon-kinesis-client
-${amazon-kinesis-common-version}
+software.amazon.awssdk
+netty-nio-client
+${aws-java-sdk2-version}
 
 
 software.amazon.awssdk
diff --git 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Consumer.java
 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Consumer.java
index b00bdfb4e89..323b9c961d4 100644
--- 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Consumer.java
+++ 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Consumer.java
@@ -16,12 +16,6 @@
  */
 package org.apache.camel.component.aws2.kinesis;
 
-import java.util.ArrayDeque;
-import java.util.List;
-import java.util.Queue;
-import java.util.concurrent.ExecutionException;
-import java.util.concurrent.atomic.AtomicInteger;
-
 import org.apache.camel.AsyncCallback;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
@@ -35,6 +29,14 @@ import org.apache.camel.util.CastUtils;
 import org.apache.camel.util.ObjectHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
+
+import java.util.ArrayDeque;
+import java.util.List;
+import java.util.Queue;
+import java.util.concurrent.ExecutionException;
+import java.util.concurrent.atomic.AtomicInteger;
+
+import software.amazon.awssdk.services.kinesis.KinesisAsyncClient;
 import software.amazon.awssdk.services.kinesis.KinesisClient;
 import software.amazon.awssdk.services.kinesis.model.GetRecordsRequest;
 import software.amazon.awssdk.services.kinesis.model.GetRecordsResponse;
@@ -46,10 +48,7 @@ import software.amazon.awssdk.services.kinesis.model.Shard;
 import software.amazon.awssdk.services.kinesis.model.ShardIteratorType;
 
 public class Kinesis2Consumer extends ScheduledBatchPollingConsumer implements 
ResumeAware {
-
 private static final Logger LOG = 
LoggerFactory.getLogger(Kinesis2Consumer.class);
-
-private String currentShardIterator;
 private boolean isShardClosed;
 private ResumeStrategy resumeStrategy;
 
@@ -88,7 +87,20 @@ public class Kinesis2Consumer extends 
ScheduledBatchPollingConsumer implements R
 .getConfiguration()
 .getMaxResultsPerRequest())
 .build();
-GetRecordsResponse result = getClient().getRecords(req);
+
+GetRecordsResponse result = null;
+if (getEndpoint().getConfiguration().isAsyncClient()) {
+try {
+result = getAsyncClient()
+.getRecords(req)
+.get();
+} catch (ExecutionException | InterruptedException e) {
+throw new RuntimeException(e);
+}
+} else {
+result = getClient().getRecords(req);
+}
+
 
 try {
 Queue exchanges = 
createExchanges(result.records());
@@ -102,7 +114,7 @@ public class Kinesis2Consumer extends 
ScheduledBatchPollingConsumer implements R
 // we left off, however, I don't know what happens to 
subsequent
 // exchanges when an earlier exchange fails.
 
-  

[GitHub] [camel] oscerd merged pull request #10733: integrate multi-shard consumer with async client

2023-07-19 Thread via GitHub


oscerd merged PR #10733:
URL: https://github.com/apache/camel/pull/10733


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

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

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



[GitHub] [camel] hamed-hatami commented on pull request #10733: integrate multi-shard consumer with async client

2023-07-19 Thread via GitHub


hamed-hatami commented on PR #10733:
URL: https://github.com/apache/camel/pull/10733#issuecomment-1642725435

   It passes all checks and tests now, ready to merge


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

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

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



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

2023-07-19 Thread via GitHub


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

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


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

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

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



[camel] branch regen_bot updated (5cc6005419b -> 09077233672)

2023-07-19 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 5cc6005419b Upgrade jakarta.activation-api 2.1.2 and remove unusued 
stuff
 add 09077233672 Regen for commit 7855994f3791377e7c6c4d6a74ccef2409fd242d

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |   611 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10368 +++
 .../org/apache/camel/main/BaseMainSupport.java | 3 -
 .../org/apache/camel/xml/in/ModelParserTest.java   |10 +-
 4 files changed, 6684 insertions(+), 4308 deletions(-)



[camel] branch regen_bot updated (5cc6005419b -> 09077233672)

2023-07-19 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 5cc6005419b Upgrade jakarta.activation-api 2.1.2 and remove unusued 
stuff
 add 09077233672 Regen for commit 7855994f3791377e7c6c4d6a74ccef2409fd242d

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |   611 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10368 +++
 .../org/apache/camel/main/BaseMainSupport.java | 3 -
 .../org/apache/camel/xml/in/ModelParserTest.java   |10 +-
 4 files changed, 6684 insertions(+), 4308 deletions(-)



[camel] branch regen_bot updated (b60a75f4a07 -> 5cc6005419b)

2023-07-19 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 b60a75f4a07 Remove wrong leftover of spring-test 6.0.2
 add 87437649378 Upgrade glassfish javax json 1.1.4
 add 5cc6005419b Upgrade jakarta.activation-api 2.1.2 and remove unusued 
stuff

No new revisions were added by this update.

Summary of changes:
 components/camel-bean-validator/pom.xml | 2 +-
 parent/pom.xml  | 9 +++--
 2 files changed, 4 insertions(+), 7 deletions(-)



[camel-karavan] branch main updated: Update CLI.md

2023-07-19 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new d7c26fda Update CLI.md
d7c26fda is described below

commit d7c26fdac2a9277cf66a39a18e93b609dc77d784
Author: Marat Gubaidullin 
AuthorDate: Wed Jul 19 15:42:33 2023 -0400

Update CLI.md
---
 karavan-platform/karavan-cli/CLI.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/karavan-platform/karavan-cli/CLI.md 
b/karavan-platform/karavan-cli/CLI.md
index 25165f74..1cb0b0d5 100644
--- a/karavan-platform/karavan-cli/CLI.md
+++ b/karavan-platform/karavan-cli/CLI.md
@@ -20,13 +20,13 @@
 
 Option 1:
 ```
-mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:copy 
-Dartifact=org.apache.camel.karavan:karavan-cli:$VERSION:jar 
-DoutputDirectory=. 
+mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:copy 
-Dartifact=org.apache.camel.karavan:karavan-cli:3.21.0:jar -DoutputDirectory=. 
 
-java -jar karavan-cli-$VERSION.jar install 
--git-repository=$GIT_REPOSITORY --git-password=$GIT_TOKEN 
--git-username=$GIT_USERNAME  --node-port=30777
+java -jar karavan-cli-3.21.0.jar install --git-repository=$GIT_REPOSITORY 
--git-password=$GIT_TOKEN --git-username=$GIT_USERNAME  --node-port=30777
 ```
 Option 2:
 ```
-jbang org.apache.camel.karavan:karavan-cli:$VERSION install 
--git-repository=$GIT_REPOSITORY --git-password=$GIT_TOKEN 
--git-username=$GIT_USERNAME  --node-port=30777
+jbang org.apache.camel.karavan:karavan-cli:3.21.0 install 
--git-repository=$GIT_REPOSITORY --git-password=$GIT_TOKEN 
--git-username=$GIT_USERNAME  --node-port=30777
 ```
 5. Get karavan service URL
 ```



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

2023-07-19 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 05776f94632 Regen
05776f94632 is described below

commit 05776f94632c3c16f04bb5c9d319c64273d76f06
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:42:22 2023 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/web3j.json | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/web3j.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/web3j.json
index 9746dde00a3..73821c824f4 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/web3j.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/web3j.json
@@ -94,11 +94,12 @@
 "PRIORITY": { "index": 29, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": 
"java.math.BigInteger", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The priority of a whisper 
message.", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#PRIORITY" },
 "TTL": { "index": 30, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": 
"java.math.BigInteger", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The time to live in 
seconds of a whisper message.", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#TTL" },
 "PRIVATE_FOR": { "index": 31, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"List", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "A transaction privateFor nodes with public 
keys in a Quorum network", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#PRIVATE_FOR" },
-"ERROR_CODE": { "index": 32, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The error code", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#ERROR_CODE" },
-"ERROR_DATA": { "index": 33, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The error data", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#ERROR_DATA" },
-"ERROR_MESSAGE": { "index": 34, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The error message", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#ERROR_MESSAGE" },
-"status": { "index": 35, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The status of the operation", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#HEADER_STATUS" },
-"operation": { "index": 36, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#HEADER_OPERATION" }
+"PRIVATE_FROM": { "index": 32, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "A transaction privateFrom", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#PRIVATE_FROM" },
+"ERROR_CODE": { "index": 33, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The error code", "constantName": 
"org.apache.camel.component.web3j.Web3jConstants#ERROR_CODE" },
+"ERROR_DATA": { "index": 34, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, 

[camel] branch regen_bot updated (b112f0389a9 -> b60a75f4a07)

2023-07-19 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 b112f0389a9 Upgrade jaxb 4.0.3
 add b60a75f4a07 Remove wrong leftover of spring-test 6.0.2

No new revisions were added by this update.

Summary of changes:
 components/camel-test/camel-test-spring-junit5/pom.xml | 1 -
 1 file changed, 1 deletion(-)



[camel] branch main updated: Upgrade jakarta.activation-api 2.1.2 and remove unusued stuff

2023-07-19 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 5cc6005419b Upgrade jakarta.activation-api 2.1.2 and remove unusued 
stuff
5cc6005419b is described below

commit 5cc6005419b5823e8f9093643a7ec6cee6eaa0cc
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:35:42 2023 +0200

Upgrade jakarta.activation-api 2.1.2 and remove unusued stuff
---
 components/camel-bean-validator/pom.xml | 2 +-
 parent/pom.xml  | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/components/camel-bean-validator/pom.xml 
b/components/camel-bean-validator/pom.xml
index aa3dc747b6a..c6a67c6afc2 100644
--- a/components/camel-bean-validator/pom.xml
+++ b/components/camel-bean-validator/pom.xml
@@ -59,7 +59,7 @@
 
 jakarta.el
 jakarta.el-api
-${jakarta-el-api-hibernate-validator-version}
+${jakarta-el-api-version}
 
 
 org.glassfish.expressly
diff --git a/parent/pom.xml b/parent/pom.xml
index f97cb7e5200..d6ef53f567f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -238,15 +238,12 @@
 3.13.10
 1.13.0
 3.29.2-GA
-3.0.0
-
5.0.1
+5.0.1
 5.0.0
-2.1.1
+2.1.2
 2.1.1
 6.0.0
 
4.0.1
-2.1.5
-3.0.3
 2.0.1
 4.0.0
 3.0.0



[camel] branch regen_bot updated (ad5993318f7 -> b112f0389a9)

2023-07-19 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 ad5993318f7 camel-rest-openapi: Can now use jackson 2.15.x
 add b112f0389a9 Upgrade jaxb 4.0.3

No new revisions were added by this update.

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



[camel] branch main updated: Upgrade glassfish javax json 1.1.4

2023-07-19 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 87437649378 Upgrade glassfish javax json 1.1.4
87437649378 is described below

commit 87437649378eaf03b43d0e4aad5f85e3bac5374d
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:28:59 2023 +0200

Upgrade glassfish javax json 1.1.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d5f273717db..f97cb7e5200 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,7 @@
 4.0.0
 3.0.0
 4.0.0
-1.0.4
+1.1.4
 4.0.3
 3.1.0
 1.4.5



[camel] branch main updated: Remove wrong leftover of spring-test 6.0.2

2023-07-19 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 b60a75f4a07 Remove wrong leftover of spring-test 6.0.2
b60a75f4a07 is described below

commit b60a75f4a07a4fa71370a46a1b2ccb98081f1549
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:27:32 2023 +0200

Remove wrong leftover of spring-test 6.0.2
---
 components/camel-test/camel-test-spring-junit5/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-test/camel-test-spring-junit5/pom.xml 
b/components/camel-test/camel-test-spring-junit5/pom.xml
index f9d90dc4937..b2273c89a67 100644
--- a/components/camel-test/camel-test-spring-junit5/pom.xml
+++ b/components/camel-test/camel-test-spring-junit5/pom.xml
@@ -36,7 +36,6 @@
 3.0.0
 testing,java,spring
 Test Spring JUnit5
-6.0.2
 
 
 



[camel] branch regen_bot updated (0fccbac6dbf -> ad5993318f7)

2023-07-19 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 0fccbac6dbf camel-as2: Use same version of commons-io as rest of camel
 add ad5993318f7 camel-rest-openapi: Can now use jackson 2.15.x

No new revisions were added by this update.

Summary of changes:
 components/camel-rest-openapi/pom.xml | 6 +++---
 parent/pom.xml| 3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)



[GitHub] [camel] davsclaus opened a new pull request, #10744: Upgrade spring-rabbit 3.0.6

2023-07-19 Thread via GitHub


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

   # 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: Upgrade spring-rabbit 3.0.6

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

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

commit e1825e903d54f11cea0a65637421c336308f6b94
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:22:33 2023 +0200

Upgrade spring-rabbit 3.0.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d5f273717db..699e1b3deb3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -438,7 +438,7 @@
 3.1.0
 3.0.4
 6.0.11
-3.0.5
+3.0.6
 6.1.2
 4.0.5
 1.5



[camel] branch rabbit created (now e1825e903d5)

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

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


  at e1825e903d5 Upgrade spring-rabbit 3.0.6

This branch includes the following new commits:

 new e1825e903d5 Upgrade spring-rabbit 3.0.6

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 regen_bot updated (9616431e5a0 -> 0fccbac6dbf)

2023-07-19 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 9616431e5a0 camel-jira: Upgrade sal-api 5.1.1
 add 0fccbac6dbf camel-as2: Use same version of commons-io as rest of camel

No new revisions were added by this update.

Summary of changes:
 components/camel-as2/camel-as2-component/pom.xml | 2 --
 1 file changed, 2 deletions(-)



[camel] branch main updated: Upgrade jaxb 4.0.3

2023-07-19 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 b112f0389a9 Upgrade jaxb 4.0.3
b112f0389a9 is described below

commit b112f0389a966533ce67221c1030ba7b9569f5fe
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:20:35 2023 +0200

Upgrade jaxb 4.0.3
---
 pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b9a1ec7b7c..20aef32f54a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,11 +133,11 @@
 3.1.2
 2.16.0
 
-4.0.1
-4.0.1
-4.0.1
-4.0.1
-4.0.1
+4.0.3
+4.0.3
+4.0.3
+4.0.3
+4.0.3
 4.0.13
 
 false



[camel] branch coheigea/californium-2.7.4-camel-3.20 deleted (was 1db52b190f0)

2023-07-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch coheigea/californium-2.7.4-camel-3.20
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 1db52b190f0 Bugfix for californium update, as Netty 2.7.4 dependency 
isn't in maven central (#10734)

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 camel-3.20.x updated: Updating Californium to 2.7.4 (#10737)

2023-07-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
 new 7855994f379 Updating Californium to 2.7.4 (#10737)
7855994f379 is described below

commit 7855994f3791377e7c6c4d6a74ccef2409fd242d
Author: Colm O hEigeartaigh 
AuthorDate: Wed Jul 19 20:20:58 2023 +0100

Updating Californium to 2.7.4 (#10737)

* Updating californium to 2.7.4 (#10729)

* Bugfix for californium update, as Netty 2.7.4 dependency isn't in maven 
central (#10734)
---
 camel-dependencies/pom.xml| 2 +-
 components/camel-coap/pom.xml | 2 +-
 parent/pom.xml| 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6519176973e..6ec4dffe42b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -79,7 +79,7 @@
 0.9.5.5
 3.1.2
 2.7.4
-2.7.2
+2.7.4
 600
 
 
diff --git a/components/camel-coap/pom.xml b/components/camel-coap/pom.xml
index 632da3276dc..2c37caaaf3c 100644
--- a/components/camel-coap/pom.xml
+++ b/components/camel-coap/pom.xml
@@ -63,7 +63,7 @@
 
 org.eclipse.californium
 element-connector-tcp-netty
-${californium-version}
+${californium-netty-version}
 
 
 element-connector
diff --git a/parent/pom.xml b/parent/pom.xml
index b5869a68780..5980bd65c29 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -94,7 +94,9 @@
 
3.3.0
 0.9.5.5
 3.1.2
-2.7.2
+2.7.4
+
+2.7.2
 2.7.4
 4.15.0
 4.0.6



[GitHub] [camel] coheigea merged pull request #10737: Updating Californium to 2.7.4

2023-07-19 Thread via GitHub


coheigea merged PR #10737:
URL: https://github.com/apache/camel/pull/10737


-- 
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 (455c0e19e4b -> 9616431e5a0)

2023-07-19 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 455c0e19e4b Upgrade saaj-impl 3.0.2
 add 9616431e5a0 camel-jira: Upgrade sal-api 5.1.1

No new revisions were added by this update.

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



[GitHub] [camel] davsclaus commented on pull request #10741: Upgrade zookeeper 3.8.2

2023-07-19 Thread via GitHub


davsclaus commented on PR #10741:
URL: https://github.com/apache/camel/pull/10741#issuecomment-1642617034

   /component-test camel-zookeeper camel-zookeeper-master


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

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

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



[camel] branch main updated: camel-rest-openapi: Can now use jackson 2.15.x

2023-07-19 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 ad5993318f7 camel-rest-openapi: Can now use jackson 2.15.x
ad5993318f7 is described below

commit ad5993318f77b0da68e6a85ec59632032687d786
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:10:49 2023 +0200

camel-rest-openapi: Can now use jackson 2.15.x
---
 components/camel-rest-openapi/pom.xml | 6 +++---
 parent/pom.xml| 3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/components/camel-rest-openapi/pom.xml 
b/components/camel-rest-openapi/pom.xml
index f590b962635..b5a23e829f7 100644
--- a/components/camel-rest-openapi/pom.xml
+++ b/components/camel-rest-openapi/pom.xml
@@ -63,17 +63,17 @@
 
 com.fasterxml.jackson.core
 jackson-core
-${jackson2.14-version}
+${jackson2-version}
 
 
 com.fasterxml.jackson.core
 jackson-databind
-${jackson2.14-version}
+${jackson2-version}
 
 
 com.fasterxml.jackson.dataformat
 jackson-dataformat-yaml
-${jackson2.14-version}
+${jackson2-version}
 
 
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 4497784c24f..d5f273717db 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -225,9 +225,6 @@
 2.5.1
 1.0.0-preview.20230409
 2.15.2
-
-2.14.3
-2.15.1
 2.21.17
 0.12
 3.1.2



[camel] branch regen_bot updated (37dae140f0d -> 455c0e19e4b)

2023-07-19 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 37dae140f0d Upgrade postgres used only in testing
 add 455c0e19e4b Upgrade saaj-impl 3.0.2

No new revisions were added by this update.

Summary of changes:
 components/camel-soap/pom.xml  | 2 +-
 components/camel-spring-ws/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[camel] branch main updated: camel-as2: Use same version of commons-io as rest of camel

2023-07-19 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 0fccbac6dbf camel-as2: Use same version of commons-io as rest of camel
0fccbac6dbf is described below

commit 0fccbac6dbfede8026ffc56ccef7a12ba5090756
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:07:29 2023 +0200

camel-as2: Use same version of commons-io as rest of camel
---
 components/camel-as2/camel-as2-component/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-as2/camel-as2-component/pom.xml 
b/components/camel-as2/camel-as2-component/pom.xml
index e00c0b85848..ab1e267cc08 100644
--- a/components/camel-as2/camel-as2-component/pom.xml
+++ b/components/camel-as2/camel-as2-component/pom.xml
@@ -39,8 +39,6 @@
 org.apache.camel.component.as2.internal
 UTF-8
 
UTF-8
-
-2.11.0
 
 
 



[camel] branch regen_bot updated (2aa41775d37 -> 37dae140f0d)

2023-07-19 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 2aa41775d37 Upgrade fastjson 2.0.36
 add 37dae140f0d Upgrade postgres used only in testing

No new revisions were added by this update.

Summary of changes:
 dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml | 2 +-
 .../apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[camel] branch main updated: camel-jira: Upgrade sal-api 5.1.1

2023-07-19 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 9616431e5a0 camel-jira: Upgrade sal-api 5.1.1
9616431e5a0 is described below

commit 9616431e5a0d4995bbd1998eac57d1890156a821
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 21:02:00 2023 +0200

camel-jira: Upgrade sal-api 5.1.1
---
 components/camel-jira/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index 677792dfd6c..cf274253c45 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -56,7 +56,7 @@
 
 com.atlassian.sal
 sal-api
-4.4.2
+5.1.1
 
 jar
 



[camel] branch regen_bot updated (b6192216280 -> 2aa41775d37)

2023-07-19 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 b6192216280 Upgrade ognl 3.4.0
 add 4dcf93403fe Upgrade json-api 2.1.2
 add b94cdf98cb7 Upgrade smallrye config 3.3.2
 add 8d0c7a8272b Upgrade libphonenumber 8.13.17
 add 9ee1a4a3235 Upgrade couchbase 3.4.8
 add 2aa41775d37 Upgrade fastjson 2.0.36

No new revisions were added by this update.

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



[GitHub] [camel] github-actions[bot] commented on pull request #10743: Upgrade google http client 1.43.3

2023-07-19 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


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

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

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



[GitHub] [camel] davsclaus opened a new pull request, #10743: Upgrade google http client 1.43.3

2023-07-19 Thread via GitHub


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

   # 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: Upgrade google http client 1.43.3

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

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

commit e62b083ef2291efb328e4d06fc2ccd3b71db2059
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:59:46 2023 +0200

Upgrade google http client 1.43.3
---
 components/camel-google/camel-google-calendar/pom.xml | 8 
 components/camel-google/camel-google-drive/pom.xml| 8 
 components/camel-google/camel-google-mail/pom.xml | 8 
 components/camel-google/camel-google-sheets/pom.xml   | 8 
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/components/camel-google/camel-google-calendar/pom.xml 
b/components/camel-google/camel-google-calendar/pom.xml
index 9c04e6f906c..aa4a435ad65 100644
--- a/components/camel-google/camel-google-calendar/pom.xml
+++ b/components/camel-google/camel-google-calendar/pom.xml
@@ -48,7 +48,7 @@
 
 com.google.http-client
 google-http-client
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -59,7 +59,7 @@
 
 com.google.http-client
 google-http-client-jackson2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -70,7 +70,7 @@
 
 com.google.http-client
 google-http-client-gson
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -81,7 +81,7 @@
 
 com.google.http-client
 google-http-client-apache-v2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
diff --git a/components/camel-google/camel-google-drive/pom.xml 
b/components/camel-google/camel-google-drive/pom.xml
index 501617d1b83..28db9cd5d1d 100644
--- a/components/camel-google/camel-google-drive/pom.xml
+++ b/components/camel-google/camel-google-drive/pom.xml
@@ -52,7 +52,7 @@
 
 com.google.http-client
 google-http-client
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -63,7 +63,7 @@
 
 com.google.http-client
 google-http-client-jackson2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -74,7 +74,7 @@
 
 com.google.http-client
 google-http-client-gson
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -85,7 +85,7 @@
 
 com.google.http-client
 google-http-client-apache-v2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
diff --git a/components/camel-google/camel-google-mail/pom.xml 
b/components/camel-google/camel-google-mail/pom.xml
index 95e7d1b054f..9560e4e8847 100644
--- a/components/camel-google/camel-google-mail/pom.xml
+++ b/components/camel-google/camel-google-mail/pom.xml
@@ -48,7 +48,7 @@
 
 com.google.http-client
 google-http-client
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -59,7 +59,7 @@
 
 com.google.http-client
 google-http-client-jackson2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -70,7 +70,7 @@
 
 com.google.http-client
 google-http-client-gson
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -81,7 +81,7 @@
 
 com.google.http-client
 google-http-client-apache-v2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
diff --git a/components/camel-google/camel-google-sheets/pom.xml 
b/components/camel-google/camel-google-sheets/pom.xml
index a146ce1a4af..a5a79dc1461 100644
--- a/components/camel-google/camel-google-sheets/pom.xml
+++ b/components/camel-google/camel-google-sheets/pom.xml
@@ -50,7 +50,7 @@
 
 com.google.http-client
 google-http-client
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -61,7 +61,7 @@
 
 com.google.http-client
 google-http-client-jackson2
-1.42.3
+1.43.3
 
 
 com.google.code.findbugs
@@ -72,7 +72,7 @@
 
 com.google.http-client
 google-http-client-gson
-1.42.3
+1.43.3
 
 
   

[camel] branch gc2 created (now e62b083ef22)

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

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


  at e62b083ef22 Upgrade google http client 1.43.3

This branch includes the following new commits:

 new e62b083ef22 Upgrade google http client 1.43.3

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 main updated: Upgrade saaj-impl 3.0.2

2023-07-19 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 455c0e19e4b Upgrade saaj-impl 3.0.2
455c0e19e4b is described below

commit 455c0e19e4bbe92e45866e2b27524159bd2294c0
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:57:24 2023 +0200

Upgrade saaj-impl 3.0.2
---
 components/camel-soap/pom.xml  | 2 +-
 components/camel-spring-ws/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 44ed644f155..7aaf7c065ae 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -70,7 +70,7 @@
 
 com.sun.xml.messaging.saaj
 saaj-impl
-3.0.0
+3.0.2
 
 

diff --git a/components/camel-spring-ws/pom.xml 
b/components/camel-spring-ws/pom.xml
index 5454269de4c..9ac6904d8b8 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -91,7 +91,7 @@
 
 com.sun.xml.messaging.saaj
 saaj-impl
-3.0.0
+3.0.2
 
 




[camel] branch regen_bot updated (5468951de05 -> b6192216280)

2023-07-19 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 5468951de05 Upgrade shiro 1.12.0
 add ae18d0ef0f7 Upgrade jackrabbit 2.21.17
 add b6192216280 Upgrade ognl 3.4.0

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/language/ognl/CamelClassResolver.java | 6 ++
 .../main/java/org/apache/camel/language/ognl/OgnlExpression.java| 5 ++---
 .../src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java  | 3 ++-
 parent/pom.xml  | 4 ++--
 4 files changed, 8 insertions(+), 10 deletions(-)



[camel] branch main updated: Upgrade postgres used only in testing

2023-07-19 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 37dae140f0d Upgrade postgres used only in testing
37dae140f0d is described below

commit 37dae140f0d6ad5e0e68601f894a0bd1f0b22b73
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:54:47 2023 +0200

Upgrade postgres used only in testing
---
 dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml | 2 +-
 .../apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml
index 11080c2083c..c3d5831ef70 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml
@@ -231,7 +231,7 @@
 
 org.postgresql
 postgresql
-42.5.1
+42.6.0
 test
 
 
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy
index 042b56f584c..81b42151e61 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/IntegrationLoaderDependenciesTest.groovy
@@ -45,7 +45,7 @@ class IntegrationLoaderDependenciesTest extends 
YamlTestSupport {
 spec:
   dependencies:
 - "mvn:org.apache.commons:commons-dbcp2:2.9.0"
-- "mvn:org.postgresql:postgresql:42.5.1"
+- "mvn:org.postgresql:postgresql:42.6.0"
   flows:
 - from:
 uri: "sql:SELECT * FROM table1"
@@ -76,7 +76,7 @@ class IntegrationLoaderDependenciesTest extends 
YamlTestSupport {
 
 deps.size() == 2
 deps[0] == 'mvn:org.apache.commons:commons-dbcp2:2.9.0'
-deps[1] == 'mvn:org.postgresql:postgresql:42.5.1'
+deps[1] == 'mvn:org.postgresql:postgresql:42.6.0'
 }
 
 }



[camel] branch regen_bot updated (e60be19040b -> 5468951de05)

2023-07-19 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 e60be19040b Upgrade graal javascript 23.0.1
 add 0e88d834f79 Upgrade redisson 3.23.1
 add 5468951de05 Upgrade shiro 1.12.0

No new revisions were added by this update.

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



[GitHub] [camel] davsclaus opened a new pull request, #10742: Upgrade google-cloud 26.19.0

2023-07-19 Thread via GitHub


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

   # 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 gc created (now 017f40cd543)

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

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


  at 017f40cd543 Upgrade google-cloud 26.19.0

This branch includes the following new commits:

 new 017f40cd543 Upgrade google-cloud 26.19.0

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




[camel] 01/01: Upgrade google-cloud 26.19.0

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

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

commit 017f40cd543eeead2e8af0cc07ddc0d86ee366b2
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:50:26 2023 +0200

Upgrade google-cloud 26.19.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4497784c24f..4f194def32e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -179,7 +179,7 @@
 
v4-rev20210629-1.32.1
 
v1-rev20211108-1.32.1
 1.34.1
-26.18.0
+26.19.0
 
2.23.0
 
2.21.0
 23.0.1



[camel] 05/05: Upgrade fastjson 2.0.36

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

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

commit 2aa41775d3738e6024fbff8a2e3905a2f12ad593
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:47:50 2023 +0200

Upgrade fastjson 2.0.36
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8a0b2bd71ee..4497784c24f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
 1.10.2.Final
 3.1.0
 2.4.13
-2.0.35
+2.0.36
 3.0.5
 2.2.0
 4.0.18



[camel] 04/05: Upgrade couchbase 3.4.8

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

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

commit 9ee1a4a3235d2c50520c9a70b46c5642dd1099f6
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:47:00 2023 +0200

Upgrade couchbase 3.4.8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 61da6ca690c..8a0b2bd71ee 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -116,7 +116,7 @@
 1.5.3
 2.7
 4.10
-3.4.7
+3.4.8
 5.5.0
 4.0.2
 4.0.2



[camel] 01/05: Upgrade json-api 2.1.2

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

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

commit 4dcf93403fe3fe674a29122d3d8dcedfc6ea34f9
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:44:26 2023 +0200

Upgrade json-api 2.1.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f3c2a615d1f..4538c085fae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,7 +167,7 @@
 1.0
 3.1.0
 
3.1.0
-2.1.1
+2.1.2
 3.0.0
 
2.0.1
 3.0.0



[camel] branch main updated (b6192216280 -> 2aa41775d37)

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

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


from b6192216280 Upgrade ognl 3.4.0
 new 4dcf93403fe Upgrade json-api 2.1.2
 new b94cdf98cb7 Upgrade smallrye config 3.3.2
 new 8d0c7a8272b Upgrade libphonenumber 8.13.17
 new 9ee1a4a3235 Upgrade couchbase 3.4.8
 new 2aa41775d37 Upgrade fastjson 2.0.36

The 5 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:
 parent/pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)



[camel] 02/05: Upgrade smallrye config 3.3.2

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

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

commit b94cdf98cb7c548f89858845423014aba7883898
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:45:09 2023 +0200

Upgrade smallrye config 3.3.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4538c085fae..6c29409917e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -428,7 +428,7 @@
 2.0.7
 2.0.7
 4.3.5
-3.3.1
+3.3.2
 4.0.2
 
6.2.4
 2.0



[camel] 03/05: Upgrade libphonenumber 8.13.17

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

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

commit 8d0c7a8272b455135a91925e57090fedee5e0a02
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:46:04 2023 +0200

Upgrade libphonenumber 8.13.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6c29409917e..61da6ca690c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -313,7 +313,7 @@
 1.8
 0.12
 0.12
-8.13.16
+8.13.17
 
 1.0.0
 2.20.0



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

2023-07-19 Thread via GitHub


github-actions[bot] closed pull request #10740: Generated sources regen
URL: https://github.com/apache/camel/pull/10740


-- 
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 (cc58cf0fa6b -> e60be19040b)

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

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


 discard cc58cf0fa6b Regen for commit 6b16f9f27b9f6d0efaec840c9357183c4c27461c
 add e60be19040b Upgrade graal javascript 23.0.1

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

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

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

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10580 ---
 .../org/apache/camel/main/BaseMainSupport.java | 3 +
 .../org/apache/camel/xml/in/ModelParserTest.java   |10 +-
 parent/pom.xml | 2 +-
 4 files changed, 4363 insertions(+), 6232 deletions(-)



[camel] 01/02: Upgrade jackrabbit 2.21.17

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

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

commit ae18d0ef0f79f0a9b455a2ff9ee1dd4ac4007841
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:39:15 2023 +0200

Upgrade jackrabbit 2.21.17
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8f67f828960..5f791990651 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -228,7 +228,7 @@
 
 2.14.3
 2.15.1
-2.21.16
+2.21.17
 0.12
 3.1.2
 2.4.0



[camel] branch main updated (5468951de05 -> b6192216280)

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

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


from 5468951de05 Upgrade shiro 1.12.0
 new ae18d0ef0f7 Upgrade jackrabbit 2.21.17
 new b6192216280 Upgrade ognl 3.4.0

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:
 .../java/org/apache/camel/language/ognl/CamelClassResolver.java | 6 ++
 .../main/java/org/apache/camel/language/ognl/OgnlExpression.java| 5 ++---
 .../src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java  | 3 ++-
 parent/pom.xml  | 4 ++--
 4 files changed, 8 insertions(+), 10 deletions(-)



[camel] 02/02: Upgrade ognl 3.4.0

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

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

commit b6192216280f7b8310781a1829727a14999d6eb7
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:42:19 2023 +0200

Upgrade ognl 3.4.0
---
 .../java/org/apache/camel/language/ognl/CamelClassResolver.java | 6 ++
 .../main/java/org/apache/camel/language/ognl/OgnlExpression.java| 5 ++---
 .../src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java  | 3 ++-
 parent/pom.xml  | 2 +-
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/CamelClassResolver.java
 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/CamelClassResolver.java
index b7a26c20bfb..4626477fd03 100644
--- 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/CamelClassResolver.java
+++ 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/CamelClassResolver.java
@@ -16,9 +16,8 @@
  */
 package org.apache.camel.language.ognl;
 
-import java.util.Map;
-
 import ognl.ClassResolver;
+import ognl.OgnlContext;
 
 /**
  * This class is used to wrap the org.apache.camel.spi.ClassResolver with 
ClassResolver interface
@@ -32,8 +31,7 @@ public class CamelClassResolver implements ClassResolver {
 }
 
 @Override
-public Class classForName(String className, Map context) throws 
ClassNotFoundException {
-
+public Class classForName(String className, OgnlContext context) throws 
ClassNotFoundException {
 return delegateClassResolver.resolveClass(className);
 }
 
diff --git 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlExpression.java
 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlExpression.java
index 741965ecd56..c786fe33afb 100644
--- 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlExpression.java
+++ 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlExpression.java
@@ -16,10 +16,9 @@
  */
 package org.apache.camel.language.ognl;
 
-import java.util.Map;
-
 import ognl.ClassResolver;
 import ognl.Ognl;
+import ognl.OgnlContext;
 import ognl.OgnlException;
 import org.apache.camel.Exchange;
 import org.apache.camel.ExpressionEvaluationException;
@@ -52,7 +51,7 @@ public class OgnlExpression extends ExpressionSupport {
 @Override
 public  T evaluate(Exchange exchange, Class tClass) {
 ClassResolver cr = new 
CamelClassResolver(exchange.getContext().getClassResolver());
-Map oglContext = Ognl.createDefaultContext(null, cr);
+OgnlContext oglContext = Ognl.createDefaultContext(null, cr);
 try {
 Object value = Ognl.getValue(expression, oglContext, new 
RootObject(exchange));
 return exchange.getContext().getTypeConverter().convertTo(tClass, 
value);
diff --git 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java
 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java
index 1309ff678ec..0ceb31c9ca0 100644
--- 
a/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java
+++ 
b/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OgnlLanguage.java
@@ -20,6 +20,7 @@ import java.util.Map;
 
 import ognl.ClassResolver;
 import ognl.Ognl;
+import ognl.OgnlContext;
 import org.apache.camel.Expression;
 import org.apache.camel.ExpressionIllegalSyntaxException;
 import org.apache.camel.Predicate;
@@ -50,7 +51,7 @@ public class OgnlLanguage extends TypedLanguageSupport 
implements ScriptingLangu
 try {
 Object compiled = Ognl.parseExpression(script);
 ClassResolver cr = new 
CamelClassResolver(getCamelContext().getClassResolver());
-Map oglContext = Ognl.createDefaultContext(null, cr);
+OgnlContext oglContext = Ognl.createDefaultContext(null, cr);
 Object value = Ognl.getValue(compiled, oglContext, bindings);
 return getCamelContext().getTypeConverter().convertTo(resultType, 
value);
 } catch (Exception e) {
diff --git a/parent/pom.xml b/parent/pom.xml
index 5f791990651..f3c2a615d1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -373,7 +373,7 @@
 3.14.9
 2.0.12
 4.9.0
-3.3.4
+3.4.0
 6.6.0
 3.2.2
 2.8.0



[camel] 01/01: Upgrade zookeeper 3.8.2

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

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

commit eb9f9c3bbdfdf26e94ec3ea4cf2d127911d9c431
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:37:29 2023 +0200

Upgrade zookeeper 3.8.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8f67f828960..a9963266acd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -489,7 +489,7 @@
 
0.14.1
 8.2.8
 0.22.1
-3.8.1
+3.8.2
 3.5.1
 
 



[GitHub] [camel] davsclaus opened a new pull request, #10741: Upgrade zookeeper 3.8.2

2023-07-19 Thread via GitHub


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

   # 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 zk created (now eb9f9c3bbdf)

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

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


  at eb9f9c3bbdf Upgrade zookeeper 3.8.2

This branch includes the following new commits:

 new eb9f9c3bbdf Upgrade zookeeper 3.8.2

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 main updated (e60be19040b -> 5468951de05)

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

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


from e60be19040b Upgrade graal javascript 23.0.1
 new 0e88d834f79 Upgrade redisson 3.23.1
 new 5468951de05 Upgrade shiro 1.12.0

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



[camel] 02/02: Upgrade shiro 1.12.0

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

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

commit 5468951de05da4e39739e64ebbda1a9d8657d5c8
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:36:35 2023 +0200

Upgrade shiro 1.12.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 562a5d0104d..8f67f828960 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -423,7 +423,7 @@
 12.3
 2.13.11
 2.9.0
-1.11.0
+1.12.0
 1.30.0
 2.0.7
 2.0.7



[camel] 01/02: Upgrade redisson 3.23.1

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

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

commit 0e88d834f79ff12b199df4455911738f44e6e0e5
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:35:32 2023 +0200

Upgrade redisson 3.23.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0238fe6e741..562a5d0104d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -411,7 +411,7 @@
 1.0.4
 3.5.8
 1.1.9
-3.22.1
+3.23.1
 2.1.0
 5.3.1
 2.28.0.Final



[camel] branch main updated: Upgrade graal javascript 23.0.1

2023-07-19 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 e60be19040b Upgrade graal javascript 23.0.1
e60be19040b is described below

commit e60be19040b8d7a9c701297e8d9cd02368d0c4b9
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 20:34:26 2023 +0200

Upgrade graal javascript 23.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7b446e75c52..0238fe6e741 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -182,7 +182,7 @@
 26.18.0
 
2.23.0
 
2.21.0
-23.0.0
+23.0.1
 21.0
 2.0.0
 2.4.4



[GitHub] [camel] LostArtist commented on a diff in pull request #10736: CAMEL-19613: camel-caffeine

2023-07-19 Thread via GitHub


LostArtist commented on code in PR #10736:
URL: https://github.com/apache/camel/pull/10736#discussion_r1268490521


##
components/camel-caffeine/pom.xml:
##
@@ -62,6 +62,20 @@
 ${metrics-version}
 test
 
+
+
+org.apache.camel
+camel-test-infra-core
+${project.version}
+test-jar
+test
+
+
+org.apache.camel
+camel-test-infra-core
+4.0.0-SNAPSHOT

Review Comment:
   Thanks for notice, Claus. I'll fix it



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

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

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



[GitHub] [camel] oscerd commented on pull request #10733: integrate multi-shard consumer with async client

2023-07-19 Thread via GitHub


oscerd commented on PR #10733:
URL: https://github.com/apache/camel/pull/10733#issuecomment-1642501070

   @orpiske @davsclaus We need to understand if we could have both the async 
and sync in the same module, or we need to revert and split.


-- 
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_3x updated (ee0d39eb188 -> b786035ebbd)

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

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


from ee0d39eb188 Regen for commit 7e68c948a2910cd1d63aeda1472a5c1fc44818a7 
(#10738)
 add b786035ebbd CAMEL-19615 chmodDirectory option try for each junk to 
change the directory permission and fails (#10730)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/file/remote/SftpOperations.java   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)



[camel] branch regen_bot_3.14.x updated (0881227c034 -> e8b5b37d724)

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

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


from 0881227c034 [CAMEL-19575] Fixes bug in camel-rabbitmq - 
RabbitMQConsumer keeps on consuming even when route shutdown is triggered. 
(#10604)
 add e8b5b37d724 CAMEL-19615 chmodDirectory option try for each junk to 
change the directory permission and fails (#10730)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/file/remote/SftpOperations.java   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)



[camel] branch regen_bot updated (92128714288 -> cc58cf0fa6b)

2023-07-19 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 92128714288 CAMEL-19599: Added a little big of docs
 add cc58cf0fa6b Regen for commit 6b16f9f27b9f6d0efaec840c9357183c4c27461c

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10368 +++
 .../org/apache/camel/main/BaseMainSupport.java | 3 -
 .../org/apache/camel/xml/in/ModelParserTest.java   |10 +-
 3 files changed, 6125 insertions(+), 4256 deletions(-)



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

2023-07-19 Thread via GitHub


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

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


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

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

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



[camel] branch regen_bot_3x updated (d2bdec0c38c -> ee0d39eb188)

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

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


omit d2bdec0c38c Regen for commit 7e68c948a2910cd1d63aeda1472a5c1fc44818a7
 add ee0d39eb188 Regen for commit 7e68c948a2910cd1d63aeda1472a5c1fc44818a7 
(#10738)

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   (d2bdec0c38c)
\
 N -- N -- N   refs/heads/regen_bot_3x (ee0d39eb188)

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

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

No new revisions were added by this update.

Summary of changes:



[GitHub] [camel] hamed-hatami commented on pull request #10733: integrate multi-shard consumer with async client

2023-07-19 Thread via GitHub


hamed-hatami commented on PR #10733:
URL: https://github.com/apache/camel/pull/10733#issuecomment-1642455849

   I've run all aws components test and it looked green, what's wrong with this 
build ?


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #10739: [CAMEL-19613] Convert components to use the camel-test-infra-core: ASN.1 data format

2023-07-19 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


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

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

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



[GitHub] [camel] ammachado opened a new pull request, #10739: [CAMEL-19613] Convert components to use the camel-test-infra-core: ASN.1 data format

2023-07-19 Thread via GitHub


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

   # Description
   
   
   
   Convert components to use the camel-test-infra-core: ASN.1 data format
   
   # Target
   
   - [x] 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
   - [x] 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
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [x] 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 regen_bot updated (de5793d7aad -> 92128714288)

2023-07-19 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 de5793d7aad CAMEL-19615 chmodDirectory option try for each junk to 
change the directory permission and fails (#10730)
 add 92128714288 CAMEL-19599: Added a little big of docs

No new revisions were added by this update.

Summary of changes:
 .../modules/ROOT/pages/camel-jbang.adoc| 35 ++
 1 file changed, 35 insertions(+)



[camel] branch main updated: CAMEL-19599: Added a little big of docs

2023-07-19 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 92128714288 CAMEL-19599: Added a little big of docs
92128714288 is described below

commit 921287142886061219761342ca3c80476205973e
Author: Claus Ibsen 
AuthorDate: Wed Jul 19 18:44:07 2023 +0200

CAMEL-19599: Added a little big of docs
---
 .../modules/ROOT/pages/camel-jbang.adoc| 35 ++
 1 file changed, 35 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index f2d9f1c878b..db2b5843e91 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2211,6 +2211,41 @@ camel export --runtime=camel-main 
--gav=com.foo:acme:1.0-SNAPSHOT --directory=..
 
 TIP: See the possible options by running: `camel export --help` for more 
details.
 
+ Exporting to Camel Main for Kubernetes
+
+If your want to run Camel Main on Kubernetes, then it's possible to export to 
Maven based project
+that are pre-configured to build for Kubernetes (with JKube and JIB).
+
+To use this, then `application.properties` must contain JKube configurations 
that are to be used for generating
+Kubernetes YAML manifest files.
+
+Camel JBang will export and copy every entry from `application.properties` 
that start with the following keys:
+
+- `jkube.xxx`
+- `jib.xxx`
+- `label.xxx`
+
+For example, the following can be used for a general Camel based application 
to run in Kubernetes:
+
+[source,properties]
+
+label.runtime=app.kubernetes.io/runtime
+jib.to.image=demo/myapp:1.0
+jkube.version=1.13.1
+jkube.build.strategy=jib
+jkube.skip.build=true
+jkube.namespace=my-namespace
+jkube.imagePullPolicy=IfNotPresent
+jkube.enricher.jkube-project-label.group=my-company
+jkube.enricher.jkube-project-label.provider=my-company
+jkube.enricher.jkube-controller.type=Deployment
+jkube.enricher.jkube-controller.replicaCount=1
+jkube.enricher.jkube-service.port=8080
+jkube.recreate=true
+
+
+You can find more details in the https://eclipse.dev/jkube/docs/[Eclipse 
JKube] and 
https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin[Jib] 
documentations.
+
 === Exporting with selected files
 
 By default, Camel will export what was last run, or all files from the current 
directory.



[camel] branch regen_bot updated (cb997651b57 -> de5793d7aad)

2023-07-19 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 cb997651b57 [CAMEL-19613] AS2 component (#10735)
 add de5793d7aad CAMEL-19615 chmodDirectory option try for each junk to 
change the directory permission and fails (#10730)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/file/remote/SftpOperations.java   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)



[camel-quarkus] 01/02: Upgrade Quarkus to 3.2.1.Final

2023-07-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 410ca2b8cdda770a8307c2597f088ba7a2647c38
Author: James Netherton 
AuthorDate: Wed Jul 19 14:36:20 2023 +0100

Upgrade Quarkus to 3.2.1.Final
---
 docs/antora.yml | 4 ++--
 pom.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index c49616ecaa..44c933cfca 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,11 +30,11 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-RC1 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.Final # replace ${quarkus.version}
+quarkus-version: 3.2.1.Final # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
-target-maven-version: 3.9.2 # replace ${target-maven-version}
+target-maven-version: 3.9.3 # replace ${target-maven-version}
 
 # Attributes used in xrefs to other Antora components
 cq-camel-components: components
diff --git a/pom.xml b/pom.xml
index 020f52d209..078be90860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
 2.0.0
 
2.0.1
 2.0.2
-3.2.0.Final
+3.2.1.Final
 
4.0.0
 2.4.0
 
@@ -161,7 +161,7 @@
 2.2
 4.10.0
 ${pdfbox-version}
-2.9.2
+2.10.0
 6.0.9
 3.0.0-beta-10
 1.12
@@ -216,7 +216,7 @@
 
 
 3.8.2
-3.9.2
+3.9.3
 
[${min-maven-version},)
 
 



[camel-quarkus] 02/02: Temporarily disabled tests + native for ssh, see https://github.com/apache/camel-quarkus/issues/5092

2023-07-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit e345ffb15a02333c1b93256310d2081bcdb6f666
Author: JiriOndrusek 
AuthorDate: Fri Jul 14 11:41:06 2023 +0200

Temporarily disabled tests + native for ssh, see 
https://github.com/apache/camel-quarkus/issues/5092
---
 integration-tests/ssh/pom.xml| 5 +++--
 .../test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml
index 74bd48388f..53e93384da 100644
--- a/integration-tests/ssh/pom.xml
+++ b/integration-tests/ssh/pom.xml
@@ -71,7 +71,8 @@
 
 
 
-
+
 
 virtualDependencies
 
diff --git 
a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java
 
b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java
index 4681ee0a94..9cf3c3f78c 100644
--- 
a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java
+++ 
b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTest.java
@@ -20,6 +20,7 @@ import io.quarkus.test.common.QuarkusTestResource;
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.http.ContentType;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -29,6 +30,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 class SshTest {
 
 @Test
+@Disabled //temporarily disabled because of 
https://github.com/apache/camel-quarkus/issues/5092
 public void testWriteToSSHAndReadFromSSH() {
 final String fileContent = "Hello Camel Quarkus SSH";
 // Write a file to SSH session



[camel-quarkus] branch main updated (4d08517039 -> e345ffb15a)

2023-07-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


from 4d08517039 Added atlassion-groupId for the correct functionality with 
'io.atlassian.fugue'
 new 410ca2b8cd Upgrade Quarkus to 3.2.1.Final
 new e345ffb15a Temporarily disabled tests + native for ssh, see 
https://github.com/apache/camel-quarkus/issues/5092

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:
 docs/antora.yml | 4 ++--
 integration-tests/ssh/pom.xml   | 5 +++--
 .../java/org/apache/camel/quarkus/component/ssh/it/SshTest.java | 2 ++
 pom.xml | 6 +++---
 4 files changed, 10 insertions(+), 7 deletions(-)



[GitHub] [camel-quarkus] jamesnetherton merged pull request #5105: Upgrade Quarkus to 3.2.1.final

2023-07-19 Thread via GitHub


jamesnetherton merged PR #5105:
URL: https://github.com/apache/camel-quarkus/pull/5105


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

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

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



[GitHub] [camel-quarkus] jamesnetherton merged pull request #5104: Added atlassion-groupId for the correct functionality with the 'io.atlassian.fugue'

2023-07-19 Thread via GitHub


jamesnetherton merged PR #5104:
URL: https://github.com/apache/camel-quarkus/pull/5104


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

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

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



[camel-quarkus] branch main updated: Added atlassion-groupId for the correct functionality with 'io.atlassian.fugue'

2023-07-19 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 4d08517039 Added atlassion-groupId for the correct functionality with 
'io.atlassian.fugue'
4d08517039 is described below

commit 4d08517039ff98693805769e6f96f350f9851889
Author: JiriOndrusek 
AuthorDate: Wed Jul 19 12:36:06 2023 +0200

Added atlassion-groupId for the correct functionality with 
'io.atlassian.fugue'
---
 .mvn/rrf/groupId-atlassian.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mvn/rrf/groupId-atlassian.txt b/.mvn/rrf/groupId-atlassian.txt
index 4f03a4f21f..45b48708ed 100644
--- a/.mvn/rrf/groupId-atlassian.txt
+++ b/.mvn/rrf/groupId-atlassian.txt
@@ -4,3 +4,4 @@ com.atlassian.jira
 com.atlassian.platform
 com.atlassian.pom
 com.atlassian.sal
+io.atlassian.fugue



[GitHub] [camel] davsclaus commented on a diff in pull request #10736: CAMEL-19613: camel-caffeine

2023-07-19 Thread via GitHub


davsclaus commented on code in PR #10736:
URL: https://github.com/apache/camel/pull/10736#discussion_r1268323397


##
components/camel-caffeine/pom.xml:
##
@@ -62,6 +62,20 @@
 ${metrics-version}
 test
 
+
+
+org.apache.camel
+camel-test-infra-core
+${project.version}
+test-jar
+test
+
+
+org.apache.camel
+camel-test-infra-core
+4.0.0-SNAPSHOT

Review Comment:
   This should be as above with project.version



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

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

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



  1   2   3   4   >