[PR] Use smooks-version property from camel-dependencies instead of syncing from camel-parent [camel-quarkus]

2025-04-21 Thread via GitHub
jamesnetherton opened a new pull request, #7282: URL: https://github.com/apache/camel-quarkus/pull/7282 (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] Provide more Pipe bindings [camel-k]

2025-04-21 Thread via GitHub
squakez commented on issue #5935: URL: https://github.com/apache/camel-k/issues/5935#issuecomment-2820224188 Base development performed. Any further specific implementation such as Artemis or other technology can be additionally included. -- This is an automated message from the Apache Gi

[PR] feat(pipe): bind to Integration, Pipe, Services [camel-k]

2025-04-21 Thread via GitHub
squakez opened a new pull request, #6147: URL: https://github.com/apache/camel-k/pull/6147 Closes #5935 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] Revert a workaround in AzureServiceBusTest because of Quarkus change/bug in 3.22.0.CR1 [camel-quarkus]

2025-04-21 Thread via GitHub
JiriOndrusek commented on issue #7274: URL: https://github.com/apache/camel-quarkus/issues/7274#issuecomment-2820189566 There is even better workaround possible https://github.com/apache/camel-quarkus/blob/e36c79f1f8741758ce8b99abe9247c994079dc28/integration-tests-support/test-support/src/ma

(camel-quarkus) 01/02: Disable git integration tests due to #7257

2025-04-21 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ead2e00cef859148fe9b279e9c5bcb6d75d721fa Author: James Netherton AuthorDate: Fri Apr 11 10:41:16 2025 +0100

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

2025-04-21 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit e36c79f1f8741758ce8b99abe9247c994079dc28 Author: James Netherton AuthorDate: Mon Mar 24 15:39:17 2025 +

(camel-quarkus) branch main updated (930c9fa4da -> e36c79f1f8)

