[camel] branch regen_bot updated (5c713226c88 -> 0cd363d184f)

2023-06-30 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 5c713226c88 [CAMEL-19564] Add 2nd attempt to instantiate spring beans 
after reading class definitions from JavaRoutesBuilderLoader
 add 0cd363d184f Provided zookeeper image support on ppc64le

No new revisions were added by this update.

Summary of changes:
 components/camel-zookeeper-master/pom.xml | 26 --
 components/camel-zookeeper/pom.xml| 27 +--
 2 files changed, 49 insertions(+), 4 deletions(-)



[camel] branch main updated: Provided zookeeper image support on ppc64le

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 0cd363d184f Provided zookeeper image support on ppc64le
0cd363d184f is described below

commit 0cd363d184fbf143f0173e726d695cf6a29f3d63
Author: Balavva 
AuthorDate: Fri Jun 30 16:29:56 2023 +0530

Provided zookeeper image support on ppc64le
---
 components/camel-zookeeper-master/pom.xml | 26 --
 components/camel-zookeeper/pom.xml| 27 +--
 2 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/components/camel-zookeeper-master/pom.xml 
b/components/camel-zookeeper-master/pom.xml
index 2911b621414..6b5071fbe52 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -33,8 +33,7 @@
 Camel Zookeeper Master Support
 
 
-
-true
+
 true
 
 
@@ -147,5 +146,28 @@
 
 
 
+
+ppc64le
+
+
+ppc64le
+
+
+
+
+
+org.apache.maven.plugins
+maven-failsafe-plugin
+
+${skipTests}
+true
+
+ 
icr.io/ppc64le-oss/zookeeper-ppc64le:3.5.10
+   
+
+
+
+
+
 
 
diff --git a/components/camel-zookeeper/pom.xml 
b/components/camel-zookeeper/pom.xml
index 6718f80efa9..9be80117897 100644
--- a/components/camel-zookeeper/pom.xml
+++ b/components/camel-zookeeper/pom.xml
@@ -33,8 +33,7 @@
 Camel Zookeeper Support
 
 
-
-true
+
 true
 
 
@@ -209,6 +208,30 @@
 
 
 
+ 
+
+ppc64le
+
+
+ppc64le
+
+
+
+
+
+org.apache.maven.plugins
+maven-failsafe-plugin
+
+${skipTests}
+true
+
+ 
icr.io/ppc64le-oss/zookeeper-ppc64le:3.5.10
+   
+
+
+
+
 
+
 
 



[GitHub] [camel] orpiske merged pull request #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


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


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

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

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



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

2023-06-30 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 6c6cebef13 Updated CHANGELOG.md
6c6cebef13 is described below

commit 6c6cebef13d8de8738dc5bffede1c664de04a8f2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 1 03:30:48 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe1d73a651..9d4989928a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,9 @@
 **Fixed bugs:**
 
 - Micrometer: SimpleMeterRegistry is not created if no other registry is 
