(camel) branch main updated: CAMEL-21013: Add cluster-type and image-builder export command option

2024-07-25 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository. cdeppisch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new d8b569a6e9d CAMEL-21013: Add cluster-type and imag

Re: [PR] CAMEL-21013: Add cluster-type and image-builder export command option [camel]

2024-07-25 Thread via GitHub
christophd merged PR #14936: URL: https://github.com/apache/camel/pull/14936 -- 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.a

[PR] [CAMEL-21016] camel-jbang: Add support for multiple --exclude, --repository [camel]

2024-07-25 Thread via GitHub
tdiesler opened a new pull request, #14937: URL: https://github.com/apache/camel/pull/14937 https://issues.apache.org/jira/browse/CAMEL-21016 -- 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 s

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

2024-07-25 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2251907102 Build fixed with: * Camel Quarkus Commit: dbd66ff4a812b7c77dbcb793f353ad4753227d3a * Quarkus Main Commit: 17c6b1cc2f8bef72e339f7d093138aed0cead47d *

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

2024-07-25 Thread via GitHub
github-actions[bot] closed issue #2926: [CI] - Quarkus Main Branch Build Failure URL: https://github.com/apache/camel-quarkus/issues/2926 -- 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-quarkus) 03/03: generated poms

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 72c3355887c8bc41fcee5c968c04da4acdeb3192 Author: JiriOndrusek AuthorDate: Thu Jul 25 10:00:09 2024 +0200

(camel-quarkus) branch camel-main updated (4d61ad715a -> 72c3355887)

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 4d61ad715a generated poms discard dfb7797497 Disable MicroProfile Fault Tolerance tests due to #6285

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

2024-07-25 Thread via GitHub
github-actions[bot] closed issue #2927: [CI] - Camel Main Branch Build Failure URL: https://github.com/apache/camel-quarkus/issues/2927 -- 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 co

(camel-quarkus) 02/03: Disable MicroProfile Fault Tolerance tests due to #6285

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit cdedfd53363ac9786b9b0a15ba4003b7caeb1971 Author: James Netherton AuthorDate: Tue Jul 23 10:02:58 2024 +01

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

2024-07-25 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2251805097 Build fixed with: * Camel Quarkus Commit: 72c3355887c8bc41fcee5c968c04da4acdeb3192 * Camel Main Commit: 17c6b1cc2f8bef72e339f7d093138aed0cead47d * Li

(camel-k) branch dependabot/go_modules/github.com/onsi/gomega-1.34.0 created (now 4e6c6a2f1)

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/onsi/gomega-1.34.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git at 4e6c6a2f1 chore(deps): bump github.com/onsi/gomega from 1.33.1 to

[PR] chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 [camel-k]

2024-07-25 Thread via GitHub
dependabot[bot] opened a new pull request, #5710: URL: https://github.com/apache/camel-k/pull/5710 Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.0. Release notes Sourced from https://github.com/onsi/gomega/releases";>github.com/onsi/gomega's re

