[PR] chore(deps): Bump org.openapitools:openapi-generator from 7.6.0 to 7.7.0 [camel]

2024-07-03 Thread via GitHub
dependabot[bot] opened a new pull request, #14720: URL: https://github.com/apache/camel/pull/14720 Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.6.0 to 7.7.0. Release notes Sourced from https://github.com/openapitools/openapi-

Re: [PR] chore(deps): Bump org.openapitools:openapi-generator from 7.6.0 to 7.7.0 [camel]

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

(camel) branch dependabot/maven/org.openapitools-openapi-generator-7.7.0 created (now 5007fbb6ced)

2024-07-03 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.openapitools-openapi-generator-7.7.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 5007fbb6ced chore(deps): Bump org.openapitools:openapi-generato

(camel-quarkus) branch main updated: Remove OpenAPI V2 integration test from camel-k-maven-plugin

2024-07-03 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 87f4d770ed Remove OpenAPI V2 integrat

Re: [PR] Remove OpenAPI V2 integration test from camel-k-maven-plugin [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton merged PR #6253: URL: https://github.com/apache/camel-quarkus/pull/6253 -- 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] Remove OpenAPI V2 integration test from camel-k-maven-plugin [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton commented on PR #6253: URL: https://github.com/apache/camel-quarkus/pull/6253#issuecomment-2208245701 `functional-extension-tests` tests job passed which is good enough to merge this. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Upgrade Debezium to 2.7.0.Final [camel]

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

Re: [PR] Upgrade Debezium to 2.7.0.Final [camel]

2024-07-03 Thread via GitHub
github-actions[bot] commented on PR #14719: URL: https://github.com/apache/camel/pull/14719#issuecomment-2208239634 :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] Upgrade Debezium to 2.7.0.Final [camel]

2024-07-03 Thread via GitHub
jamesnetherton opened a new pull request, #14719: URL: https://github.com/apache/camel/pull/14719 (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 unsubscrib

Re: [PR] Upgrade Debezium to 2.7.0.Final [camel]

2024-07-03 Thread via GitHub
jamesnetherton commented on PR #14719: URL: https://github.com/apache/camel/pull/14719#issuecomment-2208239741 /component-test debezium -- 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 specifi

[PR] Remove OpenAPI V2 integration test from camel-k-maven-plugin [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton opened a new pull request, #6253: URL: https://github.com/apache/camel-quarkus/pull/6253 (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

(camel) branch main updated: Polished

2024-07-03 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 0b8f25b6de6 Polished 0b8f25b6de6 is described belo

(camel) branch main updated: Make test more roboust

2024-07-03 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 216de5e5acf Make test more roboust 216de5e5acf is

(camel) branch main updated: BugFix fixed string comparison: need !equals() instead of != (#14717)

2024-07-03 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 7b9b11d50b6 BugFix fixed string comparison: need !

Re: [PR] BugFix fixed string comparison: need !equals() instead of != [camel]

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

Re: [PR] BugFix removed write only object [camel]

2024-07-03 Thread via GitHub
davsclaus commented on PR #14718: URL: https://github.com/apache/camel/pull/14718#issuecomment-2208106458 You need to remove the import also ``` -import java.util.concurrent.atomic.AtomicBoolean; ``` -- This is an automated message from the Apache Git Service. To respond to the me

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

2024-07-03 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2208078682 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 9787479973-1533-e5e8b63c-509d-43b3-bcf6-9b

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

2024-07-03 Thread via GitHub
jamesnetherton opened a new issue, #2926: URL: https://github.com/apache/camel-quarkus/issues/2926 This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/quarkus-master-cron.yaml) for the [`quarkus-main`](https://github.com

(camel-quarkus) branch quarkus-main updated (acc6b094cf -> b747c87292)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard acc6b094cf Upgrade Quarkus to 3.13.0.CR1 add 591b0aab68 Add azure-key-vault native support

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

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit b747c87292d6551a7b92d192745acecb398bd88d Author: James Netherton AuthorDate: Mon Jun 24 11:24:38 2024 +

(camel-quarkus) branch dependabot/maven/cq-plugin.version-4.9.1 deleted (was c22758bef7)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/cq-plugin.version-4.9.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git was c22758bef7 Bump cq-plugin.version from 4.9.0 to 4.9.1 The revisions that

(camel-quarkus) branch main updated (43ce9ae96c -> b7f0e88a9c)

2024-07-03 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 43ce9ae96c Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 (#6252) add b7f0e88a9c Bump cq-plugin.version

Re: [PR] Bump cq-plugin.version from 4.9.0 to 4.9.1 [camel-quarkus]

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

(camel-quarkus) branch dependabot/maven/quarkiverse-minio.version-3.7.5 deleted (was c64e7e496b)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quarkiverse-minio.version-3.7.5 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git was c64e7e496b Auto generated changes for dependabot commit 2f4f2eb

(camel-quarkus) branch main updated: Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 (#6252)

2024-07-03 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng 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 43ce9ae96c Bump quarkiverse-minio.version fro

Re: [PR] Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 [camel-quarkus]

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

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

2024-07-03 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2207640803 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 9786410032-1429-b0ea9fa0-3468-4ca7-aca8-d81df32

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

2024-07-03 Thread via GitHub
github-actions[bot] opened a new pull request, #1170: URL: https://github.com/apache/camel-spring-boot/pull/1170 Periodic Sync of Camel Spring Boot Main Branch with main Camel Main. see https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml -- T

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

2024-07-03 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 54b82ea90 chore: nightly automatic updates 54b8

(camel-k-runtime) 01/02: feat: new Camel Quarkus version

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-3.8.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git commit cbd76b08a796acae01ad7a5f619503ea6396a79a Author: github-actions[bot] <41898282+github-actions[bot]@u

(camel-k-runtime) branch release-3.8.x updated (f0092f42 -> 1398928a)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch release-3.8.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git from f0092f42 chore: update SBOM new cbd76b08 feat: new Camel Quarkus version new 1398928a ch

Re: [PR] Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 [camel-quarkus]

2024-07-03 Thread via GitHub
github-actions[bot] commented on PR #6252: URL: https://github.com/apache/camel-quarkus/pull/6252#issuecomment-2207389303 :warning: :warning: :warning: Branch auto synchronized due to changes in generated files. New workflow run triggered: https://github.com/apache/camel-quarku

(camel-quarkus) branch dependabot/maven/quarkiverse-minio.version-3.7.5 updated (2f4f2eba3e -> c64e7e496b)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quarkiverse-minio.version-3.7.5 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 2f4f2eba3e Bump quarkiverse-minio.version from 3.7.3 to 3.7.5

(camel-quarkus) branch dependabot/maven/quarkiverse-minio.version-3.7.5 created (now 2f4f2eba3e)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quarkiverse-minio.version-3.7.5 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at 2f4f2eba3e Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 N

[PR] Bump quarkiverse-minio.version from 3.7.3 to 3.7.5 [camel-quarkus]

2024-07-03 Thread via GitHub
dependabot[bot] opened a new pull request, #6252: URL: https://github.com/apache/camel-quarkus/pull/6252 Bumps `quarkiverse-minio.version` from 3.7.3 to 3.7.5. Updates `io.quarkiverse.minio:quarkus-minio` from 3.7.3 to 3.7.5 Updates `io.quarkiverse.minio:quarkus-minio-deployment` fr

(camel-quarkus) branch dependabot/maven/cq-plugin.version-4.9.1 created (now c22758bef7)

2024-07-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/cq-plugin.version-4.9.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at c22758bef7 Bump cq-plugin.version from 4.9.0 to 4.9.1 No new revisions w

[PR] Bump cq-plugin.version from 4.9.0 to 4.9.1 [camel-quarkus]

2024-07-03 Thread via GitHub
dependabot[bot] opened a new pull request, #6251: URL: https://github.com/apache/camel-quarkus/pull/6251 Bumps `cq-plugin.version` from 4.9.0 to 4.9.1. Updates `org.l2x6.cq:cq-filtered-external-enforcer-rules` from 4.9.0 to 4.9.1 Commits https://github.com/l2x6/cq-maven-plugi

(camel-karavan) 02/02: Ui Refactor

2024-07-03 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git commit 4c72df72d92704c8ecc5a5d06a3ec2de301de0d3 Author: Marat Gubaidullin AuthorDate: Wed Jul 3 16:39:25 2024 -0400 Ui

(camel-karavan) 01/02: Devservices

2024-07-03 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git commit 99c1461b96a7759ed0dd0fa612d02f8b0b7b3609 Author: Marat Gubaidullin AuthorDate: Wed Jul 3 16:20:11 2024 -0400 De

(camel-karavan) branch main updated (875a2ec4 -> 4c72df72)

2024-07-03 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git from 875a2ec4 Templates and Configuration refactoring new 99c1461b Devservices new 4c72df72 Ui Refactor The

Re: [PR] BugFix removed write only object [camel]

2024-07-03 Thread via GitHub
github-actions[bot] commented on PR #14718: URL: https://github.com/apache/camel/pull/14718#issuecomment-2207026464 :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] BugFix removed write only object [camel]

2024-07-03 Thread via GitHub
dk2k opened a new pull request, #14718: URL: https://github.com/apache/camel/pull/14718 BugFix removed write only object -- 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

Re: [PR] BugFix fixed string comparison: need !equals() instead of != [camel]

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

(camel) branch main updated: CAMEL-20941: camel-parquet-avro: Added hadoop JARs needed to use this library.

2024-07-03 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 ce0c0dc5426 CAMEL-20941: camel-parquet-avro: Added

(camel) branch main updated: CAMEL-20941: camel-parquet-avro: Added hadoop JARs needed to use this library.

2024-07-03 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 7e7f8681a07 CAMEL-20941: camel-parquet-avro: Added

(camel) branch main updated: camel-jbang-it: update it (#14715)

2024-07-03 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 8f52472f740 camel-jbang-it: update it (#14715) 8f5

Re: [PR] camel-jbang-it: update it [camel]

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

(camel-k) branch main updated: chore(deps): bump github.com/container-tools/spectrum

2024-07-03 Thread gfournier
This is an automated email from the ASF dual-hosted git repository. gfournier 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 0a9c9c783 chore(deps): bump github.com/container

Re: [PR] chore(deps): bump github.com/container-tools/spectrum from 0.6.47 to 0.6.48 [camel-k]

2024-07-03 Thread via GitHub
gansheer merged PR #5684: URL: https://github.com/apache/camel-k/pull/5684 -- 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.apa

(camel-k) branch dependabot/go_modules/github.com/container-tools/spectrum-0.6.48 deleted (was 19c6d87e4)

2024-07-03 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/container-tools/spectrum-0.6.48 in repository https://gitbox.apache.org/repos/asf/camel-k.git was 19c6d87e4 chore(deps): bump github.com/container-tools

(camel) branch main updated: chore(jbang): Fix runtime type checks in run command (#14716)

2024-07-03 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 d018976c702 chore(jbang): Fix runtime type checks

Re: [PR] chore(jbang): Fix runtime type checks in run command [camel]

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

[PR] chore(jbang): Fix runtime type checks in run command [camel]

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

Re: [PR] chore(jbang): Fix runtime type checks in run command [camel]

2024-07-03 Thread via GitHub
christophd commented on PR #14716: URL: https://github.com/apache/camel/pull/14716#issuecomment-2206512791 @davsclaus sorry, I have missed these checks. should be good now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

(camel-quarkus) branch camel-main updated (180ebee6ec -> ce03dc3399)

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 180ebee6ec Generated poms discard a27ccbd923 generated files discard 6394df757b fixes in type con

(camel-quarkus) 07/17: Fixed twilio

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 4139f189b883415630e4b7c2288a49a3d0f631a4 Author: JiriOndrusek AuthorDate: Thu Jun 27 15:05:51 2024 +0

(camel-quarkus) 09/17: Quick fix of aws2-kinesis

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 5601d0df7be3ff9f954935abeba0291902528419 Author: JiriOndrusek AuthorDate: Fri Jun 28 10:02:28 2024 +0

(camel-quarkus) 14/17: Generated poms

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 237776ac03f607ff55c177a2066fb3c9b6a34324 Author: JiriOndrusek AuthorDate: Wed Jul 3 09:28:44 2024 +02

(camel-quarkus) 17/17: Fixup 8900c4c

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ce03dc339936833cb98ca3c5bdfe02b3e701a9b4 Author: James Netherton AuthorDate: Wed Jul 3 15:49:41 2024

(camel-quarkus) 03/17: generated poms

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 8b668997df755ed3e096b5e76c9fb296d998b671 Author: JiriOndrusek AuthorDate: Wed Jun 26 10:34:32 2024 +0

(camel-quarkus) 05/17: Quick fix of crypto

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit cae738c73838dcc3f097756147a092f06ab9ae48 Author: JiriOndrusek AuthorDate: Wed Jun 26 15:26:29 2024 +0

(camel-quarkus) 08/17: More native mode fixes for ical

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 29a083f88a7e9329625dd41c1ae26aacc848bd60 Author: James Netherton AuthorDate: Fri Jun 28 08:37:25 2024

(camel-quarkus) 02/17: Fiexd junit5 + generated poms

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 39dad0b45c6e978e633cbab4788b20949fb3b28b Author: JiriOndrusek AuthorDate: Wed Jun 26 09:01:34 2024 +0

(camel-quarkus) 15/17: Update generated files

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit c4ef7118230444e5ad240ed80e10e973460ee9ec Author: James Netherton AuthorDate: Wed Jul 3 15:01:12 2024

(camel-quarkus) 16/17: Add type converter configuration

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 0e992834d8e06a71c786464989414dfdf4be0acc Author: James Netherton AuthorDate: Wed Jul 3 15:42:05 2024

(camel-quarkus) 13/17: generated files

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 2d6becb56609eaccc88ad27ff5d342431544cf2f Author: JiriOndrusek AuthorDate: Tue Jul 2 09:58:05 2024 +02

(camel-quarkus) 11/17: Add dynamic discovery of ical zoneinfo

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 2a785f47f10aa22c47dc2272b6b2f2b3e64c414e Author: James Netherton AuthorDate: Fri Jun 28 14:23:17 2024

(camel-quarkus) 12/17: Handle special case ical zones during build time processing

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit b4bec71aef3deef5d390e03621474f492b359bef Author: James Netherton AuthorDate: Fri Jun 28 14:36:13 2024

(camel-quarkus) 10/17: Miscellaneous tidy ups

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit d9334e75b71a982bad8d3c4008edba39d645c2cf Author: James Netherton AuthorDate: Fri Jun 28 08:55:36 2024

(camel-quarkus) 06/17: generated files

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ec0b174aa34bf0b7ec94d2b36a69ef313fbcf3c2 Author: JiriOndrusek AuthorDate: Thu Jun 27 08:49:44 2024 +0

(camel-quarkus) 04/17: Remove iCal UTC timezone format appendage or 'Z' to the timestamp

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 68dd6b783f0bc5e8552a20c1130f49871dc0f267 Author: James Netherton AuthorDate: Wed Jun 26 12:49:06 2024

[PR] camel-jbang-it: update it [camel]

2024-07-03 Thread via GitHub
mcarlett opened a new pull request, #14715: URL: https://github.com/apache/camel/pull/14715 update jbang tests according to the new api and specification -- 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 t

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

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

Re: [PR] Master retry [camel]

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

(camel) branch master-retry deleted (was cea43322c28)

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git was cea43322c28 CAMEL-15903: camel-master - Should retry starting consumer on leadership taken. The revisions th

(camel) branch main updated: Master retry (#14714)

2024-07-03 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 573479b0045 Master retry (#14714) 573479b0045 is d

(camel) branch main updated: CAMEL-20939: camel-jbang - Run should be able to load with --profile if the properties file exist

2024-07-03 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 57a68b09029 CAMEL-20939: camel-jbang - Run should

Re: [I] Optimize the Maven release [camel-quarkus]

2024-07-03 Thread via GitHub
ppalaga commented on issue #5887: URL: https://github.com/apache/camel-quarkus/issues/5887#issuecomment-2206097645 We could perhaps play with the `apache-release` profile. In the top pom.xml we could add a `non-release` profile activated by `!apache-release` property under which we would m

(camel) branch master-retry updated (ff626835bcf -> cea43322c28)

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git from ff626835bcf CAMEL-15903: camel-master - Should retry starting consumer on leadership taken. add cea43322

[PR] fix(install): avoid kubectl execution on Makefile evaluation [camel-k]

2024-07-03 Thread via GitHub
gansheer opened a new pull request, #5686: URL: https://github.com/apache/camel-k/pull/5686 **Release Note** ```release-note fix(install): avoid kubectl execution on Makefile evaluation ``` -- This is an automated message from the Apache Git Service

(camel-quarkus) branch main updated: Add azure-key-vault native support

2024-07-03 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 591b0aab68 Add azure-key-vault native

Re: [I] Add azure-key-vault native support [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton closed issue #6248: Add azure-key-vault native support URL: https://github.com/apache/camel-quarkus/issues/6248 -- 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. T

Re: [PR] Add azure-key-vault native support [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton merged PR #6249: URL: https://github.com/apache/camel-quarkus/pull/6249 -- 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] Add azure-key-vault native support [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton commented on PR #6249: URL: https://github.com/apache/camel-quarkus/pull/6249#issuecomment-2206044674 Just realised I also need to update the README in the Azure test group directory. I'll do it, and merge immediately afterwards since we know CI is already good. -- This is

svn commit: r70116 [5/5] - /dev/camel/camel-quarkus/3.8.3/

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

svn commit: r70116 [4/5] - /dev/camel/camel-quarkus/3.8.3/

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

svn commit: r70116 [2/5] - /dev/camel/camel-quarkus/3.8.3/

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

svn commit: r70116 [3/5] - /dev/camel/camel-quarkus/3.8.3/

2024-07-03 Thread jamesnetherton
Added: dev/camel/camel-quarkus/3.8.3/apache-camel-quarkus-3.8.3-sbom.json.asc == --- dev/camel/camel-quarkus/3.8.3/apache-camel-quarkus-3.8.3-sbom.json.asc (added) +++ dev/camel/camel-quarkus/3.8.3/apache-camel-quarkus-3.8

svn commit: r70116 [1/5] - /dev/camel/camel-quarkus/3.8.3/

2024-07-03 Thread jamesnetherton
Author: jamesnetherton Date: Wed Jul 3 13:06:27 2024 New Revision: 70116 Log: Import camel-quarkus release Added: dev/camel/camel-quarkus/3.8.3/ dev/camel/camel-quarkus/3.8.3/apache-camel-quarkus-3.8.3-sbom.json dev/camel/camel-quarkus/3.8.3/apache-camel-quarkus-3.8.3-sbom.json.asc

(camel) branch master-retry updated (b724fb03445 -> ff626835bcf)

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git from b724fb03445 CAMEL-15903: camel-master - Should retry starting consumer on leadership taken. add b8181e67

(camel-quarkus) annotated tag 3.8.3 created (now 41403414ab)

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to annotated tag 3.8.3 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at 41403414ab (tag) tagging 302dec920c7e3fe7fe8fe2c63f44a3f56dddea67 (commit) replaces 3.8.2

(camel-quarkus) branch 3.8.x updated: Upgrade Quarkus CXF to 3.8.5

2024-07-03 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/3.8.x by this push: new 885ddb36de Upgrade Quarkus CXF to 3

Re: [PR] [3.8.x] Upgrade Quarkus CXF to 3.8.5 [camel-quarkus]

2024-07-03 Thread via GitHub
jamesnetherton merged PR #6250: URL: https://github.com/apache/camel-quarkus/pull/6250 -- 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) branch main updated: (chores) camel-lumberjack: fix a concurrency issue causing the test to be flaky

2024-07-03 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 c61b4342e3a (chores) camel-lumberjack: fix a concurr

Re: [PR] (chores) camel-lumberjack: fix a concurrency issue causing the test to be flaky [camel]

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

Re: [PR] Master retry [camel]

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

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

(camel) branch master-retry updated: CAMEL-15903: camel-master - Should retry starting consumer on leadership taken.

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master-retry by this push: new b724fb03445 CAMEL-15903: camel-mas

(camel) branch master-retry created (now 89c396d0fcd)

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git at 89c396d0fcd CAMEL-15903: camel-master - Should retry starting consumer on leadership taken. This branch incl

(camel) 01/01: CAMEL-15903: camel-master - Should retry starting consumer on leadership taken.

2024-07-03 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master-retry in repository https://gitbox.apache.org/repos/asf/camel.git commit 89c396d0fcdbcace29dc6530ce25acf74fef2495 Author: Claus Ibsen AuthorDate: Wed Jul 3 13:16:20 2024 +0200 CAME

  1   2   >