2025-04-21 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 930c9fa4da Regen SBOM from commit 0677cc0b71db824a653a2da1fea8484c1e5e7659 (#7281) new ead2e00cef Dis

Re: [PR] Update quarkus to 3.22.0.CR1 [camel-quarkus]

2025-04-21 Thread via GitHub
JiriOndrusek merged PR #7271: URL: https://github.com/apache/camel-quarkus/pull/7271 -- 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] CAMEL-15088: camel-dapr - add Dapr component, invokeService operation [camel]

2025-04-21 Thread via GitHub
oscerd commented on code in PR #17818: URL: https://github.com/apache/camel/pull/17818#discussion_r2053370620 ## components/camel-dapr/src/main/java/org/apache/camel/component/dapr/DaprProducer.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] CAMEL-15088: camel-dapr - add Dapr component, invokeService operation [camel]

2025-04-21 Thread via GitHub
davsclaus commented on PR #17818: URL: https://github.com/apache/camel/pull/17818#issuecomment-2820133322 Great work please keep it up -- 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] CAMEL-15088: camel-dapr - add Dapr component, invokeService operation [camel]

2025-04-21 Thread via GitHub
davsclaus commented on code in PR #17818: URL: https://github.com/apache/camel/pull/17818#discussion_r2053364153 ## components/camel-dapr/src/main/java/org/apache/camel/component/dapr/DaprEndpoint.java: ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

(camel-kafka-connector) branch main updated: Updated CHANGELOG.md

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/main by this push: new f043b41d47 Updated CHANGELOG.md f

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

2025-04-21 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2819928009 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 14585416860-1825-c7f619f0-3d3c-4ba8-bd98-7

(camel-kafka-connector) branch automatic-periodic-sync updated (0c50e7169b -> d18e04823f)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git omit 0c50e7169b [create-pull-request] automated change add 0abc1de6bb [create-pull

[PR] [Github Actions] Periodic Sync Camel-kafka-connector main Branch [camel-kafka-connector]

2025-04-21 Thread via GitHub
github-actions[bot] opened a new pull request, #1717: URL: https://github.com/apache/camel-kafka-connector/pull/1717 Periodic Sync of Camel Kafka connector main Branch with main Camel Main. see https://github.com/apache/camel-kafka-connector/blob/main/.github/workflows/automatic-sync-came

(camel-k) 01/01: chore(ci): v2.7.0-nightly release updates

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to tag v2.7.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 5f2d69ba5309a504d7c8dfb2ea2003bb81d28e1d Author: github-actions[bot] <41898282+github-actions[bot]@users.norep

(camel-k) tag v2.7.0-nightly updated (e8eb507d0 -> 5f2d69ba5)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.7.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git *** WARNING: tag v2.7.0-nightly was modified! *** from e8eb507d0 (commit) to 5f2d69ba5 (commit) discard e

(camel-k) tag v2.6.1-nightly updated (9be6b598b -> abdbf5da9)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.6.1-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git *** WARNING: tag v2.6.1-nightly was modified! *** from 9be6b598b (commit) to abdbf5da9 (commit) discard 9

(camel-k) 01/01: chore(ci): v2.6.1-nightly release updates

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to tag v2.6.1-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git commit abdbf5da914b2f2ba7c199aee9e1aacf97db565f Author: github-actions[bot] <41898282+github-actions[bot]@users.norep

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

2025-04-21 Thread via GitHub
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2819765816 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 14583877730-1721-c991e389-2d98-44bb-bea6-a94de1

Re: [I] Make integrations addressable (Knative SinkBinding) [camel-k]

2025-04-21 Thread via GitHub
github-actions[bot] commented on issue #1122: URL: https://github.com/apache/camel-k/issues/1122#issuecomment-2819765248 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s i

Re: [I] Kiali dashboard for Camel K [camel-k]

2025-04-21 Thread via GitHub
github-actions[bot] commented on issue #1264: URL: https://github.com/apache/camel-k/issues/1264#issuecomment-2819765203 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s i

[PR] CAMEL-15088: camel-dapr - add Dapr component, invokeService operation [camel]

2025-04-21 Thread via GitHub
anirudh-04 opened a new pull request, #17818: URL: https://github.com/apache/camel/pull/17818 # Description Added the Dapr Component. I have included invoke service producer for now, there are a few other operations as well which we can integrate, would be working on those next.

Re: [PR] CAMEL-15088: camel-dapr - add Dapr component, invokeService operation [camel]

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

Re: [PR] feat(main): include management port in camel-main [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17817: URL: https://github.com/apache/camel/pull/17817#issuecomment-2818466615 :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] feat(main): include management port in camel-main [camel]

2025-04-21 Thread via GitHub
squakez opened a new pull request, #17817: URL: https://github.com/apache/camel/pull/17817 Closes CAMEL-21950 # Description # Target - [ ] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Tracking - [ ] If thi

(camel) branch dependabot/maven/io.github.ascopes-protobuf-maven-plugin-3.1.0 deleted (was 6076fc12fd6)

2025-04-21 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.github.ascopes-protobuf-maven-plugin-3.1.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 6076fc12fd6 chore(deps): Bump io.github.ascopes:protobuf-m

Re: [PR] chore(deps-dev): Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] commented on PR #17810: URL: https://github.com/apache/camel/pull/17810#issuecomment-2817989899 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, let

(camel) branch main updated: chore(deps-dev): Bump eslint from 9.24.0 to 9.25.0 in /docs (#17815)

2025-04-21 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 f4446686ca1 chore(deps-dev): Bump eslint from 9.24

Re: [PR] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 3.0.0 to 3.1.0 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17813: URL: https://github.com/apache/camel/pull/17813#issuecomment-2817988677 :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] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 3.0.0 to 3.1.0 [camel]

2025-04-21 Thread via GitHub
davsclaus merged PR #17813: URL: https://github.com/apache/camel/pull/17813 -- 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 main updated: chore(deps): Bump io.github.ascopes:protobuf-maven-plugin (#17813)

2025-04-21 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 87522399042 chore(deps): Bump io.github.ascopes:pr

[PR] chore(deps-dev): Bump com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17816: URL: https://github.com/apache/camel/pull/17816 Bumps com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=

(camel) branch dependabot/npm_and_yarn/docs/eslint-9.25.0 deleted (was 0f73316568a)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/docs/eslint-9.25.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 0f73316568a chore(deps-dev): Bump eslint from 9.24.0 to 9.25.0 in /docs The re

(camel) branch dependabot/maven/picocli-version-4.7.7 deleted (was 73e6f224ae3)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/picocli-version-4.7.7 in repository https://gitbox.apache.org/repos/asf/camel.git was 73e6f224ae3 chore(deps): Bump picocli-version from 4.7.6 to 4.7.7 The revisions th

(camel) branch dependabot/maven/com.google.code.gson-gson-2.13.0 deleted (was 77ce41b9670)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.code.gson-gson-2.13.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 77ce41b9670 chore(deps-dev): Bump com.google.code.gson:gson from 2.12.

Re: [PR] chore(deps-dev): Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 [camel]

2025-04-21 Thread via GitHub
davsclaus closed pull request #17810: chore(deps-dev): Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 URL: https://github.com/apache/camel/pull/17810 -- 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

Re: [PR] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 3.0.0 to 3.1.0 [camel]

2025-04-21 Thread via GitHub
davsclaus commented on PR #17813: URL: https://github.com/apache/camel/pull/17813#issuecomment-2817987998 /component-test camel-grpc camel-protobuf -- 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

Re: [PR] chore(deps-dev): Bump eslint from 9.24.0 to 9.25.0 in /docs [camel]

2025-04-21 Thread via GitHub
davsclaus merged PR #17815: URL: https://github.com/apache/camel/pull/17815 -- 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 main updated (a8c98b22bbc -> 944038a8daa)

2025-04-21 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 a8c98b22bbc chore(deps): Bump com.apptasticsoftware:rssreader from 3.9.2 to 3.9.3 (#17809) add 944038a8daa chore

Re: [PR] chore(deps): Bump picocli-version from 4.7.6 to 4.7.7 [camel]

2025-04-21 Thread via GitHub
davsclaus merged PR #17812: URL: https://github.com/apache/camel/pull/17812 -- 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 main updated: chore(deps): Bump com.apptasticsoftware:rssreader from 3.9.2 to 3.9.3 (#17809)

2025-04-21 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 a8c98b22bbc chore(deps): Bump com.apptasticsoftwar

Re: [PR] chore(deps): Bump com.apptasticsoftware:rssreader from 3.9.2 to 3.9.3 [camel]

2025-04-21 Thread via GitHub
davsclaus merged PR #17809: URL: https://github.com/apache/camel/pull/17809 -- 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 dependabot/maven/com.apptasticsoftware-rssreader-3.9.3 deleted (was 2ac2815f46d)

2025-04-21 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.apptasticsoftware-rssreader-3.9.3 in repository https://gitbox.apache.org/repos/asf/camel.git was 2ac2815f46d chore(deps): Bump com.apptasticsoftware:rssreader from

(camel) branch dependabot/maven/aws-java-sdk2-version-2.31.25 deleted (was 22cd36be38e)

2025-04-21 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.31.25 in repository https://gitbox.apache.org/repos/asf/camel.git was 22cd36be38e chore(deps): Bump aws-java-sdk2-version from 2.31.24 to 2.31.

Re: [PR] chore(deps-dev): Bump com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0 [camel]

2025-04-21 Thread via GitHub
oscerd merged PR #17816: URL: https://github.com/apache/camel/pull/17816 -- 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 (d78ac0559d8 -> a1eeceb7cde)

2025-04-21 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 d78ac0559d8 chore(deps): Bump aws-java-sdk2-version from 2.31.24 to 2.31.25 (#17814) add a1eeceb7cde chore(deps

(camel) branch dependabot/maven/com.google.cloud-google-cloud-core-2.54.0 deleted (was 50693b7fb87)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.cloud-google-cloud-core-2.54.0 in repository https://gitbox.apache.org/repos/asf/camel.git was 50693b7fb87 chore(deps-dev): Bump com.google.cloud:google-clou

(camel) branch dependabot/maven/shiro-version-2.0.4 deleted (was 3c0eed6e4ee)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/shiro-version-2.0.4 in repository https://gitbox.apache.org/repos/asf/camel.git was 3c0eed6e4ee chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 The revisions that w

(camel) branch main updated: chore(deps): Bump aws-java-sdk2-version from 2.31.24 to 2.31.25 (#17814)

2025-04-21 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 d78ac0559d8 chore(deps): Bump aws-java-sdk2-versi

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

2025-04-21 Thread via GitHub
oscerd merged PR #17814: URL: https://github.com/apache/camel/pull/17814 -- 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 (fb5528a8fbb -> ac3af12c456)

2025-04-21 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 fb5528a8fbb Regen SBOM from commit cef33d579dbb15401a47e116f7731fa1a8f27165 (#17808) add ac3af12c456 chore(deps

Re: [PR] chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 [camel]

2025-04-21 Thread via GitHub
oscerd merged PR #17811: URL: https://github.com/apache/camel/pull/17811 -- 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] chore(deps-dev): Bump com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17816: URL: https://github.com/apache/camel/pull/17816#issuecomment-2817885974 :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] chore(deps-dev): Bump com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0 [camel]

2025-04-21 Thread via GitHub
oscerd commented on PR #17816: URL: https://github.com/apache/camel/pull/17816#issuecomment-2817885304 /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.31.24 to 2.31.25 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17814: URL: https://github.com/apache/camel/pull/17814#issuecomment-2817867408 :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] chore(deps-dev): Bump com.google.cloud:google-cloud-core from 2.53.1 to 2.54.0 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17816: URL: https://github.com/apache/camel/pull/17816#issuecomment-2817877336 :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/com.google.cloud-google-cloud-core-2.54.0 created (now 50693b7fb87)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.cloud-google-cloud-core-2.54.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 50693b7fb87 chore(deps-dev): Bump com.google.cloud:google-clou

[PR] chore(deps-dev): Bump eslint from 9.24.0 to 9.25.0 in /docs [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17815: URL: https://github.com/apache/camel/pull/17815 Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.0. Release notes Sourced from https://github.com/eslint/eslint/releases";>eslint's releases. v9.25.0 Feat

(camel) branch dependabot/npm_and_yarn/docs/eslint-9.25.0 created (now 0f73316568a)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/docs/eslint-9.25.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 0f73316568a chore(deps-dev): Bump eslint from 9.24.0 to 9.25.0 in /docs No new

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

2025-04-21 Thread via GitHub
oscerd commented on PR #17814: URL: https://github.com/apache/camel/pull/17814#issuecomment-281781 /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.

[PR] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 3.0.0 to 3.1.0 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17813: URL: https://github.com/apache/camel/pull/17813 Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.0.0 to 3.1.0. Release notes Sourced from https://github.com/ascopes/protobuf-

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

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17814: URL: https://github.com/apache/camel/pull/17814#issuecomment-2817863684 :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/aws-java-sdk2-version-2.31.25 created (now 22cd36be38e)

2025-04-21 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.31.25 in repository https://gitbox.apache.org/repos/asf/camel.git at 22cd36be38e chore(deps): Bump aws-java-sdk2-version from 2.31.24 to 2.31.

[PR] chore(deps): Bump aws-java-sdk2-version from 2.31.24 to 2.31.25 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17814: URL: https://github.com/apache/camel/pull/17814 Bumps `aws-java-sdk2-version` from 2.31.24 to 2.31.25. Updates `software.amazon.awssdk:sqs` from 2.31.24 to 2.31.25 Updates `software.amazon.awssdk:kinesis` from 2.31.24 to 2.31.25

(camel) branch dependabot/maven/io.github.ascopes-protobuf-maven-plugin-3.1.0 created (now 6076fc12fd6)

2025-04-21 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.github.ascopes-protobuf-maven-plugin-3.1.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 6076fc12fd6 chore(deps): Bump io.github.ascopes:protobuf-m

Re: [PR] chore(deps): Bump io.github.ascopes:protobuf-maven-plugin from 3.0.0 to 3.1.0 [camel]

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

Re: [PR] chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17811: URL: https://github.com/apache/camel/pull/17811#issuecomment-2817854464 :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

[PR] chore(deps): Bump picocli-version from 4.7.6 to 4.7.7 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17812: URL: https://github.com/apache/camel/pull/17812 Bumps `picocli-version` from 4.7.6 to 4.7.7. Updates `info.picocli:picocli` from 4.7.6 to 4.7.7 Release notes Sourced from https://github.com/remkop/picocli/releases";>info.picocli:

(camel) branch dependabot/maven/picocli-version-4.7.7 created (now 73e6f224ae3)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/picocli-version-4.7.7 in repository https://gitbox.apache.org/repos/asf/camel.git at 73e6f224ae3 chore(deps): Bump picocli-version from 4.7.6 to 4.7.7 No new revisions

Re: [PR] chore(deps): Bump picocli-version from 4.7.6 to 4.7.7 [camel]

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

Re: [PR] chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 [camel]

2025-04-21 Thread via GitHub
oscerd commented on PR #17811: URL: https://github.com/apache/camel/pull/17811#issuecomment-2817853648 /component-tests shiro -- 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 shiro-version from 2.0.3 to 2.0.4 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17811: URL: https://github.com/apache/camel/pull/17811#issuecomment-2817851209 :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/shiro-version-2.0.4 created (now 3c0eed6e4ee)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/shiro-version-2.0.4 in repository https://gitbox.apache.org/repos/asf/camel.git at 3c0eed6e4ee chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 No new revisions wer

[PR] chore(deps): Bump shiro-version from 2.0.3 to 2.0.4 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17811: URL: https://github.com/apache/camel/pull/17811 Bumps `shiro-version` from 2.0.3 to 2.0.4. Updates `org.apache.shiro:shiro-jakarta-ee` from 2.0.3 to 2.0.4 Release notes Sourced from https://github.com/apache/shiro/releases";>org.

Re: [PR] chore(deps-dev): Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 [camel]

2025-04-21 Thread via GitHub
github-actions[bot] commented on PR #17810: URL: https://github.com/apache/camel/pull/17810#issuecomment-2817846412 :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/com.google.code.gson-gson-2.13.0 created (now 77ce41b9670)

2025-04-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.code.gson-gson-2.13.0 in repository https://gitbox.apache.org/repos/asf/camel.git at 77ce41b9670 chore(deps-dev): Bump com.google.code.gson:gson from 2.12.

[PR] chore(deps-dev): Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17810: URL: https://github.com/apache/camel/pull/17810 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0. Release notes Sourced from https://github.com/google/gson/releases";>com.google.code.gson:gson

(camel) branch dependabot/maven/com.apptasticsoftware-rssreader-3.9.3 created (now 2ac2815f46d)

2025-04-21 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.apptasticsoftware-rssreader-3.9.3 in repository https://gitbox.apache.org/repos/asf/camel.git at 2ac2815f46d chore(deps): Bump com.apptasticsoftware:rssreader from

[PR] chore(deps): Bump com.apptasticsoftware:rssreader from 3.9.2 to 3.9.3 [camel]

2025-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #17809: URL: https://github.com/apache/camel/pull/17809 Bumps [com.apptasticsoftware:rssreader](https://github.com/w3stling/rssreader) from 3.9.2 to 3.9.3. Release notes Sourced from https://github.com/w3stling/rssreader/releases";>com.ap

Re: [PR] chore(deps): Bump com.apptasticsoftware:rssreader from 3.9.2 to 3.9.3 [camel]

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