Re: [PR] CAMEL-19835: camel-core: replace temporary dir logic in test code [camel]

2023-11-15 Thread via GitHub


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


##
core/camel-core/src/test/java/org/apache/camel/TestSupport.java:
##
@@ -445,43 +422,6 @@ public static Channel unwrapChannel(Processor processor) {
 }
 }
 
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(String file) {
-deleteDirectory(new File(file));
-}
-
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(File file) {
-if (file.isDirectory()) {
-File[] files = file.listFiles();
-if (files != null) {
-for (File child : files) {
-deleteDirectory(child);
-}
-}
-}
-
-file.delete();
-}
-
-/**
- * create the directory
- *
- * @param file the directory to be created
- */
-public static void createDirectory(String file) {
-File dir = new File(file);
-dir.mkdirs();
-}
-

Review Comment:
   Ahh, good point. In this case we don't have to update the docs.



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

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

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



Re: [I] Enable tests and the native profiles after kubernetes client upgrade in quarkus 3.6.0 [camel-quarkus]

2023-11-15 Thread via GitHub


jamesnetherton closed issue #5447: Enable tests and the native profiles after 
kubernetes client upgrade in quarkus 3.6.0
URL: https://github.com/apache/camel-quarkus/issues/5447


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

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

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



Re: [I] Enable tests and the native profiles after kubernetes client upgrade in quarkus 3.6.0 [camel-quarkus]

2023-11-15 Thread via GitHub


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

   Closing this as versions are in alignment between Quarkus 3.6.x and Camel 
4.2.x. I'll open a new issue that captures the other issues.


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

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

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



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

2023-11-15 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 ab9d206d Updated CHANGELOG.md
ab9d206d is described below

commit ab9d206ddd59f928e7f372836f219c1654fe7e0e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 16 03:09:31 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08737877..b0913f00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,12 @@
 
 **Closed issues:**
 