Re: [PR] (#5654) Added emptyDir support to mount trait [camel-k]

2024-07-25 Thread via GitHub
hernanDatgDev commented on PR #5709: URL: https://github.com/apache/camel-k/pull/5709#issuecomment-2251513592 Also I renamed the existing mount trait field `mount.volumes` to `mount.persistent-volume-claims` since it is accurate to what the operator is actually mounting, a persistent volume

Re: [I] Add support for mounting volumes with mount trait [camel-k]

2024-07-25 Thread via GitHub
hernanDatgDev commented on issue #5654: URL: https://github.com/apache/camel-k/issues/5654#issuecomment-2251514808 @gansheer Thanks for the heads up. Just created a PR with some comments: https://github.com/apache/camel-k/pull/5709 I did run into what I believe is a bug with the `kamel pr

[PR] (#5654) Added emptyDir support to mount trait [camel-k]

2024-07-25 Thread via GitHub
hernanDatgDev opened a new pull request, #5709: URL: https://github.com/apache/camel-k/pull/5709 Handles: https://github.com/apache/camel-k/issues/5654 Currently there is no way to add an emptyDir volume without using a pod template. This is useful but using the pod template will

[PR] CAMEL-21013: Add cluster-type and image-builder export command option [camel]

2024-07-25 Thread via GitHub
christophd opened a new pull request, #14936: URL: https://github.com/apache/camel/pull/14936 # Description - Cluster type specifies the target cluster Kind, Minikube, OpenShift and enables cluster specific configuration options on the export - Image builder option allows to choose

Re: [PR] [CAMEL-21016] Add support for multiple build properties in jbang export [camel]

2024-07-25 Thread via GitHub
christophd merged PR #14935: URL: https://github.com/apache/camel/pull/14935 -- 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.a

(camel) branch main updated: [CAMEL-21016] camel-jbang: Add support for multiple build properties

2024-07-25 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository. cdeppisch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new f767828900c [CAMEL-21016] camel-jbang: Add support

Re: [I] Integration status condition typo [camel-k]

2024-07-25 Thread via GitHub
lsergio commented on issue #5706: URL: https://github.com/apache/camel-k/issues/5706#issuecomment-2250410279 [Here](https://github.com/apache/camel-k/blob/main/pkg/trait/deployment.go#L102) is where the condition is set for the scenario in the previous comment, where the prefix is not adde

[PR] [CAMEL-21016] Add support for multiple build properties in jbang export [camel]

2024-07-25 Thread via GitHub
tdiesler opened a new pull request, #14935: URL: https://github.com/apache/camel/pull/14935 https://issues.apache.org/jira/browse/CAMEL-21016 -- 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 s

Re: [I] Integration status condition typo [camel-k]

2024-07-25 Thread via GitHub
lsergio commented on issue #5706: URL: https://github.com/apache/camel-k/issues/5706#issuecomment-2250400794 I see that in https://github.com/apache/camel-k/blob/release-2.3.x/pkg/trait/trait_condition_types.go#L79 the traitId is being prefixed to the condition. Trying to understand why

(camel-quarkus) branch quarkus-main updated (d589f19d8a -> dbd66ff4a8)

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard d589f19d8a Disable MicroProfile Fault Tolerance tests due to #6285 discard b25d3d0e2c Upgrade Qu

(camel-quarkus) 01/02: Upgrade Quarkus to 3.14.0.CR1

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit bf7b3ff425bb4f6464e4cfd76e653502026712d6 Author: James Netherton AuthorDate: Mon Jul 22 14:10:11 20

(camel-quarkus) 02/02: Disable MicroProfile Fault Tolerance tests due to #6285

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit dbd66ff4a812b7c77dbcb793f353ad4753227d3a Author: James Netherton AuthorDate: Tue Jul 23 10:02:58 20

(camel-quarkus) branch main updated: [Cassandra] Increase stack size for test container

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new d4326f3602 [Cassandra] Increase stack

Re: [PR] [Cassandra] Increase stack size for test container [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton merged PR #6296: URL: https://github.com/apache/camel-quarkus/pull/6296 -- 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.

Re: [PR] Next is 3.14.0-SNAPSHOT [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton merged PR #6297: URL: https://github.com/apache/camel-quarkus/pull/6297 -- 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.

Re: [PR] Migrate from deprecated QuarkusTestResource to WithTestResource [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton merged PR #6295: URL: https://github.com/apache/camel-quarkus/pull/6295 -- 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.

Re: [PR] Migration blog for camel-karaf users [camel-website]

2024-07-25 Thread via GitHub
jbonofre commented on PR #1083: URL: https://github.com/apache/camel-website/pull/1083#issuecomment-2250261324 As camel-karaf is back (camel-karaf 4.7.0 has been released) including blueprint support, direct-vm/vm components, etc, I think this PR is not required anymore. -- This is an au

Re: [PR] CAMEL-19538: Replaced Thread.sleep() in camel-mllp [camel]

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

[PR] CAMEL-19538: Replaced Thread.sleep() in camel-mllp [camel]

2024-07-25 Thread via GitHub
LostArtist opened a new pull request, #14934: URL: https://github.com/apache/camel/pull/14934 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on PR #14928: URL: https://github.com/apache/camel/pull/14928#issuecomment-2250058290 Many thanks @oscerd @orpiske @apupier for the review and constructive feedback. I pushed improvements. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691258601 ## components/camel-ai/camel-langchain4j-web-search/src/test/java/org/apache/camel/component/langchain4j/web/search/LangChain4jGoogleWebSearchEngineIT.java: ## @@ -0,

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691257303 ## components/camel-ai/camel-langchain4j-web-search/src/main/docs/langchain4j-web-search-component.adoc: ## @@ -0,0 +1,159 @@ += LangChain4j Web Search Component +:do

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691257784 ## components/camel-ai/camel-langchain4j-web-search/src/main/java/org/apache/camel/component/langchain4j/web/search/LangChain4jWebSearchProducer.java: ## @@ -0,0 +1,1

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691256526 ## components/camel-ai/camel-langchain4j-web-search/src/main/java/org/apache/camel/component/langchain4j/web/search/LangChain4jWebSearchConfiguration.java: ## @@ -0,0

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691193560 ## components/camel-ai/camel-langchain4j-web-search/src/test/java/org/apache/camel/component/langchain4j/web/search/LangChain4jGoogleWebSearchEngineIT.java: ## @@ -0,

[PR] Next is 3.14.0-SNAPSHOT [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton opened a new pull request, #6297: URL: https://github.com/apache/camel-quarkus/pull/6297 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [I] perf-regression: collect report at each staging release [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton commented on issue #4012: URL: https://github.com/apache/camel-quarkus/issues/4012#issuecomment-2249941092 ``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | N

Re: [PR] CAMEL-20935: introduce Camel LangChain4j Web Search component [camel]

2024-07-25 Thread via GitHub
zbendhiba commented on code in PR #14928: URL: https://github.com/apache/camel/pull/14928#discussion_r1691168620 ## components/camel-ai/camel-langchain4j-web-search/src/main/java/org/apache/camel/component/langchain4j/web/search/LangChain4jWebSearchProducer.java: ## @@ -0,0 +1,1

svn commit: r70533 [2/5] - /dev/camel/camel-quarkus/3.13.0/

2024-07-25 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json == --- dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json (added) +++ dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.

svn commit: r70533 [1/5] - /dev/camel/camel-quarkus/3.13.0/

2024-07-25 Thread jamesnetherton
Author: jamesnetherton Date: Thu Jul 25 09:05:40 2024 New Revision: 70533 Log: Import camel-quarkus release Added: dev/camel/camel-quarkus/3.13.0/ dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json.

svn commit: r70533 [5/5] - /dev/camel/camel-quarkus/3.13.0/

2024-07-25 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.xml.asc == --- dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.xml.asc (added) +++ dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-

svn commit: r70533 [4/5] - /dev/camel/camel-quarkus/3.13.0/

2024-07-25 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.xml == --- dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.xml (added) +++ dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sb

svn commit: r70533 [3/5] - /dev/camel/camel-quarkus/3.13.0/

2024-07-25 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json.asc == --- dev/camel/camel-quarkus/3.13.0/apache-camel-quarkus-3.13.0-sbom.json.asc (added) +++ dev/camel/camel-quarkus/3.13.0/apache-camel-quarku

[PR] Migrate from deprecated QuarkusTestResource to WithTestResource [camel-quarkus]

2024-07-25 Thread via GitHub
jamesnetherton opened a new pull request, #6295: URL: https://github.com/apache/camel-quarkus/pull/6295 This may cause failures in a few places. Let's see... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] CAMEL-20983: Add JBang Knative trait support [camel]

2024-07-25 Thread via GitHub
christophd merged PR #14930: URL: https://github.com/apache/camel/pull/14930 -- 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.a

(camel) branch main updated: CAMEL-20983: Add JBang Knative trait support

2024-07-25 Thread cdeppisch
This is an automated email from the ASF dual-hosted git repository. cdeppisch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new ea0bb2c161d CAMEL-20983: Add JBang Knative trait s

(camel-quarkus) branch camel-main updated (90791a872e -> 4d61ad715a)

2024-07-25 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 90791a872e Disable MicroProfile Fault Tolerance tests due to #6285 discard 4d58503f15 Upgrade Camel

(camel-quarkus) 03/03: generated poms

2024-07-25 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 4d61ad715a882fa327e398cb7769cef7302a3a9a Author: JiriOndrusek AuthorDate: Thu Jul 25 10:00:09 2024 +020

(camel-quarkus) 02/03: Disable MicroProfile Fault Tolerance tests due to #6285

2024-07-25 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit dfb779749776f114a0762b86974464722471364c Author: James Netherton AuthorDate: Tue Jul 23 10:02:58 2024 +

Re: [PR] Add support for polling more than 10 messages from AWS SQS server [camel]

2024-07-25 Thread via GitHub
orpiske commented on PR #14926: URL: https://github.com/apache/camel/pull/14926#issuecomment-2249697353 > Thanks for the comments, I will try to adapt to the task approach, although I'm not sure if I should refactor the consumer code to schedule the task in fixed period, or to re-use existi

(camel) branch dependabot/maven/aws-java-sdk2-version-2.26.24 deleted (was 40ae208e4d4)

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.26.24 in repository https://gitbox.apache.org/repos/asf/camel.git was 40ae208e4d4 chore(deps): Bump aws-java-sdk2-version from 2.26.23 to 2.26.

(camel) branch dependabot/maven/io.smallrye.config-smallrye-config-3.9.0 deleted (was a5a74b7e2c8)

2024-07-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.smallrye.config-smallrye-config-3.9.0 in repository https://gitbox.apache.org/repos/asf/camel.git was a5a74b7e2c8 chore(deps): Bump io.smallrye.config:smallrye-confi

(camel) branch main updated (b8708ee89bd -> c74f8bb2c38)

2024-07-25 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 b8708ee89bd chore(deps): Bump io.smallrye.config:smallrye-config from 3.8.3 to 3.9.0 (#14931) add c74f8bb2c38 c

Re: [PR] chore(deps): Bump io.smallrye.config:smallrye-config from 3.8.3 to 3.9.0 [camel]

2024-07-25 Thread via GitHub
oscerd merged PR #14931: URL: https://github.com/apache/camel/pull/14931 -- 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.apach

(camel) branch main updated: chore(deps): Bump io.smallrye.config:smallrye-config from 3.8.3 to 3.9.0 (#14931)

2024-07-25 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 b8708ee89bd chore(deps): Bump io.smallrye.config:

Re: [PR] chore(deps): Bump aws-java-sdk2-version from 2.26.23 to 2.26.24 [camel]

2024-07-25 Thread via GitHub
oscerd merged PR #14933: URL: https://github.com/apache/camel/pull/14933 -- 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.apach

Re: [PR] Add support for polling more than 10 messages from AWS SQS server [camel]

2024-07-25 Thread via GitHub
jakubmalek commented on PR #14926: URL: https://github.com/apache/camel/pull/14926#issuecomment-2249675451 Thanks for the comments, I will try to adapt to the task approach, although I'm not sure if you I should refactor the consumer code to schedule the task in fixed period, or to re-use e

(camel-quarkus) annotated tag 3.13.0 created (now 1b688c87c3)

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to annotated tag 3.13.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at 1b688c87c3 (tag) tagging 6d0029e520abc9b61af1e502d8fef4eefbe2a97b (commit) replaces 1.0.0-CR3

(camel-quarkus) branch 3.13.x created (now 6d0029e520)

2024-07-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 3.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at 6d0029e520 [maven-release-plugin] Prepare release 3.13.0 This branch includes the following new commit

Re: [PR] CAMEL-21014: Fixed doFinally clause with route template [camel]

2024-07-25 Thread via GitHub
orpiske merged PR #14913: URL: https://github.com/apache/camel/pull/14913 -- 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.apac

(camel) branch main updated: CAMEL-21014: Fixed doFinally clause with route template (#14913)

2024-07-25 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 241ce9add73 CAMEL-21014: Fixed doFinally clause with

Re: [PR] chore(deps): Bump aws-java-sdk2-version from 2.26.23 to 2.26.24 [camel]

2024-07-25 Thread via GitHub
oscerd commented on PR #14933: URL: https://github.com/apache/camel/pull/14933#issuecomment-2249618271 /component-tests 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.

Re: [PR] chore(deps): Bump aws-java-sdk2-version from 2.26.23 to 2.26.24 [camel]

2024-07-25 Thread via GitHub
github-actions[bot] commented on PR #14933: URL: https://github.com/apache/camel/pull/14933#issuecomment-2249618831 :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 G