[I] Enable web.xml to be used to configure CamelHttpTransportServlet for the servlet extension [camel-quarkus]

2024-03-04 Thread via GitHub
jamesnetherton opened a new issue, #5835: URL: https://github.com/apache/camel-quarkus/issues/5835 ### Describe the feature here We should consider allowing old skool `web.xml` configuration, as some folks may have existing apps that configure camel-servlet in this way. It's

Re: [I] Pod failure when using fixed native image [camel-k]

2024-03-04 Thread via GitHub
gansheer commented on issue #5207: URL: https://github.com/apache/camel-k/issues/5207#issuecomment-1976832191 As far as execution goes it works as it should. By adding the `container.image` trait you are creating a external integration kit. As such the `jvm` trait is disabled.

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976782101 There was some leftover in the camel-spring-boot core module. If this gets reverted then this PR is only adding a new camel-k module, and then its perfect fine to merged.

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on code in PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#discussion_r1511302250 ## core/camel-spring-boot-xml/src/main/java/org/apache/camel/spring/boot/xml/SpringBootXmlCamelContextConfigurer.java: ## @@ -47,6 +45,8 @@ public void

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on code in PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#discussion_r1511301812 ## core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java: ## @@ -95,11 +95,14 @@ public class

Re: [I] ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector [camel-kafka-connector]

2024-03-04 Thread via GitHub
oscerd commented on issue #1602: URL: https://github.com/apache/camel-kafka-connector/issues/1602#issuecomment-1976758721 Can you try without raw and placing the secret in an external file? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector [camel-kafka-connector]

2024-03-04 Thread via GitHub
AishD3 commented on issue #1602: URL: https://github.com/apache/camel-kafka-connector/issues/1602#issuecomment-197672 Yeah I created a new client secret now and tried with that as well , Is there any other configs I need to check. -- This is an automated message from the Apache Git

Re: [I] ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector [camel-kafka-connector]

2024-03-04 Thread via GitHub
oscerd commented on issue #1602: URL: https://github.com/apache/camel-kafka-connector/issues/1602#issuecomment-1976747757 Are you sure about the credentials? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector [camel-kafka-connector]

2024-03-04 Thread via GitHub
AishD3 commented on issue #1602: URL: https://github.com/apache/camel-kafka-connector/issues/1602#issuecomment-1976737239 This is the new error , After passing RAW(value of client Secret ID ) "tasks": [ { "id": 0, "state": "FAILED", "worker_id":

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
valdar commented on PR #5119: URL: https://github.com/apache/camel-k/pull/5119#issuecomment-1976717697 > The main concern I have is about code duplication (maintainability) and performance loss. About the first, I think it would be a matter of abstracting the code from the operator and be

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
valdar commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1511254321 ## pkg/cmd/platformcontroller/platformcontroller.go: ## @@ -0,0 +1,272 @@ +/* Review Comment: I have abstracted as much code as I could in the

(camel-spring-boot) branch dependabot/github_actions/peter-evans/create-pull-request-6.0.1 deleted (was 638f24cb623)

2024-03-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/peter-evans/create-pull-request-6.0.1 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git was 638f24cb623 Bump

(camel-spring-boot) branch main updated: Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#1099)

2024-03-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new bf81db8ca44 Bump

Re: [PR] Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 [camel-spring-boot]

2024-03-04 Thread via GitHub
oscerd merged PR #1099: URL: https://github.com/apache/camel-spring-boot/pull/1099 -- 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:

(camel-spring-boot) branch dependabot/github_actions/peter-evans/create-pull-request-6.0.1 created (now 638f24cb623)

2024-03-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/peter-evans/create-pull-request-6.0.1 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git at 638f24cb623 Bump

[PR] Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 [camel-spring-boot]

2024-03-04 Thread via GitHub
dependabot[bot] opened a new pull request, #1099: URL: https://github.com/apache/camel-spring-boot/pull/1099 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1. Release notes Sourced from

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
valdar commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1511244894 ## e2e/support/test_support.go: ## @@ -2245,7 +2253,7 @@ func OperatorPod(ns string) func() *corev1.Pod { if err := TestClient().List(TestContext, ,

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976686609 ok so now failures are because there is no yet a -SNAPSHOT ready -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
valdar commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1511237712 ## pkg/cmd/manager/controller.go: ## @@ -0,0 +1,218 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
valdar commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1511236658 ## pkg/cmd/manager/controller.go: ## @@ -0,0 +1,218 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the