defined [\#5023](https://github.com/apache/camel-quarkus/issues/5023)
+- \[Mandrel 23.0.0\] google-storage integration test native compilation fails 
[\#5010](https://github.com/apache/camel-quarkus/issues/5010)
 - \[Mandrel 23.0.0\] cxf-soap grouped integration tests native compilation 
fails [\#5008](https://github.com/apache/camel-quarkus/issues/5008)
+- \[Mandrel 23.0.0\] google-pubsub integration test native compilation fails 
[\#5007](https://github.com/apache/camel-quarkus/issues/5007)
 - Intermittent failure of test `CxfWsTrustTest.programmaticStsNotSet` 
[\#4988](https://github.com/apache/camel-quarkus/issues/4988)
 - \[Quarkus 3.2.0\] io.quarkus.arc.Priority has been removed 
[\#4983](https://github.com/apache/camel-quarkus/issues/4983)
 - Unable to generate REST API documentation when lightweight mode is enabled 
[\#2527](https://github.com/apache/camel-quarkus/issues/2527)
@@ -56,6 +58,8 @@
 
 **Merged pull requests:**
 
+- Re-enable google-pubsub and google-storage and add a workaround 
[\#5033](https://github.com/apache/camel-quarkus/pull/5033) 
([zhfeng](https://github.com/zhfeng))
+- Upgrade to quarkus-cxf 2.2.0 
[\#5032](https://github.com/apache/camel-quarkus/pull/5032) 
([ppalaga](https://github.com/ppalaga))
 - Micrometer: It is not necessary to produce JMXRegistry for the test \#5030 
[\#5031](https://github.com/apache/camel-quarkus/pull/5031) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Upgrade Quarkus to 3.2.0.Final 
[\#5027](https://github.com/apache/camel-quarkus/pull/5027) 
([jamesnetherton](https://github.com/jamesnetherton))
 - Ref \#2800: Remove the addition of affinity for mac os 
[\#5025](https://github.com/apache/camel-quarkus/pull/5025) 
([essobedo](https://github.com/essobedo))
@@ -1891,6 +1895,7 @@
 - Aws2-sqs: Test with real account fails. 
[\#4389](https://github.com/apache/camel-quarkus/issues/4389)
 - Remove deprecated components: cmis and dozer 
[\#4377](https://github.com/apache/camel-quarkus/issues/4377)
 - Upgrade io.github.crac:org-crac because of missing license 
[\#4260](https://github.com/apache/camel-quarkus/issues/4260)
+- Re-use enforcer config from Quarkus 
[\#4071](https://github.com/apache/camel-quarkus/issues/4071)
 - jOOR language native support 
[\#2083](https://github.com/apache/camel-quarkus/issues/2083)
 - OGNL language native support 
[\#1748](https://github.com/apache/camel-quarkus/issues/1748)
 



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

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

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


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

commit 9ee9ff972ea7af2c274172ad04a421294a77f851
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 1 03:23:16 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77f8f9b6..935703e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
 # Changelog
 
-## [Unreleased](https://github.com/apache/camel-kamelets/tree/HEAD)
+## [v3.21.0](https://github.com/apache/camel-kamelets/tree/v3.21.0) 
(2023-06-30)
 
-[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v3.20.6...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v3.20.6...v3.21.0)
 
 **Closed issues:**
 
 - Azure Storage Blob Kamelets: Expose the credentialsType parameter with 
SHARED\_ACCOUNT\_KEY as default 
[\#1517](https://github.com/apache/camel-kamelets/issues/1517)
+- Release 3.20.6 [\#1515](https://github.com/apache/camel-kamelets/issues/1515)
 - Add Twitter timeline sink Kamelet 
[\#102](https://github.com/apache/camel-kamelets/issues/102)
 - Add Twitter Direct Message Sink Kamelet 
[\#100](https://github.com/apache/camel-kamelets/issues/100)
 - Add Box Source Kamelet 
[\#17](https://github.com/apache/camel-kamelets/issues/17)



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

2023-06-30 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 5428041506-1060-9b6f0c99-370b-43d4-a72f-ec0970a2a8bd
   * Camel Quarkus Commit: f5e48aca0efeb4e19e2c66bb50539b99fbdeae46
   
   * Camel Main Commit: 842aca0fecdd64e5899365525a5b4f57d0c90c55
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/5428041506


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

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

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



[camel-spring-boot] branch automatic-periodic-sync updated (f8fae273002 -> 171fbe5bf7a)

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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from f8fae273002 [create-pull-request] automated change
 add 171fbe5bf7a CAMEL-19565 - Create Azure Files SB starter

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 +
 .../components/{ftp.json => azure-files.json}  | 102 +
 .../pom.xml|   4 +-
 .../src/main/docs/azure-files.json}|  30 +++---
 .../FilesComponentAutoConfiguration.java}  |  20 ++--
 .../springboot/FilesComponentConfiguration.java}   |  10 +-
 .../src/main/resources/META-INF/LICENSE.txt|   0
 .../src/main/resources/META-INF/NOTICE.txt |   0
 .../src/main/resources/META-INF/spring.factories   |   2 +-
 .../src/main/resources/META-INF/spring.provides|   2 +-
 components-starter/pom.xml |   1 +
 ...{CamelFtpTest.java => CamelAzureFilesTest.java} |   7 +-
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |   5 +
 14 files changed, 92 insertions(+), 97 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{ftp.json
 => azure-files.json} (72%)
 copy components-starter/{camel-dhis2-starter => 
camel-azure-files-starter}/pom.xml (94%)
 copy components-starter/{camel-browse-starter/src/main/docs/browse.json => 
camel-azure-files-starter/src/main/docs/azure-files.json} (64%)
 copy 
components-starter/{camel-huaweicloud-dms-starter/src/main/java/org/apache/camel/component/huaweicloud/dms/springboot/DMSComponentAutoConfiguration.java
 => 
camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-optaplanner-starter/src/main/java/org/apache/camel/component/optaplanner/springboot/OptaPlannerComponentConfiguration.java
 => 
camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java}
 (92%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-files-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-files-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-jsonapi-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-arangodb-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring.provides (97%)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelFtpTest.java
 => CamelAzureFilesTest.java} (88%)



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

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

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

commit 5f8a5d5fdf2dee658fee9d252ea76bd1ad5fab47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:48:11 2023 +

chore: nightly SBOM refresh
---
 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 537548965..46a0803f6 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:76277980-76ef-4d3b-b0c5-d8e2d6079450",
+  "serialNumber": "urn:uuid:f772869e-7c45-4dcf-8fdf-42aa0c97b14e",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-29T23:47:44Z",
+"timestamp": "2023-06-30T23:48:11Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230629021844-870a9b99d2cc?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230630234257-e8035ab9d2f6?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230629021844-870a9b99d2cc",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230629021844-870a9b99d2cc?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230630234257-e8035ab9d2f6",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230630234257-e8035ab9d2f6?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-20230629021844-870a9b99d2cc?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230630234257-e8035ab9d2f6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230629021844-870a9b99d2cc",
+  "version": "v0.0.0-20230630234257-e8035ab9d2f6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"4eaed37ff04d31a1800555e86f441d47859263b0e889a0af8573fba8f57e705e"
+  "content": 
"6dacf21ab59f7bc49e22f047c2668f64679eb1f465a839ba27b0a42de49f4c28"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230629021844-870a9b99d2cc?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230630234257-e8035ab9d2f6?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-20230629021844-870a9b99d2cc?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230630234257-e8035ab9d2f6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230629021844-870a9b99d2cc",
+  "version": "v0.0.0-20230630234257-e8035ab9d2f6",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"d3bf00d28dbebb6a3cb9fb52675acb43a931a2f15a5c5c475892cde40e381839"
+  "content": 
"7f405ba0a10e593ba647291a11c73aafa6bb87044e1ab6bc846270fc7689e482"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230629021844-870a9b99d2cc?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230630234257-e8035ab9d2f6?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-20230629021844-870a9b99d2cc?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230630234257-e8035ab9d2f6?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  "version": "v0.0.0-20230629021844-870a9b99d2cc",
+  "version": "v0.0.0-20230630234257-e8035ab9d2f6",
   "scope": "required",
   "hashes": [
 {

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

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

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

commit e8035ab9d2f612ec280f7c67c1f6117d11d0c0db
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:42:57 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1c3449b2..8a128fdf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
 - Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
+- Add message during Operator Installation that checks that Internal Image 
Registry is configured [\#4130](https://github.com/apache/camel-k/issues/4130)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)



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

2023-06-30 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 190484e5ad61055412fba0277549b0e9502c4896
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:47: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 2f6043138..12d864a1c 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:5eb0f587-dcbb-497d-8a4a-4e487fa23fa8",
+  "serialNumber": "urn:uuid:1fec6a9e-bcd3-4967-9409-f81a5f4a7b2f",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-29T23:48:30Z",
+"timestamp": "2023-06-30T23:47:54Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234458-6c3011ce7c10?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230630234022-ae09e80f4c4c?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230628234458-6c3011ce7c10",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234458-6c3011ce7c10?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230630234022-ae09e80f4c4c",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230630234022-ae09e80f4c4c?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-20230628234458-6c3011ce7c10?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230630234022-ae09e80f4c4c?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230628234458-6c3011ce7c10",
+  "version": "v0.0.0-20230630234022-ae09e80f4c4c",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"c2f223058c94a6a9280b6af6b4ad2b64bd3afe72c10952fc6ee16304cb4aa20c"
+  "content": 
"6c2a5cf38ea6a1c79dacd70e16f9251daa54b3f747665f30cdeb90bb4c744031"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628234458-6c3011ce7c10?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230630234022-ae09e80f4c4c?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-20230628234458-6c3011ce7c10?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230630234022-ae09e80f4c4c?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230628234458-6c3011ce7c10",
+  "version": "v0.0.0-20230630234022-ae09e80f4c4c",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"24de3683f2ad8f01a88ca1e86db5f18dedc484d39cc0d9913e9f48c06d910b90"
+  "content": 
"7945e25434fce4cfce7081f22d3894955a47cf5e5cde3c6786dd5c20f2a1ac8d"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628234458-6c3011ce7c10?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230630234022-ae09e80f4c4c?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-20230628234458-6c3011ce7c10?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230630234022-ae09e80f4c4c?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  "version": "v0.0.0-20230628234458-6c3011ce7c10",
+  "version": "v0.0.0-20230630234022-ae09e80f4c4c",
   "scope": "required",
   "hashes": [
 {
   "alg": 

[camel-k] branch release-1.12.x updated (87322a6ac -> 190484e5a)

2023-06-30 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 87322a6ac Periodic Sync of Camel K Main Branch for SBOM Generation
 new ae09e80f4 chore: changelog automatic update
 new 190484e5a 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   |  1 +
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 28 insertions(+), 27 deletions(-)



[camel-k] branch main updated (866f0396d -> 5f8a5d5fd)

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

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


from 866f0396d chore: nightly SBOM refresh
 new e8035ab9d chore: changelog automatic update
 new 5f8a5d5fd chore: nightly SBOM refresh

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   |  1 +
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 28 insertions(+), 27 deletions(-)



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

2023-06-30 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 ae09e80f4c4cc4144dec03916e30255f7aa78a8c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:40:22 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b2aed377..981b13e1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
 - Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
+- Add message during Operator Installation that checks that Internal Image 
Registry is configured [\#4130](https://github.com/apache/camel-k/issues/4130)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)



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

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

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

commit 41c31c9fa6a1c22a1f76727c374c569419b61452
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:39:26 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b2aed377..981b13e1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
 - Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
+- Add message during Operator Installation that checks that Internal Image 
Registry is configured [\#4130](https://github.com/apache/camel-k/issues/4130)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)



[camel-k] branch release-1.10.x updated (bd7b33266 -> b18159e50)

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

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


from bd7b33266 Periodic Sync of Camel K Main Branch for SBOM Generation
 new 41c31c9fa chore: changelog automatic update
 new b18159e50 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   |  1 +
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 28 insertions(+), 27 deletions(-)



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

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

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

commit b18159e50a506bc45d3e311e10afcd614e995bf9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 30 23:43:40 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 f8a7f2390..d2f3223d5 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:9ea787b6-d299-497d-862c-a0b213fae609",
+  "serialNumber": "urn:uuid:930e977d-3dd5-46d1-9ee9-692e9a8344e3",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-29T23:47:40Z",
+"timestamp": "2023-06-30T23:43:40Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234731-b5878ba97345?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230630233926-41c31c9fa6a1?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230628234731-b5878ba97345",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234731-b5878ba97345?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230630233926-41c31c9fa6a1",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230630233926-41c31c9fa6a1?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -371,18 +371,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628234731-b5878ba97345?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230630233926-41c31c9fa6a1?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230628234731-b5878ba97345",
+  "version": "v0.0.0-20230630233926-41c31c9fa6a1",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"67a67e9d2c91a8d775ec6ba4090c31f53e31c0aef8b59236f1be6d53e36f7e99"
+  "content": 
"3afab0b6eee8e6082b2d34d0a655c62adadffd0268340de3a83fd29a336c456e"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628234731-b5878ba97345?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230630233926-41c31c9fa6a1?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -391,18 +391,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628234731-b5878ba97345?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230630233926-41c31c9fa6a1?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230628234731-b5878ba97345",
+  "version": "v0.0.0-20230630233926-41c31c9fa6a1",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"34c8ff93e7ac96728bcc0f63577b57c0e9ac49cc3be223d5ca989760990689e9"
+  "content": 
"76bf6cb3bdeb3f6ad25d6cb6cf94fe50e7e37cfb9ffbd0ceb7f3a05b9cb17380"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628234731-b5878ba97345?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230630233926-41c31c9fa6a1?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -411,18 +411,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230628234731-b5878ba97345?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230630233926-41c31c9fa6a1?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  "version": "v0.0.0-20230628234731-b5878ba97345",
+  "version": "v0.0.0-20230630233926-41c31c9fa6a1",
   "scope": "required",
   "hashes": [
 {
   "alg": 

[GitHub] [camel-quarkus] github-actions[bot] commented on pull request #5039: Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0

2023-06-30 Thread via GitHub


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

   Branch auto synchronized due to changes in generated files. New workflow run 
triggered:
   
   https://github.com/apache/camel-quarkus/actions/runs/5427832307


-- 
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 dependabot/maven/org.amqphub.quarkus-quarkus-qpid-jms-bom-2.3.0 updated (26863d533e -> 741aeb64cd)

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

github-bot pushed a change to branch 
dependabot/maven/org.amqphub.quarkus-quarkus-qpid-jms-bom-2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


from 26863d533e Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0
 add 741aeb64cd Auto generated changes for dependabot commit 
26863d533e5f3e4feefbc1929ad762ea023ae0cf

No new revisions were added by this update.

Summary of changes:
 poms/bom/src/main/generated/flattened-full-pom.xml | 12936 ++-
 .../src/main/generated/flattened-reduced-pom.xml   | 6 +-
 .../generated/flattened-reduced-verbose-pom.xml|18 +-
 3 files changed, 6528 insertions(+), 6432 deletions(-)



[GitHub] [camel-quarkus] dependabot[bot] opened a new pull request, #5039: Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0

2023-06-30 Thread via GitHub


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

   Bumps [quarkus-qpid-jms-bom](https://github.com/amqphub/quarkus-qpid-jms) 
from 2.2.0 to 2.3.0.
   
   Commits
   
   https://github.com/amqphub/quarkus-qpid-jms/commit/e8547875fb5ea070f0770b87bc90146d5be3587b;>e854787
 [maven-release-plugin] prepare release 2.3.0
   https://github.com/amqphub/quarkus-qpid-jms/commit/fc83d9d7e1da7e5e3bdfe04829b1ae7523b5eac2;>fc83d9d
 update to Qpid JMS 2.4.0
   https://github.com/amqphub/quarkus-qpid-jms/commit/a5359416cdfb6f5c27d56eb1fc675741d397a242;>a535941
 update to Quarkus 3.2.0.Final
   https://github.com/amqphub/quarkus-qpid-jms/commit/b1b7e06c8eb8c9faff5b2799cc9de94e780bf1f1;>b1b7e06
 one more fluffed cp fixup
   https://github.com/amqphub/quarkus-qpid-jms/commit/4de82abceaa398d244164e2a22977f4be817ade6;>4de82ab
 fix some fluffed cp in previous changes
   https://github.com/amqphub/quarkus-qpid-jms/commit/50b1c0961592536c631d1342c9600e2ae86bebc1;>50b1c09
 switch to using default Mandrel builder images for main jobs rather than 
spec...
   https://github.com/amqphub/quarkus-qpid-jms/commit/e3adea3f7fab1a570550e0d4a1cdefa2ac08e044;>e3adea3
 update to Quarkus 3.2.0.CR1
   https://github.com/amqphub/quarkus-qpid-jms/commit/77b3a33f468ded4a9adf9697827e16132dea78e5;>77b3a33
 switch Quarkus branch nightly job to 3.2.x
   https://github.com/amqphub/quarkus-qpid-jms/commit/fea13bdc640d6c851e2364a3599661c37bd793da;>fea13bd
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/amqphub/quarkus-qpid-jms/compare/2.2.0...2.3.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.amqphub.quarkus:quarkus-qpid-jms-bom=maven=2.2.0=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


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

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

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



[camel-quarkus] branch dependabot/maven/org.amqphub.quarkus-quarkus-qpid-jms-bom-2.3.0 created (now 26863d533e)

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

github-bot pushed a change to branch 
dependabot/maven/org.amqphub.quarkus-quarkus-qpid-jms-bom-2.3.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 26863d533e Bump quarkus-qpid-jms-bom from 2.2.0 to 2.3.0

No new revisions were added by this update.



[GitHub] [camel] VaishnaviR18 opened a new pull request, #10555: [CAMEL-19412] - camel-kafka - Add kerberos config file location prope…

2023-06-30 Thread via GitHub


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

   …rty.
   
   # 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



[GitHub] [camel] github-actions[bot] commented on pull request #10555: [CAMEL-19412] - camel-kafka - Add kerberos config file location prope…

2023-06-30 Thread via GitHub


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

   :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-karavan] mvolf commented on issue #812: Issues with onException clause

2023-06-30 Thread via GitHub


mvolf commented on issue #812:
URL: https://github.com/apache/camel-karavan/issues/812#issuecomment-1614731761

   @mgubaidullin I didn't want to be rude or request faster response times. I 
was simply not sure if the discussion is the right thing to use for the 
question I posted.
   I apologise if it sounded like the above and thanks for the explanation and 
reply.


-- 
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] essobedo commented on issue #5026: Hazelcast integration tests fail in native mode On Mac OS

2023-06-30 Thread via GitHub


essobedo commented on issue #5026:
URL: https://github.com/apache/camel-quarkus/issues/5026#issuecomment-1614658652

   I proposed a ticket and the related PR, but I have no answer so far, I hope 
it is not one more abandonware  


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

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

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



[camel-quarkus] 01/03: Revert "Disable google-pubsub native profile due to #5007"

2023-06-30 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

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

commit 3153f3f0d10b662295b46693cedf59ec500d5941
Author: Zheng Feng 
AuthorDate: Thu Jun 29 20:18:48 2023 +0800

Revert "Disable google-pubsub native profile due to #5007"

This reverts commit 617a9e87e5f21d7be3984b8c3c2d150d811d4319.
---
 integration-tests/google-pubsub/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/integration-tests/google-pubsub/pom.xml 
b/integration-tests/google-pubsub/pom.xml
index 58222ce444..4b09dc49b2 100644
--- a/integration-tests/google-pubsub/pom.xml
+++ b/integration-tests/google-pubsub/pom.xml
@@ -74,7 +74,6 @@
 
 
 
-
 
 virtualDependencies
 



[camel-quarkus] 03/03: Add a work around for google-pubsub and google-storage tests

2023-06-30 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

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

commit 842aca0fecdd64e5899365525a5b4f57d0c90c55
Author: Zheng Feng 
AuthorDate: Fri Jun 30 10:11:21 2023 +0800

Add a work around for google-pubsub and google-storage tests
---
 .../reference/extensions/google-bigquery.adoc  | 12 
 .../pages/reference/extensions/google-pubsub.adoc  |  8 
 .../pages/reference/extensions/google-storage.adoc | 12 
 .../runtime/src/main/doc/limitations.adoc  |  7 +++
 .../runtime/src/main/doc/limitations.adoc  |  8 
 .../runtime/src/main/doc/limitations.adoc  |  7 +++
 .../META-INF/native-image/native-image.properties  | 22 ++
 .../META-INF/native-image/native-image.properties  | 22 ++
 8 files changed, 98 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc 
b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc
index 15697e0177..8683a6765e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/google-bigquery.adoc
@@ -52,3 +52,15 @@ If you want to read SQL scripts from the classpath with 
`google-bigquery-sql` in
 then you will need to ensure that they are added to the native image via the 
`quarkus.native.resources.includes` configuration property.
 Please check 
https://quarkus.io/guides/building-native-image#quarkus-native-pkg-native-config_quarkus.native.resources.includes[Quarkus
 documentation] for more details.
 
+
+[id="extensions-google-bigquery-camel-quarkus-limitations"]
+== Camel Quarkus limitations
+
+Currently it needs a work around in native building to introduce a 
native-image.properties file containing the following line:
+[source,properties]
+
+Args = -H:+RunReachabilityHandlersConcurrently
+
+
+Also this file needs to be in your application, e.g. 
`src/main/resources/META-INF/native-image/native-image.properties`
+
diff --git a/docs/modules/ROOT/pages/reference/extensions/google-pubsub.adoc 
b/docs/modules/ROOT/pages/reference/extensions/google-pubsub.adoc
index af8baf5896..7e23da4574 100644
--- a/docs/modules/ROOT/pages/reference/extensions/google-pubsub.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/google-pubsub.adoc
@@ -55,3 +55,11 @@ Since such serialization is not yet supported by GraalVM, 
this extension provide
 If your payload contains binary data, then you will need to handle that by 
creating a custom Jackson Serializer / Deserializer. Refer to the 
https://quarkus.io/guides/writing-extensions#customizing-jackson[Quarkus 
Jackson guide] for 
 information on how to do this.
 
+Currently it needs a work around in native building to introduce a 
native-image.properties file containing the following line:
+[source,properties]
+
+Args = -H:+RunReachabilityHandlersConcurrently
+
+
+Also this file needs to be in your application, e.g. 
`src/main/resources/META-INF/native-image/native-image.properties`
+
diff --git a/docs/modules/ROOT/pages/reference/extensions/google-storage.adoc 
b/docs/modules/ROOT/pages/reference/extensions/google-storage.adoc
index 67158f2a36..453c55c802 100644
--- a/docs/modules/ROOT/pages/reference/extensions/google-storage.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/google-storage.adoc
@@ -44,6 +44,18 @@ ifeval::[{doc-show-user-guide-link} == true]
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
 endif::[]
 
+[id="extensions-google-storage-camel-quarkus-limitations"]
+== Camel Quarkus limitations
+
+Currently it needs a work around in native building to introduce a 
native-image.properties file containing the following line:
+[source,properties]
+
+Args = -H:+RunReachabilityHandlersConcurrently
+
+
+Also this file needs to be in your application, e.g. 
`src/main/resources/META-INF/native-image/native-image.properties`
+
+
 [id="extensions-google-storage-ssl-in-native-mode"]
 == SSL in native mode
 
diff --git a/extensions/google-bigquery/runtime/src/main/doc/limitations.adoc 
b/extensions/google-bigquery/runtime/src/main/doc/limitations.adoc
new file mode 100644
index 00..d409fbb62a
--- /dev/null
+++ b/extensions/google-bigquery/runtime/src/main/doc/limitations.adoc
@@ -0,0 +1,7 @@
+Currently it needs a work around in native building to introduce a 
native-image.properties file containing the following line:
+[source,properties]
+
+Args = -H:+RunReachabilityHandlersConcurrently
+
+
+Also this file needs to be in your application, e.g. 
`src/main/resources/META-INF/native-image/native-image.properties`
diff --git a/extensions/google-pubsub/runtime/src/main/doc/limitations.adoc 
b/extensions/google-pubsub/runtime/src/main/doc/limitations.adoc
index 49606e0151..0feb98ccc4 100644
--- 

[camel-quarkus] 02/03: Revert "Disable google-storage native profile due to #5010"

2023-06-30 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

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

commit 5bd45b92c4e0b52362b52b06dd510af40acf33b3
Author: Zheng Feng 
AuthorDate: Thu Jun 29 20:19:49 2023 +0800

Revert "Disable google-storage native profile due to #5010"

This reverts commit 59cb563c1549593a707747a6e3fe76d829765401.
---
 integration-tests/google-storage/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/integration-tests/google-storage/pom.xml 
b/integration-tests/google-storage/pom.xml
index f9e86690d2..2fe5966c68 100644
--- a/integration-tests/google-storage/pom.xml
+++ b/integration-tests/google-storage/pom.xml
@@ -87,7 +87,6 @@
 
 
 
-
 
 virtualDependencies
 



[camel-quarkus] branch main updated (768dceea4a -> 842aca0fec)

2023-06-30 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository.

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


from 768dceea4a Upgrade to quarkus-cxf 2.2.0
 new 3153f3f0d1 Revert "Disable google-pubsub native profile due to #5007"
 new 5bd45b92c4 Revert "Disable google-storage native profile due to #5010"
 new 842aca0fec Add a work around for google-pubsub and google-storage tests

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


Summary of changes:
 .../ROOT/pages/reference/extensions/google-bigquery.adoc | 12 
 .../ROOT/pages/reference/extensions/google-pubsub.adoc   |  8 
 .../ROOT/pages/reference/extensions/google-storage.adoc  | 12 
 .../google-bigquery/runtime/src/main/doc/limitations.adoc|  7 +++
 .../google-pubsub/runtime/src/main/doc/limitations.adoc  |  8 
 .../google-storage/runtime/src/main/doc/limitations.adoc |  7 +++
 integration-tests/google-pubsub/pom.xml  |  2 --
 .../resources/META-INF/native-image/native-image.properties  | 12 
 integration-tests/google-storage/pom.xml |  2 --
 .../resources/META-INF/native-image/native-image.properties  | 12 
 10 files changed, 62 insertions(+), 20 deletions(-)
 create mode 100644 
extensions/google-bigquery/runtime/src/main/doc/limitations.adoc
 create mode 100644 
extensions/google-storage/runtime/src/main/doc/limitations.adoc
 copy 
extensions/openapi-java/deployment/src/test/resources/application.properties => 
integration-tests/google-pubsub/src/main/resources/META-INF/native-image/native-image.properties
 (78%)
 copy 
extensions/openapi-java/deployment/src/test/resources/application.properties => 
integration-tests/google-storage/src/main/resources/META-INF/native-image/native-image.properties
 (78%)



[GitHub] [camel-quarkus] zhfeng closed issue #5007: [Mandrel 23.0.0] google-pubsub integration test native compilation fails

2023-06-30 Thread via GitHub


zhfeng closed issue #5007: [Mandrel 23.0.0] google-pubsub integration test 
native compilation fails
URL: https://github.com/apache/camel-quarkus/issues/5007


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

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

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



[GitHub] [camel-quarkus] zhfeng closed issue #5010: [Mandrel 23.0.0] google-storage integration test native compilation fails

2023-06-30 Thread via GitHub


zhfeng closed issue #5010: [Mandrel 23.0.0] google-storage integration test 
native compilation fails
URL: https://github.com/apache/camel-quarkus/issues/5010


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

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

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



[GitHub] [camel-quarkus] zhfeng merged pull request #5033: Re-enable google-pubsub and google-storage and add a workaround

2023-06-30 Thread via GitHub


zhfeng merged PR #5033:
URL: https://github.com/apache/camel-quarkus/pull/5033


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



svn commit: r62753 - in /dev/camel/camel-kamelets/3.21.0: ./ camel-kamelets-sources-3.21.0.tar.gz camel-kamelets-sources-3.21.0.tar.gz.asc camel-kamelets-sources-3.21.0.tar.gz.sha512

2023-06-30 Thread acosentino
Author: acosentino
Date: Fri Jun 30 12:36:46 2023
New Revision: 62753

Log:
Import camel-kamelets release

Added:
dev/camel/camel-kamelets/3.21.0/
dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz   
(with props)
dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.asc   
(with props)
dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.sha512

Added: dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz
==
Binary file - no diff available.

Propchange: dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz
--
svn:mime-type = application/gzip

Added: dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: 
dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.sha512
==
--- dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.sha512 
(added)
+++ dev/camel/camel-kamelets/3.21.0/camel-kamelets-sources-3.21.0.tar.gz.sha512 
Fri Jun 30 12:36:46 2023
@@ -0,0 +1 @@
+8e03ba0abcd3904073249c75129a723d2c6f519e1ca01be2cb0c805421fa99e991ab4180ac11e02d3346a66139b7e925323e65e05763af80bc6ceb4df2f431a7
 *camel-kamelets-sources-3.21.0.tar.gz




[camel-kamelets] branch 3.21.x updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/3.21.x by this push:
 new 23631e07 [maven-release-plugin] prepare for next development iteration
23631e07 is described below

commit 23631e0707a0a658cf084b0aa30848283ab3e2ba
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:34:44 2023 +0200

[maven-release-plugin] prepare for next development iteration
---
 library/camel-kamelets-bom/pom.xml | 2 +-
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-utils/pom.xml   | 2 +-
 library/camel-kamelets/pom.xml | 2 +-
 library/kamelets-maven-plugin/pom.xml  | 2 +-
 pom.xml| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index a3e8c1c8..100cf109 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0
+3.21.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index 84db5d7f..1be875d3 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -35,7 +35,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0
+3.21.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-utils/pom.xml 
b/library/camel-kamelets-utils/pom.xml
index e1c11d25..60fe7968 100644
--- a/library/camel-kamelets-utils/pom.xml
+++ b/library/camel-kamelets-utils/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0
+3.21.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index 2c1d63a9..6d8b9129 100644
--- a/library/camel-kamelets/pom.xml
+++ b/library/camel-kamelets/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0
+3.21.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index f58d5ad2..a19cad83 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0
+3.21.1-SNAPSHOT
 ../../pom.xml
 
 
diff --git a/pom.xml b/pom.xml
index 35a61deb..a603337e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 org.apache.camel.kamelets
 camel-kamelets-parent
 pom
-3.21.0
+3.21.1-SNAPSHOT
 Camel Kamelets Parent
 Camel Kamelets Library Parent
 
@@ -108,7 +108,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git
 
https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary
-v3.21.0
+v0.8.1
 
 
 



[camel-kamelets] annotated tag v3.21.0 created (now 29246418)

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

acosentino pushed a change to annotated tag v3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


  at 29246418 (tag)
 tagging 4eb8e59a6266c5c46165adf32353cea01276a710 (commit)
 replaces v3.20.0
  by Andrea Cosentino
  on Fri Jun 30 14:34:41 2023 +0200

- Log -
[maven-release-plugin] copy for tag v3.21.0
---

No new revisions were added by this update.



[camel-kamelets] branch 3.21.x updated: [maven-release-plugin] prepare release v3.21.0

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

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


The following commit(s) were added to refs/heads/3.21.x by this push:
 new 4eb8e59a [maven-release-plugin] prepare release v3.21.0
4eb8e59a is described below

commit 4eb8e59a6266c5c46165adf32353cea01276a710
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:34:37 2023 +0200

[maven-release-plugin] prepare release v3.21.0
---
 library/camel-kamelets-bom/pom.xml | 2 +-
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-utils/pom.xml   | 2 +-
 library/camel-kamelets/pom.xml | 2 +-
 library/kamelets-maven-plugin/pom.xml  | 2 +-
 pom.xml| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index 36296cc0..a3e8c1c8 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0-SNAPSHOT
+3.21.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index d4518976..84db5d7f 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -35,7 +35,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0-SNAPSHOT
+3.21.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets-utils/pom.xml 
b/library/camel-kamelets-utils/pom.xml
index 98397646..e1c11d25 100644
--- a/library/camel-kamelets-utils/pom.xml
+++ b/library/camel-kamelets-utils/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0-SNAPSHOT
+3.21.0
 ../../pom.xml
 
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index 2e376a2e..2c1d63a9 100644
--- a/library/camel-kamelets/pom.xml
+++ b/library/camel-kamelets/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0-SNAPSHOT
+3.21.0
 ../../pom.xml
 
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index 5c0f127c..f58d5ad2 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel.kamelets
 camel-kamelets-parent
-3.21.0-SNAPSHOT
+3.21.0
 ../../pom.xml
 
 
diff --git a/pom.xml b/pom.xml
index 7beaefab..35a61deb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 org.apache.camel.kamelets
 camel-kamelets-parent
 pom
-3.21.0-SNAPSHOT
+3.21.0
 Camel Kamelets Parent
 Camel Kamelets Library Parent
 
@@ -108,7 +108,7 @@
 
scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git
 
scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git
 
https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary
-v0.8.1
+v3.21.0
 
 
 



[camel-kamelets] 02/02: Upgrade Camel to version 3.21.0

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

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

commit 4a0053c3988de9b6899978f4da90a32f37e26973
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:30:01 2023 +0200

Upgrade Camel to version 3.21.0

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/kamelets/catalog/KameletsCatalogTest.java| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
 
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
index e0121558..b2987d76 100644
--- 
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
+++ 
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
@@ -137,8 +137,8 @@ public class KameletsCatalogTest {
 
 @Test
 void testSupportedHeaders() throws Exception {
-verifyHeaders("aws-s3-source", 18);
-verifyHeaders("aws-s3-sink", 25);
+verifyHeaders("aws-s3-source", 20);
+verifyHeaders("aws-s3-sink", 27);
 verifyHeaders("aws-cloudtrail-source", 0);
 verifyHeaders("aws-redshift-source", 0);
 verifyHeaders("aws-not-exists", 0);
@@ -211,7 +211,7 @@ public class KameletsCatalogTest {
 verifyHeaders("mariadb-source", 0);
 verifyHeaders("mariadb-sink", 8);
 verifyHeaders("minio-source", 14);
-verifyHeaders("minio-sink", 21);
+verifyHeaders("minio-sink", 22);
 verifyHeaders("mongodb-changes-stream-source", 3);
 verifyHeaders("mongodb-sink", 12);
 verifyHeaders("mongodb-source", 3);
@@ -227,7 +227,7 @@ public class KameletsCatalogTest {
 verifyHeaders("oracle-database-source", 0);
 verifyHeaders("postgresql-sink", 8);
 verifyHeaders("postgresql-source", 0);
-verifyHeaders("pulsar-sink", 3);
+verifyHeaders("pulsar-sink", 4);
 verifyHeaders("pulsar-source", 11);
 verifyHeaders("rabbitmq-source", 23);
 verifyHeaders("redis-sink", 29);



[camel-kamelets] 01/02: Upgrade Camel to version 3.21.0

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

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

commit dab32471abf61b142ac87f5cc57ce1f804cf3a2f
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:27:12 2023 +0200

Upgrade Camel to version 3.21.0

Signed-off-by: Andrea Cosentino 
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91c68006..7beaefab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.20.5
+3.21.0
 
 
 org.apache.camel.kamelets
@@ -58,7 +58,7 @@
 2.1.1
 0.14
 
-3.20.5
+3.21.0
 6.1.1
 
 



[camel-kamelets] branch 3.21.x updated (d4c3dc06 -> 4a0053c3)

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

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


from d4c3dc06 Azure Storage Blob Kamelets: Expose the credentialsType 
parameter with SHARED_ACCOUNT_KEY as default
 new dab32471 Upgrade Camel to version 3.21.0
 new 4a0053c3 Upgrade Camel to version 3.21.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:
 .../org/apache/camel/kamelets/catalog/KameletsCatalogTest.java| 8 
 pom.xml   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)



[GitHub] [camel-kamelets] oscerd merged pull request #1522: Bump 3.21.0

2023-06-30 Thread via GitHub


oscerd merged PR #1522:
URL: https://github.com/apache/camel-kamelets/pull/1522


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

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

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



[GitHub] [camel-kamelets] oscerd opened a new pull request, #1522: Bump 3.21.0

2023-06-30 Thread via GitHub


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

   (no comment)


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

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

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



[camel-kamelets] 01/02: Upgrade Camel to version 3.21.0

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

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

commit 4d73581d67ad4c9ede9f8161ed8df5e94b5c96b1
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:27:12 2023 +0200

Upgrade Camel to version 3.21.0

Signed-off-by: Andrea Cosentino 
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91c68006..7beaefab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-3.20.5
+3.21.0
 
 
 org.apache.camel.kamelets
@@ -58,7 +58,7 @@
 2.1.1
 0.14
 
-3.20.5
+3.21.0
 6.1.1
 
 



[camel-kamelets] branch bump-3.21.0 created (now 464f80c0)

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

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


  at 464f80c0 Upgrade Camel to version 3.21.0

This branch includes the following new commits:

 new 4d73581d Upgrade Camel to version 3.21.0
 new 464f80c0 Upgrade Camel to version 3.21.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.




[camel-kamelets] 02/02: Upgrade Camel to version 3.21.0

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

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

commit 464f80c0ed641bb49a5ad18b119a33df88f28e86
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 14:30:01 2023 +0200

Upgrade Camel to version 3.21.0

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/kamelets/catalog/KameletsCatalogTest.java| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
 
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
index e0121558..b2987d76 100644
--- 
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
+++ 
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
@@ -137,8 +137,8 @@ public class KameletsCatalogTest {
 
 @Test
 void testSupportedHeaders() throws Exception {
-verifyHeaders("aws-s3-source", 18);
-verifyHeaders("aws-s3-sink", 25);
+verifyHeaders("aws-s3-source", 20);
+verifyHeaders("aws-s3-sink", 27);
 verifyHeaders("aws-cloudtrail-source", 0);
 verifyHeaders("aws-redshift-source", 0);
 verifyHeaders("aws-not-exists", 0);
@@ -211,7 +211,7 @@ public class KameletsCatalogTest {
 verifyHeaders("mariadb-source", 0);
 verifyHeaders("mariadb-sink", 8);
 verifyHeaders("minio-source", 14);
-verifyHeaders("minio-sink", 21);
+verifyHeaders("minio-sink", 22);
 verifyHeaders("mongodb-changes-stream-source", 3);
 verifyHeaders("mongodb-sink", 12);
 verifyHeaders("mongodb-source", 3);
@@ -227,7 +227,7 @@ public class KameletsCatalogTest {
 verifyHeaders("oracle-database-source", 0);
 verifyHeaders("postgresql-sink", 8);
 verifyHeaders("postgresql-source", 0);
-verifyHeaders("pulsar-sink", 3);
+verifyHeaders("pulsar-sink", 4);
 verifyHeaders("pulsar-source", 11);
 verifyHeaders("rabbitmq-source", 23);
 verifyHeaders("redis-sink", 29);



[camel-kamelets] branch 3.21.x created (now d4c3dc06)

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

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


  at d4c3dc06 Azure Storage Blob Kamelets: Expose the credentialsType 
parameter with SHARED_ACCOUNT_KEY as default

No new revisions were added by this update.



[camel] branch regen_bot updated (10bf12a07d1 -> 5c713226c88)

2023-06-30 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 10bf12a07d1 (chores) camel-support: reduce verbosity of generics code
 add 5c713226c88 [CAMEL-19564] Add 2nd attempt to instantiate spring beans 
after reading class definitions from JavaRoutesBuilderLoader

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/main/BaseMainSupport.java | 23 --
 .../java/org/apache/camel/main/KameletMain.java| 87 +-
 2 files changed, 100 insertions(+), 10 deletions(-)



[camel-kamelets-examples] branch main updated: Add example that uses Spring XML inside Camel XML DSL

2023-06-30 Thread ggrzybek
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new a6f59c2  Add example that uses Spring XML inside Camel XML DSL
a6f59c2 is described below

commit a6f59c2616ebaf5cd683fd3b904ede23343fa658
Author: Grzegorz Grzybek 
AuthorDate: Fri Jun 30 14:18:45 2023 +0200

Add example that uses Spring XML inside Camel XML DSL
---
 jbang/app-routes-spring-beans/README.adoc  | 87 ++
 .../app-routes-spring-beans/StandaloneGreeter.java | 21 ++
 jbang/app-routes-spring-beans/app.xml  | 34 +
 3 files changed, 142 insertions(+)

diff --git a/jbang/app-routes-spring-beans/README.adoc 
b/jbang/app-routes-spring-beans/README.adoc
new file mode 100644
index 000..9401d82
--- /dev/null
+++ b/jbang/app-routes-spring-beans/README.adoc
@@ -0,0 +1,87 @@
+== Hello Java
+
+This example shows how to configure beans using full Spring XML DSL inside 
``.
+This allows to fully leverage Spring-style dependency injection and what's 
more, we can alter the behavior
+of Camel context itself by defining beans that are used to configure 
CamelContext object.
+
+Camel 4 is required.
+
+=== Install JBang
+
+First install JBang according to https://www.jbang.dev
+
+When JBang is installed then you should be able to run from a shell:
+
+[source,sh]
+
+$ jbang --version
+
+
+This will output the version of JBang.
+
+To run this example you can either install Camel on JBang via:
+
+[source,sh]
+
+$ jbang app install camel@apache/camel
+
+
+Which allows to run CamelJBang with `camel` as shown below.
+
+=== How to run
+
+Then you can run this example using:
+
+[source,sh]
+
+$ camel run StandaloneGreeter.java beans.yaml app.xml
+
+
+Or run with JBang using the longer command line (without installing camel as 
app in JBang):
+
+[source,sh]
+
+$ jbang camel@apache/camel run StandaloneGreeter.java beans.yaml app.xml
+
+
+=== Live reload
+
+You can run the example in dev mode which allows you to edit the example,
+and hot-reload when the file is saved.
+
+[source,sh]
+
+$ camel run StandaloneGreeter.java beans.yaml app.xml --dev
+
+
+=== Run directly from github
+
+The example can also be run directly by referring to the github URL as shown:
+
+[source,sh]
+
+$ jbang camel@apache/camel run 
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/app-routes-beans
+
+
+=== Developer Web Console
+
+You can enable the developer console via `--console` flag as show:
+
+[source,sh]
+
+$ camel run StandaloneGreeter.java beans.yaml app.xml --console
+
+
+Then you can browse: http://localhost:8080/q/dev to introspect the running 
Camel applicaton.
+Under "beans" Camel should display `greeter1` and `greeter2` beans.
+
+
+=== Help and contributions
+
+If you hit any problem using Camel or have some feedback, then please
+https://camel.apache.org/community/support/[let us know].
+
+We also love contributors, so
+https://camel.apache.org/community/contributing/[get involved] :-)
+
+The Camel riders!
diff --git a/jbang/app-routes-spring-beans/StandaloneGreeter.java 
b/jbang/app-routes-spring-beans/StandaloneGreeter.java
new file mode 100644
index 000..2a43270
--- /dev/null
+++ b/jbang/app-routes-spring-beans/StandaloneGreeter.java
@@ -0,0 +1,21 @@
+package camel.example;
+
+import org.apache.camel.Exchange;
+import org.apache.camel.Processor;
+import org.apache.camel.util.StringHelper;
+
+public class StandaloneGreeter implements Processor {
+
+private String message;
+
+public void setMessage(String message) {
+this.message = message;
+}
+
+@Override
+public void process(Exchange exchange) throws Exception {
+String msg = exchange.getIn().getBody(String.class);
+exchange.getIn().setBody(message + " " + StringHelper.after(msg, "I'm 
"));
+}
+
+}
diff --git a/jbang/app-routes-spring-beans/app.xml 
b/jbang/app-routes-spring-beans/app.xml
new file mode 100644
index 000..a27b115
--- /dev/null
+++ b/jbang/app-routes-spring-beans/app.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+http://www.springframework.org/schema/beans; 
xmlns:util="http://www.springframework.org/schema/util;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+I'm Route ${routeId}
+
+
+
+
+
+



[GitHub] [camel-quarkus-examples] orpiske commented on a diff in pull request #151: Add Micrometer features to Observability example

2023-06-30 Thread via GitHub


orpiske commented on code in PR #151:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/151#discussion_r1247798446


##
observability/README.adoc:
##
@@ -19,18 +19,88 @@ workspace. Any modifications in your project will 
automatically take effect in t
 TIP: Please refer to the Development mode section of
 
https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
 
+=== How to enable metrics
+To enable observability features in Camel, we need to add some additional 
dependencies to the project's pom.xml file.

Review Comment:
   Also, here, use Camel Quarkus. I think it's better to avoid confusion (it's 
a bit different to enable that on Camel Core). 



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

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

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



[GitHub] [camel-quarkus-examples] orpiske commented on a diff in pull request #151: Add Micrometer features to Observability example

2023-06-30 Thread via GitHub


orpiske commented on code in PR #151:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/151#discussion_r1247795900


##
observability/README.adoc:
##
@@ -19,18 +19,88 @@ workspace. Any modifications in your project will 
automatically take effect in t
 TIP: Please refer to the Development mode section of
 
https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
 
+=== How to enable metrics
+To enable observability features in Camel, we need to add some additional 
dependencies to the project's pom.xml file.
+The most important one (see link:pom.xml#L97-L100[pom.xml]):
+
+[source, xml]
+
+
+org.apache.camel.quarkus
+camel-quarkus-micrometer
+
+
+
+After adding this dependency, you can benefit from both 
https://camel.apache.org/components/3.20.x/micrometer-component.html[Camel 
Micrometer] and https://quarkus.io/guides/micrometer[Quarkus Micrometer] worlds.
+We are able to use multiple ways how to achieve create meters for our custom 
metrics.
+
+First of them is using Camel micrometer component (see 
link:src/main/java/org/acme/observability/Routes.java[Routes.java]):
+
+[source, java]
+
+.to("micrometer:counter:org.acme.observability.greeting-provider?tags=type=events,purpose=example")
+
+
+which will count each call to `platform-http:/greeting-provider` endpoint.
+
+Second approach is to benefit from auto-injected `MeterRegistry` (see 
link:src/main/java/org/acme/observability/Routes.java#L28[injection]) and use 
it directly (see 
link:src/main/java/org/acme/observability/Routes.java#L36[registry call]):
+
+[source, java]
+
+registry.counter("org.acme.observability.greeting", "type", "events", 
"purpose", "example").increment();
+
+
+which will count each call to `from("platform-http:/greeting")` endpoint.
+
+Finally last approach is to use Micrometer annotations (see 
https://quarkus.io/guides/micrometer#does-micrometer-support-annotations[which] 
are supported by Quarkus) by defining bean 
link:src/main/java/org/acme/observability/micrometer/TimerCounter.java[TimerCounter.java]
 as follows:
+
+[source, java]
+
+@ApplicationScoped
+@Named("timerCounter")
+public class TimerCounter {
+
+@Counted(value = "org.acme.observability.timer-counter", extraTags = { 
"purpose", "example" })
+public void count() {
+}
+}
+
+
+and invoking it from Camel via (see 
link:src/main/java/org/acme/observability/TimerRoute.java[TimerRoute.java]):
+
+[source, java]
+
+.bean("timerCounter", "count")
+
+It will count each timer fire.

Review Comment:
   Maybe you can rephrase it as: "It will count each time the timer is fired?"  



-- 
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-19564] Add 2nd attempt to instantiate spring beans after reading class definitions from JavaRoutesBuilderLoader

2023-06-30 Thread ggrzybek
This is an automated email from the ASF dual-hosted git repository.

ggrzybek 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 5c713226c88 [CAMEL-19564] Add 2nd attempt to instantiate spring beans 
after reading class definitions from JavaRoutesBuilderLoader
5c713226c88 is described below

commit 5c713226c88f2d0ea58b7c0581e94d716b452c3d
Author: Grzegorz Grzybek 
AuthorDate: Fri Jun 30 14:13:14 2023 +0200

[CAMEL-19564] Add 2nd attempt to instantiate spring beans after reading 
class definitions from JavaRoutesBuilderLoader
---
 .../org/apache/camel/main/BaseMainSupport.java | 23 --
 .../java/org/apache/camel/main/KameletMain.java| 87 +-
 2 files changed, 100 insertions(+), 10 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java 
b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
index e6a12db2d85..aeb9df75289 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/BaseMainSupport.java
@@ -657,6 +657,11 @@ public abstract class BaseMainSupport extends BaseService {
 recorder.endStep(step);
 }
 
+// after the routes are read (org.apache.camel.spi.RoutesBuilderLoader 
did their work), we may have
+// new classes defined, so main implementations may have to 
reconfigure the registry using newly
+// available bean definitions
+postProcessCamelRegistry(camelContext, mainConfigurationProperties);
+
 // allow doing custom configuration before camel is started
 for (MainListener listener : listeners) {
 listener.afterConfigure(this);
@@ -896,8 +901,7 @@ public abstract class BaseMainSupport extends BaseService {
 // Spring's ApplicationContext.
 // so here, before configuring Camel Context, we can process the 
registry and let Main implementations
 // decide how to do it
-Registry registry = 
camelContext.getCamelContextExtension().getRegistry();
-postProcessCamelRegistry(camelContext, config, registry);
+preProcessCamelRegistry(camelContext, config);
 
 // lookup and configure SPI beans
 DefaultConfigurationConfigurer.afterConfigure(camelContext);
@@ -1152,11 +1156,18 @@ public abstract class BaseMainSupport extends 
BaseService {
  *
  * @param camelContext
  * @param config
- * @param registry
  */
-protected void postProcessCamelRegistry(
-CamelContext camelContext, MainConfigurationProperties config,
-Registry registry) {
+protected void preProcessCamelRegistry(CamelContext camelContext, 
MainConfigurationProperties config) {
+}
+
+/**
+ * Main implementation may do some additional configuration of the {@link 
Registry} after loading the routes, but
+ * before the routes are started.
+ *
+ * @param camelContext
+ * @param config
+ */
+protected void postProcessCamelRegistry(CamelContext camelContext, 
MainConfigurationProperties config) {
 }
 
 private void setRouteTemplateProperties(
diff --git 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
index 65db3209e72..4a42b9eb3a2 100644
--- 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
+++ 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/KameletMain.java
@@ -21,6 +21,7 @@ import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
@@ -79,10 +80,16 @@ import 
org.apache.camel.support.DefaultContextReloadStrategy;
 import org.apache.camel.support.PluginHelper;
 import org.apache.camel.support.RouteOnDemandReloadStrategy;
 import org.apache.camel.support.service.ServiceHelper;
+import org.springframework.beans.factory.BeanFactory;
+import org.springframework.beans.factory.CannotLoadBeanClassException;
+import org.springframework.beans.factory.SmartFactoryBean;
+import org.springframework.beans.factory.SmartInitializingSingleton;
 import org.springframework.beans.factory.config.BeanDefinition;
+import org.springframework.beans.factory.support.AbstractBeanDefinition;
 import org.springframework.beans.factory.support.DefaultListableBeanFactory;
 import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
 import org.springframework.core.io.AbstractResource;
+import org.springframework.core.metrics.StartupStep;
 
 /**
  * A Main class for booting up Camel with Kamelet in standalone mode.
@@ -101,6 +108,11 @@ public class KameletMain extends MainCommandLineSupport {
 private DownloadListener downloadListener;

[camel] branch regen_bot_3x updated (c9c5dbb3979 -> 02f59e756af)

2023-06-30 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 c9c5dbb3979 Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb
 add 02f59e756af Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb

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   (c9c5dbb3979)
\
 N -- N -- N   refs/heads/regen_bot_3x (02f59e756af)

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-quarkus-examples] jamesnetherton commented on a diff in pull request #151: Add Micrometer features to Observability example

2023-06-30 Thread via GitHub


jamesnetherton commented on code in PR #151:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/151#discussion_r1247788002


##
observability/README.adoc:
##
@@ -19,18 +19,88 @@ workspace. Any modifications in your project will 
automatically take effect in t
 TIP: Please refer to the Development mode section of
 
https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
 
+=== How to enable metrics
+To enable observability features in Camel, we need to add some additional 
dependencies to the project's pom.xml file.
+The most important one (see link:pom.xml#L97-L100[pom.xml]):
+
+[source, xml]
+
+
+org.apache.camel.quarkus
+camel-quarkus-micrometer
+
+
+
+After adding this dependency, you can benefit from both 
https://camel.apache.org/components/3.20.x/micrometer-component.html[Camel 
Micrometer] and https://quarkus.io/guides/micrometer[Quarkus Micrometer] worlds.
+We are able to use multiple ways how to achieve create meters for our custom 
metrics.

Review Comment:
   ```suggestion
   We are able to use multiple ways to create meters for our custom metrics.
   ```



##
observability/README.adoc:
##
@@ -19,18 +19,88 @@ workspace. Any modifications in your project will 
automatically take effect in t
 TIP: Please refer to the Development mode section of
 
https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode[Camel
 Quarkus User guide] for more details.
 
+=== How to enable metrics
+To enable observability features in Camel, we need to add some additional 
dependencies to the project's pom.xml file.
+The most important one (see link:pom.xml#L97-L100[pom.xml]):
+
+[source, xml]
+
+
+org.apache.camel.quarkus
+camel-quarkus-micrometer
+
+
+
+After adding this dependency, you can benefit from both 
https://camel.apache.org/components/3.20.x/micrometer-component.html[Camel 
Micrometer] and https://quarkus.io/guides/micrometer[Quarkus Micrometer] worlds.

Review Comment:
   ```suggestion
   After adding this dependency, you can benefit from both 
https://camel.apache.org/components/next/micrometer-component.html[Camel 
Micrometer] and https://quarkus.io/guides/micrometer[Quarkus Micrometer] worlds.
   ```



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

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

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



[GitHub] [camel-quarkus] ppalaga opened a new pull request, #5038: Replace org.graalvm.nativeimage:svm with org.graalvm.sdk:graal-sdk which has a status of public API

2023-06-30 Thread via GitHub


ppalaga opened a new pull request, #5038:
URL: https://github.com/apache/camel-quarkus/pull/5038

   (no comment)


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

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

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



[GitHub] [camel-quarkus] ppalaga closed issue #4071: Re-use enforcer config from Quarkus

2023-06-30 Thread via GitHub


ppalaga closed issue #4071: Re-use enforcer config from Quarkus
URL: https://github.com/apache/camel-quarkus/issues/4071


-- 
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 #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core to be tested in 
this PR


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

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

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



[GitHub] [camel] github-actions[bot] commented on pull request #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


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

   ### Components test results:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 2 | 2 | 0 | 2 |


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

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

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



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

2023-06-30 Thread Apache Infrastructure


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



[camel-website-pub] branch asf-site updated (ed2269d3 -> 37992aa4)

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

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


 discard ed2269d3 Website updated to b576bd037e3879f6ed636d1384344c9706791609
 discard f2af1688 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 35d1e9d5 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 37992aa4 Website updated to 4e05fc80eeff38f6db29540a89b4600863ab5a33

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   (ed2269d3)
\
 N -- N -- N   refs/heads/asf-site (37992aa4)

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

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

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


Summary of changes:
 .htaccess  |   14 +-
 .well-known/security.txt   |2 +-
 camel-spring-boot/next/list.html   |2 +-
 index.xml  |9 +
 releases/index.html|2 +-
 releases/index.xml |9 +
 releases/k-1.11.0/index.html   |4 +-
 .../index.html |4 +-
 site-manifest.json |2 +-
 sitemap-camel-core.xml |   12 +-
 sitemap-camel-k.xml|  984 +--
 sitemap-camel-kafka-connector.xml  |  790 +--
 sitemap-camel-kamelets.xml | 1674 ++---
 sitemap-camel-karaf.xml|   64 +-
 sitemap-camel-quarkus.xml  | 4050 ++--
 sitemap-camel-spring-boot.xml  |   50 +-
 sitemap-components.xml | 6658 ++--
 sitemap-manual.xml |  410 +-
 sitemap-website.xml|3 +
 19 files changed, 7382 insertions(+), 7361 deletions(-)
 copy releases/{kamelets-3.20.2 => kamelets-3.20.6}/index.html (92%)



[GitHub] [camel-quarkus-examples] llowinge commented on pull request #151: Add Micrometer features to Observability example

2023-06-30 Thread via GitHub


llowinge commented on PR #151:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/151#issuecomment-1614525265

   @orpiske Would you like to review as well ? Thank you


-- 
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] Balavva-Mirji commented on pull request #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


Balavva-Mirji commented on PR #10554:
URL: https://github.com/apache/camel/pull/10554#issuecomment-1614517904

   Jira reference: https://issues.apache.org/jira/browse/CAMEL-19208


-- 
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 #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


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

   :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] Balavva-Mirji opened a new pull request, #10554: Added ppc64le support for zookeeper image

2023-06-30 Thread via GitHub


Balavva-Mirji opened a new pull request, #10554:
URL: https://github.com/apache/camel/pull/10554

   # Description
   
   
   
   # 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
   
   - [ ] 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 camel-3.x updated: Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
 new 02f59e756af Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb
02f59e756af is described below

commit 02f59e756afa72fc0be437e8062542d018c0b7c8
Author: gzurowski 
AuthorDate: Fri Jun 30 11:19:53 2023 +

Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb

Signed-off-by: GitHub 
---
 docs/components/modules/ROOT/nav.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index ce3cbe7e293..f3848a276e2 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -39,12 +39,12 @@
 ** xref:azure-summary.adoc[Azure]
 *** xref:azure-cosmosdb-component.adoc[Azure CosmosDB]
 *** xref:azure-eventhubs-component.adoc[Azure Event Hubs]
+*** xref:azure-files-component.adoc[Azure Files]
 *** xref:azure-key-vault-component.adoc[Azure Key Vault]
 *** xref:azure-servicebus-component.adoc[Azure ServiceBus]
 *** xref:azure-storage-blob-component.adoc[Azure Storage Blob Service]
 *** xref:azure-storage-datalake-component.adoc[Azure Storage Datalake Service]
 *** xref:azure-storage-queue-component.adoc[Azure Storage Queue Service]
-** xref:azure-files-component.adoc[Azure Files]
 ** xref:bean-component.adoc[Bean]
 ** xref:bean-validator-component.adoc[Bean Validator]
 ** xref:bonita-component.adoc[Bonita]



[GitHub] [camel] oscerd merged pull request #10553: Generated sources regen (Camel 3)

2023-06-30 Thread via GitHub


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


-- 
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 (3f9b2020d9f -> c9c5dbb3979)

2023-06-30 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 3f9b2020d9f CAMEL-19285: prevent Kafka client from entering an endless 
loop
 add 655a8ca89c6 Remove Spring Boot component reference
 add ffea0ebe5c7 Add component docs to Azure group
 add c9c5dbb3979 Regen for commit ffea0ebe5c7378b372643942ebbceeb0033e4beb

No new revisions were added by this update.

Summary of changes:
 .../camel-azure-files/src/main/docs/azure-files-component.adoc  | 6 +-
 docs/components/modules/ROOT/nav.adoc   | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)



[GitHub] [camel] github-actions[bot] opened a new pull request, #10553: Generated sources regen (Camel 3)

2023-06-30 Thread via GitHub


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

   Regen bot :robot: found some uncommitted changes after running build on 
:camel: `camel-3` branch.
   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-website] branch kamelets-3.20.6 deleted (was 1e630675)

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

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


 was 1e630675 Added Camel Kamelets 3.20.6 to release

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #1019: Added Camel Kamelets 3.20.6 to release

2023-06-30 Thread via GitHub


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

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


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

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

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



[camel-website] branch main updated: Added Camel Kamelets 3.20.6 to release

2023-06-30 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-website.git


The following commit(s) were added to refs/heads/main by this push:
 new 4e05fc80 Added Camel Kamelets 3.20.6 to release
4e05fc80 is described below

commit 4e05fc80eeff38f6db29540a89b4600863ab5a33
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 11:32:07 2023 +0200

Added Camel Kamelets 3.20.6 to release

Signed-off-by: Andrea Cosentino 
---
 content/releases/kamelets/release-3.20.6.md | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/content/releases/kamelets/release-3.20.6.md 
b/content/releases/kamelets/release-3.20.6.md
new file mode 100644
index ..dbbc3186
--- /dev/null
+++ b/content/releases/kamelets/release-3.20.6.md
@@ -0,0 +1,11 @@
+---
+url: "/releases/kamelets-3.20.6/"
+date: 2023-06-30
+type: release-note
+version: "3.20.6"
+title: "Kamelets 3.20.6"
+preview: ""
+changelog: ""
+category: "camel-kamelets"
+jdk: [11,17]
+---



[GitHub] [camel-website] oscerd merged pull request #1019: Added Camel Kamelets 3.20.6 to release

2023-06-30 Thread via GitHub


oscerd merged PR #1019:
URL: https://github.com/apache/camel-website/pull/1019


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

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

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



[camel-spring-boot] branch camel-spring-boot-3.x updated: CAMEL-19565 - Create Azure Files SB starter

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 171fbe5bf7a CAMEL-19565 - Create Azure Files SB starter
171fbe5bf7a is described below

commit 171fbe5bf7a501b52797a1d8dcd1587e9bd4cfa3
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:53:20 2023 +0200

CAMEL-19565 - Create Azure Files SB starter

Signed-off-by: Andrea Cosentino 
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/azure-files.json | 142 ++
 .../camel-azure-files-starter/pom.xml  |  48 +
 .../src/main/docs/azure-files.json |  50 +
 .../FilesComponentAutoConfiguration.java   |  79 
 .../springboot/FilesComponentConfiguration.java|  92 ++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.factories   |  19 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 components-starter/pom.xml |   1 +
 .../itest/springboot/CamelAzureFilesTest.java  |  50 +
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |   5 +
 14 files changed, 723 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index ea1b6e7f6d5..e37758f56d0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -36,6 +36,7 @@ aws2-sts
 aws2-translate
 azure-cosmosdb
 azure-eventhubs
+azure-files
 azure-key-vault
 azure-servicebus
 azure-storage-blob
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
new file mode 100644
index 000..8c9b306a979
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
@@ -0,0 +1,142 @@
+{
+  "component": {
+"kind": "component",
+"name": "azure-files",
+"title": "Azure Files",
+"description": "Camel Azure Files Component",
+"deprecated": false,
+"deprecationNote": "",
+"firstVersion": "3.21.0",
+"label": "cloud,file",
+"javaType": "org.apache.camel.component.file.azure.FilesComponent",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-azure-files-starter",
+"version": "3.21.0-SNAPSHOT",
+"scheme": "azure-files",
+"extendsScheme": "file",
+"syntax": "azure-files:\/\/account[.host]\/share[\/dir]",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": false,
+"lenientProperties": false
+  },
+  "componentProperties": {
+"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
+"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
+"autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching 

[camel] branch regen_bot updated (1be885ba373 -> 10bf12a07d1)

2023-06-30 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 1be885ba373 Add component docs to Azure group
 add ddf70d57394 (chores) camel-as2: reduce verbosity of generics code
 add e4d13de9964 (chores) camel-aws: reduce verbosity of generics code
 add 6cb8cf2c31f (chores) camel-cxf: reduce verbosity of generics code
 add cdeacd4564b (chores) camel-exec: reduce verbosity of generics code
 add 06b5fcf62e4 (chores) camel-kudu: reduce verbosity of generics code
 add 47d502d4cfb (chores) camel-netty-http: reduce verbosity of generics 
code
 add f59e456e660 (chores) camel-openapi-java: reduce verbosity of generics 
code
 add 68edb5f90e0 (chores) camel-rest-openapi: reduce verbosity of generics 
code
 add 522278de0e6 (chores) camel-salesforce: reduce verbosity of generics 
code
 add 71e0ac1bfdf (chores) camel-undertow: reduce verbosity of generics code
 add f6b519501fc (chores) camel-base-engine: reduce verbosity of generics 
code
 add 934e3ed0ff1 (chores) camel-base: reduce verbosity of generics code
 add 10bf12a07d1 (chores) camel-support: reduce verbosity of generics code

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/as2/api/entity/EntityParser.java  | 12 ++--
 .../camel/component/aws/cloudtrail/CloudtrailConsumer.java   |  2 +-
 .../org/apache/camel/component/aws2/s3/AWS2S3Producer.java   |  2 +-
 .../org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java  |  4 ++--
 .../org/apache/camel/component/cxf/jaxws/CxfComponent.java   |  4 ++--
 .../org/apache/camel/component/cxf/jaxws/CxfEndpoint.java| 10 +-
 .../org/apache/camel/component/cxf/jaxws/CxfProducer.java|  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSClientFactoryBean.java   |  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSServerFactoryBean.java   |  2 +-
 .../apache/camel/component/exec/impl/DefaultExecBinding.java |  4 ++--
 .../main/java/org/apache/camel/component/kudu/KuduUtils.java |  4 ++--
 .../camel/component/netty/http/NettyHttpComponent.java   |  2 +-
 .../src/main/java/org/apache/camel/openapi/OpenAPI3to2.java  |  2 +-
 .../camel/component/rest/openapi/RestOpenApiEndpoint.java|  2 +-
 .../salesforce/internal/processor/QueryResultIterator.java   |  2 +-
 .../apache/camel/component/undertow/UndertowComponent.java   |  2 +-
 .../java/org/apache/camel/impl/debugger/DefaultDebugger.java |  2 +-
 .../camel/component/properties/DefaultPropertiesParser.java  |  2 +-
 .../main/java/org/apache/camel/support/jndi/JndiContext.java |  2 +-
 19 files changed, 32 insertions(+), 32 deletions(-)



[camel-spring-boot] 04/05: CAMEL-19565 - Create Azure Files SB starter

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

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

commit edbc71454c0e8b156a82267a94520a44c76e4efe
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:36:43 2023 +0200

CAMEL-19565 - Create Azure Files SB starter

Signed-off-by: Andrea Cosentino 
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/azure-files.json | 143 +++
 .../pom.xml|  12 +-
 .../src/main/docs/azure-files.json |  50 +
 .../FilesComponentAutoConfiguration.java   |  77 
 .../springboot/FilesComponentConfiguration.java|  90 +
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  18 ++
 .../camel-guava-eventbus-starter/pom.xml   |   2 +-
 11 files changed, 614 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 1b20086974e..9dc44212adc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -33,6 +33,7 @@ aws2-sts
 aws2-translate
 azure-cosmosdb
 azure-eventhubs
+azure-files
 azure-key-vault
 azure-servicebus
 azure-storage-blob
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
new file mode 100644
index 000..f0ca317cfd5
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
@@ -0,0 +1,143 @@
+{
+  "component": {
+"kind": "component",
+"name": "azure-files",
+"title": "Azure Files",
+"description": "Camel Azure Files Component",
+"deprecated": false,
+"deprecationNote": "",
+"firstVersion": "3.21.0",
+"label": "cloud,file",
+"javaType": "org.apache.camel.component.file.azure.FilesComponent",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-azure-files-starter",
+"version": "4.0.0-SNAPSHOT",
+"scheme": "azure-files",
+"extendsScheme": "file",
+"syntax": "azure-files:\/\/account\/share",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": false,
+"lenientProperties": false
+  },
+  "componentProperties": {
+"bridgeErrorHandler": { "index": 0, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions occurred while the consumer is trying to pickup incoming 
messages, or the likes, will now be proce [...]
+"lazyStartProducer": { "index": 1, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
+"autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+  },
+  "headers": {
+"CamelFileLength": { "index": 0, "kind": "header", "displayName": "", 
"group": "both", "label": "both", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "A long value containing the file size. For producer, 
known length helps if the body converts 

[camel-spring-boot] 05/05: CAMEL-19565 - Create Azure Files SB starter

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

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

commit 0110234968d53eca3c673e1e696a50cfaae7a96c
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:41:49 2023 +0200

CAMEL-19565 - Create Azure Files SB starter

Signed-off-by: Andrea Cosentino 
---
 .../itest/springboot/CamelAzureFilesTest.java  | 50 ++
 1 file changed, 50 insertions(+)

diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAzureFilesTest.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAzureFilesTest.java
new file mode 100644
index 000..a7bdbffd2ab
--- /dev/null
+++ 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAzureFilesTest.java
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.itest.springboot;
+
+import org.apache.camel.itest.springboot.util.ArquillianPackager;
+import org.jboss.arquillian.container.test.api.Deployment;
+import org.jboss.arquillian.junit5.ArquillianExtension;
+import org.jboss.shrinkwrap.api.Archive;
+import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.extension.ExtendWith;
+
+
+@ExtendWith(ArquillianExtension.class)
+public class CamelAzureFilesTest extends AbstractSpringBootTestSupport {
+
+@Deployment
+public static Archive createSpringBootPackage() throws Exception {
+return ArquillianPackager.springBootPackage(createTestConfig());
+}
+
+public static ITestConfig createTestConfig() {
+return new ITestConfigBuilder()
+.module(inferModuleName(CamelAzureFilesTest.class))
+// arquillian fails, but the tests are ok
+.build();
+}
+
+@Test
+public void componentTests() throws Exception {
+this.runComponentTest(config, "azure-files");
+
+this.runModuleUnitTestsIfEnabled(config);
+}
+
+
+}



[camel-spring-boot] 01/05: Fixed build with single guava version

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

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

commit eaef0917037a1c062fd3cd2e8126daddc61b05ec
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:29:53 2023 +0200

Fixed build with single guava version

Signed-off-by: Andrea Cosentino 
---
 components-starter/camel-guava-eventbus-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-guava-eventbus-starter/pom.xml 
b/components-starter/camel-guava-eventbus-starter/pom.xml
index 761a14a9242..9bb66843058 100644
--- a/components-starter/camel-guava-eventbus-starter/pom.xml
+++ b/components-starter/camel-guava-eventbus-starter/pom.xml
@@ -43,7 +43,7 @@
 
   com.google.guava
   guava
-  ${guava-eventbus-version}
+  ${guava-version}
 
 
   org.apache.camel.springboot



[camel-spring-boot] branch main updated (befdc58e2fb -> 0110234968d)

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

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


from befdc58e2fb CAMEL-19496: manage single version of Guava
 new eaef0917037 Fixed build with single guava version
 new 3054f4d1785 Regen
 new c6a231c2fa8 Fixed build
 new edbc71454c0 CAMEL-19565 - Create Azure Files SB starter
 new 0110234968d CAMEL-19565 - Create Azure Files SB starter

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:
 .../camel/springboot/catalog/components.properties |   1 +
 .../components/{file.json => azure-files.json} | 234 ++---
 .../pom.xml|   6 +-
 .../src/main/docs/azure-files.json}|  30 +--
 .../FilesComponentAutoConfiguration.java}  |  20 +-
 .../springboot/FilesComponentConfiguration.java}   |  10 +-
 .../src/main/resources/META-INF/LICENSE.txt|   0
 .../src/main/resources/META-INF/NOTICE.txt |   0
 .../src/main/resources/META-INF/spring.provides|   2 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   2 +-
 .../camel-guava-eventbus-starter/pom.xml   |   2 +-
 components-starter/pom.xml |   1 +
 ...{CamelFtpTest.java => CamelAzureFilesTest.java} |   7 +-
 tooling/camel-spring-boot-bom/pom.xml  |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml |   5 +
 .../spring-boot-fix-dependencies.properties|   2 +-
 16 files changed, 169 insertions(+), 158 deletions(-)
 copy 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/{file.json
 => azure-files.json} (62%)
 copy components-starter/{camel-azure-cosmosdb-starter => 
camel-azure-files-starter}/pom.xml (92%)
 copy components-starter/{camel-coap-starter/src/main/docs/coap.json => 
camel-azure-files-starter/src/main/docs/azure-files.json} (64%)
 copy 
components-starter/{camel-huaweicloud-dms-starter/src/main/java/org/apache/camel/component/huaweicloud/dms/springboot/DMSComponentAutoConfiguration.java
 => 
camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-optaplanner-starter/src/main/java/org/apache/camel/component/optaplanner/springboot/OptaPlannerComponentConfiguration.java
 => 
camel-azure-files-starter/src/main/java/org/apache/camel/component/file/azure/springboot/FilesComponentConfiguration.java}
 (92%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-files-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-azure-files-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-activemq-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring.provides (97%)
 copy components-starter/{camel-asn1-starter => 
camel-azure-files-starter}/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 (92%)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelFtpTest.java
 => CamelAzureFilesTest.java} (88%)



[camel-spring-boot] 03/05: Fixed build

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

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

commit c6a231c2fa8af119d0739232bcaba8f294008cf6
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:33:13 2023 +0200

Fixed build

Signed-off-by: Andrea Cosentino 
---
 components-starter/pom.xml  | 1 +
 .../src/main/resources/spring-boot-fix-dependencies.properties  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index 66f134e7f9c..c6b8baf8c02 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -139,6 +139,7 @@
 camel-aws2-translate-starter
 camel-azure-cosmosdb-starter
 camel-azure-eventhubs-starter
+camel-azure-files-starter
 camel-azure-key-vault-starter
 camel-azure-servicebus-starter
 camel-azure-storage-blob-starter
diff --git 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
index 42407984568..c1d0e28b8d7 100644
--- 
a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
+++ 
b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
@@ -28,7 +28,7 @@ 
camel-core-engine=org.apache.camel.springboot:camel-spring-boot
 
camel-cassandraql=com.datastax.oss:java-driver-core:${cassandra-driver-version},com.datastax.oss:java-driver-query-builder:${cassandra-driver-version}
 
 
camel-github=org.eclipse.mylyn.github:org.eclipse.egit.github.core:${egit-github-core-version}
-camel-guava-eventbus=com.google.guava:guava:${guava-eventbus-version}
+camel-guava-eventbus=com.google.guava:guava:${guava-version}
 
 # Defaulting to netty in the starter
 camel-hl7=org.apache.camel:camel-netty:${camel-version}



[camel-spring-boot] 02/05: Regen

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

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

commit 3054f4d1785c021de0571010e054bd22543814d5
Author: Andrea Cosentino 
AuthorDate: Fri Jun 30 12:32:11 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 components-starter/camel-guava-eventbus-starter/pom.xml | 2 +-
 tooling/camel-spring-boot-bom/pom.xml   | 5 +
 tooling/camel-spring-boot-dependencies/pom.xml  | 5 +
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/components-starter/camel-guava-eventbus-starter/pom.xml 
b/components-starter/camel-guava-eventbus-starter/pom.xml
index 9bb66843058..761a14a9242 100644
--- a/components-starter/camel-guava-eventbus-starter/pom.xml
+++ b/components-starter/camel-guava-eventbus-starter/pom.xml
@@ -43,7 +43,7 @@
 
   com.google.guava
   guava
-  ${guava-version}
+  ${guava-eventbus-version}
 
 
   org.apache.camel.springboot
diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 5963b54c101..c2a3184fc09 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -208,6 +208,11 @@
 camel-azure-eventhubs-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-azure-files-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-azure-key-vault-starter
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 47aaf2ec4a2..0945284a8aa 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -392,6 +392,11 @@
 camel-azure-eventhubs-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-azure-files-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-azure-key-vault-starter



[GitHub] [camel-quarkus-examples] llowinge opened a new pull request, #151: Add Micrometer features to Observability example

2023-06-30 Thread via GitHub


llowinge opened a new pull request, #151:
URL: https://github.com/apache/camel-quarkus-examples/pull/151

   Note that the `main` branch points at the latest stable Camel Quarkus 
release.
   Pull requests should be generally send against the `camel-quarkus-main` 
branch pointing at the current Camel Quarkus SNAPSHOT.


-- 
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] 10/13: (chores) camel-undertow: reduce verbosity of generics code

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

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

commit 71e0ac1bfdf61cf6059ba76ef6a59a33658a296b
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:11:53 2023 +0200

(chores) camel-undertow: reduce verbosity of generics code
---
 .../java/org/apache/camel/component/undertow/UndertowComponent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowComponent.java
 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowComponent.java
index cdecece7a7a..9ae60b8ae7f 100644
--- 
a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowComponent.java
+++ 
b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowComponent.java
@@ -323,7 +323,7 @@ public class UndertowComponent extends DefaultComponent
 url = url + "?" + query;
 }
 
-parameters = parameters != null ? new HashMap<>(parameters) : new 
HashMap();
+parameters = parameters != null ? new HashMap<>(parameters) : new 
HashMap<>();
 
 // there are cases where we might end up here without component being 
created beforehand
 // we need to abide by the component properties specified in the 
parameters when creating



[camel] 09/13: (chores) camel-salesforce: reduce verbosity of generics code

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

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

commit 522278de0e660b0c424a79437fcb5abacd342049
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:11:33 2023 +0200

(chores) camel-salesforce: reduce verbosity of generics code
---
 .../component/salesforce/internal/processor/QueryResultIterator.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/QueryResultIterator.java
 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/QueryResultIterator.java
index 574bc621ee4..d07b40c96d8 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/QueryResultIterator.java
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/processor/QueryResultIterator.java
@@ -62,7 +62,7 @@ public class QueryResultIterator implements Itera
 return iterator.next();
 } else if (!queryRecords.getDone()) {
 final CountDownLatch latch = new CountDownLatch(1);
-List valueHolder = new ArrayList();
+List valueHolder = new ArrayList<>();
 
 restClient.queryMore(queryRecords.getNextRecordsUrl(), 
requestHeaders, (response, headers, exception) -> {
 final AbstractQueryRecordsBase qrb;



[camel] 11/13: (chores) camel-base-engine: reduce verbosity of generics code

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

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

commit f6b519501fc02e701178f8a7127c66e802d08058
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:14:22 2023 +0200

(chores) camel-base-engine: reduce verbosity of generics code
---
 .../src/main/java/org/apache/camel/impl/debugger/DefaultDebugger.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DefaultDebugger.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DefaultDebugger.java
index 07067356959..9c01912479a 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DefaultDebugger.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DefaultDebugger.java
@@ -63,7 +63,7 @@ public class DefaultDebugger extends ServiceSupport 
implements Debugger, CamelCo
 private final List conditions;
 
 private BreakpointConditions(Breakpoint breakpoint) {
-this(breakpoint, new ArrayList());
+this(breakpoint, new ArrayList<>());
 }
 
 private BreakpointConditions(Breakpoint breakpoint, List 
conditions) {



[camel] branch main updated (1be885ba373 -> 10bf12a07d1)

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

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


from 1be885ba373 Add component docs to Azure group
 new ddf70d57394 (chores) camel-as2: reduce verbosity of generics code
 new e4d13de9964 (chores) camel-aws: reduce verbosity of generics code
 new 6cb8cf2c31f (chores) camel-cxf: reduce verbosity of generics code
 new cdeacd4564b (chores) camel-exec: reduce verbosity of generics code
 new 06b5fcf62e4 (chores) camel-kudu: reduce verbosity of generics code
 new 47d502d4cfb (chores) camel-netty-http: reduce verbosity of generics 
code
 new f59e456e660 (chores) camel-openapi-java: reduce verbosity of generics 
code
 new 68edb5f90e0 (chores) camel-rest-openapi: reduce verbosity of generics 
code
 new 522278de0e6 (chores) camel-salesforce: reduce verbosity of generics 
code
 new 71e0ac1bfdf (chores) camel-undertow: reduce verbosity of generics code
 new f6b519501fc (chores) camel-base-engine: reduce verbosity of generics 
code
 new 934e3ed0ff1 (chores) camel-base: reduce verbosity of generics code
 new 10bf12a07d1 (chores) camel-support: reduce verbosity of generics code

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


Summary of changes:
 .../apache/camel/component/as2/api/entity/EntityParser.java  | 12 ++--
 .../camel/component/aws/cloudtrail/CloudtrailConsumer.java   |  2 +-
 .../org/apache/camel/component/aws2/s3/AWS2S3Producer.java   |  2 +-
 .../org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java  |  4 ++--
 .../org/apache/camel/component/cxf/jaxws/CxfComponent.java   |  4 ++--
 .../org/apache/camel/component/cxf/jaxws/CxfEndpoint.java| 10 +-
 .../org/apache/camel/component/cxf/jaxws/CxfProducer.java|  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSClientFactoryBean.java   |  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSServerFactoryBean.java   |  2 +-
 .../apache/camel/component/exec/impl/DefaultExecBinding.java |  4 ++--
 .../main/java/org/apache/camel/component/kudu/KuduUtils.java |  4 ++--
 .../camel/component/netty/http/NettyHttpComponent.java   |  2 +-
 .../src/main/java/org/apache/camel/openapi/OpenAPI3to2.java  |  2 +-
 .../camel/component/rest/openapi/RestOpenApiEndpoint.java|  2 +-
 .../salesforce/internal/processor/QueryResultIterator.java   |  2 +-
 .../apache/camel/component/undertow/UndertowComponent.java   |  2 +-
 .../java/org/apache/camel/impl/debugger/DefaultDebugger.java |  2 +-
 .../camel/component/properties/DefaultPropertiesParser.java  |  2 +-
 .../main/java/org/apache/camel/support/jndi/JndiContext.java |  2 +-
 19 files changed, 32 insertions(+), 32 deletions(-)



[camel] 06/13: (chores) camel-netty-http: reduce verbosity of generics code

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

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

commit 47d502d4cfbefabf6adefc5d30982b1414003f0f
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:10:24 2023 +0200

(chores) camel-netty-http: reduce verbosity of generics code
---
 .../java/org/apache/camel/component/netty/http/NettyHttpComponent.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
index 30aa74db049..ae34f278295 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpComponent.java
@@ -488,7 +488,7 @@ public class NettyHttpComponent extends NettyComponent
 url = url + "?" + query;
 }
 
-parameters = parameters != null ? new HashMap<>(parameters) : new 
HashMap();
+parameters = parameters != null ? new HashMap<>(parameters) : new 
HashMap<>();
 
 // there are cases where we might end up here without component being 
created beforehand
 // we need to abide by the component properties specified in the 
parameters when creating



[camel] 12/13: (chores) camel-base: reduce verbosity of generics code

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

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

commit 934e3ed0ff1aef258dd3196f0df017e8f728c56e
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:14:27 2023 +0200

(chores) camel-base: reduce verbosity of generics code
---
 .../org/apache/camel/component/properties/DefaultPropertiesParser.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-base/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
 
b/core/camel-base/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
index 8c7f00b17e5..112ce64678e 100644
--- 
a/core/camel-base/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
+++ 
b/core/camel-base/src/main/java/org/apache/camel/component/properties/DefaultPropertiesParser.java
@@ -115,7 +115,7 @@ public class DefaultPropertiesParser implements 
PropertiesParser {
 input = input.replace("?nested=false", "");
 }
 if (nested) {
-return doParseNested(input, new HashSet());
+return doParseNested(input, new HashSet<>());
 } else {
 return doParse(input);
 }



[camel] 07/13: (chores) camel-openapi-java: reduce verbosity of generics code

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

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

commit f59e456e660b8e6c5980568cb6b49f26f7b0c6bb
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:11:00 2023 +0200

(chores) camel-openapi-java: reduce verbosity of generics code
---
 .../src/main/java/org/apache/camel/openapi/OpenAPI3to2.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenAPI3to2.java
 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenAPI3to2.java
index a699555c863..21ff9e25174 100644
--- 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenAPI3to2.java
+++ 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenAPI3to2.java
@@ -356,7 +356,7 @@ public class OpenAPI3to2 {
 private List getConsumers(RequestBody requestBody) {
 // set consumes for the op to all keys of contentTypes
 if (requestBody.getContent() != null) {
-return new 
java.util.ArrayList(requestBody.getContent().keySet());
+return new 
java.util.ArrayList<>(requestBody.getContent().keySet());
 } else {
 return Collections.emptyList();
 }



[camel] 05/13: (chores) camel-kudu: reduce verbosity of generics code

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

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

commit 06b5fcf62e45a7e0f81c8f0c4af123afd8a5c008
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:09:54 2023 +0200

(chores) camel-kudu: reduce verbosity of generics code
---
 .../src/main/java/org/apache/camel/component/kudu/KuduUtils.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduUtils.java
 
b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduUtils.java
index be3148c3268..9a9feef4826 100644
--- 
a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduUtils.java
+++ 
b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduUtils.java
@@ -46,10 +46,10 @@ public final class KuduUtils {
  */
 public static List> scannerToList(KuduScanner scanner) 
{
 KuduScannerIterator it = scanner.iterator();
-List> res = new ArrayList>();
+List> res = new ArrayList<>();
 while (it.hasNext()) {
 RowResult row = it.next();
-Map r = new HashMap();
+Map r = new HashMap<>();
 res.add(r);
 for (ColumnSchema columnSchema : 
scanner.getProjectionSchema().getColumns()) {
 final String name = columnSchema.getName();



[camel] 04/13: (chores) camel-exec: reduce verbosity of generics code

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

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

commit cdeacd4564ba01f2034cfc2085bee310373690c0
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:09:49 2023 +0200

(chores) camel-exec: reduce verbosity of generics code
---
 .../java/org/apache/camel/component/exec/impl/DefaultExecBinding.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-exec/src/main/java/org/apache/camel/component/exec/impl/DefaultExecBinding.java
 
b/components/camel-exec/src/main/java/org/apache/camel/component/exec/impl/DefaultExecBinding.java
index e854c716cc7..6957bf07d44 100644
--- 
a/components/camel-exec/src/main/java/org/apache/camel/component/exec/impl/DefaultExecBinding.java
+++ 
b/components/camel-exec/src/main/java/org/apache/camel/component/exec/impl/DefaultExecBinding.java
@@ -82,9 +82,9 @@ public class DefaultExecBinding implements ExecBinding {
 argsList = splitToWhiteSpaceSeparatedTokens(s);
 }
 
-Set exitValues = new HashSet();
+Set exitValues = new HashSet<>();
 if (exitValuesString != null && exitValuesString.length() > 0) {
-exitValues = new 
HashSet(splitCommaSeparatedToListOfInts(exitValuesString));
+exitValues = new 
HashSet<>(splitCommaSeparatedToListOfInts(exitValuesString));
 }
 
 File outFile = outFilePath == null ? null : new File(outFilePath);



[camel] 03/13: (chores) camel-cxf: reduce verbosity of generics code

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

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

commit 6cb8cf2c31f98b58184434a5bcd7ded8179e7d20
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:09:38 2023 +0200

(chores) camel-cxf: reduce verbosity of generics code
---
 .../org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java|  4 ++--
 .../org/apache/camel/component/cxf/jaxws/CxfComponent.java |  4 ++--
 .../java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java | 10 +-
 .../java/org/apache/camel/component/cxf/jaxws/CxfProducer.java |  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSClientFactoryBean.java |  2 +-
 .../cxf/spring/jaxrs/SpringJAXRSServerFactoryBean.java |  2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
 
b/components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
index 6bf4fb8e931..1abd447319d 100644
--- 
a/components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
+++ 
b/components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
@@ -387,7 +387,7 @@ public class CxfRsEndpoint extends DefaultEndpoint 
implements HeaderFilterStrate
 }
 if (this.isSkipFaultLogging()) {
 if (factory.getProperties() == null) {
-factory.setProperties(new HashMap());
+factory.setProperties(new HashMap<>());
 }
 factory.getProperties().put(FaultListener.class.getName(), new 
NullFaultListener());
 }
@@ -698,7 +698,7 @@ public class CxfRsEndpoint extends DefaultEndpoint 
implements HeaderFilterStrate
  * Set the feature list to the CxfRs endpoint.
  */
 public void setFeatures(List features) {
-this.features = new ArrayList(features);
+this.features = new ArrayList<>(features);
 }
 
 public Map getProperties() {
diff --git 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
index 13f40097537..db04fb573cf 100644
--- 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
+++ 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
@@ -44,7 +44,7 @@ public class CxfComponent extends 
HeaderFilterStrategyComponent implements SSLCo
 @Metadata(label = "security", defaultValue = "false")
 private boolean useGlobalSslContextParameters;
 
-private Map beanCache = new HashMap();
+private Map beanCache = new HashMap<>();
 
 public CxfComponent() {
 }
@@ -124,7 +124,7 @@ public class CxfComponent extends 
HeaderFilterStrategyComponent implements SSLCo
+ " but with different 
parameters. Please use the proper Bean scope ");
 }
 } else {
-beanCache.put(beanId, new BeanCacheEntry(result, new 
HashMap(parameters)));
+beanCache.put(beanId, new BeanCacheEntry(result, new 
HashMap<>(parameters)));
 }
 } else {
 // endpoint URI does not specify a bean
diff --git 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
index d8015b59b7e..36630dc8144 100644
--- 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
+++ 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java
@@ -367,14 +367,14 @@ public class CxfEndpoint extends DefaultEndpoint 
implements AsyncEndpoint, Heade
 }
 if (this.isSkipPayloadMessagePartCheck()) {
 if (sfb.getProperties() == null) {
-sfb.setProperties(new HashMap());
+sfb.setProperties(new HashMap<>());
 }
 sfb.getProperties().put("soap.no.validate.parts", Boolean.TRUE);
 }
 
 if (this.isSkipFaultLogging()) {
 if (sfb.getProperties() == null) {
-sfb.setProperties(new HashMap());
+sfb.setProperties(new HashMap<>());
 }
 sfb.getProperties().put(FaultListener.class.getName(), new 
NullFaultListener());
 }
@@ -563,21 +563,21 @@ public class CxfEndpoint extends DefaultEndpoint 
implements AsyncEndpoint, Heade
 authPolicy.setUserName(username);
 authPolicy.setPassword(password);
 if (factoryBean.getProperties() == null) {
-

[camel] 13/13: (chores) camel-support: reduce verbosity of generics code

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

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

commit 10bf12a07d1f3de155ca3f4da78585c02f6d3983
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:15:07 2023 +0200

(chores) camel-support: reduce verbosity of generics code
---
 .../src/main/java/org/apache/camel/support/jndi/JndiContext.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/jndi/JndiContext.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/jndi/JndiContext.java
index 6bf7c6b01ed..64dd2a98c0d 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/jndi/JndiContext.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/jndi/JndiContext.java
@@ -59,7 +59,7 @@ public class JndiContext implements Context, Serializable {
 private String nameInNamespace = "";
 
 public JndiContext() throws Exception {
-this(new Hashtable());
+this(new Hashtable<>());
 }
 
 public JndiContext(Hashtable env) throws Exception {



[camel] 08/13: (chores) camel-rest-openapi: reduce verbosity of generics code

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

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

commit 68edb5f90e06ae7f641ee7ef807d2b911f09a858
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:11:13 2023 +0200

(chores) camel-rest-openapi: reduce verbosity of generics code
---
 .../org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java
 
b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java
index d16d26fc1eb..cdfbbe6bf6d 100644
--- 
a/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java
+++ 
b/components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java
@@ -553,7 +553,7 @@ public final class RestOpenApiEndpoint extends 
DefaultEndpoint {
 }
 
 private Set getURIs(List servers) {
-Set uris = new java.util.HashSet();
+Set uris = new java.util.HashSet<>();
 if (servers != null) {
 for (Server server : servers) {
 try {



[camel] 01/13: (chores) camel-as2: reduce verbosity of generics code

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

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

commit ddf70d57394eabee1bcf1ce8736e776e01495793
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 10:36:53 2023 +0200

(chores) camel-as2: reduce verbosity of generics code
---
 .../apache/camel/component/as2/api/entity/EntityParser.java  | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java
 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java
index cba6b1d7ab2..76fef7bed16 100644
--- 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java
+++ 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/EntityParser.java
@@ -202,7 +202,7 @@ public final class EntityParser {
 
 // Read Text Report Body Part Headers
 Header[] headers = AbstractMessageParser.parseHeaders(inbuffer, 
-1, -1, BasicLineParser.INSTANCE,
-new ArrayList());
+new ArrayList<>());
 
 // Get Content-Type and Content-Transfer-Encoding
 ContentType entityContentType = null;
@@ -529,7 +529,7 @@ public final class EntityParser {
 
 // Read Text Report Body Part Headers
 Header[] headers = AbstractMessageParser.parseHeaders(inbuffer, 
-1, -1, BasicLineParser.INSTANCE,
-new ArrayList());
+new ArrayList<>());
 
 // Get Content-Type and Content-Transfer-Encoding
 ContentType signedEntityContentType = null;
@@ -560,7 +560,7 @@ public final class EntityParser {
 
 // Read Signature Body Part Headers
 headers = AbstractMessageParser.parseHeaders(inbuffer, -1, -1, 
BasicLineParser.INSTANCE,
-new ArrayList());
+new ArrayList<>());
 
 // Get Content-Type and Content-Transfer-Encoding
 ContentType signatureContentType = null;
@@ -637,7 +637,7 @@ public final class EntityParser {
 
 // Read Text Report Body Part Headers
 Header[] headers = AbstractMessageParser.parseHeaders(inbuffer, 
-1, -1, BasicLineParser.INSTANCE,
-new ArrayList());
+new ArrayList<>());
 
 // Get Content-Type and Content-Transfer-Encoding
 ContentType textReportContentType = null;
@@ -674,7 +674,7 @@ public final class EntityParser {
 
 // Read Disposition Notification Body Part Headers
 headers = AbstractMessageParser.parseHeaders(inbuffer, -1, -1, 
BasicLineParser.INSTANCE,
-new ArrayList());
+new ArrayList<>());
 
 // Get Content-Type and Content-Transfer-Encoding
 ContentType dispositionNotificationContentType = null;
@@ -766,7 +766,7 @@ public final class EntityParser {
 inbuffer.setCharsetDecoder(charsetDecoder);
 
 List dispositionNotificationFields = 
parseBodyPartFields(inbuffer, boundary,
-BasicLineParser.INSTANCE, new 
ArrayList());
+BasicLineParser.INSTANCE, new ArrayList<>());
 
 AS2MessageDispositionNotificationEntity 
as2MessageDispositionNotificationEntity
 = 
DispositionNotificationContentUtils.parseDispositionNotification(dispositionNotificationFields);



[camel] 02/13: (chores) camel-aws: reduce verbosity of generics code

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

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

commit e4d13de99646b1657f7e6018023d2182c5986f28
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 30 11:08:28 2023 +0200

(chores) camel-aws: reduce verbosity of generics code
---
 .../org/apache/camel/component/aws/cloudtrail/CloudtrailConsumer.java   | 2 +-
 .../main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/CloudtrailConsumer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/CloudtrailConsumer.java
index cdb922a3137..acf8304e638 100644
--- 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/CloudtrailConsumer.java
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/CloudtrailConsumer.java
@@ -68,7 +68,7 @@ public class CloudtrailConsumer extends 
ScheduledBatchPollingConsumer {
 LookupEventsRequest.Builder eventsRequestBuilder
 = 
LookupEventsRequest.builder().maxResults(getEndpoint().getConfiguration().getMaxResults());
 
-List attributes = new ArrayList();
+List attributes = new ArrayList<>();
 if 
(ObjectHelper.isNotEmpty(getEndpoint().getConfiguration().getEventSource())) {
 LookupAttribute eventSource = 
LookupAttribute.builder().attributeKey(LookupAttributeKey.EVENT_SOURCE)
 
.attributeValue(getEndpoint().getConfiguration().getEventSource()).build();
diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java
index 4fad7100258..b80fea74376 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java
@@ -655,7 +655,7 @@ public class AWS2S3Producer extends DefaultProducer {
 }
 
 private Map determineMetadata(final Exchange exchange) {
-Map objectMetadata = new HashMap();
+Map objectMetadata = new HashMap<>();
 
 Map metadata = 
exchange.getIn().getHeader(AWS2S3Constants.METADATA, Map.class);
 if (metadata != null) {



[GitHub] [camel] orpiske merged pull request #10551: (chores) minor cleanups to reduce verbosity of generics code

2023-06-30 Thread via GitHub


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


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

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

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



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

2023-06-30 Thread Apache Infrastructure


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



[camel-website-pub] branch asf-site updated (74f7faeb -> ed2269d3)

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

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


 discard 74f7faeb Website updated to 2eb330362ad9eeccb72638e9193a3a72f0857d3c
 discard 0483811d Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new f2af1688 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new ed2269d3 Website updated to b576bd037e3879f6ed636d1384344c9706791609

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   (74f7faeb)
\
 N -- N -- N   refs/heads/asf-site (ed2269d3)

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

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

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


Summary of changes:
 .htaccess  |   84 +-
 .well-known/security.txt   |2 +-
 blog/2023/06/RELEASE-3.20.6/index.html |2 +-
 .../06/RELEASE-3.21.0}/featured.jpeg   |  Bin
 ...c68bd9be1_625206_800x0_resize_q95_gaussian.jpeg |  Bin
 blog/2023/06/RELEASE-3.21.0/index.html |1 +
 blog/index.html|2 +-
 blog/index.xml |   15 +-
 blog/page/10/index.html|2 +-
 blog/page/11/index.html|2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 blog/page/43/index.html|2 +-
 blog/page/44/index.html|2 +-
 blog/page/45/index.html|2 +-
 blog/page/46/index.html|2 +-
 blog/page/47/index.html|2 +-
 blog/page/48/index.html|2 +-
 blog/page/49/index.html|2 +-
 blog/page/5/index.html |2 +-
 blog/page/50/index.html|2 +-
 blog/page/51/index.html|2 +-
 blog/page/52/index.html|2 +-
 blog/page/53/index.html|2 +-
 blog/page/54/index.html|2 +-
 

[camel] 01/02: Remove Spring Boot component reference

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

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

commit 655a8ca89c6de5a4be341e4e0366eb90f8a2650e
Author: Gregor Zurowski 
AuthorDate: Fri Jun 30 11:45:59 2023 +0200

Remove Spring Boot component reference

There is not Spring Boot starter component to reference yet.
---
 .../camel-azure-files/src/main/docs/azure-files-component.adoc   | 5 -
 1 file changed, 5 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
 
b/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
index eb286880deb..9ae0ef1958c 100644
--- 
a/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
+++ 
b/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
@@ -7,7 +7,6 @@
 :supportlevel: Preview
 :component-header: Both producer and consumer are supported
 //Manually maintained attributes
-:camel-spring-boot-name: azure-files
 
 *Since Camel {since}*
 
@@ -308,7 +307,3 @@ permission is needed).
 
 This component has log level *TRACE* that can be helpful if you have
 problems.
-
-
-
-include::spring-boot:partial$starter.adoc[]



[camel] branch camel-3.x updated (3f9b2020d9f -> ffea0ebe5c7)

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

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


from 3f9b2020d9f CAMEL-19285: prevent Kafka client from entering an endless 
loop
 new 655a8ca89c6 Remove Spring Boot component reference
 new ffea0ebe5c7 Add component docs to Azure group

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


Summary of changes:
 .../camel-azure-files/src/main/docs/azure-files-component.adoc  | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)



[camel] 02/02: Add component docs to Azure group

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

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

commit ffea0ebe5c7378b372643942ebbceeb0033e4beb
Author: Gregor Zurowski 
AuthorDate: Fri Jun 30 11:48:35 2023 +0200

Add component docs to Azure group
---
 .../camel-azure-files/src/main/docs/azure-files-component.adoc   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
 
b/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
index 9ae0ef1958c..3b028d167e1 100644
--- 
a/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
+++ 
b/components/camel-azure/camel-azure-files/src/main/docs/azure-files-component.adoc
@@ -7,6 +7,7 @@
 :supportlevel: Preview
 :component-header: Both producer and consumer are supported
 //Manually maintained attributes
+:group: Azure
 
 *Since Camel {since}*
 



[camel] branch regen_bot updated (5b54235271f -> 1be885ba373)

2023-06-30 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 5b54235271f Upgrade AWS SDK v2 to version 2.20.96
 add 79bc1b4f185 Remove Spring Boot component reference
 add 1be885ba373 Add component docs to Azure group

No new revisions were added by this update.

Summary of changes:
 .../camel-azure-files/src/main/docs/azure-files-component.adoc  | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)



[GitHub] [camel] github-actions[bot] commented on pull request #10551: (chores) minor cleanups to reduce verbosity of generics code

2023-06-30 Thread via GitHub


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

   ### Core test results:
   
   | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- |  --- |
   | 1 | 1 | 0 |


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