[GitHub] [camel] davsclaus merged pull request #7429: Generated sources regen

2022-04-12 Thread GitBox
davsclaus merged PR #7429: URL: https://github.com/apache/camel/pull/7429 -- 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 regen_bot updated (0b7768b8cb8 -> 5bce2fa46f9)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 0b7768b8cb8 Regen add ddffb095050 Upgrade AWS SDK v2 to version 2.17.169 add ee4bcccbc01 Sync and rege

[GitHub] [camel-spring-boot] JiriOndrusek commented on pull request #518: CAMEL-17920 add tests in camel-aws2-s3-starter

2022-04-12 Thread GitBox
JiriOndrusek commented on PR #518: URL: https://github.com/apache/camel-spring-boot/pull/518#issuecomment-1097614076 @cunningt I fixed the import of `Configuration` class -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [camel] github-actions[bot] opened a new pull request, #7429: Generated sources regen

2022-04-12 Thread GitBox
github-actions[bot] opened a new pull request, #7429: URL: https://github.com/apache/camel/pull/7429 Regen bot :robot: found some uncommited changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from the

[GitHub] [camel-spring-boot] JiriOndrusek commented on a diff in pull request #519: CAMEL-17938 Add tests in camel-aws2-cw-starter

2022-04-12 Thread GitBox
JiriOndrusek commented on code in PR #519: URL: https://github.com/apache/camel-spring-boot/pull/519#discussion_r849121663 ## components-starter/camel-aws2-cw-starter/src/test/java/org/apache/camel/component/aws2/cw/BaseCw.java: ## @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache

[GitHub] [camel-spring-boot] JiriOndrusek commented on a diff in pull request #519: CAMEL-17938 Add tests in camel-aws2-cw-starter

2022-04-12 Thread GitBox
JiriOndrusek commented on code in PR #519: URL: https://github.com/apache/camel-spring-boot/pull/519#discussion_r849118347 ## components-starter/camel-aws2-cw-starter/src/test/java/org/apache/camel/component/aws2/cw/BaseCw.java: ## @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache

[camel] branch main updated (0b7768b8cb8 -> ee4bcccbc01)

2022-04-12 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 0b7768b8cb8 Regen new ddffb095050 Upgrade AWS SDK v2 to version 2.17.169 new ee4bcccbc01 Sync and regen Th

[camel] 02/02: Sync and regen

2022-04-12 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 commit ee4bcccbc01c973c2a0a7600091256e2427a203a Author: Andrea Cosentino AuthorDate: Wed Apr 13 07:47:12 2022 +0200 Sync

[camel] 01/02: Upgrade AWS SDK v2 to version 2.17.169

2022-04-12 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 commit ddffb095050f3e6874f25575b658c676402ae8cf Author: Andrea Cosentino AuthorDate: Wed Apr 13 06:49:31 2022 +0200 Upgra

[GitHub] [camel-k] tadayosi commented on pull request #3193: Add verbose flag for the run command

2022-04-12 Thread GitBox
tadayosi commented on PR #3193: URL: https://github.com/apache/camel-k/pull/3193#issuecomment-1097582512 > Additionally I'd wrap a function, ie, printOut(verbose bool) where you have the if condition, and call directly this function within the rest of the code. We will have a more readable