Re: [I] Upgrade controller-runtime to latest version [camel-k]

2024-03-04 Thread via GitHub
lburgazzoli commented on issue #5211: URL: https://github.com/apache/camel-k/issues/5211#issuecomment-1976646003 @valdar ^^ -- 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.

Re: [PR] Blogpost for VS Code Language Support 0.16.0 release [camel-website]

2024-03-04 Thread via GitHub
djelinek commented on PR #1157: URL: https://github.com/apache/camel-website/pull/1157#issuecomment-1976643863 > current failure: > > ``` > [check:links] Found invalid urls in blog/2024/03/language-support-release-0.16.0/index.html: > [check:links] Linked file at path

Re: [PR] Blogpost for VS Code Language Support 0.16.0 release [camel-website]

2024-03-04 Thread via GitHub
apupier commented on PR #1157: URL: https://github.com/apache/camel-website/pull/1157#issuecomment-1976633538 current failure: ``` [check:links] Found invalid urls in blog/2024/03/language-support-release-0.16.0/index.html: [check:links]Linked file at path

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976601318 pushed fix -- 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

(camel-spring-boot) branch main updated (1c6bebcfd8a -> d5cb677fa28)

2024-03-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git from 1c6bebcfd8a Regen add d5cb677fa28 drop support for openapi v2 No new revisions were added by this

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976596363 fixing this 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

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976589949 Ah sorry its those darn test copy from core, that have little value and get out of date -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976589846 > Are you on old code ? No, rebased on main, I see that OpenApi v2 is hardcoded in some of the tests

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
davsclaus commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976582513 Are you on old code ? -- 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

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#issuecomment-1976570366 Looks like there are some issues related to openapi v2 rmeoval ``` [INFO] Running org.apache.camel.openapi.RestOpenApiReaderTest [ERROR] Tests run: 1, Failures:

Re: [PR] Blogpost for VS Code Language Support 0.16.0 release [camel-website]

2024-03-04 Thread via GitHub
djelinek commented on PR #1157: URL: https://github.com/apache/camel-website/pull/1157#issuecomment-1976565008 > * I think we need to mention that this blogpost covers changes for several versions, like mention since last blogpost and pointing to it > * there is a compilation error on CI

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

2024-03-04 Thread via GitHub
lburgazzoli commented on issue #5210: URL: https://github.com/apache/camel-k/issues/5210#issuecomment-1976563986 Relates to https://github.com/kubernetes-sigs/controller-runtime/issues/2694 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511145035 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/service/Langchain4jChatHandler.java: ## @@ -0,0 +1,132 @@ +/* + *

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511136084 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainProducer.java: ## @@ -0,0 +1,140 @@ +/* + * Licensed to the

[I] Review permission check [camel-k]

2024-03-04 Thread via GitHub
lburgazzoli opened a new issue, #5210: URL: https://github.com/apache/camel-k/issues/5210 ### Requirement As today the operator performs some permission checks i.e. for `events` and `leases` but according to the RBAC defined for the operator, the operator should have access to such

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1511126823 ## pkg/cmd/manager/controller.go: ## @@ -0,0 +1,218 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements.

Re: [I] Pod failure when using fixed native image [camel-k]

2024-03-04 Thread via GitHub
gansheer commented on issue #5207: URL: https://github.com/apache/camel-k/issues/5207#issuecomment-1976523731 @squakez I'll look into this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

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

2024-03-04 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 1c6bebcfd8a Regen 1c6bebcfd8a is

(camel) branch regen_bot updated (ea518b0dad3 -> 55904f97568)

2024-03-04 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 ea518b0dad3 camel-jbang: update docs to latest version add 55904f97568 Invoke CamelContextCustomizer as

(camel) branch main updated: Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure

2024-03-04 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli 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 55904f97568 Invoke CamelContextCustomizer as

Re: [PR] Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure [camel]

2024-03-04 Thread via GitHub
lburgazzoli merged PR #13376: URL: https://github.com/apache/camel/pull/13376 -- 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:

(camel) branch regen_bot updated (1b0b17ead96 -> ea518b0dad3)

