(camel-spring-boot) branch main updated: Regen

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

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


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

commit 0058e44709aa2afd094883b4c4e455a817a348eb
Author: Claus Ibsen 
AuthorDate: Mon Mar 18 06:56:51 2024 +0100

Regen
---
 .../camel/springboot/catalog/components/langchain-embeddings.json | 4 ++--
 .../springboot/LangchainEmbeddingsComponentConfiguration.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
index 2b3760c8748..a1359a7e935 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Perform operations on the Qdrant Vector Database.",
+"description": "Langchain4j Embeddings",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel.springboot",
 "artifactId": "camel-langchain-embeddings-starter",
-"version": "4.4.0-SNAPSHOT",
+"version": "4.5.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
 
b/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
index 37f2db5e58b..7bd080d044b 100644
--- 
a/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
+++ 
b/components-starter/camel-langchain-embeddings-starter/src/main/java/org/apache/camel/component/langchain/embeddings/springboot/LangchainEmbeddingsComponentConfiguration.java
@@ -22,7 +22,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */



(camel) branch milvus-refine deleted (was faec6e05b3a)

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

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


 was faec6e05b3a Camel-Milvus: Fix some 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-Milvus: Fix some metadata (#13513)

2024-03-17 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 81ff438d659 Camel-Milvus: Fix some metadata (#13513)
81ff438d659 is described below

commit 81ff438d659710ecdaa2ec246d7db793c807822e
Author: Andrea Cosentino 
AuthorDate: Mon Mar 18 06:55:56 2024 +0100

Camel-Milvus: Fix some metadata (#13513)

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/catalog/components/langchain-embeddings.json | 4 ++--
 .../resources/org/apache/camel/catalog/components/milvus.json | 2 +-
 .../resources/META-INF/org/apache/camel/component/milvus/milvus.json  | 2 +-
 .../src/main/java/org/apache/camel/component/milvus/Milvus.java   | 3 ++-
 .../org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt   | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
index a064e3985a3..00a08f7f076 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Langchain4j Embeddings",
+"description": "Perform operations on the Qdrant Vector Database.",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-langchain-embeddings",
-"version": "4.5.0-SNAPSHOT",
+"version": "4.4.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
index cebe8a92bb3..21e7d75e8e7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
@@ -32,7 +32,7 @@
 "autowiredEnabled": { "index": 6, "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": {
-"CamelMilvusAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "UPSERT", "RETRIEVE", "DELETE" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#ACTION" },
+"CamelMilvusAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE" ], "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The action to be performed.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#ACTION" },
 "CamelMilvusOperationID": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Operation ID.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#OPERATION_ID" },
 "CamelMilvusOperationStatus": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Operation Status.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#OPERATION_STATUS" },
 "CamelMilvusOperationStatusValue": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Operation Status Value.", 

Re: [PR] Camel-Milvus: Fix some metadata [camel]

2024-03-17 Thread via GitHub


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


-- 
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) 02/02: Regne

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

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

commit 3c8fc46886e15671f8c3b8546bcb85f3ce0167be
Author: Claus Ibsen 
AuthorDate: Mon Mar 18 06:55:09 2024 +0100

Regne
---
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
 .../endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java   | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 3261df8cff8..61251baf19a 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -9831,7 +9831,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Category: ai
  * Since: 4.5
@@ -9851,7 +9851,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Category: ai
  * Since: 4.5
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java
index 1ac10e080e8..217ecbaf597 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java
@@ -26,7 +26,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -142,7 +142,7 @@ public interface LangchainEmbeddingsEndpointBuilderFactory {
 public interface LangchainEmbeddingsBuilders {
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Category: ai
  * Since: 4.5
@@ -155,7 +155,7 @@ public interface LangchainEmbeddingsEndpointBuilderFactory {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Category: ai
  * Since: 4.5
@@ -175,7 +175,7 @@ public interface LangchainEmbeddingsEndpointBuilderFactory {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  * 
  * Category: ai
  * Since: 4.5



(camel) branch main updated (9f6338b1ee4 -> 3c8fc46886e)

2024-03-17 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 9f6338b1ee4 [CAMEL-20512] Add full path for camel jbang process if 
using Windows (#13494)
 new 40ec1263dc1 Remove cruft file
 new 3c8fc46886e Regne

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


Summary of changes:
 .../langchain/embeddings/langchain-embeddings.json | 43 --
 .../builder/endpoint/StaticEndpointBuilders.java   |  4 +-
 .../LangchainEmbeddingsEndpointBuilderFactory.java |  8 ++--
 3 files changed, 6 insertions(+), 49 deletions(-)
 delete mode 100644 
components/camel-ai/camel-langchain-embeddings/src/generated/resources/org/apache/camel/component/langchain/embeddings/langchain-embeddings.json



(camel) 01/02: Remove cruft file

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

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

commit 40ec1263dc17e1be728ec646d56a996f78ce628b
Author: Claus Ibsen 
AuthorDate: Mon Mar 18 06:31:05 2024 +0100

Remove cruft file
---
 .../langchain/embeddings/langchain-embeddings.json | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/components/camel-ai/camel-langchain-embeddings/src/generated/resources/org/apache/camel/component/langchain/embeddings/langchain-embeddings.json
 
b/components/camel-ai/camel-langchain-embeddings/src/generated/resources/org/apache/camel/component/langchain/embeddings/langchain-embeddings.json
deleted file mode 100644
index 00a08f7f076..000
--- 
a/components/camel-ai/camel-langchain-embeddings/src/generated/resources/org/apache/camel/component/langchain/embeddings/langchain-embeddings.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-  "component": {
-"kind": "component",
-"name": "langchain-embeddings",
-"title": "Langchain4j Embeddings",
-"description": "Perform operations on the Qdrant Vector Database.",
-"deprecated": false,
-"firstVersion": "4.5.0",
-"label": "ai",
-"javaType": 
"org.apache.camel.component.langchain.embeddings.LangchainEmbeddingsComponent",
-"supportLevel": "Preview",
-"groupId": "org.apache.camel",
-"artifactId": "camel-langchain-embeddings",
-"version": "4.4.0-SNAPSHOT",
-"scheme": "langchain-embeddings",
-"extendsScheme": "",
-"syntax": "langchain-embeddings:embeddingId",
-"async": false,
-"api": false,
-"consumerOnly": false,
-"producerOnly": true,
-"lenientProperties": false,
-"remote": true
-  },
-  "componentProperties": {
-"configuration": { "index": 0, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.langchain.embeddings.LangchainEmbeddingsConfiguration",
 "deprecated": false, "autowired": false, "secret": false, "description": "The 
configuration." },
-"embeddingModel": { "index": 1, "kind": "property", "displayName": 
"Embedding Model", "group": "producer", "label": "", "required": true, "type": 
"object", "javaType": "dev.langchain4j.model.embedding.EmbeddingModel", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.langchain.embeddings.LangchainEmbeddingsConfiguration",
 "configurationField": "configuration", "description": "The EmbeddingModel 
engine to  [...]
-"lazyStartProducer": { "index": 2, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
-"autowiredEnabled": { "index": 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": {
-"CamelLangchainEmbeddingsFinishReason": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "dev.langchain4j.model.output.FinishReason", "enum": [ "STOP", 
"LENGTH", "TOOL_EXECUTION", "CONTENT_FILTER", "OTHER" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
Finish Reason.", "constantName": 
"org.apache.camel.component.langchain.embeddings.LangchainEmbeddings$Headers#F 
[...]
-"CamelLangchainEmbeddingsInputTokenCount": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Input Token Count.", 
"constantName": 
"org.apache.camel.component.langchain.embeddings.LangchainEmbeddings$Headers#INPUT_TOKEN_COUNT"
 },
-"CamelLangchainEmbeddingsOutputTokenCount": { "index": 2, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "int", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Output Token Count.", 
"constantName": 

Re: [PR] Camel-Milvus: Fix some metadata [camel]

2024-03-17 Thread via GitHub


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

   :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-Milvus: Fix some metadata [camel]

2024-03-17 Thread via GitHub


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

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


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

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

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



(camel) branch milvus-refine created (now faec6e05b3a)

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

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


  at faec6e05b3a Camel-Milvus: Fix some metadata

This branch includes the following new commits:

 new faec6e05b3a Camel-Milvus: Fix some 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.




(camel) 01/01: Camel-Milvus: Fix some metadata

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

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

commit faec6e05b3a328180ea8b0d0c0a8bc99e9be500f
Author: Andrea Cosentino 
AuthorDate: Mon Mar 18 06:42:23 2024 +0100

Camel-Milvus: Fix some metadata

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/catalog/components/langchain-embeddings.json | 4 ++--
 .../resources/org/apache/camel/catalog/components/milvus.json | 2 +-
 .../resources/META-INF/org/apache/camel/component/milvus/milvus.json  | 2 +-
 .../src/main/java/org/apache/camel/component/milvus/Milvus.java   | 3 ++-
 .../org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt   | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
index a064e3985a3..00a08f7f076 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Langchain4j Embeddings",
+"description": "Perform operations on the Qdrant Vector Database.",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-langchain-embeddings",
-"version": "4.5.0-SNAPSHOT",
+"version": "4.4.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
index cebe8a92bb3..21e7d75e8e7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/milvus.json
@@ -32,7 +32,7 @@
 "autowiredEnabled": { "index": 6, "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": {
-"CamelMilvusAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "UPSERT", "RETRIEVE", "DELETE" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#ACTION" },
+"CamelMilvusAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE_INDEX", "UPSERT", "INSERT", "SEARCH", 
"DELETE" ], "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The action to be performed.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#ACTION" },
 "CamelMilvusOperationID": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Operation ID.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#OPERATION_ID" },
 "CamelMilvusOperationStatus": { "index": 2, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Operation Status.", "constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#OPERATION_STATUS" },
 "CamelMilvusOperationStatusValue": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Operation Status Value.", 
"constantName": 
"org.apache.camel.component.milvus.Milvus$Headers#OPERATION_STATUS_VALUE" },
diff --git 

(camel) branch regen_bot updated (43c18f611c0 -> 9f6338b1ee4)

2024-03-17 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 43c18f611c0 Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre 
(#13499)
 add 9f6338b1ee4 [CAMEL-20512] Add full path for camel jbang process if 
using Windows (#13494)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/dsl/jbang/core/commands/Debug.java  |  2 +-
 .../java/org/apache/camel/dsl/jbang/core/commands/Run.java| 11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)



(camel) branch camel-4.4.x updated: [CAMEL-20512] Add full path for camel jbang process if using Windows (#13494)

2024-03-17 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 286995e9004 [CAMEL-20512] Add full path for camel jbang process if 
using Windows (#13494)
286995e9004 is described below

commit 286995e900414e6148b4a520481ef9cf52033c24
Author: Adriano Machado <60320+ammach...@users.noreply.github.com>
AuthorDate: Mon Mar 18 01:24:09 2024 -0400

[CAMEL-20512] Add full path for camel jbang process if using Windows 
(#13494)

* [CAMEL-20512] Add full path for camel jbang process if using Windows

* [CAMEL-20512] Apply same fix to `camel debug`.
---
 .../java/org/apache/camel/dsl/jbang/core/commands/Debug.java  |  2 +-
 .../java/org/apache/camel/dsl/jbang/core/commands/Run.java| 11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
index c0cb5f39fe4..b3ca7ab43b4 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
@@ -251,7 +251,7 @@ public class Debug extends Run {
 cmds.add("--prop=camel.debug.loggingLevel=DEBUG");
 cmds.add("--prop=camel.debug.singleStepIncludeStartEnd=true");
 
-cmds.add(0, "camel");
+addCamelCommand(cmds);
 
 ProcessBuilder pb = new ProcessBuilder();
 pb.command(cmds);
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
index 221259ad051..94166757233 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
@@ -977,7 +977,7 @@ public class Run extends CamelCommand {
 cmds.remove("--background=true");
 cmds.remove("--background");
 
-cmds.add(0, "camel");
+addCamelCommand(cmds);
 
 ProcessBuilder pb = new ProcessBuilder();
 pb.command(cmds);
@@ -1542,4 +1542,13 @@ public class Run extends CamelCommand {
 return false;
 }
 }
+
+protected static void addCamelCommand(List cmds) {
+if (FileUtil.isWindows()) {
+String jbangDir = System.getenv().getOrDefault("JBANG_DIR", 
System.getProperty("user.home") + "\\.jbang");
+cmds.add(0, jbangDir + "\\bin\\camel.cmd");
+} else {
+cmds.add(0, "camel");
+}
+}
 }



(camel) branch main updated: [CAMEL-20512] Add full path for camel jbang process if using Windows (#13494)

2024-03-17 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 9f6338b1ee4 [CAMEL-20512] Add full path for camel jbang process if 
using Windows (#13494)
9f6338b1ee4 is described below

commit 9f6338b1ee4cd8f174d483e21fa6d558672667cd
Author: Adriano Machado <60320+ammach...@users.noreply.github.com>
AuthorDate: Mon Mar 18 01:24:09 2024 -0400

[CAMEL-20512] Add full path for camel jbang process if using Windows 
(#13494)

* [CAMEL-20512] Add full path for camel jbang process if using Windows

* [CAMEL-20512] Apply same fix to `camel debug`.
---
 .../java/org/apache/camel/dsl/jbang/core/commands/Debug.java  |  2 +-
 .../java/org/apache/camel/dsl/jbang/core/commands/Run.java| 11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
index c0cb5f39fe4..b3ca7ab43b4 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Debug.java
@@ -251,7 +251,7 @@ public class Debug extends Run {
 cmds.add("--prop=camel.debug.loggingLevel=DEBUG");
 cmds.add("--prop=camel.debug.singleStepIncludeStartEnd=true");
 
-cmds.add(0, "camel");
+addCamelCommand(cmds);
 
 ProcessBuilder pb = new ProcessBuilder();
 pb.command(cmds);
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
index a6b42b06273..cf9abe7cee4 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java
@@ -1025,7 +1025,7 @@ public class Run extends CamelCommand {
 cmds.remove("--background=true");
 cmds.remove("--background");
 
-cmds.add(0, "camel");
+addCamelCommand(cmds);
 
 ProcessBuilder pb = new ProcessBuilder();
 pb.command(cmds);
@@ -1590,4 +1590,13 @@ public class Run extends CamelCommand {
 return false;
 }
 }
+
+protected static void addCamelCommand(List cmds) {
+if (FileUtil.isWindows()) {
+String jbangDir = System.getenv().getOrDefault("JBANG_DIR", 
System.getProperty("user.home") + "\\.jbang");
+cmds.add(0, jbangDir + "\\bin\\camel.cmd");
+} else {
+cmds.add(0, "camel");
+}
+}
 }



Re: [PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

2024-03-17 Thread via GitHub


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


-- 
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-20548: include a capability section to advertise which artifact provides a specific feature [camel]

2024-03-17 Thread via GitHub


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


##
tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/EntityRef.java:
##
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.tooling.model;
+
+/**
+ * Reference a Camel entity.
+ */
+// TODO: the org.apache.camel.catalog.Kind should probably be moved in this 
package/module

Review Comment:
   ok you are welcome to move it



##
catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties:
##
@@ -0,0 +1,17 @@
+## ---
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##  http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---
+platform-http=other/platform-http-main

Review Comment:
   Hmm should this file really be in camel-catalog or did you use it for 
testing purpose



-- 
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 (7cbcf4f9ab3 -> 43c18f611c0)

2024-03-17 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 7cbcf4f9ab3 Regen SBOM from commit 
b822b3426ca21a420136ed2c6cf5bdb5ebee9a65 (#13512)
 add 43c18f611c0 Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre 
(#13499)

No new revisions were added by this update.

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



(camel) branch camel-4.4.x updated: CAMEL-20568: Set error handler on route level in YAML DSL (#13489) (#13501)

2024-03-17 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 ae2a191cc44 CAMEL-20568: Set error handler on route level in YAML DSL 
(#13489) (#13501)
ae2a191cc44 is described below

commit ae2a191cc44264ffd245d5789b0ff4e5a790044f
Author: Christoph Deppisch 
AuthorDate: Mon Mar 18 06:12:57 2024 +0100

CAMEL-20568: Set error handler on route level in YAML DSL (#13489) (#13501)

Allow to set error handler on route level in Camel YAML DSL

(cherry picked from commit c0228d4f12c6a34859e69337bd0017a855fe195c)
---
 .../dsl/yaml/deserializers/CustomResolver.java |  2 +
 .../ErrorHandlerBuilderDeserializer.java   | 33 ++--
 ...rializer.java => ErrorHandlerDeserializer.java} | 50 +---
 .../deserializers/RouteDefinitionDeserializer.java |  9 +++
 .../generated/resources/schema/camelYamlDsl.json   | 89 +-
 .../org/apache/camel/dsl/yaml/RoutesTest.groovy| 88 -
 6 files changed, 197 insertions(+), 74 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/CustomResolver.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/CustomResolver.java
index c0ccc80eac7..ab9415ece5d 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/CustomResolver.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/CustomResolver.java
@@ -87,6 +87,8 @@ public class CustomResolver implements 
YamlDeserializerResolver {
 case "beans":
 return beansDeserializer;
 case "errorHandler":
+return new ErrorHandlerDeserializer();
+case "org.apache.camel.ErrorHandlerFactory":
 return new ErrorHandlerBuilderDeserializer();
 case "org.apache.camel.model.ProcessorDefinition":
 return new ProcessorDefinitionDeserializer();
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/ErrorHandlerBuilderDeserializer.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/ErrorHandlerBuilderDeserializer.java
index 545fc9e300e..daf18aa1d3a 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/ErrorHandlerBuilderDeserializer.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/ErrorHandlerBuilderDeserializer.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.dsl.yaml.deserializers;
 
-import org.apache.camel.CamelContext;
 import org.apache.camel.ErrorHandlerFactory;
 import org.apache.camel.dsl.yaml.common.YamlDeserializationContext;
 import org.apache.camel.dsl.yaml.common.YamlDeserializerResolver;
@@ -27,7 +26,6 @@ import 
org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition;
 import 
org.apache.camel.model.errorhandler.JtaTransactionErrorHandlerDefinition;
 import org.apache.camel.model.errorhandler.NoErrorHandlerDefinition;
 import org.apache.camel.model.errorhandler.RefErrorHandlerDefinition;
-import org.apache.camel.spi.CamelContextCustomizer;
 import org.apache.camel.spi.annotations.YamlIn;
 import org.apache.camel.spi.annotations.YamlProperty;
 import org.apache.camel.spi.annotations.YamlType;
@@ -36,16 +34,11 @@ import org.snakeyaml.engine.v2.nodes.MappingNode;
 import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
 
-import static 
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.asMappingNode;
-import static org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.asText;
-import static org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.asType;
-import static 
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.getDeserializationContext;
-import static 
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.setDeserializationContext;
+import static org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.*;
 
 @YamlIn
 @YamlType(
-  inline = false,
-  nodes = { "error-handler", "errorHandler" },
+  types = ErrorHandlerFactory.class,
   order = YamlDeserializerResolver.ORDER_DEFAULT,
   properties = {
   @YamlProperty(name = "deadLetterChannel",
@@ -69,15 +62,6 @@ import static 
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport.setDeseri
   })
 public class ErrorHandlerBuilderDeserializer implements ConstructNode {
 
-private static CamelContextCustomizer customizer(ErrorHandlerFactory 
builder) {
-return new 

Re: [PR] [BACKPORT-4.4.x] CAMEL-20568: Set error handler on route level in YAML DSL (#13489) [camel]

2024-03-17 Thread via GitHub


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


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

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

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



(camel) branch dependabot/maven/com.google.guava-guava-33.1.0-jre deleted (was f1b54f80c6c)

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

github-bot pushed a change to branch 
dependabot/maven/com.google.guava-guava-33.1.0-jre
in repository https://gitbox.apache.org/repos/asf/camel.git


 was f1b54f80c6c Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre

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 (7cbcf4f9ab3 -> 43c18f611c0)

2024-03-17 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 7cbcf4f9ab3 Regen SBOM from commit 
b822b3426ca21a420136ed2c6cf5bdb5ebee9a65 (#13512)
 add 43c18f611c0 Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre 
(#13499)

No new revisions were added by this update.

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



Re: [PR] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre [camel]

2024-03-17 Thread via GitHub


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


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

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

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



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

2024-03-17 Thread via GitHub


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

   The 
[quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) 
branch build has failed:
   
   * Build ID: 8320277291-1425-4b5208e6-441f-4f97-adef-2a9d729b5783
   * Camel Quarkus Commit: a934bf88770c5525580b9861982d45a3a52cf26f
   
   * Quarkus Main Commit: 5178e704c2fbf4242c3ca704b1410bb443c839c1
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/8320277291


-- 
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-20521: camel-amqp - AMQP publisher application is losing messages with local JMS transaction enabled [camel]

2024-03-17 Thread via GitHub


zhfeng commented on code in PR #13403:
URL: https://github.com/apache/camel/pull/13403#discussion_r1527672357


##
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json:
##


Review Comment:
   Not sure why it is here but I think all of the `langchain-embeddings` 
changes should be excluded from this commit.



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

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

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



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

2024-03-17 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 8319303748-1321-27744bf0-469e-47e9-b788-eec5ada4a9bc
   * Camel Quarkus Commit: ceab1d60d2870b452719dc0e30aaf9fab227756d
   
   * Camel Main Commit: 5178e704c2fbf4242c3ca704b1410bb443c839c1
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/8319303748


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

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

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



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

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

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


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

commit 952e3d423a0e653d56d4376b74d149d22ce92a3c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 18 00:22:59 2024 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b142f287e..9d308eafa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,7 @@
 - Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
 - Azure Key Vault Trait: Support Azure Identity as authentication method 
[\#4983](https://github.com/apache/camel-k/issues/4983)
+- Move handling of IntegrationPlatformResource to a separate operator 
[\#4948](https://github.com/apache/camel-k/issues/4948)
 - Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
 - Upgrade to Go 1.21 [\#4795](https://github.com/apache/camel-k/issues/4795)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)



(camel-spring-boot) branch automatic-periodic-sync updated (4b23a04dc77 -> 182dce26e00)

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

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


omit 4b23a04dc77 [create-pull-request] automated change
 add 182dce26e00 [create-pull-request] automated change (#)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4b23a04dc77)
\
 N -- N -- N   refs/heads/automatic-periodic-sync (182dce26e00)

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

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

No new revisions were added by this update.

Summary of changes:



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

2024-03-17 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 589b163df chore: nightly automatic updates
589b163df is described below

commit 589b163dfa9daba1292734d02e597287b4a11be3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 17 23:42:55 2024 +

chore: nightly automatic updates
---
 CHANGELOG.md | 1 +
 README.adoc  | 2 +-
 badge.out| 2 +-
 coverage | 2 +-
 coverage.out | 4 ++--
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 351c695da..4df162b0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,7 @@
 - Quarkus buildMode should sort JVM before Native execution 
[\#5001](https://github.com/apache/camel-k/issues/5001)
 - Failing to build native integration  
[\#5000](https://github.com/apache/camel-k/issues/5000)
 - Azure Key Vault Trait: Support Azure Identity as authentication method 
[\#4983](https://github.com/apache/camel-k/issues/4983)
+- Move handling of IntegrationPlatformResource to a separate operator 
[\#4948](https://github.com/apache/camel-k/issues/4948)
 - Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811)
 - Upgrade to Go 1.21 [\#4795](https://github.com/apache/camel-k/issues/4795)
 - Pointer to an external schema/CRD 
[\#4788](https://github.com/apache/camel-k/issues/4788)
diff --git a/README.adoc b/README.adoc
index ce974460b..6f602ad4e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@ 
image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernet
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative;, 
link="https://github.com/apache/camel-k/actions/workflows/knative.yml;]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
 releases", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml;]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus
 native", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml;]
-image:https://img.shields.io/badge/Coverage-37.1%25-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml;]
+image:https://img.shields.io/badge/Coverage-37.2%25-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml;]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on 
Zulip", link="https://camel.zulipchat.com;]
 
 Apache Camel K is a lightweight integration framework built from **Apache 
Camel** that runs natively on Kubernetes and is specifically designed for 
serverless and microservice architectures. Users of `Camel K` can instantly run 
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/badge.out b/badge.out
index 3bccd604b..1707b478f 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
 
-![Coverage](https://img.shields.io/badge/Coverage-37.1%25-yellow)
\ No newline at end of file
+![Coverage](https://img.shields.io/badge/Coverage-37.2%25-yellow)
\ No newline at end of file
diff --git a/coverage b/coverage
index 325c00cd1..ad4af79d8 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-37.1
+37.2
diff --git a/coverage.out b/coverage.out
index 6e5960548..216031e03 100644
--- a/coverage.out
+++ b/coverage.out
@@ -2183,7 +2183,7 @@ 
github.com/apache/camel-k/v2/pkg/util/source/test_support.go:60:
  assertExtra
 github.com/apache/camel-k/v2/pkg/util/source/types.go:46:  
NewMetadata 
100.0%
 github.com/apache/camel-k/v2/pkg/util/source/types.go:56:  
AddRequiredCapability   
0.0%
 github.com/apache/camel-k/v2/pkg/util/source/types.go:61:  
AddDependency   
100.0%
-github.com/apache/camel-k/v2/pkg/util/sync/file.go:28: 
File
78.6%
+github.com/apache/camel-k/v2/pkg/util/sync/file.go:28: 
File
85.7%
 github.com/apache/camel-k/v2/pkg/util/test/assertions.go:30:   
EnvVarExists
0.0%
 github.com/apache/camel-k/v2/pkg/util/test/assertions.go:38:   
EnvVarHasValue  
0.0%
 github.com/apache/camel-k/v2/pkg/util/test/assertions.go:47:   
   

Re: [I] Docker install fails [camel-karavan]

2024-03-17 Thread via GitHub


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

   These parameters to connect to your git repository to store your projects. 


-- 
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] Docker install fails [camel-karavan]

2024-03-17 Thread via GitHub


mechatronics123 commented on issue #1164:
URL: https://github.com/apache/camel-karavan/issues/1164#issuecomment-2002575872

   Hi,
   it is this one from "camel-karavan/docs/WEB_DOCKER.md":
   
   
https://github.com/apache/camel-karavan/blob/main/docs/install/karavan-docker/docker-compose.yaml


-- 
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] [Github Actions] Periodic Sync Camel Spring Boot SBOM (Camel 4) [camel-spring-boot]

2024-03-17 Thread via GitHub


oscerd merged PR #:
URL: https://github.com/apache/camel-spring-boot/pull/


-- 
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] [Github Actions] Periodic Sync Camel Spring Boot SBOM (Camel 4) [camel-spring-boot]

2024-03-17 Thread via GitHub


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

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main for SBOM 
Generation.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/generate-sbom-main.yml


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

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

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



Re: [I] Shiro Security for VS code karavan [camel-karavan]

2024-03-17 Thread via GitHub


davsclaus closed issue #1182: Shiro Security for VS code karavan
URL: https://github.com/apache/camel-karavan/issues/1182


-- 
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 (b822b3426ca -> 7cbcf4f9ab3)

2024-03-17 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 b822b3426ca tiny typo
 add 7cbcf4f9ab3 Regen SBOM from commit 
b822b3426ca21a420136ed2c6cf5bdb5ebee9a65 (#13512)

No new revisions were added by this update.

Summary of changes:
 camel-sbom/camel-sbom.json | 14122 +--
 camel-sbom/camel-sbom.xml  |  9858 --
 2 files changed, 13665 insertions(+), 10315 deletions(-)



Re: [PR] Generated sources regen for SBOM [camel]

2024-03-17 Thread via GitHub


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


-- 
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_sbom updated (d27e7a47fd4 -> 85a8361b004)

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

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


omit d27e7a47fd4 Regen SBOM from commit 
198a8b10f732af7fda4fe6158c4754f9feb34b7e
 add 7765249a585 Regen SBOM from commit 
198a8b10f732af7fda4fe6158c4754f9feb34b7e (#13434)
 add e9623371872 CAMEL-20300: camel-jms - Add resolver for creating custom 
temporary q… (#13433)
 add db5063abaaa openapi v2 (swagger) is not supported
 add 764b8849841 Upgrade swaggerCodegenMavenPluginVersion
 add 5f21fd5dbb6 Polish docs
 add 0b364bbb9f8 camel-jbang - Fix generate rest to work with openapi v3
 add 13375cae32d camel-jbang - Fix generate rest to work with openapi v3
 add c2302083a32 Polished
 add ba195def02b Update message-broker.adoc and fixed link to sqs (#13435)
 add 022a51c2cb7 Regen
 add c6478ede8a5 Bump testcontainers-version from 1.19.6 to 1.19.7 (#13436)
 add 0e13757a4bc Bump aws-java-sdk2-version from 2.25.2 to 2.25.6 (#13437)
 add 9e3d56bee59 Bump redis.clients:jedis from 5.1.0 to 5.1.2 (#13439)
 add 4afd251eec4 Bump jackson2-version from 2.16.1 to 2.16.2 (#13440)
 add ab1aee12c6f Bump opentelemetry-version from 1.35.0 to 1.36.0 (#13438)
 add 4b667b785d1 CAMEL-20413: camel-bom - Use actual version in BOM instead 
of project.version placeholder (#13432)
 add 9e961961f60 CAMEL-20413: camel-bom - Use actual version in BOM instead 
of project.version placeholder
 add db232c5af0e CAMEL-16557: add a free form key value map on components, 
dataformats, languages, etc
 add 63bc62f3a8b CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions
 add 7dbad41e30d CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions
 add 699cf33b3f4 CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions
 add 1957436747e Revert "camel-jbang-plugin-k: infer the dependencies by 
inspecting the route …" (#13404)
 add 93387e4bc2a Rest out (#13442)
 add 08ce4ae18c3 CAMEL-20477: only use a persistent broker if needed by the 
test
 add 1801c8eaa08 CAMEL-20477: avoid sharing queues for tests that may run 
concurrently
 add a2ff8b71c37 CAMEL-20544 - Camel-AWS-Bedrock-Agent: Add a consumer for 
polling the status of ingestion or more ingestions, don't log body and headers 
in integration tests (#13445)
 add 69686e0586e CAMEL-20549: camel-kafka - Using sslKeystoreType should 
work with PEM (#13444)
 add 336506d0417 Kotlin API enhancements (#13431)
 add 2ebb4ee0cac CAMEL-20551: camel-core - Avoid ignoring beans when using 
several repos (#13446)
 add a244b93f708 Bump aws-java-sdk2-version from 2.25.6 to 2.25.7 (#13451)
 add b770e3b2ce5 Bump jooq-version from 3.19.5 to 3.19.6 (#13450)
 add 7ee4912e7b3 Bump huaweicloud-sdk-version from 3.1.83 to 3.1.85 (#13453)
 add 5c6b8f05595 CAMEL-20525: camel-micrometer - Rename tag to be Camel 
specific and more understandable what it is. (#13454)
 add 16a770c53fe CAMEL-20543 - Camel-AWS-Bedrock-Agent: Support more 
operations on the producer side (#13455)
 add 8289f9156f0 fix(docs): Adds camel-http entry for changed redirect 
behaviour to 3.19 upgrade docs (#13457)
 add 7fd42b6a3a9 chore: minor camel-catalog cleanup
 add cc8a3f85356 CAMEL-20517 camel-jbang-plugin-k doesn't recognize command 
(#13397)
 add 026b5bc7ea0 Jbang profile (#13458)
 add 1522559ecd2 CAMEL-20554: camel-micrometer-prometheus - Should be GET 
verb
 add 5089bbf295a CAMEL-20558: Ability to use the old Micrometer meter names 
does not work on MicrometerExchangeEventNotifier. Thanks to Sébastien 
Perpignane for the patch.
 add 6e0dbbbdb8b Bump aws-java-sdk2-version from 2.25.7 to 2.25.8 (#13460)
 add 9a2e0424342 Bump reactor-netty-version from 1.1.15 to 1.1.17 (#13461)
 add 4e1ed0133ff Bump cxf-version from 4.0.3 to 4.0.4 (#13459)
 add 1a171ac0e6b CAMEL-20560 - Camel-AWS-Bedrock: Support Anthropic models 
(#13462)
 add ca816a636d9 Camel-AWS-Secrets-Manager: Added Metadata annotations to 
show support for vault in catalog
 add c813bd0b256 Camel-Azure-Key-Vault: Added Metadata annotations to show 
support for vault in catalog
 add 98171f7fec5 Camel-Google-Secret-Manager: Added Metadata annotations to 
show support for vault in catalog
 add 0036ea59726 Camel-Hashicorp-Vault: Added Metadata annotations to show 
support for vault in catalog
 add 69930cbaac6 CAMEL-20504 - Google Pubsub CloudEvent Transformer (#13465)
 add feff3159315 Main profile (#13466)
 add 2bdfab1548a CAMEL-18090: camel-main - Make it possible to know the 
configured profile.
 add 409a8c6c2fd CAMEL-20341: refactored ContextTestSupport to work like 
CamelTestSupport
 add 7f0c3971cde CAMEL-20654: camel-xslt: Make variables available 

[PR] Generated sources regen for SBOM [camel]

2024-03-17 Thread via GitHub


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

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


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

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

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



(camel-kamelets) branch regen_bot_sbom updated (ca7687c2 -> 50eef569)

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

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


from ca7687c2 Updated CHANGELOG.md
 add 4684011e Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 
3.2.0 (#1940)
 add 3272bb15 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Source
 add 4807c6e2 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka SSL Source
 add 85dbaf46 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Scram Source
 add f82b358d Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Not secured Source
 add 3d065486 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Not secured Apicurio Source
 add 224f2857 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Batch Source Kamelets
 add 7e9d3e79 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Batch Source Kamelets
 add 08500d96 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Azure Source Kamelet
 add 705bc9f9 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Azure Source Kamelet
 add b354256a Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Apicurio not secured
 add 84694011 Support topicIsPattern as Kafka Source Kamelets parameter - 
Kafka Apicurio not secured
 add 4442fac2 Spring RabbitMQ Sink Kamelet: Support autoDeclareProducer as 
parameter (#1944)
 add 6d7a8091 Updated CHANGELOG.md
 add 789e92dc Bump google.golang.org/protobuf in /script/validator (#1946)
 add dfbc0887 Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 (#1951)
 add 401d572f Bump org.apache.camel:camel-dependencies from 4.4.0 to 4.4.1 
(#1950)
 add 50eef569 Regen for commit 401d572f7007881352dfeafdc011c6b2619b 
(#1952)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md  | 2 ++
 kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml  | 6 ++
 kamelets/kafka-azure-schema-registry-source.kamelet.yaml  | 6 ++
 .../kafka-batch-apicurio-registry-not-secured-source.kamelet.yaml | 6 ++
 kamelets/kafka-batch-apicurio-registry-source.kamelet.yaml| 6 ++
 kamelets/kafka-batch-azure-schema-registry-source.kamelet.yaml| 6 ++
 kamelets/kafka-batch-not-secured-source.kamelet.yaml  | 6 ++
 kamelets/kafka-batch-scram-source.kamelet.yaml| 6 ++
 kamelets/kafka-batch-source.kamelet.yaml  | 8 +++-
 kamelets/kafka-batch-ssl-source.kamelet.yaml  | 6 ++
 kamelets/kafka-not-secured-apicurio-registry-source.kamelet.yaml  | 6 ++
 kamelets/kafka-not-secured-source.kamelet.yaml| 6 ++
 kamelets/kafka-scram-source.kamelet.yaml  | 6 ++
 kamelets/kafka-source.kamelet.yaml| 6 ++
 kamelets/kafka-ssl-source.kamelet.yaml| 6 ++
 kamelets/postgresql-sink.kamelet.yaml | 2 +-
 kamelets/postgresql-source.kamelet.yaml   | 2 +-
 kamelets/spring-rabbitmq-sink.kamelet.yaml| 6 ++
 .../kafka-apicurio-registry-not-secured-source.kamelet.yaml   | 6 ++
 .../kamelets/kafka-azure-schema-registry-source.kamelet.yaml  | 6 ++
 .../kafka-batch-apicurio-registry-not-secured-source.kamelet.yaml | 6 ++
 .../kamelets/kafka-batch-apicurio-registry-source.kamelet.yaml| 6 ++
 .../kafka-batch-azure-schema-registry-source.kamelet.yaml | 6 ++
 .../kamelets/kafka-batch-not-secured-source.kamelet.yaml  | 6 ++
 .../main/resources/kamelets/kafka-batch-scram-source.kamelet.yaml | 6 ++
 .../src/main/resources/kamelets/kafka-batch-source.kamelet.yaml   | 8 +++-
 .../main/resources/kamelets/kafka-batch-ssl-source.kamelet.yaml   | 6 ++
 .../kafka-not-secured-apicurio-registry-source.kamelet.yaml   | 6 ++
 .../main/resources/kamelets/kafka-not-secured-source.kamelet.yaml | 6 ++
 .../src/main/resources/kamelets/kafka-scram-source.kamelet.yaml   | 6 ++
 .../src/main/resources/kamelets/kafka-source.kamelet.yaml | 6 ++
 .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 6 ++
 .../src/main/resources/kamelets/postgresql-sink.kamelet.yaml  | 2 +-
 .../src/main/resources/kamelets/postgresql-source.kamelet.yaml| 2 +-
 .../src/main/resources/kamelets/spring-rabbitmq-sink.kamelet.yaml | 6 ++
 pom.xml   | 6 +++---
 script/validator/go.mod   | 2 +-
 script/validator/go.sum   | 4 ++--
 38 files changed, 194 insertions(+), 12 deletions(-)



Re: [PR] Generated sources regen for SBOM [camel-quarkus]

2024-03-17 Thread via GitHub


oscerd merged PR #5886:
URL: https://github.com/apache/camel-quarkus/pull/5886


-- 
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 regen_bot_sbom updated (268d9e6871 -> c13a0917c0)

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

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


omit 268d9e6871 Regen SBOM from commit 
b2930ef0dcb3aa8b9259d650cf6c8abb974b1ec3
 add 3db087eed5 Regen SBOM from commit 
b2930ef0dcb3aa8b9259d650cf6c8abb974b1ec3 (#5856)
 add ce6eb50966 Fix typo in servlet name configuration code snippet
 add bd592a114f Exclude CloudEvents transformer services unless 
camel-quarkus-cloudevents is on the classpath
 add ba5d6006e2 Move main-xml-io-with-beans tests into main-xml-io
 add de8ab18f63 Add profile to debug camel-k-maven-plugin integration tests 
(#5864)
 add fba808559d Bump com.unboundid:unboundid-ldapsdk from 6.0.11 to 7.0.0 
(#5865)
 add 371e810998 Remove redundant use of oss-snapshots profile on push to 
quarkus-main
 add da33a221c4 Remove obsolete vertx-grpc exclusions since they 
potentially cause issues if quarkus-grpc is present
 add 7302bea731 Upgrade Quarkus to 3.9.0.CR1
 add 814df84465 Disable Infinispan tests due to #5844
 add b0a09d3a4e Disable git native integration test due to #5870
 add 0e7617ba29 Disable java-joor-dsl tests on Windows due to #5872
 add 57adf97dd6 Disable jsh-dsl tests on Windows due to #5873
 add 947b0ae7a3 Build Camel and Quarkus in parallel
 add 8a64fd1b41 Cache PDFBox font cache on Windows to speed up the build
 add 67618e3dfa Avoid potential NPE when handling Jasypt password prefixes
 add bf83bbac89 Upgrade to Quarkus CXF 3.8.1 (#5877)
 add ca946ac6e4 Upgrade Camel to 4.4.1
 add ba2beaa507 Upgrade quarkus-jgit to 3.1.0
 add 87b7a8a33d Upgrade Quarkus to 3.9.0.CR2
 add 0c557ca73f Switch from org.graalvm.sdk:graal-sdk to 
org.graalvm.sdk:nativeimage
 add ea602f92cb Revert "Disable java-joor-dsl tests on Windows due to #5872"
 add 8dc7b7444d Revert "Disable jsh-dsl tests on Windows due to #5873"
 add 2228dcd62d jt400: extend test coverage
 add c13a0917c0 Regen SBOM from commit 
2228dcd62db27332c97693b92a284261212a447b

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (268d9e6871)
\
 N -- N -- N   refs/heads/regen_bot_sbom (c13a0917c0)

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

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

No new revisions were added by this update.

Summary of changes:
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml|39 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json | 29594 ++-
 camel-quarkus-sbom/camel-quarkus-sbom.xml  | 26317 +
 docs/antora.yml| 6 +-
 .../examples/components/azure-storage-datalake.yml | 4 +-
 docs/modules/ROOT/examples/components/jslt.yml | 2 +-
 .../ROOT/examples/components/splunk-hec.yml| 2 +-
 .../ROOT/examples/components/spring-rabbitmq.yml   | 2 +-
 docs/modules/ROOT/examples/components/stomp.yml| 2 +-
 docs/modules/ROOT/examples/components/telegram.yml | 2 +-
 .../modules/ROOT/examples/components/wordpress.yml | 4 +-
 .../extensions/azure-storage-datalake.adoc | 2 +-
 .../ROOT/pages/reference/extensions/servlet.adoc   | 2 +-
 .../ROOT/pages/reference/extensions/telegram.adoc  | 4 +-
 .../ROOT/pages/reference/extensions/wordpress.adoc | 2 +-
 .../quarkus/core/deployment/CamelProcessor.java|14 +
 extensions-core/core/runtime/pom.xml   | 2 +-
 .../camel/quarkus/core/CamelCapabilities.java  | 1 +
 extensions-support/aws2/runtime/pom.xml| 2 +-
 extensions-support/azure-core/runtime/pom.xml  | 2 +-
 extensions-support/consul-client/runtime/pom.xml   | 2 +-
 extensions-support/debezium/runtime/pom.xml| 2 +-
 extensions-support/google-cloud/runtime/pom.xml| 2 +-
 extensions-support/httpclient/runtime/pom.xml  | 2 +-
 extensions-support/retrofit/runtime/pom.xml| 2 +-
 extensions-support/spring/runtime/pom.xml  | 2 +-
 extensions-support/swagger/runtime/pom.xml | 2 +-
 extensions-support/xalan/runtime/pom.xml   | 2 +-
 extensions/activemq/runtime/pom.xml| 2 +-
 extensions/aws2-s3/deployment/pom.xml  | 4 -
 extensions/aws2-s3/runtime/pom.xml | 4 

[PR] Generated sources regen for SBOM [camel-quarkus]

2024-03-17 Thread via GitHub


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

   Regen bot :robot: found some uncommitted changes after running build on 
:camel-quarkus: `main` branch for generating SBOMs.
   Please do not delete `regen_bot_sbom` branch after merge/rebase.


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

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

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



Re: [PR] CAMEL-20563: shutdown existing consumer instance. [camel]

2024-03-17 Thread via GitHub


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

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested 
automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


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

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

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



[PR] CAMEL-20563: shutdown existing consumer instance. [camel]

2024-03-17 Thread via GitHub


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

   Close existing consumer to release resources (like heartbeat-thread) before 
creating new ones. Fix for KafkaTransactionIT, close consumer, was affecting 
other tests.
   
   


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

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

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



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

2024-03-17 Thread via GitHub


oscerd closed pull request #1110: [Github Actions] Periodic Sync Camel Spring 
Boot (Camel 4)
URL: https://github.com/apache/camel-spring-boot/pull/1110


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