[camel] branch regen_bot updated (d6194e92ca0 -> 0b7768b8cb8)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from d6194e92ca0 CAMEL-17912: camel-sjms - Add preserveMessageQos code in producer which was missing (copy from came

[GitHub] [camel-k] tadayosi commented on a diff in pull request #3193: Add verbose flag for the run command

2022-04-12 Thread GitBox
tadayosi commented on code in PR #3193: URL: https://github.com/apache/camel-k/pull/3193#discussion_r849089290 ## pkg/cmd/run.go: ## @@ -782,15 +788,15 @@ func resolvePodTemplate(ctx context.Context, cmd *cobra.Command, templateSrc str return err } -func uploadFileOr

[camel-spring-boot] branch main updated: Change Configuration class import to annotation class (#521)

2022-04-12 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new ed2aa9ae001 Change Configuration class

[GitHub] [camel-spring-boot] davsclaus merged pull request #521: Change Configuration class import to annotation class

2022-04-12 Thread GitBox
davsclaus merged PR #521: URL: https://github.com/apache/camel-spring-boot/pull/521 -- 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-spring-boot] branch main updated: Use org.springframework.context.annotation.Configuration for Annotation (#520)

2022-04-12 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new 8017956ad0d Use org.springframework.co

[GitHub] [camel-spring-boot] davsclaus merged pull request #520: Use org.springframework.context.annotation.Configuration for Annotation

2022-04-12 Thread GitBox
davsclaus merged PR #520: URL: https://github.com/apache/camel-spring-boot/pull/520 -- 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: Regen

2022-04-12 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 0b7768b8cb8 Regen 0b7768b8cb8 is described below

[camel-quarkus] branch main updated: Updated CHANGELOG.md

2022-04-12 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-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 8f729f4c91 Updated CHANGELOG.md 8f729f4c9

[camel-k] branch main updated: Updated CHANGELOG.md

2022-04-12 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 7a0e0e4fe Updated CHANGELOG.md 7a0e0e4fe is des

[camel-k-runtime] branch main updated: Updated CHANGELOG.md

2022-04-12 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-runtime.git The following commit(s) were added to refs/heads/main by this push: new 28aeb378 Updated CHANGELOG.md 28aeb378

[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure

2022-04-12 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1097491071 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 2158687697-720-226b9ed0-288d-4d83-aaf3-b42

[GitHub] [camel-quarkus] zhfeng commented on pull request #3721: paho: expand test coverage #3720

2022-04-12 Thread GitBox
zhfeng commented on PR #3721: URL: https://github.com/apache/camel-quarkus/pull/3721#issuecomment-1097480152 @aldettinger it could be useful to create a ```camel-quarkus-integration-tests-support-paho``` extension for ```PahoMqttResource``` since it is used by both ```paho``` and ```paho-m

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #3721: paho: expand test coverage #3720

2022-04-12 Thread GitBox
zhfeng commented on code in PR #3721: URL: https://github.com/apache/camel-quarkus/pull/3721#discussion_r849009050 ## integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java: ## @@ -92,7 +116,41 @@ public String mqttExceptionDuringReconnect

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #3721: paho: expand test coverage #3720

2022-04-12 Thread GitBox
zhfeng commented on code in PR #3721: URL: https://github.com/apache/camel-quarkus/pull/3721#discussion_r849006871 ## integration-tests/paho/src/main/java/org/apache/camel/quarkus/component/paho/PahoResource.java: ## @@ -92,7 +116,41 @@ public String mqttExceptionDuringReconnect

[camel-spring-boot] branch automatic-periodic-sync updated (0203d8ae637 -> 3498fca8df6)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git omit 0203d8ae637 [create-pull-request] automated change add 6efc5c22ea6 [create-pull-r

[camel-karaf] branch automatic-periodic-sync updated (eeaff4db -> 8ff9f4d8)

2022-04-12 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-karaf.git omit eeaff4db [create-pull-request] automated change add 8ff9f4d8 [create-pull-request] auto

[GitHub] [camel-karavan] cgballance closed issue #310: vscode replicating components in new route dialog

2022-04-12 Thread GitBox
cgballance closed issue #310: vscode replicating components in new route dialog URL: https://github.com/apache/camel-karavan/issues/310 -- 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

[GitHub] [camel-karavan] cgballance commented on issue #310: vscode replicating components in new route dialog

2022-04-12 Thread GitBox
cgballance commented on issue #310: URL: https://github.com/apache/camel-karavan/issues/310#issuecomment-1097294019 somehow my local didn't update. sorry for the sideshow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [camel-quarkus] ppalaga commented on pull request #3722: [2.7.x] Backports

2022-04-12 Thread GitBox
ppalaga commented on PR #3722: URL: https://github.com/apache/camel-quarkus/pull/3722#issuecomment-1097286762 > No need for [c30ae96](https://github.com/apache/camel-quarkus/commit/c30ae963f88625e651c9770fc6b84e8943f68fa0). It was related to the Camel 3.16 upgrade. Indeed, now I see

[GitHub] [camel-quarkus] ppalaga opened a new pull request, #3723: fixup 501833 Fix Aws2KinesisTest.kinesis test

2022-04-12 Thread GitBox
ppalaga opened a new pull request, #3723: URL: https://github.com/apache/camel-quarkus/pull/3723 fixup #3638 @jamesnetherton it kept failing for me with your recent fix. The working hypothesis of the current fix is that the message got lost before the ad-hoc Camel endpoint is created

[camel-karavan] branch main updated: Catalog counter (#314)

2022-04-12 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 The following commit(s) were added to refs/heads/main by this push: new 50d3805 Catalog counter (#314) 50d3805 is des

[GitHub] [camel-karavan] mgubaidullin merged pull request #314: Catalog counter

2022-04-12 Thread GitBox
mgubaidullin merged PR #314: URL: https://github.com/apache/camel-karavan/pull/314 -- 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...@c

[camel-quarkus] branch main updated: Azure Storage Queue : increase Producer test coverage Fixes #3577

2022-04-12 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 048f1c2d08 Azure Storage Queue : increase Pr

[GitHub] [camel-quarkus] ppalaga closed issue #3577: Azure storage queue : increase Producer test coverage

2022-04-12 Thread GitBox
ppalaga closed issue #3577: Azure storage queue : increase Producer test coverage URL: https://github.com/apache/camel-quarkus/issues/3577 -- 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

[GitHub] [camel-quarkus] ppalaga merged pull request #3719: Azure Storage Queue : increase Producer test coverage

2022-04-12 Thread GitBox
ppalaga merged PR #3719: URL: https://github.com/apache/camel-quarkus/pull/3719 -- 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...@came

[camel-karavan] branch main updated: Fix reload yaml on activate webView (#313)

2022-04-12 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 The following commit(s) were added to refs/heads/main by this push: new 4eec393 Fix reload yaml on activate webView (

[GitHub] [camel-karavan] mgubaidullin merged pull request #313: Fix reload yaml on activate webView

2022-04-12 Thread GitBox
mgubaidullin merged PR #313: URL: https://github.com/apache/camel-karavan/pull/313 -- 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...@c

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3722: [2.7.x] Backports

2022-04-12 Thread GitBox
jamesnetherton commented on PR #3722: URL: https://github.com/apache/camel-quarkus/pull/3722#issuecomment-1097170332 No need for c30ae96. It was related to the Camel 3.16 upgrade. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [camel-karavan] mgubaidullin commented on issue #310: vscode replicating components in new route dialog

2022-04-12 Thread GitBox
mgubaidullin commented on issue #310: URL: https://github.com/apache/camel-karavan/issues/310#issuecomment-1097148216 The second parameter indicated that array should be cleared before adding new values ![Screen Shot 2022-04-12 at 3 46 21 PM](https://user-images.githubusercontent.com

[GitHub] [camel-karavan] cgballance commented on issue #310: vscode replicating components in new route dialog

2022-04-12 Thread GitBox
cgballance commented on issue #310: URL: https://github.com/apache/camel-karavan/issues/310#issuecomment-1097145048 tried latest, still an issue. did some research on this. karavan-vscode/webview/App.tsx::onMessage will get called with a message.command of 'kamelets' or 'components' or

[GitHub] [camel] github-actions[bot] commented on pull request #7428: CAMEL-17763: cleaned up unused exceptions in test code (8)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7428: URL: https://github.com/apache/camel/pull/7428#issuecomment-1097116477 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[camel] 01/09: CAMEL-17763: cleaned up unused exceptions in camel-reactor

2022-04-12 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 commit 2f68a771483f0cb0df6097e7995cd03c58c00c6f Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:22:24 2022 +0200 CAME

[camel] branch main updated (026a215a2bd -> a634746e7f8)

2022-04-12 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 026a215a2bd CAMEL-17763: cleaned up unused exceptions in camel-resilience4j new 2f68a771483 CAMEL-17763: cleaned u

[camel] 02/09: CAMEL-17763: cleaned up unused exceptions in camel-reactive-streams

2022-04-12 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 commit 9b98c6ab880e558b645376af13fc7368a83d9cfe Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:21:42 2022 +0200 CAME

[camel] 03/09: CAMEL-17763: cleaned up unused exceptions in camel-reactive-executor-vertx

2022-04-12 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 commit d0b9caafa6ec2a474c33c249837c7719e0763daf Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:21:05 2022 +0200 CAME

[camel] 07/09: CAMEL-17763: cleaned up unused exceptions in camel-protobuf

2022-04-12 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 commit e7037617c0d74f5d61092ab1fdf8e25afec6ba04 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:17:04 2022 +0200 CAME

[camel] 09/09: CAMEL-17763: cleaned up unused exceptions in camel-pgevent

2022-04-12 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 commit a634746e7f88f81240fab116a80fd1e5cc55da22 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:16:45 2022 +0200 CAME

[camel] 05/09: CAMEL-17763: cleaned up unused exceptions in camel-quartz

2022-04-12 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 commit 3de0b70999c453f0a7a6dd3a7714f5d749e1846c Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:17:37 2022 +0200 CAME

[camel] 08/09: CAMEL-17763: cleaned up unused exceptions in camel-printer

2022-04-12 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 commit f7c1ee0883240706dc733a14b4226cdab2f13f62 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:16:54 2022 +0200 CAME

[camel] 06/09: CAMEL-17763: cleaned up unused exceptions in camel-pubnub

2022-04-12 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 commit 3481438341eeec3f81f1145170143b23c99c1570 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:17:14 2022 +0200 CAME

[camel] 04/09: CAMEL-17763: cleaned up unused exceptions in camel-quickfix

2022-04-12 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 commit 7dc30b5500026ede4ffcaa93ec7841e5f33106f8 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:17:54 2022 +0200 CAME

[GitHub] [camel] orpiske merged pull request #7427: CAMEL-17763: cleaned up unused exceptions in test code (7)

2022-04-12 Thread GitBox
orpiske merged PR #7427: URL: https://github.com/apache/camel/pull/7427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache

[GitHub] [camel] github-actions[bot] commented on pull request #7428: CAMEL-17763: cleaned up unused exceptions in test code (8)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7428: URL: https://github.com/apache/camel/pull/7428#issuecomment-1097042661 :x: Finished component verification: **1 component(s) test failed** out of 10 component(s) tested -- This is an automated message from the Apache Git Service. To respond to th

[camel] branch regen_bot_3.14.x updated (a7d63d82e2a -> f4bc009c243)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git from a7d63d82e2a CAMEL-17940: fix the unscheduleTask method to check deleteJob property and isJobStoreCluster

[GitHub] [camel] github-actions[bot] commented on pull request #7387: CAMEL-17051: extend the Resume API to include support for pausable consumers

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7387: URL: https://github.com/apache/camel/pull/7387#issuecomment-1097040611 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **2 component(s) tested** -- This is an automated message from the Apache Git Service. To

[GitHub] [camel] github-actions[bot] commented on pull request #7427: CAMEL-17763: cleaned up unused exceptions in test code (7)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7427: URL: https://github.com/apache/camel/pull/7427#issuecomment-1097033936 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **10 component(s) tested** -- This is an automated message from the Apache Git Service. T

[camel] branch regen_bot-3.11.x updated (e95c46895da -> 8e35965f0a5)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git from e95c46895da CAMEL-17940: fix the unscheduleTask method to check deleteJob property and isJobStoreCluster

[camel] branch regen_bot updated (284feaeab3b -> d6194e92ca0)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 284feaeab3b CAMEL-17763: cleaned up unused exceptions in camel-jsonb add d6194e92ca0 CAMEL-17912: camel-sjm

[GitHub] [camel] github-actions[bot] commented on pull request #7425: CAMEL-17763: cleaned up unused exceptions in test code (5)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7425: URL: https://github.com/apache/camel/pull/7425#issuecomment-1097025059 :x: Finished component verification: **1 component(s) test failed** out of 10 component(s) tested -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [camel-spring-boot] cunningt commented on a diff in pull request #519: CAMEL-17938 Add tests in camel-aws2-cw-starter

2022-04-12 Thread GitBox
cunningt commented on code in PR #519: URL: https://github.com/apache/camel-spring-boot/pull/519#discussion_r848713395 ## components-starter/camel-aws2-cw-starter/src/test/java/org/apache/camel/component/aws2/cw/BaseCw.java: ## @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache Sof

[camel] 06/09: CAMEL-17763: cleaned up unused exceptions in camel-rest-swagger

2022-04-12 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 commit c808eafb7cf9d6bc4b60828bbd6d11f1becd21e8 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:23:09 2022 +0200 CAME

[camel] 05/09: CAMEL-17763: cleaned up unused exceptions in camel-resteasy

2022-04-12 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 commit d3782803cd6f7566d3b6a3fef3007aabf6969f2d Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:23:41 2022 +0200 CAME

[camel] 02/09: CAMEL-17763: cleaned up unused exceptions in camel-rxjava

2022-04-12 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 commit 6ed996c3bcc916fe818b28b8db6a1f9b13707463 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:25:11 2022 +0200 CAME

[camel] branch main updated (b317d0d21fe -> 026a215a2bd)

2022-04-12 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from b317d0d21fe CAMEL-17763: cleaned up unused exceptions in camel-lucene new d04c3ca9614 CAMEL-17763: cleaned up unuse

[camel] 01/09: CAMEL-17763: cleaned up unused exceptions in camel-sap-netweaver

2022-04-12 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 commit d04c3ca961464e91fb7f1b9bc87576a6bf671efd Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:25:18 2022 +0200 CAME

[camel] 03/09: CAMEL-17763: cleaned up unused exceptions in camel-rss

2022-04-12 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 commit c35bc278b4a5b926f31a37dab77c0efdaec90c8d Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:24:29 2022 +0200 CAME

[camel] 09/09: CAMEL-17763: cleaned up unused exceptions in camel-resilience4j

2022-04-12 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 commit 026a215a2bd972154cd5d6c9eab12db2da5be4ce Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:22:36 2022 +0200 CAME

[camel] 04/09: CAMEL-17763: cleaned up unused exceptions in camel-robotframework

2022-04-12 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 commit 486e7b4194de6adc566851a765f5fb88c3d80ef1 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:23:54 2022 +0200 CAME

[camel] 07/09: CAMEL-17763: cleaned up unused exceptions in camel-rest-openapi

2022-04-12 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 commit acfff12ce011ce43cb95f6a92bbd187786a624b5 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:22:57 2022 +0200 CAME

[camel] 08/09: CAMEL-17763: cleaned up unused exceptions in camel-resourceresolver-github

2022-04-12 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 commit 369bbffb4c6da108b8a3ff5141d066eee88084e9 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 18:22:44 2022 +0200 CAME

[GitHub] [camel] orpiske merged pull request #7426: CAMEL-17763: cleaned up unused exceptions in test code (6)

2022-04-12 Thread GitBox
orpiske merged PR #7426: URL: https://github.com/apache/camel/pull/7426 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache

[GitHub] [camel] github-actions[bot] commented on pull request #7426: CAMEL-17763: cleaned up unused exceptions in test code (6)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7426: URL: https://github.com/apache/camel/pull/7426#issuecomment-1097018158 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **10 component(s) tested** -- This is an automated message from the Apache Git Service. T

[camel] 09/09: CAMEL-17763: cleaned up unused exceptions in camel-lucene

2022-04-12 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 commit b317d0d21fea7f758fcc219990770428ee7b6129 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:17:48 2022 +0200 CAME

[camel] 03/09: CAMEL-17763: cleaned up unused exceptions in camel-minio

2022-04-12 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 commit 8d557c73fd9e15bbf0635c168508ce3b93c3b4c2 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:21:33 2022 +0200 CAME

[camel] 05/09: CAMEL-17763: cleaned up unused exceptions in camel-milo

2022-04-12 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 commit 6381f15ec1042d35ec03922774ca57b96b94ae41 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:19:11 2022 +0200 CAME

[camel] 06/09: CAMEL-17763: cleaned up unused exceptions in camel-master

2022-04-12 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 commit 1b5b92c5b25d2cc299986b3f18d817d105577661 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:18:31 2022 +0200 CAME

[camel] 01/09: CAMEL-17763: cleaned up unused exceptions in camel-mllp

2022-04-12 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 commit 6c555f27ffdc91f218943b78955b80ce1395f2a9 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:25:32 2022 +0200 CAME

[camel] branch main updated (abdb6e9bb21 -> b317d0d21fe)

2022-04-12 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from abdb6e9bb21 CAMEL-17763: cleaned up unused exceptions in camel-jooq new 6c555f27ffd CAMEL-17763: cleaned up unused

[camel] 04/09: CAMEL-17763: cleaned up unused exceptions in camel-mina

2022-04-12 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 commit a27765e8094c7f3dea240a92ad11d1f0a2e11bf7 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:20:33 2022 +0200 CAME

[camel] 07/09: CAMEL-17763: cleaned up unused exceptions in camel-lzf

2022-04-12 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 commit 386aa1b339d24720a374f2666d76b02fbe1390a4 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:18:11 2022 +0200 CAME

[camel] 02/09: CAMEL-17763: cleaned up unused exceptions in camel-mongodb-gridfs

2022-04-12 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 commit e97f0368942352a15cac9457e8a71cf84160cc6c Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:22:01 2022 +0200 CAME

[camel] 08/09: CAMEL-17763: cleaned up unused exceptions in camel-lumberjack

2022-04-12 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 commit b560ac83f7fa91014e339cf682027c7cbe6540c1 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 17:18:03 2022 +0200 CAME

[GitHub] [camel] orpiske merged pull request #7421: CAMEL-17763: cleaned up unused exceptions in test code (1)

2022-04-12 Thread GitBox
orpiske merged PR #7421: URL: https://github.com/apache/camel/pull/7421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache

[GitHub] [camel-spring-boot] cunningt opened a new pull request, #520: Use org.springframework.context.annotation.Configuration for Annotation

2022-04-12 Thread GitBox
cunningt opened a new pull request, #520: URL: https://github.com/apache/camel-spring-boot/pull/520 camel-aws2-ddb-starter and camel-aws2-sqs-starter using wrong Configuration class import -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [camel] github-actions[bot] commented on pull request #7421: CAMEL-17763: cleaned up unused exceptions in test code (1)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7421: URL: https://github.com/apache/camel/pull/7421#issuecomment-1097016504 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **9 component(s) tested** -- This is an automated message from the Apache Git Service. To

[camel] 09/09: CAMEL-17763: cleaned up unused exceptions in camel-jooq

2022-04-12 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 commit abdb6e9bb2160b3a6a2ff6355b618aa524598362 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:17:02 2022 +0200 CAME

[camel] 05/09: CAMEL-17763: cleaned up unused exceptions in camel-jslt

2022-04-12 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 commit 8c2491ce139040fce28e4fd5944d5112266ab44d Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:18:37 2022 +0200 CAME

[camel] 06/09: CAMEL-17763: cleaned up unused exceptions in camel-jsch

2022-04-12 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 commit 5ccc5244cf99c9f2b6e465d1dcab5e99b4055739 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:18:30 2022 +0200 CAME

[camel] 08/09: CAMEL-17763: cleaned up unused exceptions in camel-joor

2022-04-12 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 commit 1484dd3c125883ccbbfebc3b79ad8c8e47d50aa8 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:17:13 2022 +0200 CAME

[camel] 01/09: CAMEL-17763: cleaned up unused exceptions in camel-jsonata

2022-04-12 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 commit e78bb64e544d5545690fe9d4cd0ec95df11cae07 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:46:30 2022 +0200 CAME

[camel] 07/09: CAMEL-17763: cleaned up unused exceptions in camel-jpa

2022-04-12 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 commit 3a1f6c8ed1d9061def7c7fc06ebe4f0ad29fc4b0 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:18:09 2022 +0200 CAME

[camel] 03/09: CAMEL-17763: cleaned up unused exceptions in camel-json-validator

2022-04-12 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 commit 74ba3dbab3b27006b5af61e62a67cc04852e821d Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:18:52 2022 +0200 CAME

[camel] 04/09: CAMEL-17763: cleaned up unused exceptions in camel-json-patch

2022-04-12 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 commit a9ca9fd2d04189b7e6f5580e0e4ba7029d193299 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:18:43 2022 +0200 CAME

[camel] 02/09: CAMEL-17763: cleaned up unused exceptions in camel-jsonapi

2022-04-12 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 commit a63800ff07b34d45a9a52fcb85d46057b2597e30 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:19:00 2022 +0200 CAME

[camel] branch main updated (f9ac8e12359 -> abdb6e9bb21)

2022-04-12 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from f9ac8e12359 CAMEL-17763: cleaned up unused exceptions in camel-jcr new e78bb64e544 CAMEL-17763: cleaned up unused e

[GitHub] [camel] orpiske merged pull request #7423: CAMEL-17763: cleaned up unused exceptions in test code (3)

2022-04-12 Thread GitBox
orpiske merged PR #7423: URL: https://github.com/apache/camel/pull/7423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache

[GitHub] [camel] github-actions[bot] commented on pull request #7423: CAMEL-17763: cleaned up unused exceptions in test code (3)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7423: URL: https://github.com/apache/camel/pull/7423#issuecomment-1097007214 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **9 component(s) tested** -- This is an automated message from the Apache Git Service. To

[camel] branch regen_bot updated (3fc4736bc47 -> 284feaeab3b)

2022-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git from 3fc4736bc47 CAMEL-17945: Fix the unstable test HazelcastSedaTransferExchangeTest (#7418) add c596eb135cf C

[GitHub] [camel] github-actions[bot] commented on pull request #7424: CAMEL-17763: cleaned up unused exceptions in test code (4)

2022-04-12 Thread GitBox
github-actions[bot] commented on PR #7424: URL: https://github.com/apache/camel/pull/7424#issuecomment-1096989628 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **11 component(s) tested** -- This is an automated message from the Apache Git Service. T

[camel] 05/10: CAMEL-17763: cleaned up unused exceptions in camel-jira

2022-04-12 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 commit 4e4868d25bcfe78efb2694918324a2b6f2a47887 Author: Otavio Rodolfo Piske AuthorDate: Tue Apr 12 16:12:23 2022 +0200 CAME

  1   2   3   4   5   >