(camel) branch regen_bot updated (0dabf041a52 -> db85e5ba596)

2024-05-08 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 0dabf041a52 [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to 
Spring 5 (#14082)
 add db85e5ba596 Camel-Pinecone: Refine metadata (#14084)

No new revisions were added by this update.

Summary of changes:
 .../resources/org/apache/camel/catalog/components/pinecone.json | 6 +++---
 .../META-INF/org/apache/camel/component/pinecone/pinecone.json  | 6 +++---
 .../java/org/apache/camel/component/pinecone/PineconeVectorDb.java  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)



(camel) branch pinecone-metadata-refinement deleted (was 91a9af6be89)

2024-05-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch pinecone-metadata-refinement
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 91a9af6be89 Camel-Pinecone: Refine metadata

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



(camel) branch main updated: Camel-Pinecone: Refine metadata (#14084)

2024-05-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new db85e5ba596 Camel-Pinecone: Refine metadata (#14084)
db85e5ba596 is described below

commit db85e5ba5967bcb86248e939e31debf88aa356de
Author: Andrea Cosentino 
AuthorDate: Thu May 9 07:11:59 2024 +0200

Camel-Pinecone: Refine metadata (#14084)

Signed-off-by: Andrea Cosentino 
---
 .../resources/org/apache/camel/catalog/components/pinecone.json | 6 +++---
 .../META-INF/org/apache/camel/component/pinecone/pinecone.json  | 6 +++---
 .../java/org/apache/camel/component/pinecone/PineconeVectorDb.java  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
index d026d296469..82e43374d94 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
@@ -29,7 +29,7 @@
 "autowiredEnabled": { "index": 3, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
-"CamelPineconeAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE", "UPDATE" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The action to be performed.", 
"constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#ACTION" },
+"CamelPineconeAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE", "UPDATE", "QUERY", "QUERY_BY_ID" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#ACTION" },
 "CamelPineconeTextFieldName": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Text Field Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#TEXT_FIELD_NAME" 
},
 "CamelPineconeVectorFieldName": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Vector Field Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#VECTOR_FIELD_NAME"
 },
 "CamelPineconeIndexName": { "index": 3, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Index Name", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#INDEX_NAME" },
@@ -38,8 +38,8 @@
 "CamelPineconeCollectionName": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Collection Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#COLLECTION_NAME" 
},
 "CamelPineconeCollectionSimilarityMetric": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Collection Similarity Metric", 
"constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#COLLECTION_SIMILARITY_METRIC"
 },
 "CamelPineconeCollectionDimension": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 

Re: [PR] Camel-Pinecone: Refine metadata [camel]

2024-05-08 Thread via GitHub


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


-- 
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-Pinecone: Refine metadata [camel]

2024-05-08 Thread via GitHub


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

   :robot: The Apache Camel test robot will run the tests for you :+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] Camel-Pinecone: Refine metadata [camel]

2024-05-08 Thread via GitHub


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

   /component-test pinecone


-- 
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-Pinecone: Refine metadata [camel]

2024-05-08 Thread via GitHub


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

   :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-Pinecone: Refine metadata [camel]

2024-05-08 Thread via GitHub


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

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


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

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

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



(camel) 01/01: Camel-Pinecone: Refine metadata

2024-05-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 91a9af6be89bd096c8814c5535193eade08a4308
Author: Andrea Cosentino 
AuthorDate: Thu May 9 07:01:05 2024 +0200

Camel-Pinecone: Refine metadata

Signed-off-by: Andrea Cosentino 
---
 .../resources/org/apache/camel/catalog/components/pinecone.json | 6 +++---
 .../META-INF/org/apache/camel/component/pinecone/pinecone.json  | 6 +++---
 .../java/org/apache/camel/component/pinecone/PineconeVectorDb.java  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
index d026d296469..82e43374d94 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pinecone.json
@@ -29,7 +29,7 @@
 "autowiredEnabled": { "index": 3, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
-"CamelPineconeAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE", "UPDATE" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The action to be performed.", 
"constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#ACTION" },
+"CamelPineconeAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE", "UPDATE", "QUERY", "QUERY_BY_ID" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#ACTION" },
 "CamelPineconeTextFieldName": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Text Field Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#TEXT_FIELD_NAME" 
},
 "CamelPineconeVectorFieldName": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Vector Field Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#VECTOR_FIELD_NAME"
 },
 "CamelPineconeIndexName": { "index": 3, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Index Name", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#INDEX_NAME" },
@@ -38,8 +38,8 @@
 "CamelPineconeCollectionName": { "index": 6, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Collection Name for Insert\/Upsert 
operation", "constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#COLLECTION_NAME" 
},
 "CamelPineconeCollectionSimilarityMetric": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Collection Similarity Metric", 
"constantName": 
"org.apache.camel.component.pinecone.PineconeVectorDb$Headers#COLLECTION_SIMILARITY_METRIC"
 },
 "CamelPineconeCollectionDimension": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Collection Dimension", "constantName": 

(camel) branch pinecone-metadata-refinement created (now 91a9af6be89)

2024-05-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch pinecone-metadata-refinement
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 91a9af6be89 Camel-Pinecone: Refine metadata

This branch includes the following new commits:

 new 91a9af6be89 Camel-Pinecone: Refine metadata

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




Re: [PR] camel-http wrapper - integration test fix [camel-karaf]

2024-05-08 Thread via GitHub


jbonofre merged PR #279:
URL: https://github.com/apache/camel-karaf/pull/279


-- 
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-http wrapper - integration test fix [camel-karaf]

2024-05-08 Thread via GitHub


jbonofre commented on code in PR #279:
URL: https://github.com/apache/camel-karaf/pull/279#discussion_r1594961814


##
features/src/main/feature/camel-features.xml:
##
@@ -1128,10 +1128,12 @@
 
 camel-core
 http-client
+jakarta-servlet

Review Comment:
   Just a note: with Karaf 4.5.x (with Pax Web 10), we will support servlet 6 
so this bundle won't be needed anymore.