2024-03-04 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 1b0b17ead96 CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model (#13375) add

(camel) branch main updated: camel-jbang: update docs to latest version

2024-03-04 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 ea518b0dad3 camel-jbang: update docs to latest

Re: [PR] feat: Set log level of a specific package using logging trait [camel-k]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #5183: URL: https://github.com/apache/camel-k/pull/5183#issuecomment-1976429853 :warning: Unit test coverage report - coverage decreased from 36.8% to 36.4% (**-0.4%**) -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] CAMEL-20095 : add langchain component [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13341: URL: https://github.com/apache/camel/pull/13341#discussion_r1511047482 ## components/camel-ai/camel-langchain/src/main/java/org/apache/camel/component/langchain/LangchainEndpoint.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the

Re: [PR] Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure [camel]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #13376: URL: https://github.com/apache/camel/pull/13376#discussion_r1511034927 ## core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationConfigurer.java: ## @@ -605,6 +606,12 @@ public static void afterConfigure(final

(camel) branch regen_bot updated (d492f09c683 -> 1b0b17ead96)

2024-03-04 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 d492f09c683 Upgrade to twilio 10.1.0 add 1b0b17ead96 CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan

(camel) branch main updated: CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model (#13375)

2024-03-04 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 1b0b17ead96 CAMEL-20511 - Camel-AWS-Bedrock:

Re: [PR] CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model [camel]

2024-03-04 Thread via GitHub
oscerd merged PR #13375: URL: https://github.com/apache/camel/pull/13375 -- 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:

Re: [PR] Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure [camel]

2024-03-04 Thread via GitHub
davsclaus commented on code in PR #13376: URL: https://github.com/apache/camel/pull/13376#discussion_r1511015211 ## core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationConfigurer.java: ## @@ -605,6 +606,12 @@ public static void afterConfigure(final

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#discussion_r1511013365 ## core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java: ## @@ -95,19 +99,23 @@ public class

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#discussion_r1511013049 ## core/camel-spring-boot-xml/src/main/java/org/apache/camel/spring/boot/xml/SpringBootXmlCamelContextConfigurer.java: ## @@ -47,7 +49,9 @@ public void

Re: [PR] feat: add initial support for camel-k [camel-spring-boot]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #1097: URL: https://github.com/apache/camel-spring-boot/pull/1097#discussion_r1511012570 ## core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java: ## @@ -189,6 +197,12 @@ public static CamelContext

Re: [PR] Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure [camel]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #13376: URL: https://github.com/apache/camel/pull/13376#issuecomment-1976371940 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] Invoke CamelContextCustomizer as part of DefaultConfigurationConfigurer::afterConfigure [camel]

2024-03-04 Thread via GitHub
lburgazzoli opened a new pull request, #13376: URL: https://github.com/apache/camel/pull/13376 # Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) #

[I] ERROR Exchange delivery has failed! Azure Gen2 Data Lake Sink Connector [camel-kafka-connector]

2024-03-04 Thread via GitHub
AishD3 opened a new issue, #1602: URL: https://github.com/apache/camel-kafka-connector/issues/1602 Facing below error while using Azure Gen2 Data Lake Sink connector. "org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception.\n\tat

Re: [PR] CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model [camel]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #13375: URL: https://github.com/apache/camel/pull/13375#issuecomment-1976333970 :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

Re: [PR] CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model [camel]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #13375: URL: https://github.com/apache/camel/pull/13375#issuecomment-197691 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model [camel]

2024-03-04 Thread via GitHub
oscerd opened a new pull request, #13375: URL: https://github.com/apache/camel/pull/13375 # 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) #

Re: [PR] CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model [camel]

2024-03-04 Thread via GitHub
oscerd commented on PR #13375: URL: https://github.com/apache/camel/pull/13375#issuecomment-1976333232 /component-test aws -- 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.

(camel) 01/02: CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model

2024-03-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20511 in repository https://gitbox.apache.org/repos/asf/camel.git commit 0877702fa40bac8c0583e8bd28ef5fc195ee9426 Author: Andrea Cosentino AuthorDate: Mon Mar 4 11:48:18 2024 +0100

(camel) 02/02: CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model

2024-03-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20511 in repository https://gitbox.apache.org/repos/asf/camel.git commit 173cec0a5d3f4546256c61df4293fef33e478908 Author: Andrea Cosentino AuthorDate: Mon Mar 4 12:06:30 2024 +0100

(camel) branch CAMEL-20511 created (now 173cec0a5d3)

2024-03-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-20511 in repository https://gitbox.apache.org/repos/asf/camel.git at 173cec0a5d3 CAMEL-20511 - Camel-AWS-Bedrock: Support Amazon Titan Embeddings G1 Model This branch includes

(camel-k) branch dependabot/go_modules/github.com/stretchr/testify-1.9.0 deleted (was a881d0c82)

2024-03-04 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch dependabot/go_modules/github.com/stretchr/testify-1.9.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git was a881d0c82 chore(deps): bump github.com/stretchr/testify from

(camel-k) branch main updated: chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

2024-03-04 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti 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 6c8aa1e57 chore(deps): bump

Re: [PR] chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 [camel-k]

2024-03-04 Thread via GitHub
squakez merged PR #5208: URL: https://github.com/apache/camel-k/pull/5208 -- 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:

[PR] fix(ci): add snapshot repo [camel-k]

2024-03-04 Thread via GitHub
squakez opened a new pull request, #5209: URL: https://github.com/apache/camel-k/pull/5209 Night checks against latest runtime are failing due to missing apache snapshot repository. This PR aims to fix it. **Release Note** ```release-note fix(ci):

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
lburgazzoli commented on PR #5119: URL: https://github.com/apache/camel-k/pull/5119#issuecomment-1976276298 LGTM -- 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

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

2024-03-04 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: 422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to allow at least one merge strategy. (no_merge_method)", "resource": "Repository", "field": "merge_commit_allowed", "code": "invalid"}],

(camel-website-pub) branch asf-site updated (c11dd1b5f -> 1ab71c1d2)

2024-03-04 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website-pub.git discard c11dd1b5f Website updated to 78268cfb7e1840b2b0055d81e0b65fbc82a779d5 discard 6cd2e498c Website

Re: [PR] fix #4948 part of #3397 [camel-k]

2024-03-04 Thread via GitHub
lburgazzoli commented on code in PR #5119: URL: https://github.com/apache/camel-k/pull/5119#discussion_r1510901240 ## pkg/cmd/manager/controller.go: ## @@ -0,0 +1,218 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements.

(camel) branch regen_bot updated (b5a8c98794f -> d492f09c683)

2024-03-04 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 b5a8c98794f Bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 (#13369) add b2d132784ed

(camel) branch main updated: Upgrade to twilio 10.1.0

2024-03-04 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 d492f09c683 Upgrade to twilio 10.1.0 d492f09c683

(camel) branch dependabot/maven/com.twilio.sdk-twilio-10.1.0 deleted (was ca20de3816f)

2024-03-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/com.twilio.sdk-twilio-10.1.0 in repository https://gitbox.apache.org/repos/asf/camel.git was ca20de3816f Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 The revisions

Re: [PR] Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 [camel]

2024-03-04 Thread via GitHub
dependabot[bot] commented on PR #13371: URL: https://github.com/apache/camel/pull/13371#issuecomment-1976149005 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

Re: [PR] Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 [camel]

2024-03-04 Thread via GitHub
davsclaus closed pull request #13371: Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 URL: https://github.com/apache/camel/pull/13371 -- 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

(camel) branch main updated (b5a8c98794f -> b2d132784ed)

2024-03-04 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 b5a8c98794f Bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 (#13369) add b2d132784ed Upgrade

(camel) branch regen_bot updated (4c7720b3224 -> b5a8c98794f)

2024-03-04 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 4c7720b3224 Fix setting type converter registry to keep backwards behaviour. CEQ depends on this to set its

(camel) branch regen_bot updated (111a2afd9c2 -> 4c7720b3224)

2024-03-04 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 111a2afd9c2 Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 (#13370) add cf59ebb0ecb Bump

Re: [PR] Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 [camel]

2024-03-04 Thread via GitHub
davsclaus commented on PR #13371: URL: https://github.com/apache/camel/pull/13371#issuecomment-1976097057 Caused by: java.lang.ClassNotFoundException: com.twilio.rest.api.v2010.account.call.Feedback at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) at

(camel) branch regen_bot updated (b91b741f4f1 -> 111a2afd9c2)

2024-03-04 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 b91b741f4f1 Regen (#13373) add a1f3248362d Bump org.l2x6.cq:cq-alias-fastinstall-quickly-extension

(camel) branch main updated: Bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 (#13369)

2024-03-04 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 b5a8c98794f Bump

Re: [PR] Bump jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3 [camel]

2024-03-04 Thread via GitHub
davsclaus merged PR #13369: URL: https://github.com/apache/camel/pull/13369 -- 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:

(camel) branch dependabot/maven/jakarta.activation-jakarta.activation-api-2.1.3 deleted (was c4c35f7ba45)

2024-03-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/jakarta.activation-jakarta.activation-api-2.1.3 in repository https://gitbox.apache.org/repos/asf/camel.git was c4c35f7ba45 Bump

(camel-k-runtime) branch dependabot/maven/groovy-version-4.0.19 deleted (was f23998e6)

2024-03-04 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch dependabot/maven/groovy-version-4.0.19 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git was f23998e6 build(deps): bump groovy-version from 4.0.18 to 4.0.19 The

(camel-k-runtime) branch main updated: build(deps): bump groovy-version from 4.0.18 to 4.0.19

2024-03-04 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti 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 bf90322b build(deps): bump

Re: [PR] build(deps): bump groovy-version from 4.0.18 to 4.0.19 [camel-k-runtime]

2024-03-04 Thread via GitHub
squakez merged PR #1179: URL: https://github.com/apache/camel-k-runtime/pull/1179 -- 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:

(camel) branch tc deleted (was e9c41f448c3)

2024-03-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch tc in repository https://gitbox.apache.org/repos/asf/camel.git was e9c41f448c3 Fix setting type converter registry to keep backwards behaviour. CEQ depends on this to set its custom

(camel) branch main updated: Fix setting type converter registry to keep backwards behaviour. CEQ depends on this to set its custom type converter registry at build time. (#13374)

2024-03-04 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 4c7720b3224 Fix setting type converter registry

Re: [PR] Fix setting type converter registry to keep backwards behaviour. CEQ … [camel]

2024-03-04 Thread via GitHub
davsclaus merged PR #13374: URL: https://github.com/apache/camel/pull/13374 -- 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:

Re: [PR] Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 [camel]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #13371: URL: https://github.com/apache/camel/pull/13371#issuecomment-1976084391 :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

Re: [PR] Bump com.twilio.sdk:twilio from 10.0.0 to 10.1.0 [camel]

2024-03-04 Thread via GitHub
oscerd commented on PR #13371: URL: https://github.com/apache/camel/pull/13371#issuecomment-1976083447 /component-test twilio -- 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

(camel) branch main updated (111a2afd9c2 -> cf59ebb0ecb)

2024-03-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 111a2afd9c2 Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 (#13370) add cf59ebb0ecb Bump

(camel) branch dependabot/maven/com.microsoft.azure-msal4j-1.14.3 deleted (was c1be565207d)

2024-03-04 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.microsoft.azure-msal4j-1.14.3 in repository https://gitbox.apache.org/repos/asf/camel.git was c1be565207d Bump com.microsoft.azure:msal4j from 1.14.2 to 1.14.3

Re: [PR] Bump com.microsoft.azure:msal4j from 1.14.2 to 1.14.3 [camel]

2024-03-04 Thread via GitHub
oscerd merged PR #13368: URL: https://github.com/apache/camel/pull/13368 -- 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:

(camel) branch main updated: Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 (#13370)

2024-03-04 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 111a2afd9c2 Bump

(camel) branch dependabot/maven/org.springframework.amqp-spring-rabbit-3.1.2 deleted (was 58c2f444e36)

2024-03-04 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework.amqp-spring-rabbit-3.1.2 in repository https://gitbox.apache.org/repos/asf/camel.git was 58c2f444e36 Bump org.springframework.amqp:spring-rabbit

Re: [PR] Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 [camel]

2024-03-04 Thread via GitHub
oscerd merged PR #13370: URL: https://github.com/apache/camel/pull/13370 -- 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:

Re: [PR] Fix setting type converter registry to keep backwards behaviour. CEQ … [camel]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #13374: URL: https://github.com/apache/camel/pull/13374#issuecomment-1976053575 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel

[PR] Fix setting type converter registry to keep backwards behaviour. CEQ … [camel]

2024-03-04 Thread via GitHub
davsclaus opened a new pull request, #13374: URL: https://github.com/apache/camel/pull/13374 …depends on this to set its custom type converter registry at build time. # Description # Target - [ ] I checked that the commit is targeting the correct branch (note

<    1   2   3   >