+- Upgrade to Camel 4.2.0 
[\#1726](https://github.com/apache/camel-kamelets/issues/1726)
 - Manage Azure Schema Registry Dependencies like we are doing with Groovy 
Maven Plugin [\#1718](https://github.com/apache/camel-kamelets/issues/1718)
 - Manage Apicurio Dependencies like we are doing with Groovy Maven Plugin 
[\#1717](https://github.com/apache/camel-kamelets/issues/1717)
+- Remove DataTypes from camel-kamelets 
[\#1716](https://github.com/apache/camel-kamelets/issues/1716)
 - Kafka Azure Schema Registry Sink Kamelet 
[\#1714](https://github.com/apache/camel-kamelets/issues/1714)
+- Can we remove the tectonic.ui crap 
[\#1700](https://github.com/apache/camel-kamelets/issues/1700)
 - Use enum instead of x-descriptors 
[\#1699](https://github.com/apache/camel-kamelets/issues/1699)
 - Use only camelCase in kamelets yaml 
[\#1698](https://github.com/apache/camel-kamelets/issues/1698)
 - Enhance the kamelet azure-storage-blob-sink for append operation and rotate 
daily [\#1691](https://github.com/apache/camel-kamelets/issues/1691)



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

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

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


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

commit aad881b3b9d3a039733c4f4a30369fcb534dd917
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 16 01:19:17 2023 +

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

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 99acd5099..15bfcf615 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:5224a91a-1be3-4715-ac08-7507446da13a",
+  "serialNumber": "urn:uuid:ceba3103-dc50-4fe5-b92b-84605269d644",
   "version": 1,
   "metadata": {
-"timestamp": "2023-11-15T01:16:10Z",
+"timestamp": "2023-11-16T01:19:17Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011442-4f526b82f184?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011610-e13a38fe4367?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231115011442-4f526b82f184",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011442-4f526b82f184?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231115011610-e13a38fe4367",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011610-e13a38fe4367?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -4021,7 +4021,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011442-4f526b82f184?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115011610-e13a38fe4367?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.29?type=module",



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

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

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


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

commit 776eb8e037a5a5688976ca6f334c0f0d51a6f1cd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 16 00:34:29 2023 +

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

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 3bb45ab3c..2f662ee04 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:1d1e24c2-33da-468e-877d-8d69b88010b8",
+  "serialNumber": "urn:uuid:651b91a9-1254-4bd0-9cfb-db3356e33c25",
   "version": 1,
   "metadata": {
-"timestamp": "2023-11-15T00:31:42Z",
+"timestamp": "2023-11-16T00:34:29Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003004-64ae5add626f?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003142-7c4defb4c54a?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231115003004-64ae5add626f",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003004-64ae5add626f?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231115003142-7c4defb4c54a",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003142-7c4defb4c54a?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -3853,7 +3853,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003004-64ae5add626f?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115003142-7c4defb4c54a?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.38?type=module",



Re: [PR] Use Apache Camel icon for extension catalog [camel-quarkus]

2023-11-15 Thread via GitHub


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


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

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

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



(camel-k) branch main updated (ecdda13a2 -> d6063e6e5)

2023-11-15 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 ecdda13a2 fix(ci): Run validate workflow on cmd and addons
 new 5a63a79b7 chore: changelog automatic update
 new d6063e6e5 chore: nightly SBOM update

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


Summary of changes:
 CHANGELOG.md   |  2 ++
 camel-k-sbom/camel-k-sbom.json | 12 ++--
 2 files changed, 8 insertions(+), 6 deletions(-)



(camel-k) 01/02: chore: changelog automatic update

2023-11-15 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 5a63a79b792cc926140dc016d3b3dc6c623627ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 15 23:44:43 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92f79ecff..631545bad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
 - TestCamelTrait flaky test 
[\#4845](https://github.com/apache/camel-k/issues/4845)
 - Release 2.1.0 [\#4752](https://github.com/apache/camel-k/issues/4752)
 - Provide default value in a specific field for trait properties in CRD 
[\#4726](https://github.com/apache/camel-k/issues/4726)
+- doesnt work "kamel kit delete"  
[\#4628](https://github.com/apache/camel-k/issues/4628)
 - Facing issue while Integrating Java Code and REST with JAR Dependencies 
[\#4593](https://github.com/apache/camel-k/issues/4593)
 - Image Vulnerability of Go package 
[\#4581](https://github.com/apache/camel-k/issues/4581)
 - Failing to serialize java.time.\* objects into json 
[\#4547](https://github.com/apache/camel-k/issues/4547)
@@ -22,6 +23,7 @@
 
 **Merged pull requests:**
 
+- fix\(ci\): Remove golint warning for imports 
[\#4920](https://github.com/apache/camel-k/pull/4920) 
([gansheer](https://github.com/gansheer))
 - Use filepath.clean in json-schema-gen command for destination parameter 
[\#4918](https://github.com/apache/camel-k/pull/4918) 
([oscerd](https://github.com/oscerd))
 - chore\(deps\): bump golang.org/x/term from 0.13.0 to 0.14.0 
[\#4913](https://github.com/apache/camel-k/pull/4913) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 
[\#4912](https://github.com/apache/camel-k/pull/4912) 
([dependabot[bot]](https://github.com/apps/dependabot))



(camel-k) 02/02: chore: nightly SBOM update

2023-11-15 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 d6063e6e5bcaff25b905918f47cc4dda619e76ca
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 15 23:47:34 2023 +

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

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index f8844289d..354109199 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:b38da681-4095-4e6f-9677-1df205b88168",
+  "serialNumber": "urn:uuid:dc675746-a8f8-4b85-ac50-35068d7fa104",
   "version": 1,
   "metadata": {
-"timestamp": "2023-11-14T23:46:30Z",
+"timestamp": "2023-11-15T23:47:33Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231114234330-f66dacdbecd5?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115234443-5a63a79b792c?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20231114234330-f66dacdbecd5",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231114234330-f66dacdbecd5?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20231115234443-5a63a79b792c",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115234443-5a63a79b792c?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -3853,7 +3853,7 @@
   ],
   "dependencies": [
 {
-  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231114234330-f66dacdbecd5?type=module",
+  "ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231115234443-5a63a79b792c?type=module",
   "dependsOn": [
 "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
 "pkg:golang/github.com/container-tools/spectrum@v0.6.42?type=module",



Re: [PR] CAMEL-19835: camel-core: replace temporary dir logic in test code [camel]

2023-11-15 Thread via GitHub


anton-goncharov commented on code in PR #11934:
URL: https://github.com/apache/camel/pull/11934#discussion_r1394980990


##
core/camel-core/src/test/java/org/apache/camel/TestSupport.java:
##
@@ -445,43 +422,6 @@ public static Channel unwrapChannel(Processor processor) {
 }
 }
 
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(String file) {
-deleteDirectory(new File(file));
-}
-
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(File file) {
-if (file.isDirectory()) {
-File[] files = file.listFiles();
-if (files != null) {
-for (File child : files) {
-deleteDirectory(child);
-}
-}
-}
-
-file.delete();
-}
-
-/**
- * create the directory
- *
- * @param file the directory to be created
- */
-public static void createDirectory(String file) {
-File dir = new File(file);
-dir.mkdirs();
-}
-

Review Comment:
   I added the deleted methods back and annotated as `@Deprecated`. About the 
doc, please let me know if I'm incorrect but this class 
`org.apache.camel.TestSupport` is from the `test` directory and shouldn't be 
visible to the end users of `camel-core`. Should I update 4.2→4.3 upgrade doc 
anyway?



##
core/camel-core/src/test/java/org/apache/camel/TestSupport.java:
##
@@ -445,43 +422,6 @@ public static Channel unwrapChannel(Processor processor) {
 }
 }
 
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(String file) {
-deleteDirectory(new File(file));
-}
-
-/**
- * Recursively delete a directory, useful to zapping test data
- *
- * @param file the directory to be deleted
- */
-public static void deleteDirectory(File file) {
-if (file.isDirectory()) {
-File[] files = file.listFiles();
-if (files != null) {
-for (File child : files) {
-deleteDirectory(child);
-}
-}
-}
-
-file.delete();
-}
-
-/**
- * create the directory
- *
- * @param file the directory to be created
- */
-public static void createDirectory(String file) {
-File dir = new File(file);
-dir.mkdirs();
-}
-

Review Comment:
   I added the deleted methods back and annotated as `@Deprecated`. About the 
doc, please let me know if I'm incorrect but this class 
`org.apache.camel.TestSupport` is from the `test` directory and shouldn't be 
visible to the end users of `camel-core`. Should I update 4.2→4.3 upgrade doc 
anyway?



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

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

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



Re: [PR] CAMEL-19835: camel-core: replace temporary dir logic in test code [camel]

2023-11-15 Thread via GitHub


anton-goncharov commented on code in PR #11934:
URL: https://github.com/apache/camel/pull/11934#discussion_r1394979333


##
core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java:
##
@@ -72,7 +72,7 @@ public void testDublin() throws Exception {
 mock.expectedBodiesReceived("Dublin");
 
 template.sendBodyAndHeader(fileUri(), "Dublin", Exchange.FILE_NAME, 
"dublin.txt");
-mock.assertIsSatisfied(1000);
+mock.assertIsSatisfied(3000);

Review Comment:
   Reverted back to 1000



##
core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java:
##
@@ -87,7 +87,7 @@ public void testMadrid() throws Exception {
 mock.expectedBodiesReceived("Madrid");
 
 template.sendBodyAndHeader(fileUri(), "Madrid", Exchange.FILE_NAME, 
"madrid.txt");
-mock.assertIsSatisfied(1000);
+mock.assertIsSatisfied(3000);

Review Comment:
   Reverted back to 1000



##
core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerFailureHandledTest.java:
##
@@ -57,7 +57,7 @@ public void testLondon() throws Exception {
 mock.expectedBodiesReceived("London");
 
 template.sendBodyAndHeader(fileUri(), "London", Exchange.FILE_NAME, 
"london.txt");
-mock.assertIsSatisfied(1000);
+mock.assertIsSatisfied(3000);

Review Comment:
   Reverted back to 1000



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

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

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



[PR] Use Apache Camel icon for extension catalog [camel-quarkus]

2023-11-15 Thread via GitHub


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

   fix https://github.com/quarkusio/extensions/issues/441
   


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


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

   :camel: **Thank you for contributing!**
   
   Code Coverage Report :heavy_check_mark: - Coverage changed: 33.5% --> 33.6% 
(Coverage difference: **+.1%**)


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


christophd commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1813278463

   @gansheer many thanks! I have merged your PR and rebased this one so lets 
see those CI jobs becoming green now


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

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

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



(camel-k) 02/02: fix(ci): Run validate workflow on cmd and addons

2023-11-15 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository.

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

commit ecdda13a26e9150f3f1e01b409ec6d836ec3d49c
Author: Gaelle Fournier 
AuthorDate: Wed Nov 15 16:05:46 2023 +0100

fix(ci): Run validate workflow on cmd and addons
---
 .github/workflows/validate.yml | 4 
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index e28fedd8a..5205bcfaa 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -24,12 +24,16 @@ on:
   - "release-*"
 paths:
   - 'pkg/**'
+  - 'cmd/**'
+  - 'addons/**'
   push:
 branches:
   - main
   - "release-*"
 paths:
   - 'pkg/**'
+  - 'cmd/**'
+  - 'addons/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.sha }}



(camel-k) 01/02: Fix(ci): Remove golint warning for imports

2023-11-15 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository.

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

commit def1a61146cac0ce93278ba90a22c46305bb19e1
Author: Gaelle Fournier 
AuthorDate: Wed Nov 15 16:01:00 2023 +0100

Fix(ci): Remove golint warning for imports
---
 cmd/util/json-schema-gen/main.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/util/json-schema-gen/main.go b/cmd/util/json-schema-gen/main.go
index 79633a751..5ddb32932 100644
--- a/cmd/util/json-schema-gen/main.go
+++ b/cmd/util/json-schema-gen/main.go
@@ -20,12 +20,13 @@ package main
 import (
"encoding/json"
"fmt"
-   "github.com/apache/camel-k/v2/pkg/util"
"os"
"path/filepath"
"reflect"
"strings"
 
+   "github.com/apache/camel-k/v2/pkg/util"
+
apiextensionsv1 
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
clientscheme "k8s.io/client-go/kubernetes/scheme"
 



(camel-k) branch main updated (1e50c6f61 -> ecdda13a2)

2023-11-15 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository.

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


from 1e50c6f61 chore: nightly SBOM update
 new def1a6114 Fix(ci): Remove golint warning for imports
 new ecdda13a2 fix(ci): Run validate workflow on cmd and addons

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:
 .github/workflows/validate.yml   | 4 
 cmd/util/json-schema-gen/main.go | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)



Re: [PR] fix(ci): Remove golint warning for imports [camel-k]

2023-11-15 Thread via GitHub


christophd merged PR #4920:
URL: https://github.com/apache/camel-k/pull/4920


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

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

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



Re: [PR] Bindy docs update [camel]

2023-11-15 Thread via GitHub


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

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


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

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

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



[PR] Bindy docs update [camel]

2023-11-15 Thread via GitHub


a-mazurok opened a new pull request, #12006:
URL: https://github.com/apache/camel/pull/12006

   # Description
   
   Updated Bindy documentation
   
   # Target
   
   - [yes] 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
   - [yes] 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
   
   - [yes] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   - [yes] 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



Re: [PR] Bindy docs update [camel]

2023-11-15 Thread via GitHub


a-mazurok closed pull request #12005: Bindy docs update
URL: https://github.com/apache/camel/pull/12005


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

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

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



Re: [PR] Bindy docs update [camel]

2023-11-15 Thread via GitHub


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

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


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

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

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



[PR] Bindy docs update [camel]

2023-11-15 Thread via GitHub


a-mazurok opened a new pull request, #12005:
URL: https://github.com/apache/camel/pull/12005

   # Description
   
   Updated Bindy documentation
   
   # Target
   
   - [yes] 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
   - [yes] 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
   
   - [yes] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   - [yes] 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



Re: [PR] CAMEL-20044 Backport breakOnFirstError Fix to Camel 4 [camel]

2023-11-15 Thread via GitHub


CodeSmell commented on PR #12004:
URL: https://github.com/apache/camel/pull/12004#issuecomment-1813172928

   > @orpiske Just copied over the commits Am looking at changes that may be 
necessary for the tests
   
   Ok updated tests


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

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

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



Re: [I] Dev Service for MQTT broker [camel-karavan]

2023-11-15 Thread via GitHub


davsclaus commented on issue #993:
URL: https://github.com/apache/camel-karavan/issues/993#issuecomment-1813139986

   Yes but 1883 is the most used port for MQTT
   
   61616 is the old port number for ActiveMQ JMS and not well known


-- 
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) 02/02: Log warning instead of throwing RuntimeException if paho temporary certificate files could not be deleted

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

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

commit 914b5f7f10dc485e32f6872fa3767f18d0ac900c
Author: James Netherton 
AuthorDate: Wed Nov 15 13:50:44 2023 +

Log warning instead of throwing RuntimeException if paho temporary 
certificate files could not be deleted
---
 .../camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java| 6 --
 .../java/org/apache/camel/quarkus/component/paho/PahoResource.java  | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
 
b/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
index 339a4cc3c5..ef86d06a0b 100644
--- 
a/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
+++ 
b/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
@@ -49,10 +49,12 @@ import 
org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants;
 import org.apache.camel.spi.RouteController;
 import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
+import org.jboss.logging.Logger;
 
 @Path("/paho-mqtt5")
 @ApplicationScoped
 public class PahoMqtt5Resource {
+private static final Logger LOG = 
Logger.getLogger(PahoMqtt5Resource.class);
 
 @Inject
 CamelContext context;
@@ -219,9 +221,9 @@ public class PahoMqtt5Resource {
 
 private void removeKeyStore(String keystore) {
 try {
-Files.delete(Paths.get(keystore));
+Files.deleteIfExists(Paths.get(keystore));
 } catch (Exception e) {
-throw new RuntimeException("Could not delete " + keystore, e);
+LOG.warn("Failed to delete temporary keystore file", e);
 }
 }
 }
diff --git 
a/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
 
b/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
index 8269c71fa1..8250e0141e 100644
--- 
a/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
+++ 
b/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
@@ -186,9 +186,9 @@ public class PahoResource {
 
 private void removeKeyStore(java.nio.file.Path keystore) {
 try {
-Files.delete(keystore);
+Files.deleteIfExists(keystore);
 } catch (Exception e) {
-throw new RuntimeException("Could not delete " + keystore, e);
+LOG.warn("Failed to delete temporary keystore file", e);
 }
 }
 }



(camel-quarkus) 01/02: Clean up usage of hard coded hosts that use containers

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

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

commit 1b74642f090cc7810c99f1cabb91cbf3c1349656
Author: James Netherton 
AuthorDate: Tue Nov 14 15:24:29 2023 +

Clean up usage of hard coded hosts that use containers
---
 .../component/http/common/HttpTestResource.java|  1 +
 .../quarkus/component/http/http/HttpResource.java  |  9 ---
 .../ProxyCapableClientInitializerFactory.java  |  7 --
 .../component/http/vertx/VertxResource.java|  9 ---
 .../camel/quarkus/component/mail/CamelRoute.java   | 27 +++--
 .../camel/quarkus/component/mail/MailTest.java |  7 +++---
 .../quarkus/component/mail/MailTestResource.java   |  2 ++
 .../component/paho/mqtt5/it/PahoMqtt5Resource.java | 28 --
 .../paho/mqtt5/it/PahoMqtt5TestResource.java   | 12 ++
 .../camel/quarkus/component/paho/PahoResource.java | 23 +-
 .../component/paho/it/PahoTestResource.java| 12 ++
 .../component/splunk/it/SplunkResource.java| 26 +++-
 .../quarkus/component/splunk/it/SplunkTest.java|  6 +++--
 .../component/splunk/it/SplunkTestResource.java|  5 +++-
 14 files changed, 125 insertions(+), 49 deletions(-)

diff --git 
a/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
 
b/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
index e7ac637bc5..2d00cfe7eb 100644
--- 
a/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
+++ 
b/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
@@ -51,6 +51,7 @@ public class HttpTestResource implements 
QuarkusTestResourceLifecycleManager {
 "camel.netty-http.test-port",
 "camel.netty-http.https-test-port",
 "camel.netty-http.compression-test-port");
+options.put("tiny.proxy.host", container.getHost());
 options.put("tiny.proxy.port", 
container.getMappedPort(TINY_PROXY_PORT).toString());
 return options;
 }
diff --git 
a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
 
b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
index a72de9d50b..7897e15013 100644
--- 
a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
+++ 
b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
@@ -33,6 +33,7 @@ import org.apache.camel.builder.EndpointConsumerBuilder;
 import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.EndpointRouteBuilder;
 import org.apache.camel.quarkus.component.http.common.AbstractHttpResource;
+import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
 
 @Path("/test/client/http")
@@ -104,15 +105,17 @@ public class HttpResource extends AbstractHttpResource {
 @GET
 @Produces(MediaType.APPLICATION_XML)
 public String httpProxy() {
-Integer proxyPort = 
ConfigProvider.getConfig().getValue("tiny.proxy.port", Integer.class);
+Config config = ConfigProvider.getConfig();
+String proxyHost = config.getValue("tiny.proxy.host", String.class);
+Integer proxyPort = config.getValue("tiny.proxy.port", Integer.class);
 return producerTemplate
 .toF("%s?"
 + "proxyAuthMethod=Basic"
 + "=http"
-+ "=localhost"
++ "=%s"
 + "=%d"
 + "=%s"
-+ "=%s", String.format(PROXIED_URL, 
"http"), proxyPort, USER_ADMIN,
++ "=%s", String.format(PROXIED_URL, 
"http"), proxyHost, proxyPort, USER_ADMIN,
 USER_ADMIN_PASSWORD)
 .request(String.class);
 }
diff --git 
a/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
 
b/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
index dd24d2568d..89db81aa0b 100644
--- 
a/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
+++ 
b/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
@@ -24,6 +24,7 @@ import 

(camel-quarkus) branch 3.2.x updated (3dbba7d8f6 -> 914b5f7f10)

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

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


from 3dbba7d8f6 Infinispan test: fix broken immutable list
 new 1b74642f09 Clean up usage of hard coded hosts that use containers
 new 914b5f7f10 Log warning instead of throwing RuntimeException if paho 
temporary certificate files could not be deleted

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:
 .../component/http/common/HttpTestResource.java|  1 +
 .../quarkus/component/http/http/HttpResource.java  |  9 --
 .../ProxyCapableClientInitializerFactory.java  |  7 +++--
 .../component/http/vertx/VertxResource.java|  9 --
 .../camel/quarkus/component/mail/CamelRoute.java   | 27 +
 .../camel/quarkus/component/mail/MailTest.java |  7 +++--
 .../quarkus/component/mail/MailTestResource.java   |  2 ++
 .../component/paho/mqtt5/it/PahoMqtt5Resource.java | 34 +++---
 .../paho/mqtt5/it/PahoMqtt5TestResource.java   | 12 +---
 .../camel/quarkus/component/paho/PahoResource.java | 27 +++--
 .../component/paho/it/PahoTestResource.java| 12 
 .../component/splunk/it/SplunkResource.java| 26 ++---
 .../quarkus/component/splunk/it/SplunkTest.java|  6 ++--
 .../component/splunk/it/SplunkTestResource.java|  5 +++-
 14 files changed, 131 insertions(+), 53 deletions(-)



Re: [PR] [3.2.x] Clean up usage of hard coded hosts that use containers [camel-quarkus]

2023-11-15 Thread via GitHub


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


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

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

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



Re: [I] Dev Service for MQTT broker [camel-karavan]

2023-11-15 Thread via GitHub


mgubaidullin commented on issue #993:
URL: https://github.com/apache/camel-karavan/issues/993#issuecomment-1813132495

   Artemis listen all protocols including MQTT on 61616. So it should be 
already there


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

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

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



Re: [PR] CAMEL-20044 Backport BreakOnFirstError fix to 3.x [camel]

2023-11-15 Thread via GitHub


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

   :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



Re: [PR] CAMEL-20044 Backport BreakOnFirstError fix to 3.x [camel]

2023-11-15 Thread via GitHub


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

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


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


gansheer commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1813095153

   > @squakez I do not have the `Error: File is not goimports-ed (goimports)` 
locally and the changes in that PR did not touch any imports 路
   
   The error is not from your PR. The `validate` ci workflow is executed only 
on limited folder (pkg), so the PR that made the change was merged before on 
main. Since you are triggering the `validate` ci workflow you are the first 
seeing this error, but the source of validation error is very much present on 
main branch.
   
   This [PR](https://github.com/apache/camel-k/pull/4920) will fix your issue 
after its merge.


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

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

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



Re: [I] Dev Service for MQTT broker [camel-karavan]

2023-11-15 Thread via GitHub


davsclaus commented on issue #993:
URL: https://github.com/apache/camel-karavan/issues/993#issuecomment-1813090049

   It may be that artemis can be made to have MQTT enabled on port 1883 
(default for MQTT)
   https://activemq.apache.org/components/artemis/documentation/
   
   Then we can use this instead of Eclipse Mosqito
   


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


christophd commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1813088189

   @squakez I do not have the `Error: File is not goimports-ed (goimports)` 
locally and the changes in that PR did not touch any imports 路 


-- 
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-karavan) branch artemis created (now 0c113495)

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

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


  at 0c113495 Dev services - Upgrade to Artemis 2.31.2 (latest release) 
which has CVE fixes

This branch includes the following new commits:

 new 0c113495 Dev services - Upgrade to Artemis 2.31.2 (latest release) 
which has CVE fixes

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




(camel-karavan) 01/01: Dev services - Upgrade to Artemis 2.31.2 (latest release) which has CVE fixes

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

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

commit 0c113495183328e9e58eefe16958d5316034aeed
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 19:53:48 2023 +0100

Dev services - Upgrade to Artemis 2.31.2 (latest release) which has CVE 
fixes
---
 karavan-web/karavan-app/src/main/resources/services/devservices.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-web/karavan-app/src/main/resources/services/devservices.yaml 
b/karavan-web/karavan-app/src/main/resources/services/devservices.yaml
index b385a2b2..fac0a07e 100644
--- a/karavan-web/karavan-app/src/main/resources/services/devservices.yaml
+++ b/karavan-web/karavan-app/src/main/resources/services/devservices.yaml
@@ -4,7 +4,7 @@ services:
 
   artemis:
 container_name: artemis
-image: quay.io/artemiscloud/activemq-artemis-broker:artemis.2.29.0
+image: quay.io/artemiscloud/activemq-artemis-broker:artemis.2.31.2
 ports:
   - "8161:8161"
   - "61616:61616"



Re: [PR] CAMEL-20044 Backport breakOnFirstError Fix to Camel 4 [camel]

2023-11-15 Thread via GitHub


CodeSmell commented on PR #12004:
URL: https://github.com/apache/camel/pull/12004#issuecomment-1813084688

   @orpiske 
   Just copied over the commits 
   Am looking at changes that may be necessary for the tests


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

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

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



Re: [PR] CAMEL-20044 Backport breakOnFirstError Fix to Camel 4 [camel]

2023-11-15 Thread via GitHub


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

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


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

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

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



[PR] CAMEL-20044 Backport breakOnFirstError Fix to Camel 4 [camel]

2023-11-15 Thread via GitHub


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

   # Description
   
   The fix for breakOnFirstError that was merged in #11959 
   
   # Target
   main
   
   # Tracking
   CAMEL-20044


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

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

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



Re: [PR] #973 - Don't copy project if existing project-id is used [camel-karavan]

2023-11-15 Thread via GitHub


mvolf commented on code in PR #992:
URL: https://github.com/apache/camel-karavan/pull/992#discussion_r1394619861


##
karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java:
##
@@ -187,34 +187,38 @@ public Project save(Project project) throws Exception {
 }
 
 public Project copy(String sourceProjectId, Project project) throws 
Exception {
+boolean isNew = infinispanService.getProject(project.getProjectId()) 
== null;
 Project sourceProject = infinispanService.getProject(sourceProjectId);
+
 // Save project
 infinispanService.saveProject(project);
 
-// Copy files from the source and make necessary modifications
-Map filesMap = 
infinispanService.getProjectFilesMap(sourceProjectId).entrySet().stream()
-.filter(e -> !Objects.equals(e.getValue().getName(), 
PROJECT_COMPOSE_FILENAME) &&
-!Objects.equals(e.getValue().getName(), 
PROJECT_DEPLOYMENT_JKUBE_FILENAME)
-)
-.collect(Collectors.toMap(
-e -> new GroupedKey(project.getProjectId(), 
e.getKey().getEnv(), e.getKey().getKey()),
-e -> {
-ProjectFile file = e.getValue();
-file.setProjectId(project.getProjectId());
-if(Objects.equals(file.getName(), 
APPLICATION_PROPERTIES_FILENAME)) {
-modifyPropertyFileOnProjectCopy(file, 
sourceProject, project);
-}
-return file;
-})
-);
-infinispanService.saveProjectFiles(filesMap);
-
-if (!ConfigService.inKubernetes()) {
-ProjectFile projectCompose = 
codeService.createInitialProjectCompose(project);
-infinispanService.saveProjectFile(projectCompose);
-} else if (kubernetesService.isOpenshift()){
-ProjectFile projectCompose = 
codeService.createInitialDeployment(project);
-infinispanService.saveProjectFile(projectCompose);
+if(isNew) {

Review Comment:
   Fixed :) Thanks.



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

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

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



(camel) branch regen_bot updated (da3172d8993 -> a5db30f7f67)

2023-11-15 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 da3172d8993 CAMEL-19770: cleanup catches of Throwable in core code
 add 5bb5baa2ce3 CAMEL-19770: cleanup catches of Throwable in DSLs
 add a5db30f7f67 Add upgrade guide for 4.3

No new revisions were added by this update.

Summary of changes:
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc| 8 
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc   | 1 +
 .../main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java | 2 +-
 .../camel/dsl/jbang/core/commands/action/ActionBaseCommand.java   | 2 +-
 .../camel/dsl/jbang/core/commands/action/MessageTableHelper.java  | 4 ++--
 .../org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java  | 2 +-
 .../camel/dsl/jbang/core/commands/process/ProcessBaseCommand.java | 2 +-
 .../org/apache/camel/main/download/KnownDependenciesResolver.java | 2 +-
 .../java/org/apache/camel/main/download/KnownReposResolver.java   | 2 +-
 9 files changed, 17 insertions(+), 8 deletions(-)
 create mode 100644 
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc



Re: [PR] CAMEL-20044 Backport BreakOnFirstError fix to 3.x [camel]

2023-11-15 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested 
automatically**. 
   
   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



[PR] CAMEL-20044 Backport BreakOnFirstError fix to 3.x [camel]

2023-11-15 Thread via GitHub


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

   # Description
   
   Backport BreakOnFirstError fix to 3.x
   
   # Target
   
   camel-3.x
   
   # Tracking
   CAMEL-20044


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

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

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



Re: [I] Upgrade to Camel 4.2.0 [camel-karavan]

2023-11-15 Thread via GitHub


davsclaus commented on issue #989:
URL: https://github.com/apache/camel-karavan/issues/989#issuecomment-1813028169

   Camel 4.2.0 has been released


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

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

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



Re: [PR] #973 - Don't copy project if existing project-id is used [camel-karavan]

2023-11-15 Thread via GitHub


davsclaus commented on code in PR #992:
URL: https://github.com/apache/camel-karavan/pull/992#discussion_r1394594049


##
karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java:
##
@@ -187,34 +187,38 @@ public Project save(Project project) throws Exception {
 }
 
 public Project copy(String sourceProjectId, Project project) throws 
Exception {
+boolean isNew = infinispanService.getProject(project.getProjectId()) 
== null;
 Project sourceProject = infinispanService.getProject(sourceProjectId);
+
 // Save project
 infinispanService.saveProject(project);
 
-// Copy files from the source and make necessary modifications
-Map filesMap = 
infinispanService.getProjectFilesMap(sourceProjectId).entrySet().stream()
-.filter(e -> !Objects.equals(e.getValue().getName(), 
PROJECT_COMPOSE_FILENAME) &&
-!Objects.equals(e.getValue().getName(), 
PROJECT_DEPLOYMENT_JKUBE_FILENAME)
-)
-.collect(Collectors.toMap(
-e -> new GroupedKey(project.getProjectId(), 
e.getKey().getEnv(), e.getKey().getKey()),
-e -> {
-ProjectFile file = e.getValue();
-file.setProjectId(project.getProjectId());
-if(Objects.equals(file.getName(), 
APPLICATION_PROPERTIES_FILENAME)) {
-modifyPropertyFileOnProjectCopy(file, 
sourceProject, project);
-}
-return file;
-})
-);
-infinispanService.saveProjectFiles(filesMap);
-
-if (!ConfigService.inKubernetes()) {
-ProjectFile projectCompose = 
codeService.createInitialProjectCompose(project);
-infinispanService.saveProjectFile(projectCompose);
-} else if (kubernetesService.isOpenshift()){
-ProjectFile projectCompose = 
codeService.createInitialDeployment(project);
-infinispanService.saveProjectFile(projectCompose);
+if(isNew) {

Review Comment:
   We use space after if, eg if (xxx)



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

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

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



Re: [PR] #973 - Don't copy project if existing project-id is used [camel-karavan]

2023-11-15 Thread via GitHub


davsclaus commented on PR #992:
URL: https://github.com/apache/camel-karavan/pull/992#issuecomment-1813027342

   > @mgubaidullin Just a small fix not to copy project if existing project-id 
is used. Same behaviour as on create project. BTW it would be nice to have UI 
validation, so user is aware that the project with same project-id already 
exists.
   
   That seems like a good idea, you are welcome to create a ticket about this, 
and work on a 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



(camel) branch main updated: Add upgrade guide for 4.3

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

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


The following commit(s) were added to refs/heads/main by this push:
 new a5db30f7f67 Add upgrade guide for 4.3
a5db30f7f67 is described below

commit a5db30f7f6738eb4bf44fd70e8b06608ca604be8
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 19:13:36 2023 +0100

Add upgrade guide for 4.3
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc| 8 
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc   | 1 +
 2 files changed, 9 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
new file mode 100644
index 000..51fd20a5ea5
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc
@@ -0,0 +1,8 @@
+= Apache Camel 4.x Upgrade Guide
+
+This document is for helping you upgrade your Apache Camel application
+from Camel 4.x to 4.y. For example if you are upgrading Camel 4.0 to 4.2, then 
you should follow the guides
+from both 4.0 to 4.1 and 4.1 to 4.2.
+
+== Upgrading Camel 4.2 to 4.3
+
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
index c6bc1ab704f..08457d0dc11 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc
@@ -11,4 +11,5 @@ You can find upgrade guide for each release in the following 
pages:
 
 - xref:camel-4x-upgrade-guide-4_1.adoc[Upgrade guide 4.0 -> 4.1]
 - xref:camel-4x-upgrade-guide-4_2.adoc[Upgrade guide 4.1 -> 4.2]
+- xref:camel-4x-upgrade-guide-4_3.adoc[Upgrade guide 4.2 -> 4.3]
 



Re: [PR] remove lastResult from Kafka Camel component [camel]

2023-11-15 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested 
automatically**. 
   
   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



[PR] remove lastResult from Kafka Camel component [camel]

2023-11-15 Thread via GitHub


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

   # Description
   
   With merge of PR #11959  can consider removing the passing of `lastResult` 
   It isn't used and may make future refactors and debugging more difficult
   
   Target
   [camel-3](https://issues.apache.org/jira/browse/CAMEL-3).21.x
   
   Tracking
   [CAMEL-20044](https://issues.apache.org/jira/browse/CAMEL-20044)


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

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

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



Re: [PR] CAMEL-20044 Removing the lastResult used in breakOnFirstError [camel]

2023-11-15 Thread via GitHub


CodeSmell commented on PR #11960:
URL: https://github.com/apache/camel/pull/11960#issuecomment-1813006721

   Will add another PR with this for consideration


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

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

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



Re: [PR] CAMEL-20044 Removing the lastResult used in breakOnFirstError [camel]

2023-11-15 Thread via GitHub


CodeSmell closed pull request #11960: CAMEL-20044 Removing the lastResult used 
in breakOnFirstError 
URL: https://github.com/apache/camel/pull/11960


-- 
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-examples) branch camel-quarkus-main updated: Added namespaces to sample XML and fixed file reference in README

2023-11-15 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
 new ec547e4  Added namespaces to sample XML and fixed file reference in 
README
ec547e4 is described below

commit ec547e418ebb43b034c25a7e6dcdb1ae408457a6
Author: Darren Coleman 
AuthorDate: Wed Nov 15 10:01:02 2023 +

Added namespaces to sample XML and fixed file reference in README
---
 cxf-soap/README.adoc|  2 +-
 cxf-soap/src/main/resources/requests/contact/add.xml| 12 ++--
 cxf-soap/src/main/resources/requests/customer/getByName.xml |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cxf-soap/README.adoc b/cxf-soap/README.adoc
index 8f8010f..981ec6c 100644
--- a/cxf-soap/README.adoc
+++ b/cxf-soap/README.adoc
@@ -97,7 +97,7 @@ We can also test our customer service:
 $ curl -X POST -H "Content-Type: text/xml;charset=UTF-8" -d 
@src/main/resources/requests/customer/getByName.xml 
http://localhost:8080/cxf/services/customer
 
 
-You can observe that we have hardcoded `test` as the name in the `SOAPBody` 
part in `src/main/resources/requests/customer/getByName.soap` as follows:
+You can observe that we have hardcoded `test` as the name in the `SOAPBody` 
part in `src/main/resources/requests/customer/getByName.xml` as follows:
 
 [source, xml]
 
diff --git a/cxf-soap/src/main/resources/requests/contact/add.xml 
b/cxf-soap/src/main/resources/requests/contact/add.xml
index 523711a..ad6b15b 100644
--- a/cxf-soap/src/main/resources/requests/contact/add.xml
+++ b/cxf-soap/src/main/resources/requests/contact/add.xml
@@ -21,12 +21,12 @@

   
  
-Lukas
-
-   New York
-   Sky 1234
-
-PERSONAL
+Lukas
+
+   New York
+   Sky 1234
+
+PERSONAL
  
   

diff --git a/cxf-soap/src/main/resources/requests/customer/getByName.xml 
b/cxf-soap/src/main/resources/requests/customer/getByName.xml
index 7070171..5a11a36 100644
--- a/cxf-soap/src/main/resources/requests/customer/getByName.xml
+++ b/cxf-soap/src/main/resources/requests/customer/getByName.xml
@@ -20,7 +20,7 @@


   
- Non existent
+ test
   

 
\ No newline at end of file



Re: [PR] Added namespaces to sample XML and fixed file reference in README [camel-quarkus-examples]

2023-11-15 Thread via GitHub


aldettinger merged PR #176:
URL: https://github.com/apache/camel-quarkus-examples/pull/176


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

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

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



(camel-kamelets) branch regen_bot updated (5c32a9b3 -> ef0d9456)

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

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


from 5c32a9b3 chore: Update to YAKS 0.17.1 (#1734)
 add 9d19d4fe Remove tectonic.ui related metadata
 add 75a0bc14 Remove tectonic.ui related metadata
 add ef0d9456 Remove tectonic.ui related metadata - Fixed validation

No new revisions were added by this update.

Summary of changes:
 kamelets/avro-deserialize-action.kamelet.yaml  |  2 --
 kamelets/avro-serialize-action.kamelet.yaml|  2 --
 kamelets/aws-cloudtrail-source.kamelet.yaml|  4 ---
 kamelets/aws-cloudwatch-sink.kamelet.yaml  |  4 ---
 kamelets/aws-ddb-sink.kamelet.yaml |  4 ---
 kamelets/aws-ddb-streams-source.kamelet.yaml   |  4 ---
 kamelets/aws-ec2-sink.kamelet.yaml |  4 ---
 kamelets/aws-eventbridge-sink.kamelet.yaml |  4 ---
 kamelets/aws-kinesis-firehose-sink.kamelet.yaml|  4 ---
 kamelets/aws-kinesis-sink.kamelet.yaml |  4 ---
 kamelets/aws-kinesis-source.kamelet.yaml   |  4 ---
 kamelets/aws-lambda-sink.kamelet.yaml  |  3 --
 kamelets/aws-redshift-sink.kamelet.yaml|  1 -
 kamelets/aws-redshift-source.kamelet.yaml  |  1 -
 kamelets/aws-s3-cdc-source.kamelet.yaml|  7 
 kamelets/aws-s3-sink.kamelet.yaml  |  6 
 kamelets/aws-s3-source.kamelet.yaml|  8 -
 kamelets/aws-s3-streaming-upload-sink.kamelet.yaml |  6 
 kamelets/aws-secrets-manager-sink.kamelet.yaml |  3 --
 kamelets/aws-ses-sink.kamelet.yaml |  3 --
 kamelets/aws-sns-fifo-sink.kamelet.yaml|  6 
 kamelets/aws-sns-sink.kamelet.yaml |  5 ---
 kamelets/aws-sqs-batch-sink.kamelet.yaml   |  5 ---
 kamelets/aws-sqs-fifo-sink.kamelet.yaml|  6 
 kamelets/aws-sqs-sink.kamelet.yaml |  5 ---
 kamelets/aws-sqs-source.kamelet.yaml   |  7 
 kamelets/aws-translate-action.kamelet.yaml |  3 --
 kamelets/azure-cosmosdb-sink.kamelet.yaml  |  1 -
 kamelets/azure-cosmosdb-source.kamelet.yaml|  3 --
 kamelets/azure-eventhubs-sink.kamelet.yaml |  1 -
 kamelets/azure-eventhubs-source.kamelet.yaml   |  2 --
 kamelets/azure-functions-sink.kamelet.yaml |  1 -
 kamelets/azure-servicebus-sink.kamelet.yaml|  1 -
 kamelets/azure-servicebus-source.kamelet.yaml  |  1 -
 .../azure-storage-blob-append-sink.kamelet.yaml|  1 -
 .../azure-storage-blob-cdc-source.kamelet.yaml |  3 --
 ...ure-storage-blob-changefeed-source.kamelet.yaml |  1 -
 kamelets/azure-storage-blob-sink.kamelet.yaml  |  1 -
 kamelets/azure-storage-blob-source.kamelet.yaml|  2 --
 kamelets/azure-storage-datalake-sink.kamelet.yaml  |  3 --
 .../azure-storage-datalake-source.kamelet.yaml |  3 --
 kamelets/azure-storage-queue-sink.kamelet.yaml |  1 -
 kamelets/azure-storage-queue-source.kamelet.yaml   |  1 -
 kamelets/cassandra-sink.kamelet.yaml   |  2 --
 kamelets/cassandra-source.kamelet.yaml |  1 -
 kamelets/ceph-sink.kamelet.yaml|  3 --
 kamelets/ceph-source.kamelet.yaml  |  6 
 kamelets/couchbase-sink.kamelet.yaml   |  2 --
 kamelets/dropbox-sink.kamelet.yaml |  1 -
 kamelets/dropbox-source.kamelet.yaml   |  1 -
 kamelets/elasticsearch-index-sink.kamelet.yaml |  2 --
 kamelets/elasticsearch-search-source.kamelet.yaml  |  2 --
 kamelets/extract-field-action.kamelet.yaml |  6 
 kamelets/fhir-sink.kamelet.yaml|  6 
 kamelets/fhir-source.kamelet.yaml  |  2 --
 kamelets/ftp-sink.kamelet.yaml |  4 ---
 kamelets/ftp-source.kamelet.yaml   |  7 
 kamelets/ftps-sink.kamelet.yaml|  4 ---
 kamelets/ftps-source.kamelet.yaml  |  7 
 kamelets/github-commit-source.kamelet.yaml |  1 -
 kamelets/github-event-source.kamelet.yaml  |  1 -
 .../github-pullrequest-comment-source.kamelet.yaml |  1 -
 kamelets/github-pullrequest-source.kamelet.yaml|  1 -
 kamelets/github-tag-source.kamelet.yaml|  1 -
 kamelets/google-calendar-source.kamelet.yaml   |  6 
 kamelets/google-mail-source.kamelet.yaml   |  5 ---
 kamelets/google-pubsub-source.kamelet.yaml |  1 -
 kamelets/google-sheets-sink.kamelet.yaml   |  4 ---
 kamelets/google-sheets-source.kamelet.yaml |  5 ---
 kamelets/google-storage-cdc-source.kamelet.yaml|  2 --
 kamelets/google-storage-sink.kamelet.yaml  |  1 -
 kamelets/google-storage-source.kamelet.yaml|  2 --
 kamelets/graphql-sink.kamelet.yaml |  1 -
 kamelets/http-secured-sink.kamelet.yaml|  2 --
 kamelets/http-secured-source.kamelet.yaml   

Re: [I] Can we remove the tectonic.ui crap [camel-kamelets]

2023-11-15 Thread via GitHub


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

   Removed. If there is any needs, Kamelets could be enriched directly by 
project using them


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

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

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



(camel-kamelets) branch main updated (5c32a9b3 -> ef0d9456)

2023-11-15 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-kamelets.git


from 5c32a9b3 chore: Update to YAKS 0.17.1 (#1734)
 new 9d19d4fe Remove tectonic.ui related metadata
 new 75a0bc14 Remove tectonic.ui related metadata
 new ef0d9456 Remove tectonic.ui related metadata - Fixed validation

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:
 kamelets/avro-deserialize-action.kamelet.yaml  |  2 --
 kamelets/avro-serialize-action.kamelet.yaml|  2 --
 kamelets/aws-cloudtrail-source.kamelet.yaml|  4 ---
 kamelets/aws-cloudwatch-sink.kamelet.yaml  |  4 ---
 kamelets/aws-ddb-sink.kamelet.yaml |  4 ---
 kamelets/aws-ddb-streams-source.kamelet.yaml   |  4 ---
 kamelets/aws-ec2-sink.kamelet.yaml |  4 ---
 kamelets/aws-eventbridge-sink.kamelet.yaml |  4 ---
 kamelets/aws-kinesis-firehose-sink.kamelet.yaml|  4 ---
 kamelets/aws-kinesis-sink.kamelet.yaml |  4 ---
 kamelets/aws-kinesis-source.kamelet.yaml   |  4 ---
 kamelets/aws-lambda-sink.kamelet.yaml  |  3 --
 kamelets/aws-redshift-sink.kamelet.yaml|  1 -
 kamelets/aws-redshift-source.kamelet.yaml  |  1 -
 kamelets/aws-s3-cdc-source.kamelet.yaml|  7 
 kamelets/aws-s3-sink.kamelet.yaml  |  6 
 kamelets/aws-s3-source.kamelet.yaml|  8 -
 kamelets/aws-s3-streaming-upload-sink.kamelet.yaml |  6 
 kamelets/aws-secrets-manager-sink.kamelet.yaml |  3 --
 kamelets/aws-ses-sink.kamelet.yaml |  3 --
 kamelets/aws-sns-fifo-sink.kamelet.yaml|  6 
 kamelets/aws-sns-sink.kamelet.yaml |  5 ---
 kamelets/aws-sqs-batch-sink.kamelet.yaml   |  5 ---
 kamelets/aws-sqs-fifo-sink.kamelet.yaml|  6 
 kamelets/aws-sqs-sink.kamelet.yaml |  5 ---
 kamelets/aws-sqs-source.kamelet.yaml   |  7 
 kamelets/aws-translate-action.kamelet.yaml |  3 --
 kamelets/azure-cosmosdb-sink.kamelet.yaml  |  1 -
 kamelets/azure-cosmosdb-source.kamelet.yaml|  3 --
 kamelets/azure-eventhubs-sink.kamelet.yaml |  1 -
 kamelets/azure-eventhubs-source.kamelet.yaml   |  2 --
 kamelets/azure-functions-sink.kamelet.yaml |  1 -
 kamelets/azure-servicebus-sink.kamelet.yaml|  1 -
 kamelets/azure-servicebus-source.kamelet.yaml  |  1 -
 .../azure-storage-blob-append-sink.kamelet.yaml|  1 -
 .../azure-storage-blob-cdc-source.kamelet.yaml |  3 --
 ...ure-storage-blob-changefeed-source.kamelet.yaml |  1 -
 kamelets/azure-storage-blob-sink.kamelet.yaml  |  1 -
 kamelets/azure-storage-blob-source.kamelet.yaml|  2 --
 kamelets/azure-storage-datalake-sink.kamelet.yaml  |  3 --
 .../azure-storage-datalake-source.kamelet.yaml |  3 --
 kamelets/azure-storage-queue-sink.kamelet.yaml |  1 -
 kamelets/azure-storage-queue-source.kamelet.yaml   |  1 -
 kamelets/cassandra-sink.kamelet.yaml   |  2 --
 kamelets/cassandra-source.kamelet.yaml |  1 -
 kamelets/ceph-sink.kamelet.yaml|  3 --
 kamelets/ceph-source.kamelet.yaml  |  6 
 kamelets/couchbase-sink.kamelet.yaml   |  2 --
 kamelets/dropbox-sink.kamelet.yaml |  1 -
 kamelets/dropbox-source.kamelet.yaml   |  1 -
 kamelets/elasticsearch-index-sink.kamelet.yaml |  2 --
 kamelets/elasticsearch-search-source.kamelet.yaml  |  2 --
 kamelets/extract-field-action.kamelet.yaml |  6 
 kamelets/fhir-sink.kamelet.yaml|  6 
 kamelets/fhir-source.kamelet.yaml  |  2 --
 kamelets/ftp-sink.kamelet.yaml |  4 ---
 kamelets/ftp-source.kamelet.yaml   |  7 
 kamelets/ftps-sink.kamelet.yaml|  4 ---
 kamelets/ftps-source.kamelet.yaml  |  7 
 kamelets/github-commit-source.kamelet.yaml |  1 -
 kamelets/github-event-source.kamelet.yaml  |  1 -
 .../github-pullrequest-comment-source.kamelet.yaml |  1 -
 kamelets/github-pullrequest-source.kamelet.yaml|  1 -
 kamelets/github-tag-source.kamelet.yaml|  1 -
 kamelets/google-calendar-source.kamelet.yaml   |  6 
 kamelets/google-mail-source.kamelet.yaml   |  5 ---
 kamelets/google-pubsub-source.kamelet.yaml |  1 -
 kamelets/google-sheets-sink.kamelet.yaml   |  4 ---
 kamelets/google-sheets-source.kamelet.yaml |  5 ---
 kamelets/google-storage-cdc-source.kamelet.yaml|  2 --
 kamelets/google-storage-sink.kamelet.yaml  |  1 -
 kamelets/google-storage-source.kamelet.yaml  

(camel-kamelets) 02/03: Remove tectonic.ui related metadata

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

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

commit 75a0bc1452a74158b9a14af5af2c5f111d47cf4d
Author: Andrea Cosentino 
AuthorDate: Wed Nov 15 16:55:16 2023 +0100

Remove tectonic.ui related metadata

Signed-off-by: Andrea Cosentino 
---
 kamelets/avro-deserialize-action.kamelet.yaml  |  1 -
 kamelets/avro-serialize-action.kamelet.yaml|  1 -
 kamelets/extract-field-action.kamelet.yaml |  3 ---
 kamelets/kafka-not-secured-source.kamelet.yaml |  3 ---
 kamelets/log-action.kamelet.yaml   | 30 --
 kamelets/log-sink.kamelet.yaml | 30 --
 kamelets/ogcapi-features-action.kamelet.yaml   |  1 -
 kamelets/pulsar-sink.kamelet.yaml  |  5 
 kamelets/pulsar-source.kamelet.yaml|  3 ---
 kamelets/set-kafka-key-action.kamelet.yaml |  1 -
 .../kamelets/avro-deserialize-action.kamelet.yaml  |  1 -
 .../kamelets/avro-serialize-action.kamelet.yaml|  1 -
 .../kamelets/extract-field-action.kamelet.yaml |  3 ---
 .../kamelets/kafka-not-secured-source.kamelet.yaml |  3 ---
 .../resources/kamelets/log-action.kamelet.yaml | 30 --
 .../main/resources/kamelets/log-sink.kamelet.yaml  | 30 --
 .../kamelets/ogcapi-features-action.kamelet.yaml   |  1 -
 .../resources/kamelets/pulsar-sink.kamelet.yaml|  5 
 .../resources/kamelets/pulsar-source.kamelet.yaml  |  3 ---
 .../kamelets/set-kafka-key-action.kamelet.yaml |  1 -
 20 files changed, 40 insertions(+), 116 deletions(-)

diff --git a/kamelets/avro-deserialize-action.kamelet.yaml 
b/kamelets/avro-deserialize-action.kamelet.yaml
index 8df9e557..d1da566b 100644
--- a/kamelets/avro-deserialize-action.kamelet.yaml
+++ b/kamelets/avro-deserialize-action.kamelet.yaml
@@ -44,7 +44,6 @@ spec:
 description: Indicates if the content must be validated against the 
schema
 type: boolean
 default: true
-x-descriptors:
   dependencies:
   - "camel:kamelet"
   - "camel:core"
diff --git a/kamelets/avro-serialize-action.kamelet.yaml 
b/kamelets/avro-serialize-action.kamelet.yaml
index 4867484b..c1149ebd 100644
--- a/kamelets/avro-serialize-action.kamelet.yaml
+++ b/kamelets/avro-serialize-action.kamelet.yaml
@@ -44,7 +44,6 @@ spec:
 description: Indicates if the content must be validated against the 
schema
 type: boolean
 default: true
-x-descriptors:
   dependencies:
   - "camel:kamelet"
   - "camel:core"
diff --git a/kamelets/extract-field-action.kamelet.yaml 
b/kamelets/extract-field-action.kamelet.yaml
index eb4277af..c5f127d2 100644
--- a/kamelets/extract-field-action.kamelet.yaml
+++ b/kamelets/extract-field-action.kamelet.yaml
@@ -57,7 +57,6 @@ spec:
 description: If enable the action will store the extracted field in an 
header named CamelKameletsExtractFieldName
 type: boolean
 default: false
-x-descriptors:
   headerOutputName:
 title: Header Output Name
 description: A custom name for the header containing the extracted 
field
@@ -68,13 +67,11 @@ spec:
 description: If enabled the action will check if the header output 
name (custom or default) has been used already in the exchange. If so, the 
extracted field will be stored in the message body, if not, the extracted field 
will be stored in the selected header (custom or default).
 type: boolean
 default: false
-x-descriptors:
   trimField:
 title: Trim Field
 description: If enabled we return the Raw extracted field
 type: boolean
 default: false
-x-descriptors:
 type: object
   dependencies:
   - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT"
diff --git a/kamelets/kafka-not-secured-source.kamelet.yaml 
b/kamelets/kafka-not-secured-source.kamelet.yaml
index c28c49a1..41a63dd9 100644
--- a/kamelets/kafka-not-secured-source.kamelet.yaml
+++ b/kamelets/kafka-not-secured-source.kamelet.yaml
@@ -57,13 +57,11 @@ spec:
 description: If true, periodically commit to ZooKeeper the offset of 
messages already fetched by the consumer
 type: boolean
 default: true
-x-descriptors:
   allowManualCommit:
 title: Allow Manual Commit
 description: Whether to allow doing manual commits
 type: boolean
 default: false
-x-descriptors:
   pollOnError:
 title: Poll On Error Behavior
 description: What to do if kafka threw an exception while polling for 
new messages. There are 5 enums and the value can be one of DISCARD, 
ERROR_HANDLER, RECONNECT, RETRY, STOP
@@ -88,7 +86,6 @@ spec:
 title: Automatically Deserialize Headers
 description: When enabled the Kamelet source will deserialize 

(camel-kamelets) 03/03: Remove tectonic.ui related metadata - Fixed validation

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

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

commit ef0d94562aa08cd0094d21fdc722af899612653d
Author: Andrea Cosentino 
AuthorDate: Wed Nov 15 17:58:14 2023 +0100

Remove tectonic.ui related metadata - Fixed validation

Signed-off-by: Andrea Cosentino 
---
 script/validator/validator.go | 23 +--
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/script/validator/validator.go b/script/validator/validator.go
index 2531fe20..cf62cf5f 100644
--- a/script/validator/validator.go
+++ b/script/validator/validator.go
@@ -17,7 +17,6 @@ import (
"github.com/bbalet/stopwords"
perrors "github.com/pkg/errors"
yamlv3 "gopkg.in/yaml.v3"
-   "k8s.io/apimachinery/pkg/api/equality"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
@@ -141,28 +140,12 @@ func verifyDescriptors(kamelets []KameletInfo) (errors 
[]error) {
errors = append(errors, fmt.Errorf("kamelet %q does not 
contain the JSON schema definition", kamelet.Name))
continue
}
-   for k, p := range kamelet.Spec.Definition.Properties {
-   pwdDescriptor := 
"urn:alm:descriptor:com.tectonic.ui:password"
-   if hasXDescriptor(p, pwdDescriptor) && p.Format != 
"password" {
-   errors = append(errors, fmt.Errorf("property %q 
in kamelet %q has password descriptor %q but its format is not \"password\"", 
k, kamelet.Name, pwdDescriptor))
-   } else if !hasXDescriptor(p, pwdDescriptor) && p.Format 
== "password" {
-   errors = append(errors, fmt.Errorf("property %q 
in kamelet %q has \"password\" format but misses descriptor %q (for better 
compatibility with tectonic UIs)", k, kamelet.Name, pwdDescriptor))
-   }
-   }
for k, p := range kamelet.Spec.Definition.Properties {
credDescriptor := "urn:camel:group:credentials"
if p.Format == "password" && !hasXDescriptor(p, 
credDescriptor) {
errors = append(errors, fmt.Errorf("property %q 
in kamelet %q has \"password\" format but misses descriptor %q", k, 
kamelet.Name, credDescriptor))
}
}
-   for k, p := range kamelet.Spec.Definition.Properties {
-   checkboxDescriptor := 
"urn:alm:descriptor:com.tectonic.ui:checkbox"
-   if hasXDescriptor(p, checkboxDescriptor) && p.Type != 
"boolean" {
-   errors = append(errors, fmt.Errorf("property %q 
in kamelet %q has checkbox descriptor %q but its type is not \"boolean\"", k, 
kamelet.Name, checkboxDescriptor))
-   } else if !hasXDescriptor(p, checkboxDescriptor) && 
p.Type == "boolean" {
-   errors = append(errors, fmt.Errorf("property %q 
in kamelet %q has \"boolean\" type but misses descriptor %q (for better 
compatibility with tectonic UIs)", k, kamelet.Name, checkboxDescriptor))
-   }
-   }
}
return errors
 }
@@ -221,10 +204,6 @@ func verifyInvalidContent(kamelets []KameletInfo) (errors 
[]error) {
errors = append(errors, perrors.Wrapf(err, "cannot 
unmarshal kamelet file %q", kamelet.Name))
continue
}
-
-   if !equality.Semantic.DeepDerivative(unstrFile, unstr) {
-   errors = append(errors, fmt.Errorf("kamelet %q contains 
invalid content that is not supported by the Kamelet schema", kamelet.Name))
-   }
}
return errors
 }
@@ -399,7 +378,7 @@ func listKamelets(dir string) []KameletInfo {
 
 func verifyUsedParams(kamelets []KameletInfo) (errors []error) {
for _, k := range kamelets {
-   if k.FileName != 
"../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != 
"../../kamelets/aws-s3-cdc-source.kamelet.yaml" && k.FileName != 
"../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != 
"../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != 
"../../kamelets/google-storage-cdc-source.kamelet.yaml" && k.FileName != 
"../../kamelets/elasticsearch-search-source.kamelet.yaml" && k.FileName != 
"../../kamelets/opensearch-search-source.k [...]
+   if k.FileName != 
"../../kamelets/azure-storage-blob-source.kamelet.yaml" && k.FileName != 
"../../kamelets/aws-s3-cdc-source.kamelet.yaml" && k.FileName != 
"../../kamelets/set-kafka-key-action.kamelet.yaml" && k.FileName != 
"../../kamelets/azure-storage-blob-cdc-source.kamelet.yaml" && k.FileName != 

Re: [PR] Remove tectonic ui metadata [camel-kamelets]

2023-11-15 Thread via GitHub


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


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

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

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



Re: [I] Can we remove the tectonic.ui crap [camel-kamelets]

2023-11-15 Thread via GitHub


oscerd closed issue #1700: Can we remove the tectonic.ui crap
URL: https://github.com/apache/camel-kamelets/issues/1700


-- 
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.21.x updated: CAMEL-20044: fix to handle commit on breakOnFirstError (#11959)

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

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


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
 new b494de6956c CAMEL-20044: fix to handle commit on breakOnFirstError 
(#11959)
b494de6956c is described below

commit b494de6956ca31121531759b9fca4b1c76efdc26
Author: Mike Barlotta 
AuthorDate: Wed Nov 15 12:08:28 2023 -0500

CAMEL-20044: fix to handle commit on breakOnFirstError (#11959)

* fix to handle commit on breakOnFirstError
* add asynch commit manager test
* update breakOnFirstError JavaDoc in KafkaConfig
* update Kafka Component doc
* fixed checkstyle issues
* added support for creating topics with multiple partitions
* add 2 unit tests needing partitions
* fix comment in KafkaRecordProcessor
* change topic names
* force partitions in test
* fix var names
* test for breakOnFirstError false and NOOP

-

Co-authored-by: Otavio Rodolfo Piske 
---
 .../camel-kafka/src/main/docs/kafka-component.adoc |  46 -
 .../camel/component/kafka/KafkaConfiguration.java  |  13 +-
 .../camel/component/kafka/KafkaFetchRecords.java   |   6 +-
 .../consumer/support/KafkaRecordProcessor.java |  15 +-
 .../support/KafkaRecordProcessorFacade.java|   9 +-
 ...eakOnFirstErrorOffUsingKafkaManualCommitIT.java | 162 ++
 .../KafkaBreakOnFirstErrorReplayOldMessagesIT.java | 190 +
 .../KafkaBreakOnFirstErrorSeekIssueIT.java | 171 +++
 ...stErrorWithBatchUsingAsynchCommitManagerIT.java | 155 +
 ...irstErrorWithBatchUsingKafkaManualCommitIT.java | 172 +++
 ...rrorWithBatchUsingKafkaManualCommitRetryIT.java | 176 +++
 ...rstErrorWithBatchUsingSynchCommitManagerIT.java | 155 +
 .../component/kafka/testutil/CamelKafkaUtil.java   |  57 +++
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc|  16 ++
 14 files changed, 1326 insertions(+), 17 deletions(-)

diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index f1ff83cf551..0c6423c810a 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -85,6 +85,24 @@ Camel components have.
 For advanced control a custom implementation of 
`org.apache.camel.component.kafka.PollExceptionStrategy` can be configured
 on the component level, which allows to control which exceptions causes which 
of the strategies above.
 
+== Consumer error handling (advanced)
+
+By default Camel will poll using the *ERROR_HANDLER* to process exceptions. 
+How Camel handles a message that results in an exception can be altered using 
the `breakOnFirstError` attribute in the configuration.
+Instead of continuing to poll next message, Camel will instead commit the 
offset so that the message that caused the exception will be retried.
+This is similar to the *RETRY* polling strategy above. 
+
+[source,java]
+
+KafkaComponent kafka = new KafkaComponent();
+kafka.setBreakOnFirstError(true);
+...
+camelContext.addComponent("kafka", kafka);
+
+
+It is recommended that you read the section below "Using manual commit with 
Kafka consumer" to understand how `breakOnFirstError`
+will work based on the `CommitManager` that is configured.
+
 == Samples
 
 === Consuming messages from Kafka
@@ -351,12 +369,15 @@ or on the endpoint, for example:
 [source,java]
 
 KafkaComponent kafka = new KafkaComponent();
+kafka.setAutoCommitEnable(false);
 kafka.setAllowManualCommit(true);
 ...
 camelContext.addComponent("kafka", kafka);
 
 
-Then you can use the `KafkaManualCommit` from Java code such as a Camel 
`Processor`:
+By default this will use the `NoopCommitManager` behind the scenes. In order 
to commit an offset you will 
+required you to use the `KafkaManualCommit` from Java code such as a Camel 
`Processor`:
+
 [source,java]
 
 public void process(Exchange exchange) {
@@ -366,7 +387,7 @@ public void process(Exchange exchange) {
 }
 
 
-This will force a synchronous commit which will block until the commit is 
acknowledged on Kafka, or if it fails an exception is thrown.
+The `KafkaManualCommit` will force a synchronous commit which will block until 
the commit is acknowledged on Kafka, or if it fails an exception is thrown.
 You can use an asynchronous commit as well by configuring the 
`KafkaManualCommitFactory` with the `DefaultKafkaManualAsyncCommitFactory` 
implementation.
 
 Then the commit will be done in the next consumer loop using the kafka 
asynchronous commit api.
@@ -374,6 +395,27 @@ Then the commit will be done in the next consumer loop 
using the kafka asynchron
 If you want to use a custom implementation of `KafkaManualCommit` then you can 
configure a custom 

Re: [PR] CAMEL-20044 fix to handle commit on breakOnFirstError [camel]

2023-11-15 Thread via GitHub


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


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

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

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



(camel-kamelets) branch tectonic-removal updated (b104ba08 -> 3e2986fd)

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

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


from b104ba08 Remove tectonic.ui related metadata
 add 3e2986fd Remove tectonic.ui related metadata - Fixed validation

No new revisions were added by this update.

Summary of changes:
 script/validator/validator.go | 23 +--
 1 file changed, 1 insertion(+), 22 deletions(-)



(camel-quarkus) branch main updated (159f5716f8 -> 51d58e6a28)

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

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


from 159f5716f8 Fix #5464 to support precede beans (#5473)
 new 2a4ad2008a Clean up usage of hard coded hosts that use containers
 new 51d58e6a28 Log warning instead of throwing RuntimeException if paho 
temporary certificate files could not be deleted

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:
 .../component/http/common/HttpTestResource.java|  1 +
 .../quarkus/component/http/http/HttpResource.java  |  9 --
 .../ProxyCapableClientInitializerFactory.java  |  7 +++--
 .../component/http/vertx/VertxResource.java|  9 --
 .../camel/quarkus/component/mail/CamelRoute.java   | 27 +
 .../camel/quarkus/component/mail/MailTest.java |  7 +++--
 .../quarkus/component/mail/MailTestResource.java   |  2 ++
 .../component/paho/mqtt5/it/PahoMqtt5Resource.java | 34 +++---
 .../paho/mqtt5/it/PahoMqtt5TestResource.java   | 12 +---
 .../camel/quarkus/component/paho/PahoResource.java | 27 +++--
 .../component/paho/it/PahoTestResource.java| 12 
 .../component/splunk/it/SplunkResource.java| 26 ++---
 .../quarkus/component/splunk/it/SplunkTest.java|  6 ++--
 .../component/splunk/it/SplunkTestResource.java|  5 +++-
 14 files changed, 131 insertions(+), 53 deletions(-)



[PR] [3.2.x] Clean up usage of hard coded hosts that use containers [camel-quarkus]

2023-11-15 Thread via GitHub


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

   (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-quarkus) 02/02: Log warning instead of throwing RuntimeException if paho temporary certificate files could not be deleted

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

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

commit 51d58e6a28a96b978bcf29d8b9b326385701b771
Author: James Netherton 
AuthorDate: Wed Nov 15 13:50:44 2023 +

Log warning instead of throwing RuntimeException if paho temporary 
certificate files could not be deleted
---
 .../camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java| 6 --
 .../java/org/apache/camel/quarkus/component/paho/PahoResource.java  | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
 
b/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
index 339a4cc3c5..ef86d06a0b 100644
--- 
a/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
+++ 
b/integration-tests/paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java
@@ -49,10 +49,12 @@ import 
org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants;
 import org.apache.camel.spi.RouteController;
 import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
+import org.jboss.logging.Logger;
 
 @Path("/paho-mqtt5")
 @ApplicationScoped
 public class PahoMqtt5Resource {
+private static final Logger LOG = 
Logger.getLogger(PahoMqtt5Resource.class);
 
 @Inject
 CamelContext context;
@@ -219,9 +221,9 @@ public class PahoMqtt5Resource {
 
 private void removeKeyStore(String keystore) {
 try {
-Files.delete(Paths.get(keystore));
+Files.deleteIfExists(Paths.get(keystore));
 } catch (Exception e) {
-throw new RuntimeException("Could not delete " + keystore, e);
+LOG.warn("Failed to delete temporary keystore file", e);
 }
 }
 }
diff --git 
a/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
 
b/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
index 8269c71fa1..8250e0141e 100644
--- 
a/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
+++ 
b/integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java
@@ -186,9 +186,9 @@ public class PahoResource {
 
 private void removeKeyStore(java.nio.file.Path keystore) {
 try {
-Files.delete(keystore);
+Files.deleteIfExists(keystore);
 } catch (Exception e) {
-throw new RuntimeException("Could not delete " + keystore, e);
+LOG.warn("Failed to delete temporary keystore file", e);
 }
 }
 }



(camel-quarkus) 01/02: Clean up usage of hard coded hosts that use containers

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

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

commit 2a4ad2008a053af8a10c52488e3fc6b997d9c0f1
Author: James Netherton 
AuthorDate: Tue Nov 14 15:24:29 2023 +

Clean up usage of hard coded hosts that use containers
---
 .../component/http/common/HttpTestResource.java|  1 +
 .../quarkus/component/http/http/HttpResource.java  |  9 ---
 .../ProxyCapableClientInitializerFactory.java  |  7 --
 .../component/http/vertx/VertxResource.java|  9 ---
 .../camel/quarkus/component/mail/CamelRoute.java   | 27 +++--
 .../camel/quarkus/component/mail/MailTest.java |  7 +++---
 .../quarkus/component/mail/MailTestResource.java   |  2 ++
 .../component/paho/mqtt5/it/PahoMqtt5Resource.java | 28 --
 .../paho/mqtt5/it/PahoMqtt5TestResource.java   | 12 ++
 .../camel/quarkus/component/paho/PahoResource.java | 23 +-
 .../component/paho/it/PahoTestResource.java| 12 ++
 .../component/splunk/it/SplunkResource.java| 26 +++-
 .../quarkus/component/splunk/it/SplunkTest.java|  6 +++--
 .../component/splunk/it/SplunkTestResource.java|  5 +++-
 14 files changed, 125 insertions(+), 49 deletions(-)

diff --git 
a/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
 
b/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
index e7ac637bc5..2d00cfe7eb 100644
--- 
a/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
+++ 
b/integration-test-groups/http/common/src/test/java/org/apache/camel/quarkus/component/http/common/HttpTestResource.java
@@ -51,6 +51,7 @@ public class HttpTestResource implements 
QuarkusTestResourceLifecycleManager {
 "camel.netty-http.test-port",
 "camel.netty-http.https-test-port",
 "camel.netty-http.compression-test-port");
+options.put("tiny.proxy.host", container.getHost());
 options.put("tiny.proxy.port", 
container.getMappedPort(TINY_PROXY_PORT).toString());
 return options;
 }
diff --git 
a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
 
b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
index a72de9d50b..7897e15013 100644
--- 
a/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
+++ 
b/integration-test-groups/http/http/src/main/java/org/apache/camel/quarkus/component/http/http/HttpResource.java
@@ -33,6 +33,7 @@ import org.apache.camel.builder.EndpointConsumerBuilder;
 import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.EndpointRouteBuilder;
 import org.apache.camel.quarkus.component.http.common.AbstractHttpResource;
+import org.eclipse.microprofile.config.Config;
 import org.eclipse.microprofile.config.ConfigProvider;
 
 @Path("/test/client/http")
@@ -104,15 +105,17 @@ public class HttpResource extends AbstractHttpResource {
 @GET
 @Produces(MediaType.APPLICATION_XML)
 public String httpProxy() {
-Integer proxyPort = 
ConfigProvider.getConfig().getValue("tiny.proxy.port", Integer.class);
+Config config = ConfigProvider.getConfig();
+String proxyHost = config.getValue("tiny.proxy.host", String.class);
+Integer proxyPort = config.getValue("tiny.proxy.port", Integer.class);
 return producerTemplate
 .toF("%s?"
 + "proxyAuthMethod=Basic"
 + "=http"
-+ "=localhost"
++ "=%s"
 + "=%d"
 + "=%s"
-+ "=%s", String.format(PROXIED_URL, 
"http"), proxyPort, USER_ADMIN,
++ "=%s", String.format(PROXIED_URL, 
"http"), proxyHost, proxyPort, USER_ADMIN,
 USER_ADMIN_PASSWORD)
 .request(String.class);
 }
diff --git 
a/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
 
b/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
index dd24d2568d..89db81aa0b 100644
--- 
a/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
+++ 
b/integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/ProxyCapableClientInitializerFactory.java
@@ -24,6 +24,7 @@ import 

Re: [PR] Clean up usage of hard coded hosts that use containers [camel-quarkus]

2023-11-15 Thread via GitHub


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


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

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

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



[PR] Remove tectonic ui metadata [camel-kamelets]

2023-11-15 Thread via GitHub


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

   The validation still fails @christophd 


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

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

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



(camel-kamelets) branch tectonic-removal updated: Remove tectonic.ui related metadata

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

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


The following commit(s) were added to refs/heads/tectonic-removal by this push:
 new b104ba08 Remove tectonic.ui related metadata
b104ba08 is described below

commit b104ba08b65ae491c52e1af16b2fba61e585fc4d
Author: Andrea Cosentino 
AuthorDate: Wed Nov 15 16:55:16 2023 +0100

Remove tectonic.ui related metadata

Signed-off-by: Andrea Cosentino 
---
 kamelets/avro-deserialize-action.kamelet.yaml  |  1 -
 kamelets/avro-serialize-action.kamelet.yaml|  1 -
 kamelets/extract-field-action.kamelet.yaml |  3 ---
 kamelets/kafka-not-secured-source.kamelet.yaml |  3 ---
 kamelets/log-action.kamelet.yaml   | 30 --
 kamelets/log-sink.kamelet.yaml | 30 --
 kamelets/ogcapi-features-action.kamelet.yaml   |  1 -
 kamelets/pulsar-sink.kamelet.yaml  |  5 
 kamelets/pulsar-source.kamelet.yaml|  3 ---
 kamelets/set-kafka-key-action.kamelet.yaml |  1 -
 .../kamelets/avro-deserialize-action.kamelet.yaml  |  1 -
 .../kamelets/avro-serialize-action.kamelet.yaml|  1 -
 .../kamelets/extract-field-action.kamelet.yaml |  3 ---
 .../kamelets/kafka-not-secured-source.kamelet.yaml |  3 ---
 .../resources/kamelets/log-action.kamelet.yaml | 30 --
 .../main/resources/kamelets/log-sink.kamelet.yaml  | 30 --
 .../kamelets/ogcapi-features-action.kamelet.yaml   |  1 -
 .../resources/kamelets/pulsar-sink.kamelet.yaml|  5 
 .../resources/kamelets/pulsar-source.kamelet.yaml  |  3 ---
 .../kamelets/set-kafka-key-action.kamelet.yaml |  1 -
 20 files changed, 40 insertions(+), 116 deletions(-)

diff --git a/kamelets/avro-deserialize-action.kamelet.yaml 
b/kamelets/avro-deserialize-action.kamelet.yaml
index 8df9e557..d1da566b 100644
--- a/kamelets/avro-deserialize-action.kamelet.yaml
+++ b/kamelets/avro-deserialize-action.kamelet.yaml
@@ -44,7 +44,6 @@ spec:
 description: Indicates if the content must be validated against the 
schema
 type: boolean
 default: true
-x-descriptors:
   dependencies:
   - "camel:kamelet"
   - "camel:core"
diff --git a/kamelets/avro-serialize-action.kamelet.yaml 
b/kamelets/avro-serialize-action.kamelet.yaml
index 4867484b..c1149ebd 100644
--- a/kamelets/avro-serialize-action.kamelet.yaml
+++ b/kamelets/avro-serialize-action.kamelet.yaml
@@ -44,7 +44,6 @@ spec:
 description: Indicates if the content must be validated against the 
schema
 type: boolean
 default: true
-x-descriptors:
   dependencies:
   - "camel:kamelet"
   - "camel:core"
diff --git a/kamelets/extract-field-action.kamelet.yaml 
b/kamelets/extract-field-action.kamelet.yaml
index eb4277af..c5f127d2 100644
--- a/kamelets/extract-field-action.kamelet.yaml
+++ b/kamelets/extract-field-action.kamelet.yaml
@@ -57,7 +57,6 @@ spec:
 description: If enable the action will store the extracted field in an 
header named CamelKameletsExtractFieldName
 type: boolean
 default: false
-x-descriptors:
   headerOutputName:
 title: Header Output Name
 description: A custom name for the header containing the extracted 
field
@@ -68,13 +67,11 @@ spec:
 description: If enabled the action will check if the header output 
name (custom or default) has been used already in the exchange. If so, the 
extracted field will be stored in the message body, if not, the extracted field 
will be stored in the selected header (custom or default).
 type: boolean
 default: false
-x-descriptors:
   trimField:
 title: Trim Field
 description: If enabled we return the Raw extracted field
 type: boolean
 default: false
-x-descriptors:
 type: object
   dependencies:
   - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT"
diff --git a/kamelets/kafka-not-secured-source.kamelet.yaml 
b/kamelets/kafka-not-secured-source.kamelet.yaml
index c28c49a1..41a63dd9 100644
--- a/kamelets/kafka-not-secured-source.kamelet.yaml
+++ b/kamelets/kafka-not-secured-source.kamelet.yaml
@@ -57,13 +57,11 @@ spec:
 description: If true, periodically commit to ZooKeeper the offset of 
messages already fetched by the consumer
 type: boolean
 default: true
-x-descriptors:
   allowManualCommit:
 title: Allow Manual Commit
 description: Whether to allow doing manual commits
 type: boolean
 default: false
-x-descriptors:
   pollOnError:
 title: Poll On Error Behavior
 description: What to do if kafka threw an exception while polling for 
new messages. There are 5 enums and the value can be one of DISCARD, 

Re: [PR] Added namespaces to sample XML and fixed file reference in README [camel-quarkus-examples]

2023-11-15 Thread via GitHub


jamesnetherton commented on PR #176:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/176#issuecomment-1812794620

   > The content looks good. @jamesnetherton Is it ok to merged already or 
should we wait better wait for any version upgrade ?
   
   Should be fine to just rebase on the latest `camel-quarkus-main` and it 
should fix the issue.


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

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

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



Re: [PR] Upgrade Quarkus to 3.6.0.CR1 [camel-quarkus]

2023-11-15 Thread via GitHub


jamesnetherton commented on PR #5512:
URL: https://github.com/apache/camel-quarkus/pull/5512#issuecomment-1812789220

   As expected, `kubernetes-client` is now gobbling up a lot of native build 
memory.
   
   May need to add some dependency exclusions and a 
`allow-incomplete-classpath` workaround similar to what was done for 
https://github.com/quarkusio/quarkus/pull/36312.


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

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

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



Re: [PR] Added namespaces to sample XML and fixed file reference in README [camel-quarkus-examples]

2023-11-15 Thread via GitHub


aldettinger commented on PR #176:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/176#issuecomment-1812780142

   The content looks good. @jamesnetherton Is it ok to merged already or should 
we wait better wait for any version upgrade ?


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

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

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



Re: [PR] fix(ci): Remove golint warning for imports [camel-k]

2023-11-15 Thread via GitHub


squakez commented on PR #4920:
URL: https://github.com/apache/camel-k/pull/4920#issuecomment-1812755792

   > Why removing the validation from those paths? We should instead fix the 
code which is not following formatting style IMO.
   
   Forget about this comment, I need a coffe, sorry.


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


claudio4j commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1812738443

   In the prepare sections there are many `/usr/bin/tar: 
../../../go/pkg/mod/go.uber.org/multierr@v1.11.0/.gitignore: Cannot open: File 
exists` errors. I restarted the checks.


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

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

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



Re: [PR] Fix(ci): Remove golint warning for imports [camel-k]

2023-11-15 Thread via GitHub


gansheer commented on PR #4920:
URL: https://github.com/apache/camel-k/pull/4920#issuecomment-1812700796

   @christophd @squakez Should fix the lint issue from 
https://github.com/apache/camel-k/pull/4919


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

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

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



[PR] Fix(ci): Remove golint warning for imports [camel-k]

2023-11-15 Thread via GitHub


gansheer opened a new pull request, #4920:
URL: https://github.com/apache/camel-k/pull/4920

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


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


squakez commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1812664168

   > @gansheer @squakez @claudio4j any idea why the validate CI job could be 
failing?
   
   "  Error: File is not `goimports`-ed (goimports)"
   
   Checkstyles formatting I guess.


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

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

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



Re: [PR] fix(#4916): Improve component resolver [camel-k]

2023-11-15 Thread via GitHub


christophd commented on PR #4919:
URL: https://github.com/apache/camel-k/pull/4919#issuecomment-1812661568

   @gansheer @squakez @claudio4j any idea why the validate CI job could be 
failing?


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

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

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



(camel) branch regen_bot updated (4ff31853da0 -> da3172d8993)

2023-11-15 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 4ff31853da0 Regen
 add f90482e95e2 Fixed potential NPE
 add da3172d8993 CAMEL-19770: cleanup catches of Throwable in core code

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/impl/engine/DefaultChannel.java   | 5 +++--
 .../src/main/java/org/apache/camel/processor/Throttler.java  | 2 +-
 .../src/main/java/org/apache/camel/support/MessageHelper.java| 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)



(camel) branch main updated: CAMEL-19770: cleanup catches of Throwable in DSLs

2023-11-15 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 5bb5baa2ce3 CAMEL-19770: cleanup catches of Throwable in DSLs
5bb5baa2ce3 is described below

commit 5bb5baa2ce3769b9c41da0c71894cbd45b50f4f3
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Nov 10 11:33:18 2023 +0100

CAMEL-19770: cleanup catches of Throwable in DSLs
---
 .../src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java | 2 +-
 .../camel/dsl/jbang/core/commands/action/ActionBaseCommand.java   | 2 +-
 .../camel/dsl/jbang/core/commands/action/MessageTableHelper.java  | 4 ++--
 .../java/org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java | 2 +-
 .../camel/dsl/jbang/core/commands/process/ProcessBaseCommand.java | 2 +-
 .../org/apache/camel/main/download/KnownDependenciesResolver.java | 2 +-
 .../main/java/org/apache/camel/main/download/KnownReposResolver.java  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
index 64b4afbe186..ad7ccb612e9 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
@@ -678,7 +678,7 @@ public class Debug extends Run {
 IOHelper.close(fis);
 return (JsonObject) Jsoner.deserialize(text);
 }
-} catch (Throwable e) {
+} catch (Exception e) {
 // ignore
 }
 return null;
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/ActionBaseCommand.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/ActionBaseCommand.java
index e8f38ca47c4..0bdd8000fe3 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/ActionBaseCommand.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/ActionBaseCommand.java
@@ -86,7 +86,7 @@ abstract class ActionBaseCommand extends CamelCommand {
 IOHelper.close(fis);
 return (JsonObject) Jsoner.deserialize(text);
 }
-} catch (Throwable e) {
+} catch (Exception e) {
 // ignore
 }
 return null;
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
index 94f181d71cb..6c927821e6e 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
@@ -276,7 +276,7 @@ public class MessageTableHelper {
 if (s != null && !s.isEmpty()) {
 json = true;
 }
-} catch (Throwable e) {
+} catch (Exception e) {
 // ignore as not json
 }
 if (s == null || s.isEmpty()) {
@@ -291,7 +291,7 @@ public class MessageTableHelper {
 } else {
 s = XmlHelper.prettyPrint(s, 2);
 }
-} catch (Throwable e) {
+} catch (Exception e) {
 // ignore as not xml
 }
 }
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java
index dae1c05a20b..4dc156986c5 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/Hawtio.java
@@ -140,7 +140,7 @@ public class Hawtio extends CamelCommand {
 installHangupInterceptor();
 shutdownLatch.await();
 
-} catch (Throwable e) {
+} catch (Exception e) {
 System.err.println("Cannot launch Hawtio due to: " + 
e.getMessage());
 return 1;
 } finally {
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ProcessBaseCommand.java
 

(camel) branch main updated (f90482e95e2 -> da3172d8993)

2023-11-15 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 f90482e95e2 Fixed potential NPE
 add da3172d8993 CAMEL-19770: cleanup catches of Throwable in core code

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/processor/Throttler.java | 2 +-
 .../src/main/java/org/apache/camel/support/MessageHelper.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



Re: [PR] CAMEL-19770: cleanup catches of Throwable in DSLs [camel]

2023-11-15 Thread via GitHub


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


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

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

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



Re: [PR] CAMEL-19770: cleanup catches of Throwable in core code [camel]

2023-11-15 Thread via GitHub


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


-- 
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-examples) 01/02: Upgrade quarkus.platform.version to 3.5.1

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

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

commit 09ce8e1e3511e05da80494a60e4e47fcd1e32a60
Author: James Netherton 
AuthorDate: Wed Nov 15 13:17:23 2023 +

Upgrade quarkus.platform.version to 3.5.1
---
 aws-lambda/pom.xml  | 2 +-
 cluster-leader-election/pom.xml | 2 +-
 cxf-soap/pom.xml| 2 +-
 file-bindy-ftp/pom.xml  | 2 +-
 file-split-log-xml/pom.xml  | 2 +-
 health/pom.xml  | 2 +-
 http-log/pom.xml| 2 +-
 jdbc-datasource/pom.xml | 2 +-
 jms-jpa/pom.xml | 2 +-
 jpa-idempotent-repository/pom.xml   | 2 +-
 jta-jpa/pom.xml | 2 +-
 kafka/pom.xml   | 2 +-
 kamelet-chucknorris/pom.xml | 2 +-
 message-bridge/pom.xml  | 2 +-
 observability/pom.xml   | 2 +-
 platform-http-security-keycloak/pom.xml | 2 +-
 rest-json/pom.xml   | 2 +-
 timer-log-kotlin/pom.xml| 2 +-
 timer-log-main/pom.xml  | 2 +-
 timer-log/pom.xml   | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index c1379a7..41ad82a 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,7 +27,7 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index d7f6286..d615516 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,7 +29,7 @@
 Camel Quarkus Example :: Cluster leader election
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index b08dde0..52f1fc2 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,7 +29,7 @@
 Camel Quarkus Example :: CXF SOAP
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index ce49711..7e1c472 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index dc60387..897644e 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/health/pom.xml b/health/pom.xml
index a7bed13..a392698 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Health Check
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 8d664b3..7032dcb 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: HTTP to Log
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index f912e90..b7266fb 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: Jdbc - DatataSource - Log
 Camel Quarkus Example :: Connect to Database using 
Datasource
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index fa7e5a8..f896c4c 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: JMS JPA
 Camel Quarkus Example :: JMS JPA
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 3.0.0
 
diff --git a/jpa-idempotent-repository/pom.xml 
b/jpa-idempotent-repository/pom.xml
index f08eeb3..d0c93c5 100644
--- a/jpa-idempotent-repository/pom.xml
+++ b/jpa-idempotent-repository/pom.xml
@@ -30,7 +30,7 @@
 Camel Quarkus Example :: JPA Idempotent 
Repository
 
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 013128f..68dc4e8 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: JTA JPA
 Camel Quarkus Example :: JTA JPA
 
-3.5.0
+3.5.1
 
3.6.0-SNAPSHOT
 
 io.quarkus
diff --git a/kafka/pom.xml b/kafka/pom.xml
index bfbf1f8..85594fb 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Kafka
 
 
-3.5.0
+3.5.1
 

(camel-quarkus-examples) branch camel-quarkus-main updated (a7dbfe8 -> 953896d)

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

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


from a7dbfe8  Set -Xmx4000m
 new 09ce8e1  Upgrade quarkus.platform.version to 3.5.1
 new 953896d  Disable cluster-leader-election native profile due to 
apache/camel-quarkus#5447

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:
 aws-lambda/pom.xml  | 2 +-
 cluster-leader-election/pom.xml | 4 +++-
 cxf-soap/pom.xml| 2 +-
 file-bindy-ftp/pom.xml  | 2 +-
 file-split-log-xml/pom.xml  | 2 +-
 health/pom.xml  | 2 +-
 http-log/pom.xml| 2 +-
 jdbc-datasource/pom.xml | 2 +-
 jms-jpa/pom.xml | 2 +-
 jpa-idempotent-repository/pom.xml   | 2 +-
 jta-jpa/pom.xml | 2 +-
 kafka/pom.xml   | 2 +-
 kamelet-chucknorris/pom.xml | 2 +-
 message-bridge/pom.xml  | 2 +-
 observability/pom.xml   | 2 +-
 platform-http-security-keycloak/pom.xml | 2 +-
 rest-json/pom.xml   | 2 +-
 timer-log-kotlin/pom.xml| 2 +-
 timer-log-main/pom.xml  | 2 +-
 timer-log/pom.xml   | 2 +-
 20 files changed, 22 insertions(+), 20 deletions(-)



(camel-quarkus-examples) 02/02: Disable cluster-leader-election native profile due to apache/camel-quarkus#5447

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

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

commit 953896d919b7cc4f8482483e41012ff6fe2ba50b
Author: James Netherton 
AuthorDate: Wed Nov 15 13:20:08 2023 +

Disable cluster-leader-election native profile due to 
apache/camel-quarkus#5447
---
 cluster-leader-election/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index d615516..90fc711 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,6 +257,7 @@
 
 
 
+
 
 kubernetes
 



Re: [PR] Disable cluster-leader-election native profile due to apache/camel-quarkus#5447 [camel-quarkus-examples]

2023-11-15 Thread via GitHub


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


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

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

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



(camel) branch regen_bot updated (f90482e95e2 -> 4ff31853da0)

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

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


omit f90482e95e2 Fixed potential NPE

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (4ff31853da0)
\
 O -- O -- O   (f90482e95e2)

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

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/camel/impl/engine/DefaultChannel.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)



(camel) branch regen_bot updated (dbafc870e2d -> f90482e95e2)

2023-11-15 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 dbafc870e2d Upgrade default version for Camel in Camel JBang to 4.2.0 
(#11997)
 add 6dbf368f8d6 Bump for next version
 add 2db2b801de5 Regen
 add e6d8bfbeec0 Update known releases in catalog
 add 4ff31853da0 Regen
 add f90482e95e2 Fixed potential NPE

No new revisions were added by this update.

Summary of changes:
 apache-camel/pom.xml   |   2 +-
 archetypes/camel-archetype-api-component/pom.xml   |   2 +-
 archetypes/camel-archetype-component/pom.xml   |   2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |   2 +-
 archetypes/camel-archetype-java/pom.xml|   2 +-
 archetypes/camel-archetype-main/pom.xml|   2 +-
 archetypes/camel-archetype-spring/pom.xml  |   2 +-
 archetypes/pom.xml |   2 +-
 bom/camel-bom/pom.xml  |   2 +-
 bom/pom.xml|   2 +-
 buildingtools/pom.xml  |   2 +-
 camel-dependencies/pom.xml |   2 +-
 catalog/camel-allcomponents/pom.xml|   2 +-
 catalog/camel-catalog-common/pom.xml   |   2 +-
 catalog/camel-catalog-console/pom.xml  |   2 +-
 catalog/camel-catalog-lucene/pom.xml   |   2 +-
 catalog/camel-catalog-maven/pom.xml|   2 +-
 catalog/camel-catalog/pom.xml  |   2 +-
 .../apache/camel/catalog/components/activemq.json  |   2 +-
 .../org/apache/camel/catalog/components/amqp.json  |   2 +-
 .../apache/camel/catalog/components/arangodb.json  |   2 +-
 .../org/apache/camel/catalog/components/as2.json   |   2 +-
 .../apache/camel/catalog/components/asterisk.json  |   2 +-
 .../catalog/components/atmosphere-websocket.json   |   2 +-
 .../org/apache/camel/catalog/components/atom.json  |   2 +-
 .../org/apache/camel/catalog/components/avro.json  |   2 +-
 .../camel/catalog/components/aws-cloudtrail.json   |   2 +-
 .../catalog/components/aws-secrets-manager.json|   2 +-
 .../camel/catalog/components/aws2-athena.json  |   2 +-
 .../apache/camel/catalog/components/aws2-cw.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ddb.json  |   2 +-
 .../camel/catalog/components/aws2-ddbstream.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../apache/camel/catalog/components/aws2-ecs.json  |   2 +-
 .../apache/camel/catalog/components/aws2-eks.json  |   2 +-
 .../camel/catalog/components/aws2-eventbridge.json |   2 +-
 .../apache/camel/catalog/components/aws2-iam.json  |   2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |   2 +-
 .../camel/catalog/components/aws2-kinesis.json |   2 +-
 .../apache/camel/catalog/components/aws2-kms.json  |   2 +-
 .../camel/catalog/components/aws2-lambda.json  |   2 +-
 .../apache/camel/catalog/components/aws2-mq.json   |   2 +-
 .../apache/camel/catalog/components/aws2-msk.json  |   2 +-
 .../catalog/components/aws2-redshift-data.json |   4 +-
 .../apache/camel/catalog/components/aws2-s3.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ses.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sns.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sqs.json  |   2 +-
 .../catalog/components/aws2-step-functions.json|   2 +-
 .../apache/camel/catalog/components/aws2-sts.json  |   2 +-
 .../camel/catalog/components/aws2-timestream.json  |   4 +-
 .../camel/catalog/components/aws2-translate.json   |   2 +-
 .../camel/catalog/components/azure-cosmosdb.json   |   2 +-
 .../camel/catalog/components/azure-eventhubs.json  |   2 +-
 .../camel/catalog/components/azure-files.json  |   2 +-
 .../camel/catalog/components/azure-key-vault.json  |   2 +-
 .../camel/catalog/components/azure-servicebus.json |   2 +-
 .../catalog/components/azure-storage-blob.json |   2 +-
 .../catalog/components/azure-storage-datalake.json |   2 +-
 .../catalog/components/azure-storage-queue.json|   2 +-
 .../camel/catalog/components/bean-validator.json   |   2 +-
 .../org/apache/camel/catalog/components/bean.json  |   2 +-
 .../apache/camel/catalog/components/bonita.json|   2 +-
 .../org/apache/camel/catalog/components/box.json   |   2 +-
 .../apache/camel/catalog/components/braintree.json |   2 +-
 .../apache/camel/catalog/components/browse.json|   2 +-
 .../camel/catalog/components/caffeine-cache.json   |   2 +-
 .../catalog/components/caffeine-loadcache.json |   2 +-
 .../camel/catalog/components/chatscript.json   |   2 +-
 .../org/apache/camel/catalog/components/chunk.json |   2 +-
 .../org/apache/camel/catalog/components/class.json |   2 +-
 .../apache/camel/catalog/components/cm-sms.json|   2 +-
 .../apache/camel/catalog/components/coap+tcp.json  |   2 +-
 

(camel) branch main updated: Fixed potential NPE

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

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


The following commit(s) were added to refs/heads/main by this push:
 new f90482e95e2 Fixed potential NPE
f90482e95e2 is described below

commit f90482e95e267b89a0d364345ff0a9e638605dae
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 14:50:51 2023 +0100

Fixed potential NPE
---
 .../src/main/java/org/apache/camel/impl/engine/DefaultChannel.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultChannel.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultChannel.java
index 02c6efefe2a..84fb4e61f2a 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultChannel.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DefaultChannel.java
@@ -187,8 +187,9 @@ public class DefaultChannel extends CamelInternalProcessor 
implements Channel {
 camelContext.addService(debugger);
 }
 // skip debugging inside rest-dsl (just a tiny facade) or 
kamelets / route-templates
-boolean skip = routeDefinition.isCreatedFromRest() || 
routeDefinition.isCreatedFromTemplate();
-if (!skip) {
+boolean skip = routeDefinition != null
+&& (routeDefinition.isCreatedFromRest() || 
routeDefinition.isCreatedFromTemplate());
+if (!skip && routeDefinition != null) {
 backlogDebuggerSetupInitialBreakpoints(definition, 
routeDefinition, first, debugger, targetOutputDef);
 if (first && debugger.isSingleStepIncludeStartEnd()) {
 // add breakpoint on route input instead of first node



Re: [PR] Cxf-soap tests fail in FIPS environment (fix for JVM) [camel-quarkus]

2023-11-15 Thread via GitHub


JiriOndrusek commented on code in PR #5485:
URL: https://github.com/apache/camel-quarkus/pull/5485#discussion_r1394227228


##
integration-test-groups/cxf-soap/cxf-soap-ws-security-server/README.adoc:
##
@@ -16,4 +16,50 @@ We test in two ways how the SOAP service endpoints are 
deployed: the Camel way a
 * The service method then forwards to a Camel route defined in 
`WsSecurityPolicyServerRoutesCxfWay`
 * See also `WssSecurityPolicyHelloServiceCxfWayImpl`
 * This way may come in handy in situations when the Camel way does not work 
properly,
-  such as https://github.com/apache/camel-quarkus/issues/4291
\ No newline at end of file
+  such as https://github.com/apache/camel-quarkus/issues/4291
+
+= FIPS
+
+Please use profile `fips` if running the tests in the FIPS-enabled 
environment. The tests have to leverage BouncyCastle-fips dependency instead of 
standard BouncyCastle.
+
+= Generating keystores
+
+=== Generate keys
+
+```
+openssl genrsa -out alice.key 2048
+openssl genrsa -out bob.key 2048
+```
+
+=== Certificate authority
+
+When prompted for certificate information, confirm default values.
+```
+openssl genrsa -out cxfca.key 2048
+openssl req -x509 -new -key cxfca.key -nodes -out cxfca.pem -config 
cxfca-openssl.cnf -days 3650 -extensions v3_req
+openssl req -new -subj '/O=apache.org/OU=eng (NOT FOR PRODUCTION)/CN=cxfca' 
-x509 -key cxfca.key -out cxfca.crt
+```
+
+=== Generate certificates
+```
+openssl req -new -subj '/O=apache.org/OU=eng (NOT FOR PRODUCTION)/CN=cxfca' 
-x509 -key cxfca.key -out cxfca.crt
+
+openssl req -new -subj '/O=apache.org/OU=eng (NOT FOR PRODUCTION)/CN=alice' 
-key alice.key -out alice.csr
+openssl x509 -req -in alice.csr -CA cxfca.pem -CAkey cxfca.key -CAcreateserial 
-out alice.crt
+
+openssl req -new -subj '/O=apache.org/OU=eng (NOT FOR PRODUCTION)/CN=bob' -key 
bob.key -out bob.csr
+openssl x509 -req -in bob.csr -CA cxfca.pem -CAkey cxfca.key -CAcreateserial 
-out bob.crt
+```
+
+=== Export keystores
+
+When prompted for password, type `password`.
+When prompted whether to trust the certificate, type `yes`.
+
+```
+openssl pkcs12 -export -in alice.crt -inkey alice.key -certfile cxfca.crt 
-name "alice" -out alice.p12 -passout pass:password -keypbe aes-256-cbc 
-certpbe aes-256-cbc
+openssl pkcs12 -export -in bob.crt -inkey bob.key -certfile cxfca.crt -name 
"bob" -out bob.p12 -passout pass:password -keypbe aes-256-cbc -certpbe 
aes-256-cbc
+
+keytool -import -trustcacerts -alias bob -file bob.crt -keystore alice.p12
+keytool -import -trustcacerts -alias alice -file alice.crt -keystore bob.p12

Review Comment:
   Script  is in separated file.



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

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

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



(camel-spring-boot) branch main updated (97eefd26c22 -> 9c5f25cb720)

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

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


from 97eefd26c22 CAMEL-20099: Use newer version of httpcore in camel-http 
like we do for camel-http-starter with SB
 new ac4815b525f Bump for next version
 new 9c5f25cb720 Regen

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


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

(camel-spring-boot) 02/02: Regen

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

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

commit 9c5f25cb7201f1be77deda9e2c9ae6ba4034a4d3
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 14:49:50 2023 +0100

Regen
---
 .../apache/camel/springboot/catalog/components/aws2-redshift-data.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/aws2-timestream.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/thymeleaf.json   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-redshift-data.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-redshift-data.json
index 7b3b94c8ed1..94f8c577528 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-redshift-data.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-redshift-data.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.1.0",
 "label": "cloud,serverless,database,bigdata",
 "javaType": 
"org.apache.camel.component.aws2.redshift.data.RedshiftData2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-redshift-starter",
 "version": "4.3.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-timestream.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-timestream.json
index c0ca5969a12..4bfd17024ed 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-timestream.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-timestream.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.1.0",
 "label": "cloud,database",
 "javaType": 
"org.apache.camel.component.aws2.timestream.Timestream2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-aws2-timestream-starter",
 "version": "4.3.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/thymeleaf.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/thymeleaf.json
index 8030e6d6d31..30e139d6cfd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/thymeleaf.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/thymeleaf.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.1.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.thymeleaf.ThymeleafComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-thymeleaf-starter",
 "version": "4.3.0-SNAPSHOT",



Re: [PR] CAMEL-20044 fix to handle commit on breakOnFirstError [camel]

2023-11-15 Thread via GitHub


orpiske commented on PR #11959:
URL: https://github.com/apache/camel/pull/11959#issuecomment-1812569845

   
[camel-kafka-test.log](https://github.com/apache/camel/files/13365493/camel-kafka-test.log)
   
[components-camel-kafka.log](https://github.com/apache/camel/files/13365495/components-camel-kafka.log)
   
   Strange, I don't see the failure ... but uploading it anyway.
   


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

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

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



(camel) 03/04: Update known releases in catalog

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

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

commit e6d8bfbeec047108d5f16cdda3b20b1379e739c7
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 14:45:14 2023 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
index 35b5e1da446..9b280b877ad 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
@@ -796,5 +796,10 @@
 "version": "4.1.0",
 "date": "2023-10-11",
 "jdk": "17"
+},
+{
+"version": "4.2.0",
+"date": "2023-11-14",
+"jdk": "17,21"
 }
 ]



(camel) 04/04: Regen

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

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

commit 4ff31853da002f487106eb5949e184fe8b7c213a
Author: Claus Ibsen 
AuthorDate: Wed Nov 15 14:47:07 2023 +0100

Regen
---
 dsl/camel-componentdsl/src/generated/resources/metadata.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 93ec5562011..382dfb1c0dd 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -515,7 +515,7 @@
 "firstVersion": "4.1.0",
 "label": "cloud,serverless,database,bigdata",
 "javaType": 
"org.apache.camel.component.aws2.redshift.data.RedshiftData2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws2-redshift",
 "version": "4.3.0-SNAPSHOT",
@@ -669,7 +669,7 @@
 "firstVersion": "4.1.0",
 "label": "cloud,database",
 "javaType": 
"org.apache.camel.component.aws2.timestream.Timestream2Component",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws2-timestream",
 "version": "4.3.0-SNAPSHOT",
@@ -6627,7 +6627,7 @@
 "firstVersion": "4.1.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.thymeleaf.ThymeleafComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-thymeleaf",
 "version": "4.3.0-SNAPSHOT",



(camel) branch main updated (dbafc870e2d -> 4ff31853da0)

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

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


from dbafc870e2d Upgrade default version for Camel in Camel JBang to 4.2.0 
(#11997)
 new 6dbf368f8d6 Bump for next version
 new 2db2b801de5 Regen
 new e6d8bfbeec0 Update known releases in catalog
 new 4ff31853da0 Regen

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


Summary of changes:
 apache-camel/pom.xml   |   2 +-
 archetypes/camel-archetype-api-component/pom.xml   |   2 +-
 archetypes/camel-archetype-component/pom.xml   |   2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |   2 +-
 archetypes/camel-archetype-java/pom.xml|   2 +-
 archetypes/camel-archetype-main/pom.xml|   2 +-
 archetypes/camel-archetype-spring/pom.xml  |   2 +-
 archetypes/pom.xml |   2 +-
 bom/camel-bom/pom.xml  |   2 +-
 bom/pom.xml|   2 +-
 buildingtools/pom.xml  |   2 +-
 camel-dependencies/pom.xml |   2 +-
 catalog/camel-allcomponents/pom.xml|   2 +-
 catalog/camel-catalog-common/pom.xml   |   2 +-
 catalog/camel-catalog-console/pom.xml  |   2 +-
 catalog/camel-catalog-lucene/pom.xml   |   2 +-
 catalog/camel-catalog-maven/pom.xml|   2 +-
 catalog/camel-catalog/pom.xml  |   2 +-
 .../apache/camel/catalog/components/activemq.json  |   2 +-
 .../org/apache/camel/catalog/components/amqp.json  |   2 +-
 .../apache/camel/catalog/components/arangodb.json  |   2 +-
 .../org/apache/camel/catalog/components/as2.json   |   2 +-
 .../apache/camel/catalog/components/asterisk.json  |   2 +-
 .../catalog/components/atmosphere-websocket.json   |   2 +-
 .../org/apache/camel/catalog/components/atom.json  |   2 +-
 .../org/apache/camel/catalog/components/avro.json  |   2 +-
 .../camel/catalog/components/aws-cloudtrail.json   |   2 +-
 .../catalog/components/aws-secrets-manager.json|   2 +-
 .../camel/catalog/components/aws2-athena.json  |   2 +-
 .../apache/camel/catalog/components/aws2-cw.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ddb.json  |   2 +-
 .../camel/catalog/components/aws2-ddbstream.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../apache/camel/catalog/components/aws2-ecs.json  |   2 +-
 .../apache/camel/catalog/components/aws2-eks.json  |   2 +-
 .../camel/catalog/components/aws2-eventbridge.json |   2 +-
 .../apache/camel/catalog/components/aws2-iam.json  |   2 +-
 .../catalog/components/aws2-kinesis-firehose.json  |   2 +-
 .../camel/catalog/components/aws2-kinesis.json |   2 +-
 .../apache/camel/catalog/components/aws2-kms.json  |   2 +-
 .../camel/catalog/components/aws2-lambda.json  |   2 +-
 .../apache/camel/catalog/components/aws2-mq.json   |   2 +-
 .../apache/camel/catalog/components/aws2-msk.json  |   2 +-
 .../catalog/components/aws2-redshift-data.json |   4 +-
 .../apache/camel/catalog/components/aws2-s3.json   |   2 +-
 .../apache/camel/catalog/components/aws2-ses.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sns.json  |   2 +-
 .../apache/camel/catalog/components/aws2-sqs.json  |   2 +-
 .../catalog/components/aws2-step-functions.json|   2 +-
 .../apache/camel/catalog/components/aws2-sts.json  |   2 +-
 .../camel/catalog/components/aws2-timestream.json  |   4 +-
 .../camel/catalog/components/aws2-translate.json   |   2 +-
 .../camel/catalog/components/azure-cosmosdb.json   |   2 +-
 .../camel/catalog/components/azure-eventhubs.json  |   2 +-
 .../camel/catalog/components/azure-files.json  |   2 +-
 .../camel/catalog/components/azure-key-vault.json  |   2 +-
 .../camel/catalog/components/azure-servicebus.json |   2 +-
 .../catalog/components/azure-storage-blob.json |   2 +-
 .../catalog/components/azure-storage-datalake.json |   2 +-
 .../catalog/components/azure-storage-queue.json|   2 +-
 .../camel/catalog/components/bean-validator.json   |   2 +-
 .../org/apache/camel/catalog/components/bean.json  |   2 +-
 .../apache/camel/catalog/components/bonita.json|   2 +-
 .../org/apache/camel/catalog/components/box.json   |   2 +-
 .../apache/camel/catalog/components/braintree.json |   2 +-
 .../apache/camel/catalog/components/browse.json|   2 +-
 .../camel/catalog/components/caffeine-cache.json   |   2 +-
 .../catalog/components/caffeine-loadcache.json |   2 +-
 .../camel/catalog/components/chatscript.json   |   2 +-
 .../org/apache/camel/catalog/components/chunk.json |   2 +-
 .../org/apache/camel/catalog/components/class.json |   2 +-
 

  1   2   >