-- 
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-karaf) branch main updated: camel-http wrapper - integration test fix (#279)

2024-05-08 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 39376cfe camel-http wrapper - integration test fix (#279)
39376cfe is described below

commit 39376cfe847398e37e1baf6e228bd5d25c45e278
Author: ozgurkisir-qlik <157804972+ozgurkisir-q...@users.noreply.github.com>
AuthorDate: Thu May 9 07:54:36 2024 +0300

camel-http wrapper - integration test fix (#279)
---
 features/src/main/feature/camel-features.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/features/src/main/feature/camel-features.xml 
b/features/src/main/feature/camel-features.xml
index 23548c9f..9021aedb 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -1128,10 +1128,12 @@
 
 camel-core
 http-client
+jakarta-servlet
 
mvn:org.apache.camel.karaf/camel-attachments/${project.version}
 
mvn:org.apache.camel.karaf/camel-http-base/${project.version}
 
mvn:org.apache.camel.karaf/camel-http-common/${project.version}
 
mvn:org.apache.camel.karaf/camel-http/${project.version}
+wrap:mvn:org.apache.httpcomponents.core5/httpcore5-h2/${httpcore-version}
 
 
 camel-core



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

2024-05-08 Thread via GitHub


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 9011345464-1477-f7e796d6-2dec-478d-b5c1-4a0898dfb60d
   * Camel Quarkus Commit: e62a78fa2724fc603cdd94815ba8026c8d7d07dc
   
   * Quarkus Main Commit: 60a66d89ff31195033a0656bcbabc40f75b55ca7
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/9011345464


-- 
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-kafka-connector) branch main updated: Updated CHANGELOG.md

2024-05-08 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-kafka-connector.git


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

commit 39c4d5b5c6689ff4eb6dd24a62e0a9477763b281
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 03:04:36 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02ae1d2d43..b01a3e1f4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,10 @@
 
 **Closed issues:**
 
+- Remove jira connectors 
[\#1630](https://github.com/apache/camel-kafka-connector/issues/1630)
 - Upgrade maven wrapper to 3.9.x 
[\#1622](https://github.com/apache/camel-kafka-connector/issues/1622)
 - Upgrade to Camel 4.4.2 LTS 
[\#1619](https://github.com/apache/camel-kafka-connector/issues/1619)
+- Block atlassian maven repo so build is faster 
[\#1618](https://github.com/apache/camel-kafka-connector/issues/1618)
 - ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector 
[\#1602](https://github.com/apache/camel-kafka-connector/issues/1602)
 - Release Camel Kafka Connector 4.0.3 
[\#1589](https://github.com/apache/camel-kafka-connector/issues/1589)
 - Upgrade to Kamelets Catalog 4.0.3 
[\#1588](https://github.com/apache/camel-kafka-connector/issues/1588)
@@ -17,7 +19,11 @@
 
 **Merged pull requests:**
 
+- Jira [\#1631](https://github.com/apache/camel-kafka-connector/pull/1631) 
([davsclaus](https://github.com/davsclaus))
+- chore\(CI\): updated jdk install actions. 
[\#1629](https://github.com/apache/camel-kafka-connector/pull/1629) 
([valdar](https://github.com/valdar))
+- Upgrade maven plugins 
[\#1627](https://github.com/apache/camel-kafka-connector/pull/1627) 
([davsclaus](https://github.com/davsclaus))
 - fix\(CI\): bumped java version for snapshot release action. 
[\#1624](https://github.com/apache/camel-kafka-connector/pull/1624) 
([valdar](https://github.com/valdar))
+- Fix tests todo 
[\#1623](https://github.com/apache/camel-kafka-connector/pull/1623) 
([valdar](https://github.com/valdar))
 - Rrf [\#1621](https://github.com/apache/camel-kafka-connector/pull/1621) 
([davsclaus](https://github.com/davsclaus))
 - Upgrade to Camel 4.4.2 
[\#1620](https://github.com/apache/camel-kafka-connector/pull/1620) 
([davsclaus](https://github.com/davsclaus))
 - Bump org.postgresql:postgresql from 42.4.3 to 42.4.4 in /parent 
[\#1617](https://github.com/apache/camel-kafka-connector/pull/1617) 
([dependabot[bot]](https://github.com/apps/dependabot))



(camel-k) branch release-2.2.x updated: chore: changelog automatic update

2024-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-2.2.x by this push:
 new e3dd93b31 chore: changelog automatic update
e3dd93b31 is described below

commit e3dd93b31d669c73e500b0d1f641cdcfa922710a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 01:13:42 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49a13fbba..c20e46e80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,13 @@
 
 **Closed issues:**
 
+- Remove maven threads configuration based on GOMAXPROCS 
[\#5467](https://github.com/apache/camel-k/issues/5467)
+- Incorrect content of the build/\_maven\_overlay directory causes the build 
project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
+- Make images does not work out of the box 
[\#5464](https://github.com/apache/camel-k/issues/5464)
 - Generate badges for deprecated traits 
[\#5424](https://github.com/apache/camel-k/issues/5424)
+- Cannot `make test-smoke` on arm64 out of the box 
[\#5362](https://github.com/apache/camel-k/issues/5362)
+- Simplify run cmd for archs other than amd64 
[\#5292](https://github.com/apache/camel-k/issues/5292)
+- Pod SecurityContext default secure settings 
[\#5287](https://github.com/apache/camel-k/issues/5287)
 - Custom kamelets are not fetched from private GitHub repository 
[\#5173](https://github.com/apache/camel-k/issues/5173)
 - Keda integration not working with mounted secrets 
[\#4359](https://github.com/apache/camel-k/issues/4359)
 



(camel-k) branch release-2.3.x updated: chore: nightly automatic updates

2024-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
 new 8953c9a49 chore: nightly automatic updates
8953c9a49 is described below

commit 8953c9a493948e5bc5c6b3d513ba83cf21d4b529
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 00:33:20 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md | 479 ++-
 1 file changed, 276 insertions(+), 203 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47b81461b..c20e46e80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,23 @@
 
 ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
 
-[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.1...HEAD)
+[Full 
Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...HEAD)
+
+**Closed issues:**
+
+- Remove maven threads configuration based on GOMAXPROCS 
[\#5467](https://github.com/apache/camel-k/issues/5467)
+- Incorrect content of the build/\_maven\_overlay directory causes the build 
project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
+- Make images does not work out of the box 
[\#5464](https://github.com/apache/camel-k/issues/5464)
+- Generate badges for deprecated traits 
[\#5424](https://github.com/apache/camel-k/issues/5424)
+- Cannot `make test-smoke` on arm64 out of the box 
[\#5362](https://github.com/apache/camel-k/issues/5362)
+- Simplify run cmd for archs other than amd64 
[\#5292](https://github.com/apache/camel-k/issues/5292)
+- Pod SecurityContext default secure settings 
[\#5287](https://github.com/apache/camel-k/issues/5287)
+- Custom kamelets are not fetched from private GitHub repository 
[\#5173](https://github.com/apache/camel-k/issues/5173)
+- Keda integration not working with mounted secrets 
[\#4359](https://github.com/apache/camel-k/issues/4359)
+
+## [2.3.2-nightly](https://github.com/apache/camel-k/tree/2.3.2-nightly) 
(2024-05-06)
+
+[Full 
Changelog](https://github.com/apache/camel-k/compare/v2.3.1...2.3.2-nightly)
 
 **Closed issues:**
 
@@ -14,6 +30,64 @@
 - Provide default value in a specific field for trait properties in CRD 
[\#4726](https://github.com/apache/camel-k/issues/4726)
 - --port flag not working while running kamel integration in debug mode  
[\#4443](https://github.com/apache/camel-k/issues/4443)
 
+**Merged pull requests:**
+
+- chore\(deps\): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 
[\#5452](https://github.com/apache/camel-k/pull/5452) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- fix\(e2e\): add readiness workaround as expected by Camel framework 
[\#5450](https://github.com/apache/camel-k/pull/5450) 
([squakez](https://github.com/squakez))
+- feat\(api\): show integration readiness 
[\#5448](https://github.com/apache/camel-k/pull/5448) 
([squakez](https://github.com/squakez))
+- Enhance offline script and documentation 
[\#5447](https://github.com/apache/camel-k/pull/5447) 
([claudio4j](https://github.com/claudio4j))
+- chore\(deps\): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 
[\#5444](https://github.com/apache/camel-k/pull/5444) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- chore\(release\): fix missing licenses 
[\#5442](https://github.com/apache/camel-k/pull/5442) 
([gansheer](https://github.com/gansheer))
+- fixes\(\#5439\): Build should enforce a required jdk version 
[\#5440](https://github.com/apache/camel-k/pull/5440) 
([tdiesler](https://github.com/tdiesler))
+- chore\(e2e\): Allow to disable copy optimizations on E2E tests 
[\#5436](https://github.com/apache/camel-k/pull/5436) 
([christophd](https://github.com/christophd))
+- fix\(pipeline\): add s2i to publish tasks 
[\#5435](https://github.com/apache/camel-k/pull/5435) 
([mmajerni](https://github.com/mmajerni))
+- docs: remove duplicate affinity entry in camel-runtimes doc 
[\#5434](https://github.com/apache/camel-k/pull/5434) 
([mdebarros](https://github.com/mdebarros))
+- chore\(cmd\): error if no default catalog found 
[\#5431](https://github.com/apache/camel-k/pull/5431) 
([squakez](https://github.com/squakez))
+- \(\#5424\) Generate badges & ignore internal traits 
[\#5425](https://github.com/apache/camel-k/pull/5425) 
([tdiesler](https://github.com/tdiesler))
+- fix\(trait\): compute cm after catalog 
[\#5423](https://github.com/apache/camel-k/pull/5423) 
([squakez](https://github.com/squakez))
+- fix\(\#5402\): Evaluate Knative profile based on Serving/Eventing installed 
[\#5419](https://github.com/apache/camel-k/pull/5419) 
([christophd](https://github.com/christophd))
+- fix\(trait\): remove imageWasKit 
[\#5418](https://github.com/apache/camel-k/pull/5418) 
([squakez](https://github.com/squakez))
+- doc\(trait\): Maven profile cm/secret additional information 

Re: [I] Unsupported field: enableCORS [camel-karavan]

2024-05-08 Thread via GitHub


samar-elsayed commented on issue #1267:
URL: https://github.com/apache/camel-karavan/issues/1267#issuecomment-2101683327

   @mgubaidullin  HYG
   
   ```
   - rest:
   id: rest-c531
   path: test/v1
   consumes: application/json
   produces: application/json
   bindingMode: auto
   post:
 - id: post-f13f
   disabled: true
   path: inquiry
   to: direct:Inquiry
   consumes: application/json
   produces: application/json
   bindingMode: auto
   enableCORS: true
   routeId: inquiry
 - id: post-bd88
   path: payment
   to: direct:Payment
   - route:
   id: route-a3bb
   description: "SP Auth "
   nodePrefixId: route-ebf
   from:
 id: from-0376
 uri: timer
 parameters:
   timerName: gen-auth-token
   period: "27"
 steps:
   - step:
   id: step-0e9f
   description: Auth Steps
   steps:
 - process:
 id: process-9c1b
 description: AuthReq
 ref: AuthReq
 - log:
 id: log-0413
 message: ${body}
 - removeHeaders:
 id: removeHeaders-b555
 description: Remove Camel Headers
 pattern: Camel*
 - to:
 id: to-8d87
 description: Auth API
 uri: https
 parameters:
   httpUri: optest.test.net/api/onlinepayment/Authenticate
   bridgeEndpoint: true
   httpMethod: POST
 - process:
 id: process-2f31
 description: AuthRes
 ref: AuthRes
   - to:
   id: to-3292
   description: Cache Auth Token
   uri: caffeine-cache
   parameters:
 action: PUT
 cacheName: Auth_Token
 key: Auth_Token
 maximumSize: 1
 initialCapacity: 1
 evictionType: time_based
 expireAfterAccessTime: "270"
 expireAfterWriteTime: "270"
   - route:
   id: Inquiry
   nodePrefixId: route-94b
   from:
 id: from-18a6
 uri: direct
 parameters:
   name: Inquiry
 steps:
   - step:
   id: step-8b19
   description: test Token Validation
   steps:
 - marshal:
 id: marshal-d49b
 json:
   id: json-64d8
 - setProperty:
 id: setProperty-d35e
 name: InquiryReqBody
 expression:
   simple:
 id: simple-31b3
 expression: ${body}
 resultType: String
 - process:
 id: process-268d
 description: test Token Req
 ref: testTokenReq
 - to:
 id: to-01c1
 description: Keycloak Validation
 uri: http
 parameters:
   httpUri: >-
 
10.90.7.61:30888/realms/master/protocol/openid-connect/token/introspect
   httpMethod: POST
 - log:
 id: log-da0a
 disabled: true
 message: After token validation == ${body}
   - choice:
   id: choice-1e9b
   when:
 - id: when-56bd
   expression:
 jsonpath:
   id: jsonpath-d058
   expression: $[?(@.active == true)]
   steps:
 - step:
 id: Inquiry Steps
 description: Inquiry Steps
 steps:
   - to:
   id: to-50cf
   description: Get Auth Token
   uri: caffeine-cache
   parameters:
 action: GET
 cacheName: Auth_Token
 key: Auth_Token
 maximumSize: 1
 initialCapacity: 1
 evictionType: time_based
 expireAfterAccessTime: "270"
 expireAfterWriteTime: "270"
   - log:
   id: log-da6b
   message: >-
  

(camel-k) branch main updated: chore: nightly automatic updates

2024-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 4114271b6 chore: nightly automatic updates
4114271b6 is described below

commit 4114271b6ccbc74e52a87455123fb522bbbf84a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 8 23:47:39 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md |  14 
 coverage.out | 112 +++
 2 files changed, 72 insertions(+), 54 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e205a17a..e9519bc06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,15 +6,29 @@
 
 **Closed issues:**
 
+- Remove maven threads configuration based on GOMAXPROCS 
[\#5467](https://github.com/apache/camel-k/issues/5467)
+- Incorrect content of the build/\_maven\_overlay directory causes the build 
project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
+- Make images does not work out of the box 
[\#5464](https://github.com/apache/camel-k/issues/5464)
 - Generate badges for deprecated traits 
[\#5424](https://github.com/apache/camel-k/issues/5424)
+- Cannot `make test-smoke` on arm64 out of the box 
[\#5362](https://github.com/apache/camel-k/issues/5362)
+- Simplify run cmd for archs other than amd64 
[\#5292](https://github.com/apache/camel-k/issues/5292)
+- Pod SecurityContext default secure settings 
[\#5287](https://github.com/apache/camel-k/issues/5287)
 - Custom kamelets are not fetched from private GitHub repository 
[\#5173](https://github.com/apache/camel-k/issues/5173)
 - Keda integration not working with mounted secrets 
[\#4359](https://github.com/apache/camel-k/issues/4359)
 
 **Merged pull requests:**
 
+- chore: use the same make targhet for lkint and vuln check locally and on ci 
[\#5477](https://github.com/apache/camel-k/pull/5477) 
([lburgazzoli](https://github.com/lburgazzoli))
+- chore: update golagci-lint to v1.158.0 
[\#5471](https://github.com/apache/camel-k/pull/5471) 
([lburgazzoli](https://github.com/lburgazzoli))
+- chore\(doc\): update developers doc 
[\#5470](https://github.com/apache/camel-k/pull/5470) 
([lburgazzoli](https://github.com/lburgazzoli))
+- Incorrect content of the build/\_maven\_overlay directory causes the build 
project failure [\#5469](https://github.com/apache/camel-k/pull/5469) 
([lburgazzoli](https://github.com/lburgazzoli))
+- Remove maven threads configuration based on GOMAXPROCS 
[\#5468](https://github.com/apache/camel-k/pull/5468) 
([lburgazzoli](https://github.com/lburgazzoli))
+- feat\(trait\): enforce Pod and Container security context  
[\#5461](https://github.com/apache/camel-k/pull/5461) 
([squakez](https://github.com/squakez))
 - chore\(deps\): bump golang.org/x/term from 0.19.0 to 0.20.0 
[\#5458](https://github.com/apache/camel-k/pull/5458) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - fix\(kamelets\): parse the url used to download kamelet 
[\#5457](https://github.com/apache/camel-k/pull/5457) 
([squakez](https://github.com/squakez))
 - chore\(deps\): bump golang.org/x/text from 0.14.0 to 0.15.0 
[\#5453](https://github.com/apache/camel-k/pull/5453) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Test fixes [\#5415](https://github.com/apache/camel-k/pull/5415) 
([valdar](https://github.com/valdar))
+- fix\(\#5292\): Simplify run cmd for archs other than amd64 
[\#5403](https://github.com/apache/camel-k/pull/5403) 
([tdiesler](https://github.com/tdiesler))
 
 ## [2.3.2-nightly](https://github.com/apache/camel-k/tree/2.3.2-nightly) 
(2024-05-06)
 
diff --git a/coverage.out b/coverage.out
index 259120a07..9a2d15d40 100644
--- a/coverage.out
+++ b/coverage.out
@@ -127,7 +127,7 @@ 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270:
  GetScheme   
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279:
  consumerScheme  
0.0%
 
github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283:
  producerScheme  
0.0%
-github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:321:
String  
0.0%
+github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:323:
String  
0.0%
 github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33: 
String  
0.0%
 

(camel-k-runtime) branch release-3.8.x updated: chore: update SBOM

2024-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


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

commit f0092f4277197303a488ea3d3ae1b10fa9c9d5b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 8 23:37:59 2024 +

chore: update SBOM
---
 camel-k-runtime-sbom/camel-k-runtime-sbom.json | 844 -
 camel-k-runtime-sbom/camel-k-runtime-sbom.xml  | 362 ---
 2 files changed, 375 insertions(+), 831 deletions(-)

diff --git a/camel-k-runtime-sbom/camel-k-runtime-sbom.json 
b/camel-k-runtime-sbom/camel-k-runtime-sbom.json
index 8087bd8a..992b85aa 100644
--- a/camel-k-runtime-sbom/camel-k-runtime-sbom.json
+++ b/camel-k-runtime-sbom/camel-k-runtime-sbom.json
@@ -5576,41 +5576,41 @@
   "publisher" : "The Apache Software Foundation",
   "group" : "org.apache.camel.quarkus",
   "name" : "camel-quarkus-catalog",
-  "version" : "3.8.2",
+  "version" : "3.8.1",
   "description" : "Maven plugins configuration",
   "scope" : "required",
   "hashes" : [
 {
   "alg" : "MD5",
-  "content" : "000f5d944850c4c099de1cad6d8c4e31"
+  "content" : "d9a38f78a1b9f166a06d0a4b1661ff37"
 },
 {
   "alg" : "SHA-1",
-  "content" : "abcc4c7e0a41e23c9a059231f8cf00c9ee913845"
+  "content" : "c64cfbe9adf40073a9da662aa605256ca7b9086e"
 },
 {
   "alg" : "SHA-256",
-  "content" : 
"a2dc84f95eb1994573d0ac4e089a64936c69e5167343139b4d9954454887686c"
+  "content" : 
"931326ffa244679e0c5dae67e98d3a0446e6afcb1e4b6dafcceb5cd6ef2cce6f"
 },
 {
   "alg" : "SHA-512",
-  "content" : 
"120b4e3e5ec269afc48e6a6d931078d31f4ef5ac353cfdb3fddbde7b6d01549d543e368593c19d19d4c9ecefd978f8fbf47f44e7010bb43c262fdcb43037a1ae"
+  "content" : 
"55250ff7a1a27880f31121ee7a879b92596341eca97de8d968bd7a5eaa2bd1f79ad52879e9ab25dc8b0ae2f77f6b0f3a8615eaf5b0dd2139a7d826da41f9"
 },
 {
   "alg" : "SHA-384",
-  "content" : 
"735be47ce74c71569937d38a17daae78130496fadb92d38ca659c169589d0f1ce614d67fc9de2bb3945db1ae3130a095"
+  "content" : 
"37cc562bb9fe17f09f19423e0725b365c60116f34f5147ea40e90daeb73fd77384d299fff84c7bad8be94a582b1bf2f7"
 },
 {
   "alg" : "SHA3-384",
-  "content" : 
"666004aa3ffcf678f1acf17cf808ee472046c51ca0b67b94579aecdb2dcd6f32c6aa317e112b5516b7c84ea00e642f86"
+  "content" : 
"01b8769accafd0e7b83164e71070f15bc2b072d96c6bfdab3b769a67ec1ca3e7856e1fa44c13fe3a2db4c1da89e828ed"
 },
 {
   "alg" : "SHA3-256",
-  "content" : 
"bb02500a3bfc258b62c4ec0df623bf1c8512610055616f07e334640d18d339bb"
+  "content" : 
"af947e9a62e82ff0417f91256feea671c9a847be7194582963ee1b34445bd4d4"
 },
 {
   "alg" : "SHA3-512",
-  "content" : 
"816c0e7cd8330bc643f59970501a7d52d34c569478da4fc011728fe56770c4bc895bf22064823cb128c8de4cd24705f2b76a95ab6d1399b2025ba9a5881c6f41"
+  "content" : 
"c472431a8fd9be2d79a84bb3b667a06371c609b6ef135089c0611ace25f612cba30d347a199e0cd27eab5aee2f60ebbdd75ee580f721498a9d223fa5cbbfaf99"
 }
   ],
   "licenses" : [
@@ -5621,7 +5621,7 @@
   }
 }
   ],
-  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-catalog@3.8.2?type=jar",
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-catalog@3.8.1?type=jar",
   "externalReferences" : [
 {
   "type" : "website",
@@ -5645,47 +5645,47 @@
 }
   ],
   "type" : "library",
-  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-catalog@3.8.2?type=jar"
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-catalog@3.8.1?type=jar"
 },
 {
   "publisher" : "The Apache Software Foundation",
   "group" : "org.apache.camel.quarkus",
   "name" : "camel-quarkus-core",
-  "version" : "3.8.2",
+  "version" : "3.8.1",
   "description" : "Camel core functionality and basic Camel languages: 
Constant, ExchangeProperty, Header, Ref, Simple and Tokenize",
   "scope" : "required",
   "hashes" : [
 {
   "alg" : "MD5",
-  "content" : "fde377b0980cb1ce925389de7a99c1a1"
+  "content" : "9544f8d9511b0865fca67ba49c6b64e3"
 },
 {
   "alg" : "SHA-1",
-  "content" : "ba02615925fd7eaef3ca7c1024058b59bacf5672"
+  "content" : "021529072cffad5f5abe95bcfea1da945e9f9d41"
 },
 {
   "alg" : "SHA-256",
-  "content" : 
"95f62281b5bc48ae0076685a5d5a4b742c9d1b0697eb5df68c3c56a4d3faa124"
+  "content" : 

(camel-k-runtime) branch main updated: chore: update changelog

2024-05-08 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-runtime.git


The following commit(s) were added to refs/heads/main by this push:
 new 72910a33 chore: update changelog
72910a33 is described below

commit 72910a33bce70fe8abb3ace798f8625d3e411c2d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 8 23:34:35 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19f6f386..63e2d5b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Merged pull requests:**
 
+- Remove runnerParentFirstArtifacts from quarkus-extension-maven-plugin 
[\#1208](https://github.com/apache/camel-k-runtime/pull/1208) 
([claudio4j](https://github.com/claudio4j))
 - Remove tracing capability 
[\#1204](https://github.com/apache/camel-k-runtime/pull/1204) 
([claudio4j](https://github.com/claudio4j))
 - Update quarkus platform to 3.9.1 
[\#1202](https://github.com/apache/camel-k-runtime/pull/1202) 
([claudio4j](https://github.com/claudio4j))
 - fix\(ci\): keep updating 3.6.x 
[\#1196](https://github.com/apache/camel-k-runtime/pull/1196) 
([squakez](https://github.com/squakez))



Re: [I] Unsupported field: enableCORS [camel-karavan]

2024-05-08 Thread via GitHub


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

   Please share yaml and Camel version you are running


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



[I] Unsupported field: enableCORS [camel-karavan]

2024-05-08 Thread via GitHub


samar-elsayed opened a new issue, #1267:
URL: https://github.com/apache/camel-karavan/issues/1267

   ### Describe the bug
   
   I am using the latest karavan VScode plugin version and when I try to enable 
CORS for rest endpoint
   it gives me **Unsupported field: enableCORS**
   
   ### Steps to reproduce the behavior
   
   
![image](https://github.com/apache/camel-karavan/assets/22873802/43e36202-7fcc-4f01-bd10-8149b0553d6e)
   
   ### Variant
   
   Vs Code Extension
   
   ### Container Management (if applicable)
   
   None
   
   ### Operating System (if applicable)
   
   None
   
   ### Version
   
   4.5.0
   
   ### Relevant log output
   
   _No response_


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

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

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



Re: [I] Upgrade to kafka 3.6.x [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus commented on issue #1626:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1626#issuecomment-2101524170

   Requires #1633 


-- 
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] Migrate connectors to kafka 3.6.x plugin discovery [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus commented on issue #1633:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1633#issuecomment-2101509547

   This works on the older kafka 3.5.x base, so we need to migrate for 3.6.x 
onwards.


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



[I] Migrate connectors to kafka 3.6.x plugin discovery [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus opened a new issue, #1633:
URL: https://github.com/apache/camel-kafka-connector/issues/1633

   https://kafka.apache.org/documentation.html#connect_plugindiscovery
   
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.776 s <<< FAILURE! - in 
org.apache.camel.kafkaconnector.cassandra.sink.CamelSinkCassandraITCase
   [ERROR] 
org.apache.camel.kafkaconnector.cassandra.sink.CamelSinkCassandraITCase  Time 
elapsed: 0.776 s  <<< ERROR!
   org.apache.kafka.connect.errors.ConnectException:
   One or more plugins are missing ServiceLoader manifests may not be usable 
with plugin.discovery=service_load: [
   classpathio.apicurio.registry.utils.converter.AvroConverter  
converter   undefined
   classpathio.apicurio.registry.utils.converter.ExtJsonConverter   
converter   undefined
   classpathio.apicurio.registry.utils.converter.SchemalessConverter
converter   undefined
   classpathorg.apache.camel.kafkaconnector.CamelSinkConnector  sink
4.4.2-SNAPSHOT
   classpathorg.apache.camel.kafkaconnector.CamelSourceConnectorsource  
4.4.2-SNAPSHOT
   
file:/Users/davsclaus/workspace/camel-kafka-connector/connectors/camel-cassandra-sink-kafka-connector/target/classes/

org.apache.camel.kafkaconnector.cassandrasink.CamelCassandrasinkSinkConnector   
sink4.4.2-SNAPSHOT
   classpath
org.apache.camel.kafkaconnector.transforms.CamelTypeConverterTransform$Key  
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.CamelTypeConverterTransform$Value
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.ConnectRecordValueToMapTransforms
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.FieldsToHeadersTransform$Key 
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.FieldsToHeadersTransform$Value   
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.SchemaAndStructToJsonTransform   
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.SinkPojoToSchemaAndStructTransform   
transformation  undefined
   classpath
org.apache.camel.kafkaconnector.transforms.SourcePojoToSchemaAndStructTransform 
transformation  undefined
   ]
   Read the documentation at 
https://kafka.apache.org/documentation.html#connect_plugindiscovery for 
instructions on migrating your plugins to take advantage of the performance 
improvements of service_load mode. To silence this error, set 
plugin.discovery=hybrid_warn in the worker config.
at 
org.apache.camel.kafkaconnector.cassandra.sink.CamelSinkCassandraITCase.(CamelSinkCassandraITCase.java:45)


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

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

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



[PR] chore: cleanup golagci-lint configuration [camel-k]

2024-05-08 Thread via GitHub


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

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



[PR] Upgrade to Kafka 3.6.1 used by Camel 4.4.x [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus opened a new pull request, #1632:
URL: https://github.com/apache/camel-kafka-connector/pull/1632

   (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-kafka-connector) branch k361 created (now 22d3d4c8a5)

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


  at 22d3d4c8a5 Upgrade to Kafka 3.6.1 used by Camel 4.4.x

This branch includes the following new commits:

 new 22d3d4c8a5 Upgrade to Kafka 3.6.1 used by Camel 4.4.x

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




(camel-kafka-connector) 01/01: Upgrade to Kafka 3.6.1 used by Camel 4.4.x

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 22d3d4c8a55bc9c8973c1a091b6fff33b0b6e314
Author: Claus Ibsen 
AuthorDate: Wed May 8 23:05:41 2024 +0200

Upgrade to Kafka 3.6.1 used by Camel 4.4.x
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 13e29f194a..df7f1a3ae7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -27,7 +27,7 @@
 
 UTF-8
 
-3.5.1
+3.6.1
 4.4.2
 4.4.2
 1.3.2.Final



(camel-kafka-connector) branch k370 deleted (was 6b7a5834a1)

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


 was 6b7a5834a1 Upgrade to kafka 3.7.0

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



Re: [PR] Upgrade to kafka 3.7.0 [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus commented on PR #1628:
URL: 
https://github.com/apache/camel-kafka-connector/pull/1628#issuecomment-2101463466

   it should be 3.6.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] Upgrade to kafka 3.7.0 [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus closed pull request #1628: Upgrade to kafka 3.7.0
URL: https://github.com/apache/camel-kafka-connector/pull/1628


-- 
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 to kafka 3.7.0 [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus commented on PR #1628:
URL: 
https://github.com/apache/camel-kafka-connector/pull/1628#issuecomment-2101458102

   we should use the kafka version that camel 4.4.x uses


-- 
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] Remove jira connectors [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus closed issue #1630: Remove jira connectors
URL: https://github.com/apache/camel-kafka-connector/issues/1630


-- 
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-kafka-connector) branch jira deleted (was e1adb58947)

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


 was e1adb58947 #1630: Remove jira connectors

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



Re: [PR] Jira [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus merged PR #1631:
URL: https://github.com/apache/camel-kafka-connector/pull/1631


-- 
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] kind/feature/5395/expand pod template spec [camel-k]

2024-05-08 Thread via GitHub


hernanDatgDev commented on PR #5445:
URL: https://github.com/apache/camel-k/pull/5445#issuecomment-2101364571

   I added the test to ensure that the field is set properly on the deployment. 
I also relayed with my security team and it we only need this field so that we 
can set it to false which does not interfere with Knative. It is only when this 
field is explicitly set to `True` that Knative interferes through validation. 
   So for my team and this field specifically this PR would be enough. There 
are other fields that we'd like set however those do have issues with Knative 
so I'm working on getting conversations started with the Knative teams.


-- 
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 (c6c0072cb -> 6da16e23c)

2024-05-08 Thread valdar
This is an automated email from the ASF dual-hosted git repository.

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


from c6c0072cb (#5292): Simplify run cmd for archs other than amd64
 add dece04919 chore(tests): bumped tests timeouts
 add 3f77e3874 chore(tests): made build timeout configurable in tests and 
defaulted to 10 minuts.
 add 06b939c6b fix(tests): Chang assertions to adhere with Eventually() 
gomega requirements
 add b9b95f733 fix(tests): Change CopyIntegrationKits test support function 
to properly copy kits in each scenario
 add 1819d29ba chore(pkg/cmd/run.go): refactor usag of 
util.StringSliceContainsAnyOf where needed.
 add 6da16e23c fix(pkg/util/kubernetes/portforward.go): corner case 
scenario in port forwarding for debug cmd is now handled properly.

No new revisions were added by this update.

Summary of changes:
 e2e/advanced/build_order_strategy_test.go  |  1 -
 e2e/advanced/builder_test.go   |  3 +--
 e2e/advanced/debug_test.go |  5 
 e2e/advanced/operator_id_filtering_test.go |  1 -
 e2e/common/misc/integration_fail_test.go   | 14 --
 e2e/support/test_support.go| 33 ++-
 pkg/cmd/run.go | 12 +
 pkg/util/kubernetes/portforward.go | 43 ++
 8 files changed, 64 insertions(+), 48 deletions(-)



Re: [PR] Test fixes [camel-k]

2024-05-08 Thread via GitHub


valdar merged PR #5415:
URL: https://github.com/apache/camel-k/pull/5415


-- 
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] Jira [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus opened a new pull request, #1631:
URL: https://github.com/apache/camel-kafka-connector/pull/1631

   (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-kafka-connector) 04/05: #1630: Remove jira connectors

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 4d13714beae6a5500f87e534c091f29f097a2c49
Author: Claus Ibsen 
AuthorDate: Wed May 8 20:15:40 2024 +0200

#1630: Remove jira connectors
---
 .../camel-aws-cloudtrail-source-kafka-connector/pom.xml  | 16 
 .../camel-aws-cloudwatch-sink-kafka-connector/pom.xml| 16 
 .../camel-aws-ddb-streams-source-kafka-connector/pom.xml | 16 
 connectors/camel-aws-ec2-sink-kafka-connector/pom.xml| 16 
 .../camel-aws-eventbridge-sink-kafka-connector/pom.xml   | 16 
 .../pom.xml  | 16 
 .../camel-aws-kinesis-sink-kafka-connector/pom.xml   | 16 
 .../camel-aws-kinesis-source-kafka-connector/pom.xml | 16 
 .../camel-aws-redshift-sink-kafka-connector/pom.xml  | 16 
 .../camel-aws-redshift-source-kafka-connector/pom.xml| 16 
 .../camel-aws-s3-cdc-source-kafka-connector/pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 connectors/camel-aws-ses-sink-kafka-connector/pom.xml| 16 
 connectors/camel-aws-sns-sink-kafka-connector/pom.xml| 16 
 .../camel-aws-sqs-fifo-sink-kafka-connector/pom.xml  | 16 
 connectors/camel-aws-sqs-source-kafka-connector/pom.xml  | 16 
 connectors/camel-aws2-iam-kafka-connector/pom.xml| 16 
 connectors/camel-aws2-kms-kafka-connector/pom.xml| 16 
 .../camel-azure-cosmosdb-sink-kafka-connector/pom.xml| 16 
 .../camel-azure-eventhubs-sink-kafka-connector/pom.xml   | 16 
 .../camel-azure-eventhubs-source-kafka-connector/pom.xml | 16 
 .../camel-azure-functions-sink-kafka-connector/pom.xml   | 16 
 .../camel-azure-servicebus-sink-kafka-connector/pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 connectors/camel-beer-source-kafka-connector/pom.xml | 16 
 connectors/camel-bitcoin-source-kafka-connector/pom.xml  | 16 
 connectors/camel-cassandra-sink-kafka-connector/pom.xml  | 16 
 .../camel-cassandra-source-kafka-connector/pom.xml   | 16 
 connectors/camel-ceph-sink-kafka-connector/pom.xml   | 16 
 connectors/camel-ceph-source-kafka-connector/pom.xml | 16 
 .../camel-chuck-norris-source-kafka-connector/pom.xml| 16 
 connectors/camel-coffee-source-kafka-connector/pom.xml   | 16 
 connectors/camel-couchbase-sink-kafka-connector/pom.xml  | 16 
 connectors/camel-cron-source-kafka-connector/pom.xml | 16 
 connectors/camel-cxf-kafka-connector/pom.xml | 16 
 connectors/camel-cxfrs-kafka-connector/pom.xml   | 16 
 connectors/camel-dropbox-sink-kafka-connector/pom.xml| 16 
 connectors/camel-dropbox-source-kafka-connector/pom.xml  | 16 
 .../camel-earthquake-source-kafka-connector/pom.xml  | 16 
 .../pom.xml  | 16 
 connectors/camel-exec-sink-kafka-connector/pom.xml   | 16 
 connectors/camel-fhir-sink-kafka-connector/pom.xml   | 16 
 connectors/camel-fhir-source-kafka-connector/pom.xml | 16 
 connectors/camel-file-kafka-connector/pom.xml| 16 
 .../camel-file-watch-source-kafka-connector/pom.xml  | 16 
 connectors/camel-ftp-sink-kafka-connector/pom.xml| 16 
 connectors/camel-ftp-source-kafka-connector/pom.xml  | 16 
 connectors/camel-ftps-sink-kafka-connector/pom.xml   | 16 
 

(camel-kafka-connector) 03/05: #1630: Remove jira connectors

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 43a5bf536913bf1e34942c51f0873235cede6423
Author: Claus Ibsen 
AuthorDate: Wed May 8 20:06:16 2024 +0200

#1630: Remove jira connectors
---
 .../generated/resources/descriptors/connectors.properties|  6 --
 docs/modules/ROOT/nav.adoc   | 12 
 docs/modules/ROOT/pages/reference/index.adoc |  6 --
 3 files changed, 24 deletions(-)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
 
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
index cbafcd1dd8..c68cb19db3 100644
--- 
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
@@ -97,12 +97,6 @@ camel-https-sink
 camel-infinispan-sink-sink
 camel-infinispan-source-source
 camel-jdbc-sink
-camel-jira-add-comment-sink-sink
-camel-jira-add-issue-sink-sink
-camel-jira-oauth-source-source
-camel-jira-source-source
-camel-jira-transition-issue-sink-sink
-camel-jira-update-issue-sink-sink
 camel-jms-amqp-10-sink-sink
 camel-jms-amqp-10-source-source
 camel-jms-apache-artemis-sink-sink
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 554fae8d31..69b16e46a7 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -217,18 +217,6 @@
  
xref:reference/connectors/camel-infinispan-source-kafka-source-connector.adoc[Source
 Docs]
 *** camel-jdbc-kafka-connector
  xref:reference/connectors/camel-jdbc-kafka-sink-connector.adoc[Sink Docs]
-*** camel-jira-add-comment-sink-kafka-connector
- 
xref:reference/connectors/camel-jira-add-comment-sink-kafka-sink-connector.adoc[Sink
 Docs]
-*** camel-jira-add-issue-sink-kafka-connector
- 
xref:reference/connectors/camel-jira-add-issue-sink-kafka-sink-connector.adoc[Sink
 Docs]
-*** camel-jira-oauth-source-kafka-connector
- 
xref:reference/connectors/camel-jira-oauth-source-kafka-source-connector.adoc[Source
 Docs]
-*** camel-jira-source-kafka-connector
- 
xref:reference/connectors/camel-jira-source-kafka-source-connector.adoc[Source 
Docs]
-*** camel-jira-transition-issue-sink-kafka-connector
- 
xref:reference/connectors/camel-jira-transition-issue-sink-kafka-sink-connector.adoc[Sink
 Docs]
-*** camel-jira-update-issue-sink-kafka-connector
- 
xref:reference/connectors/camel-jira-update-issue-sink-kafka-sink-connector.adoc[Sink
 Docs]
 *** camel-jms-amqp-10-sink-kafka-connector
  
xref:reference/connectors/camel-jms-amqp-10-sink-kafka-sink-connector.adoc[Sink 
Docs]
 *** camel-jms-amqp-10-source-kafka-connector
diff --git a/docs/modules/ROOT/pages/reference/index.adoc 
b/docs/modules/ROOT/pages/reference/index.adoc
index 0a0b22284d..b30933014f 100644
--- a/docs/modules/ROOT/pages/reference/index.adoc
+++ b/docs/modules/ROOT/pages/reference/index.adoc
@@ -103,12 +103,6 @@ Number of Camel Kafka connectors: 191
 | *camel-infinispan-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-infinispan-sink-kafka-sink-connector.adoc[Sink 
Docs] |  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-sink-kafka-connector/4.0.0/camel-infinispan-sink-kafka-connector-4.0.0-package.tar.gz[Download]
 | *camel-infinispan-source-kafka-connector* | false | true |  | 
xref:reference/connectors/camel-infinispan-source-kafka-source-connector.adoc[Source
 Docs] | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-infinispan-source-kafka-connector/4.0.0/camel-infinispan-source-kafka-connector-4.0.0-package.tar.gz[Download]
 | *camel-jdbc-kafka-connector* | true | false | 
xref:reference/connectors/camel-jdbc-kafka-sink-connector.adoc[Sink Docs] |  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-jdbc-kafka-connector/4.0.0/camel-jdbc-kafka-connector-4.0.0-package.tar.gz[Download]
-| *camel-jira-add-comment-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-jira-add-comment-sink-kafka-sink-connector.adoc[Sink
 Docs] |  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-jira-add-comment-sink-kafka-connector/4.0.0/camel-jira-add-comment-sink-kafka-connector-4.0.0-package.tar.gz[Download]
-| *camel-jira-add-issue-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-jira-add-issue-sink-kafka-sink-connector.adoc[Sink
 Docs] |  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-jira-add-issue-sink-kafka-connector/4.0.0/camel-jira-add-issue-sink-kafka-connector-4.0.0-package.tar.gz[Download]
-| *camel-jira-oauth-source-kafka-connector* | false | true |  | 

(camel-kafka-connector) 02/05: #1630: Remove jira connectors

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit ccbb34c057f4460abe9ca36dfbc32e12ec1967d3
Author: Claus Ibsen 
AuthorDate: Wed May 8 20:05:05 2024 +0200

#1630: Remove jira connectors
---
 connectors/camel-aws-ddb-sink-kafka-connector/pom.xml| 16 
 connectors/camel-aws-lambda-sink-kafka-connector/pom.xml | 16 
 connectors/camel-aws-s3-sink-kafka-connector/pom.xml | 16 
 connectors/camel-aws-s3-source-kafka-connector/pom.xml   | 16 
 .../camel-aws-sns-fifo-sink-kafka-connector/pom.xml  | 16 
 .../camel-aws-sqs-batch-sink-kafka-connector/pom.xml | 16 
 connectors/camel-aws-sqs-sink-kafka-connector/pom.xml| 16 
 .../pom.xml  | 16 
 .../camel-azure-cosmosdb-source-kafka-connector/pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 .../camel-google-bigquery-sink-kafka-connector/pom.xml   | 16 
 .../camel-google-pubsub-sink-kafka-connector/pom.xml | 16 
 .../camel-http-secured-sink-kafka-connector/pom.xml  | 16 
 .../camel-jms-amqp-10-source-kafka-connector/pom.xml | 16 
 .../pom.xml  | 16 
 .../pom.xml  | 16 
 connectors/camel-kafka-sink-kafka-connector/pom.xml  | 16 
 connectors/camel-sftp-sink-kafka-connector/pom.xml   | 16 
 connectors/camel-sftp-source-kafka-connector/pom.xml | 16 
 .../pom.xml  | 16 
 .../camel-twitter-search-source-kafka-connector/pom.xml  | 16 
 23 files changed, 368 deletions(-)

diff --git a/connectors/camel-aws-ddb-sink-kafka-connector/pom.xml 
b/connectors/camel-aws-ddb-sink-kafka-connector/pom.xml
index ae826ebade..feab272d4b 100644
--- a/connectors/camel-aws-ddb-sink-kafka-connector/pom.xml
+++ b/connectors/camel-aws-ddb-sink-kafka-connector/pom.xml
@@ -125,20 +125,4 @@
   
 
   
-  
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-  
-  
 
diff --git a/connectors/camel-aws-lambda-sink-kafka-connector/pom.xml 
b/connectors/camel-aws-lambda-sink-kafka-connector/pom.xml
index c3f0f12b3e..0aba4eff89 100644
--- a/connectors/camel-aws-lambda-sink-kafka-connector/pom.xml
+++ b/connectors/camel-aws-lambda-sink-kafka-connector/pom.xml
@@ -112,20 +112,4 @@
   
 
   
-  
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-  
-  
 
diff --git a/connectors/camel-aws-s3-sink-kafka-connector/pom.xml 
b/connectors/camel-aws-s3-sink-kafka-connector/pom.xml
index 9f4e8df513..89f8fb369b 100644
--- a/connectors/camel-aws-s3-sink-kafka-connector/pom.xml
+++ b/connectors/camel-aws-s3-sink-kafka-connector/pom.xml
@@ -116,20 +116,4 @@
   
 
   
-  
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-  
-  
 
diff --git a/connectors/camel-aws-s3-source-kafka-connector/pom.xml 
b/connectors/camel-aws-s3-source-kafka-connector/pom.xml
index fa419b810d..699e9b3a03 100644
--- a/connectors/camel-aws-s3-source-kafka-connector/pom.xml
+++ b/connectors/camel-aws-s3-source-kafka-connector/pom.xml
@@ -121,20 +121,4 @@
   
 
   
-  
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-  
-  
 
diff --git a/connectors/camel-aws-sns-fifo-sink-kafka-connector/pom.xml 
b/connectors/camel-aws-sns-fifo-sink-kafka-connector/pom.xml
index 93bcd02c3c..be61d110d4 100644
--- a/connectors/camel-aws-sns-fifo-sink-kafka-connector/pom.xml
+++ b/connectors/camel-aws-sns-fifo-sink-kafka-connector/pom.xml
@@ -116,20 +116,4 @@
   
 
   
-  
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-  
-  
 
diff --git a/connectors/camel-aws-sqs-batch-sink-kafka-connector/pom.xml 
b/connectors/camel-aws-sqs-batch-sink-kafka-connector/pom.xml
index 

(camel-kafka-connector) 05/05: #1630: Remove jira connectors

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit e1adb58947cda1a5e980c941b709d6128aa79651
Author: Claus Ibsen 
AuthorDate: Wed May 8 20:23:49 2024 +0200

#1630: Remove jira connectors
---
 connectors/camel-syslog-kafka-connector/pom.xml | 26 -
 1 file changed, 26 deletions(-)

diff --git a/connectors/camel-syslog-kafka-connector/pom.xml 
b/connectors/camel-syslog-kafka-connector/pom.xml
index 9046103f3a..434a7ddca7 100644
--- a/connectors/camel-syslog-kafka-connector/pom.xml
+++ b/connectors/camel-syslog-kafka-connector/pom.xml
@@ -149,31 +149,5 @@
 
   
   
-  
-
-
-  atlassian-public
-  https://packages.atlassian.com/maven-external
-  Atlassian Public Repo
-  
-false
-  
-  
-true
-  
-
-
-
-  jboss.thirdparty
-  JBoss Thirdparty Repository
-  
https://repository.jboss.org/nexus/service/local/repositories/thirdparty-releases/content/
-  
-false
-  
-  
-true
-  
-
-  
   
 



(camel-kafka-connector) branch jira created (now e1adb58947)

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


  at e1adb58947 #1630: Remove jira connectors

This branch includes the following new commits:

 new c29ba04a8b #1630: Remove jira connectors
 new ccbb34c057 #1630: Remove jira connectors
 new 43a5bf5369 #1630: Remove jira connectors
 new 4d13714bea #1630: Remove jira connectors
 new e1adb58947 #1630: Remove jira connectors

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




Re: [I] Block atlassian maven repo so build is faster [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus closed issue #1618: Block atlassian maven repo so build is faster
URL: https://github.com/apache/camel-kafka-connector/issues/1618


-- 
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-kafka-connector) branch main updated: chore(CI): updated jdk install actions. (#1629)

2024-05-08 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-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
 new dc500e531d chore(CI): updated jdk install actions. (#1629)
dc500e531d is described below

commit dc500e531dc15981a04cf1c07d9ecda035f3b430
Author: Andrea Tarocchi 
AuthorDate: Wed May 8 19:27:14 2024 +0200

chore(CI): updated jdk install actions. (#1629)
---
 .github/workflows/asf-snapshots-deploy.yml  | 10 ++
 .github/workflows/automatic-sync-camel-main.yml |  7 ---
 .github/workflows/ci-build.yml  |  2 +-
 .github/workflows/daily-java-next.yml   |  2 +-
 .github/workflows/maven-it.yaml |  2 +-
 5 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml 
b/.github/workflows/asf-snapshots-deploy.yml
index be1695043f..24d2a75aad 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -34,9 +34,10 @@ jobs:
 steps:
   - uses: actions/checkout@v4.1.4
   - name: Set up JDK ${{ matrix.java }}
-uses: AdoptOpenJDK/install-jdk@v1.1.1
+uses: actions/setup-java@v4.2.1
 with:
-  version: ${{ matrix.java }}
+  distribution: 'temurin'
+  java-version: ${{ matrix.java }}
   - name: Cache Maven Repository
 uses: actions/cache@v4
 with:
@@ -57,9 +58,10 @@ jobs:
 steps:
 - uses: actions/checkout@v4.1.4
 - name: Set up JDK ${{ matrix.java }}
-  uses: AdoptOpenJDK/install-jdk@v1.1.1
+  uses: actions/setup-java@v4.2.1
   with:
-version: ${{ matrix.java }}
+distribution: 'temurin'
+java-version: ${{ matrix.java }}
 - name: Deploy to ASF Snapshots Repository
   run: |
 ./mvnw ${MAVEN_ARGS} \
diff --git a/.github/workflows/automatic-sync-camel-main.yml 
b/.github/workflows/automatic-sync-camel-main.yml
index aecbc421b0..6cce6358c3 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -31,7 +31,7 @@ jobs:
 runs-on: ubuntu-latest
 strategy:
   matrix:
-java: [ '11' ]
+java: [ '17' ]
 steps:
   - name: Checkout Camel project
 uses: actions/checkout@v4.1.4
@@ -40,9 +40,10 @@ jobs:
   ref: main
   path: camel
   - name: Set up JDK ${{ matrix.java }}
-uses: AdoptOpenJDK/install-jdk@v1
+uses: actions/setup-java@v4.2.1
 with:
-  version: ${{ matrix.java }}
+  distribution: 'temurin'
+  java-version: ${{ matrix.java }}
   - name: Cache local Maven repository
 uses: actions/cache@v4
 with:
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index f4382cdc82..faf6a16565 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -43,7 +43,7 @@ jobs:
 steps:
   - uses: actions/checkout@v4.1.4
   - name: Set up JDK ${{ matrix.java }}
-uses: actions/setup-java@v4
+uses: actions/setup-java@v4.2.1
 with:
   distribution: 'temurin'
   java-version: ${{ matrix.java }}
diff --git a/.github/workflows/daily-java-next.yml 
b/.github/workflows/daily-java-next.yml
index e0f5220e09..b88adcfecb 100644
--- a/.github/workflows/daily-java-next.yml
+++ b/.github/workflows/daily-java-next.yml
@@ -35,7 +35,7 @@ jobs:
 steps:
   - uses: actions/checkout@v4.1.4
   - name: Set up JDK ${{ matrix.java }}
-uses: actions/setup-java@v4
+uses: actions/setup-java@v4.2.1
 with:
   distribution: 'temurin'
   java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven-it.yaml b/.github/workflows/maven-it.yaml
index 9818a2d9f2..fc1a5b7ce2 100644
--- a/.github/workflows/maven-it.yaml
+++ b/.github/workflows/maven-it.yaml
@@ -43,7 +43,7 @@ jobs:
 steps:
   - uses: actions/checkout@v4.1.4
   - name: Set up JDK ${{ matrix.java }}
-uses: actions/setup-java@v4
+uses: actions/setup-java@v4.2.1
 with:
   distribution: 'temurin'
   java-version: ${{ matrix.java }}



Re: [PR] chore(CI): updated jdk install actions. [camel-kafka-connector]

2024-05-08 Thread via GitHub


davsclaus merged PR #1629:
URL: https://github.com/apache/camel-kafka-connector/pull/1629


-- 
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(maven): move check for MAVEN_CMD before maven wrapper setup [camel-k]

2024-05-08 Thread via GitHub


lburgazzoli commented on PR #5478:
URL: https://github.com/apache/camel-k/pull/5478#issuecomment-2101046835

   @squakez @valdar @christophd 
   
   there is something weird here in the test logs:
   
   ```
   2024-05-08T14:50:31.3726195Z ##[group]✅ 
TestServiceTrait/Default_service_(ClusterIP) (1.4s)
   2024-05-08T14:50:31.3726729Z 2024-05-08T14:07:10ZDEBUG   camel-k Finding 
available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868
   2024-05-08T14:50:31.3727124Z 2024-05-08T14:07:10ZDEBUG   camel-k Found 
active integration platform camel-k-traits-service
   2024-05-08T14:50:31.3727297Z Integration "platform-http-server" created
   2024-05-08T14:50:31.3727822Z 2024-05-08T14:07:11ZDEBUG   camel-k Finding 
available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868
   2024-05-08T14:50:31.3728207Z 2024-05-08T14:07:11ZDEBUG   camel-k Found 
active integration platform camel-k-traits-service
   2024-05-08T14:50:31.3728306Z 1 integration(s) deleted
   2024-05-08T14:50:31.3728548Z ##[endgroup]
   2024-05-08T14:50:31.3729027Z ##[group]❌ 
TestServiceTrait/LoadBalancer_service_from_Type (15m0.54s)
   2024-05-08T14:50:31.3729548Z 2024-05-08T14:07:16ZDEBUG   camel-k Finding 
available platforms in namespace test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868
   2024-05-08T14:50:31.3729945Z 2024-05-08T14:07:16ZDEBUG   camel-k Found 
active integration platform camel-k-traits-service
   2024-05-08T14:50:31.3730120Z Integration "platform-http-server" created
   2024-05-08T14:50:31.3730628Z 2024-05-08T14:07:45ZDEBUG   camel-k Finding 
available platforms in namespace test-000485c7-b88b-4749-8231-8dc7700d63d3
   2024-05-08T14:50:31.3731036Z 2024-05-08T14:07:45ZDEBUG   camel-k Found 
active integration platform camel-k-traits-affinity
   2024-05-08T14:50:31.3731133Z 1 integration(s) deleted
   2024-05-08T14:50:31.3731652Z testing.go:1490: test executed panic(nil) 
or runtime.Goexit: subtest may have called FailNow on a parent test
   ```
   
   So for failing test, it seems that it finds two integration platforms in two 
different namespaces:
   - `test-21477d74-89eb-46c7-b9ac-f5b0f0a7c868/camel-k-traits-service`
   - `test-000485c7-b88b-4749-8231-8dc7700d63d3/ camel-k-traits-affinity`
   
   I don't know if this is just some logging issue or if there is an actual 
problem.


-- 
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 main updated: fix

2024-05-08 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 6334bb1b fix
6334bb1b is described below

commit 6334bb1be3243677a6ded28416eaf2a7aed11b5b
Author: Marat Gubaidullin 
AuthorDate: Wed May 8 12:21:25 2024 -0400

fix
---
 karavan-app/src/main/webui/src/editor/FileEditor.tsx | 8 +---
 karavan-app/src/main/webui/src/util/useFormUtil.tsx  | 3 ---
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/karavan-app/src/main/webui/src/editor/FileEditor.tsx 
b/karavan-app/src/main/webui/src/editor/FileEditor.tsx
index 6dd240c3..e0a7a807 100644
--- a/karavan-app/src/main/webui/src/editor/FileEditor.tsx
+++ b/karavan-app/src/main/webui/src/editor/FileEditor.tsx
@@ -27,12 +27,6 @@ interface Props {
 projectId: string
 }
 
-const languages = new Map([
-['sh', 'shell'],
-['md', 'markdown'],
-['properties', 'ini']
-])
-
 export function FileEditor(props: Props) {
 
 const [file] = useFileStore((s) => [s.file], shallow)
@@ -59,7 +53,7 @@ export function FileEditor(props: Props) {
 return (
 <>
 {showDesigner && }
-{showEditor && }
+{showEditor && }
 
 )
 }
diff --git a/karavan-app/src/main/webui/src/util/useFormUtil.tsx 
b/karavan-app/src/main/webui/src/util/useFormUtil.tsx
index 7b06e843..b675c8c9 100644
--- a/karavan-app/src/main/webui/src/util/useFormUtil.tsx
+++ b/karavan-app/src/main/webui/src/util/useFormUtil.tsx
@@ -1,11 +1,8 @@
 import React from 'react';
 import {
 Controller,
-ControllerFieldState, ControllerRenderProps,
 FieldError,
-FieldValues,
 UseFormReturn,
-UseFormStateReturn
 } from "react-hook-form";
 import {
 Flex,



(camel-karavan) branch main updated: fix

2024-05-08 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 501582d4 fix
501582d4 is described below

commit 501582d4e1c85d86826bfcae2f04f3ec9e96
Author: Marat Gubaidullin 
AuthorDate: Wed May 8 12:15:59 2024 -0400

fix
---
 karavan-app/src/main/webui/src/editor/CodeEditor.tsx | 10 +++---
 karavan-app/src/main/webui/src/util/StringUtils.ts   |  9 +
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/karavan-app/src/main/webui/src/editor/CodeEditor.tsx 
b/karavan-app/src/main/webui/src/editor/CodeEditor.tsx
index 3ff9d5ba..7e5e007a 100644
--- a/karavan-app/src/main/webui/src/editor/CodeEditor.tsx
+++ b/karavan-app/src/main/webui/src/editor/CodeEditor.tsx
@@ -21,19 +21,15 @@ import {useFileStore} from "../api/ProjectStore";
 import {ProjectService} from "../api/ProjectService";
 import {shallow} from "zustand/shallow";
 
-interface Props {
-projectId: string
-}
-
 const languages = new Map([
 ['sh', 'shell'],
 ['md', 'markdown'],
 ['properties', 'ini']
 ])
 
-export function CodeEditor(props: Props) {
+export function CodeEditor() {
 
-const [file, designerTab, setFile] = useFileStore((s) => [s.file, 
s.designerTab, s.setFile], shallow)
+const [file] = useFileStore((s) => [s.file], shallow)
 const [code, setCode] = useState();
 
 useEffect(() => setCode(file?.code), []);
@@ -41,7 +37,7 @@ export function CodeEditor(props: Props) {
 useEffect(() => {
 const interval = setInterval(() => {
 saveCode();
-}, 3000);
+}, 700);
 return () => {
 clearInterval(interval);
 saveCode();
diff --git a/karavan-app/src/main/webui/src/util/StringUtils.ts 
b/karavan-app/src/main/webui/src/util/StringUtils.ts
index 0c32809b..3aef90ab 100644
--- a/karavan-app/src/main/webui/src/util/StringUtils.ts
+++ b/karavan-app/src/main/webui/src/util/StringUtils.ts
@@ -11,3 +11,12 @@ export function isValidProjectId(input: string): boolean {
 const pattern = /^[a-z][a-z0-9-]*$/;
 return pattern.test(input);
 }
+
+export function splitByBraces(input: string): string[] {
+const regex = /{[^{}]*}|[^{}]+/g;
+return input.match(regex) ?? [];
+}
+
+export function getPathParams(input: string): string[] {
+return splitByBraces(input).filter(p => p.startsWith('{')).map(p => 
p.replace('{', '').replace('}', ''));
+}
\ No newline at end of file



[I] Disable Jib telemetry/update check [camel-k]

2024-05-08 Thread via GitHub


lburgazzoli opened a new issue, #5481:
URL: https://github.com/apache/camel-k/issues/5481

   ### What happened?
   
   Jib [periodically check to see if there is a new 
version](https://github.com/GoogleContainerTools/jib/blob/master/docs/privacy.md),
 we should disable it
   
   ### Steps to reproduce
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"A
 new version of jib-maven-plugin (3.4.2) is available (currently using 3.4.1). 
Update your build configuration to use the latest features and fixes!"}
   
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"https://github.com/GoogleContainerTools/jib/blob/master/jib-maven-plugin/CHANGELOG.md"}
   
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":""}
   test-3a4f8cbd-a57f-4da6-a659-9f2ee3dcf55e camel-k-operator-57cc95b8c6-v7m9h 
camel-k-operator 
{"level":"info","ts":"2024-05-08T16:01:02Z","logger":"camel-k.maven.build","msg":"Please
 see https://github.com/GoogleContainerTools/jib/blob/master/docs/privacy.md 
for info on disabling this update check."}
   ```
   
   
   ### Camel K version
   
   _No response_


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

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

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



Re: [PR] Add GitHub Action to report test failures in the workflow summary [camel-quarkus]

2024-05-08 Thread via GitHub


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

   How should I proceed?
   
   Merge as-is and try to follow up later with improvements? Or rethink things 
entirely?
   
   Even something as simple as a comment with a link is non-trivial to manage. 
They get stale, so need updating on future workflow runs. Or the tests pass and 
they become irrelevant so need minimising or deleting.
   
   I deliberately kept the initial scope of this to be as simple as possible. 
It's two clicks from the PR to get to the summary. So not a massive overhead 
(IMO).


-- 
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] cleanup pkg/util packages [camel-k]

2024-05-08 Thread via GitHub


squakez commented on code in PR #5480:
URL: https://github.com/apache/camel-k/pull/5480#discussion_r1594190691


##
pkg/util/maven/maven_command.go:
##
@@ -185,7 +185,7 @@ func (c *Context) AddSystemProperty(name string, value 
string) {
c.AddArgumentf("-D%s=%s", name, value)
 }
 
-func generateProjectStructure(context Context, project Project) error {
+func generateProjectStructure(context Context, project *Project) error {

Review Comment:
   Yes, indeed. I think I inverted the red and the green while reading.



-- 
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] cleanup pkg/util packages [camel-k]

2024-05-08 Thread via GitHub


lburgazzoli commented on code in PR #5480:
URL: https://github.com/apache/camel-k/pull/5480#discussion_r1594186066


##
pkg/util/maven/maven_command.go:
##
@@ -185,7 +185,7 @@ func (c *Context) AddSystemProperty(name string, value 
string) {
c.AddArgumentf("-D%s=%s", name, value)
 }
 
-func generateProjectStructure(context Context, project Project) error {
+func generateProjectStructure(context Context, project *Project) error {

Review Comment:
   The opposite, this way we are passing a pointer so no copy is performed when 
invoking this method but I reverted it as it is enough to pass by value in this 
case. It was a leftover of a change to make the methods on the `Project` struct 
consistently using pointer receiver instead of a mix of pointer and value 
receivers. 



-- 
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(#5292): Simplify run cmd for archs other than amd64 [camel-k]

2024-05-08 Thread via GitHub


squakez merged PR #5403:
URL: https://github.com/apache/camel-k/pull/5403


-- 
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] cleanup pkg/util packages [camel-k]

2024-05-08 Thread via GitHub


squakez commented on code in PR #5480:
URL: https://github.com/apache/camel-k/pull/5480#discussion_r1594114939


##
pkg/util/maven/maven_command.go:
##
@@ -185,7 +185,7 @@ func (c *Context) AddSystemProperty(name string, value 
string) {
c.AddArgumentf("-D%s=%s", name, value)
 }
 
-func generateProjectStructure(context Context, project Project) error {
+func generateProjectStructure(context Context, project *Project) error {

Review Comment:
   Out of curiosity, what's the reason of this change? what's the gain? I 
understand we're going to create a new Project struct in this way, right?



-- 
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 (6be1c1bd3 -> c6c0072cb)

2024-05-08 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository.

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


from 6be1c1bd3 chore: use the same make targhet for lkint and vuln check 
locally and on ci
 add c6c0072cb (#5292): Simplify run cmd for archs other than amd64

No new revisions were added by this update.

Summary of changes:
 pkg/builder/jib.go   | 6 ++
 pkg/platform/defaults.go | 8 
 2 files changed, 14 insertions(+)



Re: [I] Simplify run cmd for archs other than amd64 [camel-k]

2024-05-08 Thread via GitHub


squakez closed issue #5292: Simplify run cmd for archs other than amd64
URL: https://github.com/apache/camel-k/issues/5292


-- 
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] cleanup pkg/util packages [camel-k]

2024-05-08 Thread via GitHub


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

   Feel free to add `trigger native test` label when there are possible impact 
to Quarkus native (ie, when we build and app).


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

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

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



Re: [PR] fix(#5292): Simplify run cmd for archs other than amd64 [camel-k]

2024-05-08 Thread via GitHub


tdiesler commented on PR #5403:
URL: https://github.com/apache/camel-k/pull/5403#issuecomment-2100694018

   Yes


-- 
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 (c601af5c1ac -> 0dabf041a52)

2024-05-08 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 c601af5c1ac CAMEL-20722 - disabled on ppc64le due to consistent 
failure (#14083)
 add 0dabf041a52 [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to 
Spring 5 (#14082)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/spring-security.adoc | 28 +
 .../security/SpringSecurityAccessPolicy.java   | 38 -
 .../SpringSecurityAuthorizationPolicy.java | 47 --
 .../SpringSecurityAuthorizationPolicyParser.java   | 10 +
 .../resources/schema/camel-spring-security.xsd |  6 +--
 ...pringSecurityAuthorizationPolicyConfigTest.java | 10 ++---
 .../spring/security/SpringSecurityCamelContext.xml |  4 +-
 .../component/spring/security/commonSecurity.xml   |  7 +---
 .../config/SpringSecurityAuthorizationPolicy.xml   |  2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 21 ++
 .../camel/itest/security/GreeterClientTest.java|  2 +-
 .../itest/security/CxfMessageCamelContext.xml  |  2 +-
 .../apache/camel/itest/security/camel-context.xml  |  4 +-
 .../apache/camel/itest/security/commonSecurity.xml |  7 +---
 14 files changed, 68 insertions(+), 120 deletions(-)
 delete mode 100644 
components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAccessPolicy.java



Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub


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


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

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

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



(camel) branch main updated: [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 (#14082)

2024-05-08 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 0dabf041a52 [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to 
Spring 5 (#14082)
0dabf041a52 is described below

commit 0dabf041a528448fb4138e87974ebb72db130acc
Author: Marco Santarelli 
AuthorDate: Wed May 8 16:04:17 2024 +0200

[CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 (#14082)

* Changed the SpringSecurityAuthorizationPolicy to remove deprecated 
methods and classes, using the new Authorization manager.

* Missed an xml resource, fixed tests

* Updated failing integration tests as a result of the component change.

* Added notes to the upgrade guide.

-

Co-authored-by: Claus Ibsen 
---
 .../src/main/docs/spring-security.adoc | 28 +
 .../security/SpringSecurityAccessPolicy.java   | 38 -
 .../SpringSecurityAuthorizationPolicy.java | 47 --
 .../SpringSecurityAuthorizationPolicyParser.java   | 10 +
 .../resources/schema/camel-spring-security.xsd |  6 +--
 ...pringSecurityAuthorizationPolicyConfigTest.java | 10 ++---
 .../spring/security/SpringSecurityCamelContext.xml |  4 +-
 .../component/spring/security/commonSecurity.xml   |  7 +---
 .../config/SpringSecurityAuthorizationPolicy.xml   |  2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 21 ++
 .../camel/itest/security/GreeterClientTest.java|  2 +-
 .../itest/security/CxfMessageCamelContext.xml  |  2 +-
 .../apache/camel/itest/security/camel-context.xml  |  4 +-
 .../apache/camel/itest/security/commonSecurity.xml |  7 +---
 14 files changed, 68 insertions(+), 120 deletions(-)

diff --git 
a/components/camel-spring-security/src/main/docs/spring-security.adoc 
b/components/camel-spring-security/src/main/docs/spring-security.adoc
index edb83739f3a..35f58d12da5 100644
--- a/components/camel-spring-security/src/main/docs/spring-security.adoc
+++ b/components/camel-spring-security/src/main/docs/spring-security.adoc
@@ -30,8 +30,8 @@ Access to a route is controlled by an instance of a
 `SpringSecurityAuthorizationPolicy` object. A policy object contains the
 name of the Spring Security authority (role) required to run a set of
 endpoints and references to Spring Security `AuthenticationManager` and
-`AccessDecisionManager` objects used to determine whether the current
-principal has been assigned that role. Policy objects may be configured
+`AuthorizationManager` objects used to determine whether the current
+principal is authorized. Policy objects may be configured
 as Spring beans or by using an `` element in Spring
 XML.
 
@@ -45,13 +45,10 @@ attributes:
 |`id` |`null` |The unique Spring bean identifier which is used to reference 
the policy
 in routes (required)
 
-|`access` |`null` |The Spring Security authority name that is passed to the 
access decision
-manager (required)
-
 |`authenticationManager` |`authenticationManager` |The name of the Spring 
Security `AuthenticationManager` object in the
 context
 
-|`accessDecisionManager` |`accessDecisionManager` |The name of the Spring 
Security `AccessDecisionManager` object in the
+|`authorizationManager` |`authorizationManager` |The name of the Spring 
Security `AuthorizationManager` object in the
 context
 
 |`authenticationAdapter` |DefaultAuthenticationAdapter |The name of a 
*camel-spring-security*
@@ -70,7 +67,7 @@ header under `Exchange.AUTHENTICATION`, check the Spring 
Security
 [[SpringSecurity-ControllingaccesstoCamelroutes]]
 == Controlling access to Camel routes
 
-A Spring Security `AuthenticationManager` and `AccessDecisionManager`
+A Spring Security `AuthenticationManager` and `AuthorizationManager`
 are required to use this component. Here is an example of how to
 configure these objects in Spring XML using the Spring Security
 namespace:
@@ -83,14 +80,9 @@ namespace:
xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
 http://www.springframework.org/schema/security 
http://www.springframework.org/schema/security/spring-security.xsd;>
 
-   
-  
-  
- 
-
- 
-  
-   
+
+
+
 

   
@@ -121,10 +113,10 @@ to a route:
 
 
 
-http://camel.apache.org/schema/spring-security"/>
+  xmlns="http://camel.apache.org/schema/spring-security "/>
 
 http://camel.apache.org/schema/spring;>
   
diff --git 
a/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAccessPolicy.java
 
b/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAccessPolicy.java
deleted file mode 100644
index 

[PR] chore: cleanup pkg/util/maven package [camel-k]

2024-05-08 Thread via GitHub


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

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



(camel) branch regen_bot updated (bdb16f04e06 -> c601af5c1ac)

2024-05-08 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 bdb16f04e06 CAMEL-20749: camel-core - ThrottlingExceptionRoutePolicy 
should have default values
 add c601af5c1ac CAMEL-20722 - disabled on ppc64le due to consistent 
failure (#14083)

No new revisions were added by this update.

Summary of changes:
 .../KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java | 5 +
 .../kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java   | 7 ++-
 .../KafkaBreakOnFirstErrorWithBatchUsingAsyncCommitManagerIT.java  | 5 +
 .../KafkaBreakOnFirstErrorWithBatchUsingKafkaManualCommitIT.java   | 5 +
 ...fkaBreakOnFirstErrorWithBatchUsingKafkaManualCommitRetryIT.java | 5 +
 .../KafkaBreakOnFirstErrorWithBatchUsingSyncCommitManagerIT.java   | 5 +
 6 files changed, 31 insertions(+), 1 deletion(-)



(camel) branch regen_bot updated (888ad707674 -> bdb16f04e06)

2024-05-08 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 888ad707674 CAMEL-20746: camel-yaml-dsl - Exception should use correct 
node in exception message. Thanks to Ton Bosma for spotting.
 add bdb16f04e06 CAMEL-20749: camel-core - ThrottlingExceptionRoutePolicy 
should have default values

No new revisions were added by this update.

Summary of changes:
 .../beans/ThrottlingExceptionRoutePolicy.json  |  2 +-
 .../camel/bean/ThrottlingExceptionRoutePolicy.json |  2 +-
 .../throttling/ThrottlingExceptionRoutePolicy.java | 15 +++--
 .../ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 74 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc |  4 ++
 5 files changed, 50 insertions(+), 47 deletions(-)



(camel) branch main updated: CAMEL-20722 - disabled on ppc64le due to consistent failure (#14083)

2024-05-08 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 c601af5c1ac CAMEL-20722 - disabled on ppc64le due to consistent 
failure (#14083)
c601af5c1ac is described below

commit c601af5c1accbee9e2750e1948e21213f2094b1f
Author: Jang-Vijay Singh 
AuthorDate: Wed May 8 14:46:21 2024 +0100

CAMEL-20722 - disabled on ppc64le due to consistent failure (#14083)

* CAMEL-20722 - disabled on ppc64le due to consistent failure

CAMEL-20722 - disabled on ppc64le due to consistent failure on ppc64le

* CAMEL-20722 - formatting updates after mvn verify
---
 .../KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java | 5 +
 .../kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java   | 7 ++-
 .../KafkaBreakOnFirstErrorWithBatchUsingAsyncCommitManagerIT.java  | 5 +
 .../KafkaBreakOnFirstErrorWithBatchUsingKafkaManualCommitIT.java   | 5 +
 ...fkaBreakOnFirstErrorWithBatchUsingKafkaManualCommitRetryIT.java | 5 +
 .../KafkaBreakOnFirstErrorWithBatchUsingSyncCommitManagerIT.java   | 5 +
 6 files changed, 31 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java
index 51024681ac1..e7d7e682b7b 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT.java
@@ -35,6 +35,8 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Tags;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.EnabledOnOs;
+import org.junit.jupiter.api.condition.OS;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -45,6 +47,9 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
  * KafkaManualCommit and NOOP Commit Manager
  */
 @Tags({ @Tag("breakOnFirstError") })
+@EnabledOnOs(value = { OS.LINUX, OS.MAC, OS.FREEBSD, OS.OPENBSD, OS.WINDOWS },
+ architectures = { "amd64", "aarch64", "s390x", "x86", "x86_64" },
+ disabledReason = "This test does not run reliably on ppc64le")
 
 class KafkaBreakOnFirstErrorOffUsingKafkaManualCommitIT extends 
BaseKafkaTestSupport {
 public static final String ROUTE_ID = "breakOnFirstErrorOff";
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
index b6ef60cf3a4..99d2e2877e3 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
@@ -37,6 +37,8 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Tags;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.EnabledOnOs;
+import org.junit.jupiter.api.condition.OS;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -49,6 +51,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
  * mimics the reproduction of the problem in 
https://github.com/Krivda/camel-bug-reproduction
  */
 @Tags({ @Tag("breakOnFirstError") })
+@EnabledOnOs(value = { OS.LINUX, OS.MAC, OS.FREEBSD, OS.OPENBSD, OS.WINDOWS },
+ architectures = { "amd64", "aarch64", "s390x", "x86", "x86_64" },
+ disabledReason = "This test does not run reliably on ppc64le")
 
 class KafkaBreakOnFirstErrorSeekIssueIT extends BaseExclusiveKafkaTestSupport {
 
@@ -107,7 +112,7 @@ class KafkaBreakOnFirstErrorSeekIssueIT extends 
BaseExclusiveKafkaTestSupport {
 
 // let test run for awhile
 Awaitility.await()
-.timeout(10, TimeUnit.SECONDS)
+.timeout(30, TimeUnit.SECONDS)
 .pollDelay(8, TimeUnit.SECONDS)
 .untilAsserted(() -> assertTrue(true));
 
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorWithBatchUsingAsyncCommitManagerIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorWithBatchUsingAsyncCommitManagerIT.java
index 6cf8254609d..c24fe080708 100644
--- 

Re: [PR] CAMEL-20722 - disabled on ppc64le due to consistent failure [camel]

2024-05-08 Thread via GitHub


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


-- 
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] Review permission check [camel-k]

2024-05-08 Thread via GitHub


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

   > mh, since the master trait has been moved to addons, validation is not 
relevant as addons are untyped (in the CRDs)
   
   Very true. We should open a discussion and understand if it is still 
relevant to keep the separation between addon and traits. In any case, it would 
be for a separate venue.


-- 
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 (888ad707674 -> bdb16f04e06)

2024-05-08 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 888ad707674 CAMEL-20746: camel-yaml-dsl - Exception should use correct 
node in exception message. Thanks to Ton Bosma for spotting.
 add bdb16f04e06 CAMEL-20749: camel-core - ThrottlingExceptionRoutePolicy 
should have default values

No new revisions were added by this update.

Summary of changes:
 .../beans/ThrottlingExceptionRoutePolicy.json  |  2 +-
 .../camel/bean/ThrottlingExceptionRoutePolicy.json |  2 +-
 .../throttling/ThrottlingExceptionRoutePolicy.java | 15 +++--
 .../ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 74 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc |  4 ++
 5 files changed, 50 insertions(+), 47 deletions(-)



Re: [PR] CAMEL-20722 - disabled on ppc64le due to consistent failure [camel]

2024-05-08 Thread via GitHub


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

   ok


-- 
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-20722 - disabled on ppc64le due to consistent failure [camel]

2024-05-08 Thread via GitHub


jvsingh commented on PR #14083:
URL: https://github.com/apache/camel/pull/14083#issuecomment-2100605507

   > I assume there is no @DisabledOnOs so you need to do as you do
   
   Actually there is a @DisabledOnOs - I just wasn't sure if 
   `@DisabledOnOs(OS.AIX)` 
   or ` @DisabledOnOs(value = {OS.AIX}, architectures = {"ppc64le"} )` 
is precisely equivalent to disabling it on `ppc64le `
   Whereas the approach I used has been used elsewhere in camel-kafka precisely 
to exclude `ppc64le `so I felt using the same approach might be safer


-- 
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] Review permission check [camel-k]

2024-05-08 Thread via GitHub


lburgazzoli commented on PR #5479:
URL: https://github.com/apache/camel-k/pull/5479#issuecomment-2100600513

   > Sorry, I misinterpreted the change, I thought you were removing the 
`Configmap` option. Okey, I see that nothing is really changing, however, I 
wonder if we can take the opportunity and add an `// 
+kubebuilder:validation:Enum=Configmap;Lease` to enforce a check on the 
accepted values.
   
   mh, since the master trait has been moved to addons, validation is not 
relevant as addons are untyped (in the CRDs) 


-- 
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 (9a39025146a -> 888ad707674)

2024-05-08 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 9a39025146a CAMEL-20748: camel-core - Route policy should have Route 
injected if RouteAware
 add 888ad707674 CAMEL-20746: camel-yaml-dsl - Exception should use correct 
node in exception message. Thanks to Ton Bosma for spotting.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[PR] chore(e2e): Add AWS SQS Kamelet tests [camel-kamelets]

2024-05-08 Thread via GitHub


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

   (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) branch camel-4.4.x updated: CAMEL-20746: camel-yaml-dsl - Exception should use correct node in exception message. Thanks to Ton Bosma for spotting.

2024-05-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
 new fbb373b9169 CAMEL-20746: camel-yaml-dsl - Exception should use correct 
node in exception message. Thanks to Ton Bosma for spotting.
fbb373b9169 is described below

commit fbb373b916913904dbce06b03285293c07ddaa6d
Author: Claus Ibsen 
AuthorDate: Wed May 8 15:30:46 2024 +0200

CAMEL-20746: camel-yaml-dsl - Exception should use correct node in 
exception message. Thanks to Ton Bosma for spotting.
---
 .../java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
index 234e10f7dfe..9ee9964998d 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
@@ -193,7 +193,7 @@ public class YamlDeserializerSupport {
 answer.put(StringHelper.dashToCamelCase(key), asMap(val));
 break;
 default:
-throw new UnsupportedNodeTypeException(node);
+throw new UnsupportedNodeTypeException(val);
 }
 }
 



(camel) branch main updated: CAMEL-20746: camel-yaml-dsl - Exception should use correct node in exception message. Thanks to Ton Bosma for spotting.

2024-05-08 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 888ad707674 CAMEL-20746: camel-yaml-dsl - Exception should use correct 
node in exception message. Thanks to Ton Bosma for spotting.
888ad707674 is described below

commit 888ad70767425ca57b568512b74789c9f32cdaa0
Author: Claus Ibsen 
AuthorDate: Wed May 8 15:30:46 2024 +0200

CAMEL-20746: camel-yaml-dsl - Exception should use correct node in 
exception message. Thanks to Ton Bosma for spotting.
---
 .../java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
index 234e10f7dfe..9ee9964998d 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-common/src/main/java/org/apache/camel/dsl/yaml/common/YamlDeserializerSupport.java
@@ -193,7 +193,7 @@ public class YamlDeserializerSupport {
 answer.put(StringHelper.dashToCamelCase(key), asMap(val));
 break;
 default:
-throw new UnsupportedNodeTypeException(node);
+throw new UnsupportedNodeTypeException(val);
 }
 }
 



(camel) branch regen_bot updated (b0159a1b3fe -> 9a39025146a)

2024-05-08 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 b0159a1b3fe CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
 add 9a39025146a CAMEL-20748: camel-core - Route policy should have Route 
injected if RouteAware

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/reifier/RouteReifier.java   |  5 +
 .../camel/throttling/ThrottlingExceptionRoutePolicy.java   | 14 +-
 2 files changed, 18 insertions(+), 1 deletion(-)



(camel) branch main updated (b0159a1b3fe -> 9a39025146a)

2024-05-08 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 b0159a1b3fe CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
 add 9a39025146a CAMEL-20748: camel-core - Route policy should have Route 
injected if RouteAware

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/reifier/RouteReifier.java   |  5 +
 .../camel/throttling/ThrottlingExceptionRoutePolicy.java   | 14 +-
 2 files changed, 18 insertions(+), 1 deletion(-)



Re: [PR] Add GitHub Action to report test failures in the workflow summary [camel-quarkus]

2024-05-08 Thread via GitHub


zhfeng commented on PR #6076:
URL: https://github.com/apache/camel-quarkus/pull/6076#issuecomment-2100566180

   Hmm, no, that's definely a problem. :(


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

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

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



(camel-quarkus) branch main updated (12aabbb84b -> 60a66d89ff)

2024-05-08 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 12aabbb84b Fix support-swagger class name typo SupporSwaggerProcessor 
-> SupporSwaggerProcessor
 add 60a66d89ff Increase Xmx to 4600m for initial-mvn-install job

No new revisions were added by this update.

Summary of changes:
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml| 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



Re: [PR] Increase Xmx to 4600m for initial-mvn-install job [camel-quarkus]

2024-05-08 Thread via GitHub


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


-- 
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-20722 - disabled on ppc64le due to consistent failure [camel]

2024-05-08 Thread via GitHub


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

   I assume there is no @DisabledOnOs so you need to do as you do


-- 
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] chore(CI): updated jdk install actions. [camel-kafka-connector]

2024-05-08 Thread via GitHub


valdar opened a new pull request, #1629:
URL: https://github.com/apache/camel-kafka-connector/pull/1629

   (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



Re: [PR] Review permission check [camel-k]

2024-05-08 Thread via GitHub


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

   Sorry, I misinterpreted the change, I thought you were removing the 
`Configmap` option. Okey, I see that nothing is really changing, however, I 
wonder if we can take the opportunity and add an `// 
+kubebuilder:validation:Enum=Configmap;Lease` to enforce a check on the 
accepted values.


-- 
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] Add GitHub Action to report test failures in the workflow summary [camel-quarkus]

2024-05-08 Thread via GitHub


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

   > This could be much easier?
   
   Yes & no  
   
   I could try to add something. I have a feeling that it wont work with PRs 
from forked repositories though. It'd need a bot user token.


-- 
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 (630dcc87195 -> b0159a1b3fe)

2024-05-08 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 630dcc87195 CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
 add b0159a1b3fe CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker

No new revisions were added by this update.

Summary of changes:
 .../beans/ThrottlingExceptionRoutePolicy.json  |  2 +-
 ...ManagedThrottlingExceptionRoutePolicyMBean.java |  6 +
 .../ManagedThrottlingExceptionRoutePolicy.java | 10 +
 .../ThrottlingExceptionRoutePolicyConfigurer.java  |  6 +
 .../camel/bean/ThrottlingExceptionRoutePolicy.json |  2 +-
 .../throttling/ThrottlingExceptionRoutePolicy.java | 26 --
 6 files changed, 48 insertions(+), 4 deletions(-)



Re: [PR] Test fixes [camel-k]

2024-05-08 Thread via GitHub


valdar commented on code in PR #5415:
URL: https://github.com/apache/camel-k/pull/5415#discussion_r1594000383


##
pkg/platform/defaults.go:
##
@@ -325,7 +325,7 @@ func setPlatformDefaults(p *v1.IntegrationPlatform, verbose 
bool) error {
// Build timeout
if p.Status.Build.GetTimeout().Duration == 0 {
p.Status.Build.Timeout = {
-   Duration: 5 * time.Minute,
+   Duration: 10 * time.Minute,

Review Comment:
   Done.



-- 
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-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub


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

   Can you add a section about this change to the 4.7 upgrade doc at
   
https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_7.adoc


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

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

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



(camel) branch main updated: CAMEL-19358: Add jmx api for setting keepOpen on throttling circuit breaker

2024-05-08 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 b0159a1b3fe CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
b0159a1b3fe is described below

commit b0159a1b3fe9dc873f88f8d69e6f502b686441de
Author: Claus Ibsen 
AuthorDate: Wed May 8 14:50:09 2024 +0200

CAMEL-19358: Add jmx api for setting keepOpen on throttling circuit breaker
---
 .../beans/ThrottlingExceptionRoutePolicy.json  |  2 +-
 ...ManagedThrottlingExceptionRoutePolicyMBean.java |  6 +
 .../ManagedThrottlingExceptionRoutePolicy.java | 10 +
 .../ThrottlingExceptionRoutePolicyConfigurer.java  |  6 +
 .../camel/bean/ThrottlingExceptionRoutePolicy.json |  2 +-
 .../throttling/ThrottlingExceptionRoutePolicy.java | 26 --
 6 files changed, 48 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/ThrottlingExceptionRoutePolicy.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/ThrottlingExceptionRoutePolicy.json
index 2738d4e9534..d891485d5e0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/ThrottlingExceptionRoutePolicy.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/ThrottlingExceptionRoutePolicy.json
@@ -10,7 +10,7 @@
 "groupId": "org.apache.camel",
 "artifactId": "camel-support",
 "version": "4.6.0-SNAPSHOT",
-"properties": { "failureThreshold": { "index": 0, "kind": "property", 
"displayName": "Failure Threshold", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"description": "How many failed messages within the window would trigger the 
circuit breaker to open" }, "failureWindow": { "index": 1, "kind": "property", 
"displayName": "Failure Window", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, [...]
+"properties": { "failureThreshold": { "index": 0, "kind": "property", 
"displayName": "Failure Threshold", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"description": "How many failed messages within the window would trigger the 
circuit breaker to open" }, "failureWindow": { "index": 1, "kind": "property", 
"displayName": "Failure Window", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, [...]
   }
 }
 
diff --git 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedThrottlingExceptionRoutePolicyMBean.java
 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedThrottlingExceptionRoutePolicyMBean.java
index b9f7be5dfae..6614918632f 100644
--- 
a/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedThrottlingExceptionRoutePolicyMBean.java
+++ 
b/core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/ManagedThrottlingExceptionRoutePolicyMBean.java
@@ -48,6 +48,12 @@ public interface ManagedThrottlingExceptionRoutePolicyMBean 
extends ManagedServi
 @ManagedAttribute(description = "Whether to keep the circuit breaker open 
(never closes)")
 void setKeepOpen(boolean keepOpen);
 
+@ManagedAttribute(description = "Logging level to use for logging state 
changes")
+String getStateLoggingLevel();
+
+@ManagedAttribute(description = "Logging level to use for logging state 
changes")
+void setStateLoggingLevel(String stateLoggingLevel);
+
 @ManagedOperation(description = "The current state of the circuit")
 String currentState();
 
diff --git 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedThrottlingExceptionRoutePolicy.java
 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedThrottlingExceptionRoutePolicy.java
index c9980772b81..17d72e438d6 100644
--- 
a/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedThrottlingExceptionRoutePolicy.java
+++ 
b/core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedThrottlingExceptionRoutePolicy.java
@@ -90,6 +90,16 @@ public class ManagedThrottlingExceptionRoutePolicy extends 
ManagedService
 getPolicy().setKeepOpen(keepOpen);
 }
 
+@Override
+public String getStateLoggingLevel() {
+return getPolicy().getStateLoggingLevel().name();
+}
+
+@Override
+public void setStateLoggingLevel(String stateLoggingLevel) {
+getPolicy().setStateLoggingLevel(stateLoggingLevel);
+}
+
 @Override
 public String currentState() {
 return getPolicy().dumpState();
diff --git 

(camel) branch regen_bot updated (ea89079c200 -> 630dcc87195)

2024-05-08 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 ea89079c200 camel-jbang - Add cmd for suspend/resume routes
 add dfbef8b31ad CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
 add 630dcc87195 CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker

No new revisions were added by this update.

Summary of changes:
 .../catalog/beans/ThrottlingExceptionRoutePolicy.json|  2 +-
 .../ManagedThrottlingExceptionRoutePolicyMBean.java  |  6 ++
 .../mbean/ManagedThrottlingExceptionRoutePolicy.java | 10 ++
 .../ThrottlingExceptionRoutePolicyConfigurer.java|  6 ++
 .../camel/bean/ThrottlingExceptionRoutePolicy.json   |  2 +-
 .../camel/throttling/ThrottlingExceptionRoutePolicy.java | 16 +---
 6 files changed, 33 insertions(+), 9 deletions(-)



(camel) branch main updated (ea89079c200 -> 630dcc87195)

2024-05-08 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 ea89079c200 camel-jbang - Add cmd for suspend/resume routes
 add dfbef8b31ad CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker
 add 630dcc87195 CAMEL-19358: Add jmx api for setting keepOpen on 
throttling circuit breaker

No new revisions were added by this update.

Summary of changes:
 .../catalog/beans/ThrottlingExceptionRoutePolicy.json|  2 +-
 .../ManagedThrottlingExceptionRoutePolicyMBean.java  |  6 ++
 .../mbean/ManagedThrottlingExceptionRoutePolicy.java | 10 ++
 .../ThrottlingExceptionRoutePolicyConfigurer.java|  6 ++
 .../camel/bean/ThrottlingExceptionRoutePolicy.json   |  2 +-
 .../camel/throttling/ThrottlingExceptionRoutePolicy.java | 16 +---
 6 files changed, 33 insertions(+), 9 deletions(-)



Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub


santam85 commented on PR #14082:
URL: https://github.com/apache/camel/pull/14082#issuecomment-2100464407

   > the PR gives a test error with
   > 
   > 
org.apache.camel.component.spring.security.config.SpringSecurityAuthorizationPolicyConfigTest.testAuthorizationPolicy
   
   Sorry, missed one of the test resources. Ran `mvn test` on the whole 
component, all seems to pass 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) branch regen_bot updated (7eb372ad5f6 -> ea89079c200)

2024-05-08 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 7eb372ad5f6 Do not use Optional as parameters or fields (#14067)
 add ea89079c200 camel-jbang - Add cmd for suspend/resume routes

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/cli/connector/LocalCliConnector.java| 16 ++--
 .../camel/dsl/jbang/core/commands/CamelJBangMain.java|  2 ++
 ...RouteStartAction.java => CamelRouteResumeAction.java} | 10 +-
 ...outeStartAction.java => CamelRouteSuspendAction.java} | 10 +-
 4 files changed, 26 insertions(+), 12 deletions(-)
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/{CamelRouteStartAction.java
 => CamelRouteResumeAction.java} (79%)
 copy 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/{CamelRouteStartAction.java
 => CamelRouteSuspendAction.java} (79%)



Re: [PR] [CAMEL-20747] Migrate SpringSecurityAuthorizationPolicy to Spring 5 [camel]

2024-05-08 Thread via GitHub


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

   the PR gives a test error with
   
   
org.apache.camel.component.spring.security.config.SpringSecurityAuthorizationPolicyConfigTest.testAuthorizationPolicy


-- 
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-examples) branch main updated: Use kafka component directly

2024-05-08 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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
 new 4045863  Use kafka component directly
4045863 is described below

commit 40458638fe3bf9b2e841e8e7d68b36ed0c3e3aa4
Author: Claus Ibsen 
AuthorDate: Wed May 8 14:06:42 2024 +0200

Use kafka component directly
---
 jbang/kafka-health/producer.camel.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/kafka-health/producer.camel.yaml 
b/jbang/kafka-health/producer.camel.yaml
index fac1aeb..b15adee 100644
--- a/jbang/kafka-health/producer.camel.yaml
+++ b/jbang/kafka-health/producer.camel.yaml
@@ -4,4 +4,4 @@
 uri: "kamelet:chuck-norris-source"
 steps:
 - log: "${body}"
-- to: 
"kamelet:kafka-not-secured-sink?topic=foobar=localhost:9092"
+- to: "kafka:foobar?brokers=localhost:9092"



(camel) branch main updated: camel-jbang - Add cmd for suspend/resume routes

2024-05-08 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 ea89079c200 camel-jbang - Add cmd for suspend/resume routes
ea89079c200 is described below

commit ea89079c2007c6c4ee64c62e12b0ef511c7d9401
Author: Claus Ibsen 
AuthorDate: Wed May 8 14:09:04 2024 +0200

camel-jbang - Add cmd for suspend/resume routes
---
 .../camel/cli/connector/LocalCliConnector.java | 16 --
 .../dsl/jbang/core/commands/CamelJBangMain.java|  2 ++
 .../commands/action/CamelRouteResumeAction.java| 36 ++
 .../commands/action/CamelRouteSuspendAction.java   | 36 ++
 4 files changed, 88 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
index 6f6521bb928..0a84c3294b3 100644
--- 
a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
+++ 
b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
@@ -771,9 +771,21 @@ public class LocalCliConnector extends ServiceSupport 
implements CliConnector, C
 camelContext.getRouteController().stopRoute(id);
 }
 } else if ("suspend".equals(command)) {
-camelContext.getRouteController().suspendRoute(id);
+if ("*".equals(id)) {
+for (Route r : camelContext.getRoutes()) {
+
camelContext.getRouteController().suspendRoute(r.getRouteId());
+}
+} else {
+camelContext.getRouteController().suspendRoute(id);
+}
 } else if ("resume".equals(command)) {
-camelContext.getRouteController().resumeRoute(id);
+if ("*".equals(id)) {
+for (Route r : camelContext.getRoutes()) {
+
camelContext.getRouteController().resumeRoute(r.getRouteId());
+}
+} else {
+camelContext.getRouteController().resumeRoute(id);
+}
 }
 } catch (Exception e) {
 // ignore
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
index 934898d56f0..60844e1e3af 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CamelJBangMain.java
@@ -110,6 +110,8 @@ public class CamelJBangMain implements Callable {
 .addSubcommand("cmd", new CommandLine(new CamelAction(main))
 .addSubcommand("start-route", new CommandLine(new 
CamelRouteStartAction(main)))
 .addSubcommand("stop-route", new CommandLine(new 
CamelRouteStopAction(main)))
+.addSubcommand("suspend-route", new CommandLine(new 
CamelRouteSuspendAction(main)))
+.addSubcommand("resume-route", new CommandLine(new 
CamelRouteResumeAction(main)))
 .addSubcommand("reset-stats", new CommandLine(new 
CamelResetStatsAction(main)))
 .addSubcommand("reload", new CommandLine(new 
CamelReloadAction(main)))
 .addSubcommand("send", new CommandLine(new 
CamelSendAction(main)))
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelRouteResumeAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelRouteResumeAction.java
new file mode 100644
index 000..404060e6534
--- /dev/null
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelRouteResumeAction.java
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is 

Re: [PR] CAMEL-20722 - disabled on ppc64le due to consistent failure [camel]

2024-05-08 Thread via GitHub


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

   :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



  1   2   3   >