[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail

2023-02-14 Thread via GitHub
JiriOndrusek commented on issue #4569: URL: https://github.com/apache/camel-quarkus/issues/4569#issuecomment-1430897649 The error message is: `Different context found! ==> expected: but was: ` -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] JiriOndrusek commented on a diff in pull request #4568: Multiple test methods do not work when extending CamelQuarkusTestSupport

2023-02-14 Thread via GitHub
JiriOndrusek commented on code in PR #4568: URL: https://github.com/apache/camel-quarkus/pull/4568#discussion_r1106762829 ## test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CallbackUtil.java: ## @@ -46,15 +46,22 @@ static Optional getLifecycle(CamelQuarkusTest

[GitHub] [camel-quarkus] JiriOndrusek commented on a diff in pull request #4568: Multiple test methods do not work when extending CamelQuarkusTestSupport

2023-02-14 Thread via GitHub
JiriOndrusek commented on code in PR #4568: URL: https://github.com/apache/camel-quarkus/pull/4568#discussion_r1106762829 ## test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CallbackUtil.java: ## @@ -46,15 +46,22 @@ static Optional getLifecycle(CamelQuarkusTest

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4515: syndication test fails to compile to native with Camel 4 and Quarkus 3

2023-02-14 Thread via GitHub
jamesnetherton commented on issue #4515: URL: https://github.com/apache/camel-quarkus/issues/4515#issuecomment-1430874381 Not sure what to do with this one. There's an Axiom issue about updating to Jakarta packages: https://issues.apache.org/jira/projects/AXIOM/issues/AXIOM-506

[GitHub] [camel-quarkus] JiriOndrusek commented on a diff in pull request #4568: Multiple test methods do not work when extending CamelQuarkusTestSupport

2023-02-14 Thread via GitHub
JiriOndrusek commented on code in PR #4568: URL: https://github.com/apache/camel-quarkus/pull/4568#discussion_r1106743814 ## test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CallbackUtil.java: ## @@ -46,15 +46,22 @@ static Optional getLifecycle(CamelQuarkusTest

[camel] 01/02: CAMEL-19033: camel-jbang - get trace -> trace

2023-02-14 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 commit 7512a95f54d8467fe7848939040c64cc8c249d66 Author: Claus Ibsen AuthorDate: Wed Feb 15 08:19:45 2023 +0100 CAMEL-19033

[camel] 02/02: Fixed CS

2023-02-14 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 commit 504c7a00a5ab25c0ae9f513e1bf683e361069c39 Author: Claus Ibsen AuthorDate: Wed Feb 15 08:21:24 2023 +0100 Fixed CS --

[camel] branch main updated (0d5e1010305 -> 504c7a00a5a)

2023-02-14 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 0d5e1010305 Sync deps new 7512a95f54d CAMEL-19033: camel-jbang - get trace -> trace new 504c7a00a5a Fixed CS

[GitHub] [camel] davsclaus commented on pull request #9343: `[CAMEL-19045] OSGi integration for camel-cdi based on aries-cdi

2023-02-14 Thread via GitHub
davsclaus commented on PR #9343: URL: https://github.com/apache/camel/pull/9343#issuecomment-1430794099 Apache Camel Karaf 3.x only supports what we provide in the features file - there is no support for camel-cdi in OSGi https://github.com/apache/camel-karaf/blob/camel-karaf-3.x/platfor

[GitHub] [camel] davsclaus commented on pull request #9349: CAMEL-19050: add DHIS2 component

2023-02-14 Thread via GitHub
davsclaus commented on PR #9349: URL: https://github.com/apache/camel/pull/9349#issuecomment-1430787243 Thanks for the contribution. However all the source code must use the ASF license header. So either you need to change this in the PR or we cannot accept the PR to ASF. Also

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

2023-02-14 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 8b8ee68cc8 Updated CHANGELOG.md 8b8ee68cc

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

2023-02-14 Thread via GitHub
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1430665595 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 4180001690-1028-dc5268d6-1d47-409f-af1f-88

[GitHub] [camel-karavan] rafamqrs opened a new pull request, #659: #536: Added Fault Tolerance

2023-02-14 Thread via GitHub
rafamqrs opened a new pull request, #659: URL: https://github.com/apache/camel-karavan/pull/659 @mgubaidullin, please have a look at this implementation, I've added the retry and circuit breaker, the CircuitBreaker opens if half of the requests (failureRatio = 0.5) of ten consecutive invoca

[camel-spring-boot] branch automatic-periodic-sync updated (1ed598e2ece -> e365711c6fb)

2023-02-14 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 1ed598e2ece [create-pull-request] automated change add e365711c6fb [create-pull-r

[GitHub] [camel] zhfeng commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-14 Thread via GitHub
zhfeng commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1106505254 ## core/camel-support/src/main/java/org/apache/camel/saga/InMemorySagaCoordinator.java: ## @@ -75,6 +75,13 @@ public String getId() { @Override public Completa

[GitHub] [camel] essobedo commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
essobedo commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1430486741 > The test provided uses components that are not available in this module. Thus, I created the test using what is available inside the camel-support module. I have reproduced the issue wit

[GitHub] [camel] rhuan080 commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
rhuan080 commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1430470487 The test uses components that are not available in this module. Thus, I created the test using what is available inside the support module. I have reproduced the issue with my test. --

[GitHub] [camel] essobedo commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
essobedo commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1430458256 > Hi, > > I added the unit test. Now, I'll rewrite the concatExpression to be immutable. @essobedo and @oscerd If you have questions or improvements about the unit test, please, tel

[GitHub] [camel] rhuan080 commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
rhuan080 commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1430453156 Hi, I added the unit test. Now, I'll rewrite the concatExpression to be immutable. @essobedo and @oscerd If you have questions or improvement about the unit test, please, tell me :-

[GitHub] [camel-quarkus] aldettinger closed issue #4572: xml-io: document the possibility to add all charsets in native mode

2023-02-14 Thread via GitHub
aldettinger closed issue #4572: xml-io: document the possibility to add all charsets in native mode URL: https://github.com/apache/camel-quarkus/issues/4572 -- 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

[camel-quarkus] branch main updated: xml-io: document the possibility to add all charsets in native mode #4572

2023-02-14 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 730e87dd42 xml-io: document the possibil

[GitHub] [camel-quarkus] aldettinger merged pull request #4573: xml-io: document the possibility to add all charsets in native mode #…

2023-02-14 Thread via GitHub
aldettinger merged PR #4573: URL: https://github.com/apache/camel-quarkus/pull/4573 -- 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...@

[GitHub] [camel-quarkus] jamesnetherton closed issue #4510: crypto test cannot be compiled to native with Camel 4 and Quarkus 3

2023-02-14 Thread via GitHub
jamesnetherton closed issue #4510: crypto test cannot be compiled to native with Camel 4 and Quarkus 3 URL: https://github.com/apache/camel-quarkus/issues/4510 -- 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

[camel-quarkus] branch main updated (0a67ccdf86 -> 25c7f7500a)

2023-02-14 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from 0a67ccdf86 Aws2: Add testing of defaultCredentialProvider to each extension #4442 add 25c7f7500a Re

[GitHub] [camel-quarkus] jamesnetherton merged pull request #4571: Revert "Disable crypto test temporarily #4510"

2023-02-14 Thread via GitHub
jamesnetherton merged PR #4571: URL: https://github.com/apache/camel-quarkus/pull/4571 -- 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.

[GitHub] [camel] github-actions[bot] commented on pull request #9349: CAMEL-19050: add DHIS2 component

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9349: URL: https://github.com/apache/camel/pull/9349#issuecomment-1430347948 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**. If

[GitHub] [camel] claudemamo opened a new pull request, #9349: CAMEL-19050: add DHIS2 component

2023-02-14 Thread via GitHub
claudemamo opened a new pull request, #9349: URL: https://github.com/apache/camel/pull/9349 # Description Add DHIS2 Camel Component. # 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 `ma

[camel-quarkus] branch main updated: Aws2: Add testing of defaultCredentialProvider to each extension #4442

2023-02-14 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 0a67ccdf86 Aws2: Add testing of defaultCrede

[GitHub] [camel-quarkus] ppalaga merged pull request #4474: Aws2: Add testing of defaultCredentialProvider to each extension #4442

2023-02-14 Thread via GitHub
ppalaga merged PR #4474: URL: https://github.com/apache/camel-quarkus/pull/4474 -- 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

[GitHub] [camel-quarkus] ppalaga closed issue #4442: Aws2: Add testing of defaultCredentialProvider to each extension

2023-02-14 Thread via GitHub
ppalaga closed issue #4442: Aws2: Add testing of defaultCredentialProvider to each extension URL: https://github.com/apache/camel-quarkus/issues/4442 -- 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

[GitHub] [camel] github-actions[bot] commented on pull request #9339: avoid java assert keyword as disabled per default

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9339: URL: https://github.com/apache/camel/pull/9339#issuecomment-1430232068 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 9 | 9 | 0 | 10 | -- This is an automated message f

[GitHub] [camel-quarkus] aldettinger commented on pull request #4474: Aws2: Add testing of defaultCredentialProvider to each extension #4442

2023-02-14 Thread via GitHub
aldettinger commented on PR #4474: URL: https://github.com/apache/camel-quarkus/pull/4474#issuecomment-1430187503 I would say this one can be merged ? -- 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

[GitHub] [camel-quarkus] aldettinger commented on a diff in pull request #4568: Multiple test methods do not work when extending CamelQuarkusTestSupport

2023-02-14 Thread via GitHub
aldettinger commented on code in PR #4568: URL: https://github.com/apache/camel-quarkus/pull/4568#discussion_r1106206781 ## test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/CallbackUtil.java: ## @@ -46,15 +46,22 @@ static Optional getLifecycle(CamelQuarkusTestS

[GitHub] [camel] github-actions[bot] commented on pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9348: URL: https://github.com/apache/camel/pull/9348#issuecomment-1430182177 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[GitHub] [camel] orpiske commented on a diff in pull request #9339: avoid java assert keyword as disabled per default

2023-02-14 Thread via GitHub
orpiske commented on code in PR #9339: URL: https://github.com/apache/camel/pull/9339#discussion_r1106197323 ## components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/consumer/KinesisDefaultResumeAdapter.java: ## @@ -46,8 +47,8 @@ public vo

[camel] branch regen_bot updated (ce55044c520 -> 0d5e1010305)

2023-02-14 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 ce55044c520 Regen for commit a91ba7e68ed3d11638b45e3570a7adc899dd55c3 add 33320201406 Upgrade Classgraph to

[GitHub] [camel] bvahdat commented on pull request #9339: avoid java assert keyword as disabled per default

2023-02-14 Thread via GitHub
bvahdat commented on PR #9339: URL: https://github.com/apache/camel/pull/9339#issuecomment-1430119137 > > > One last reason for using the native assert instead of `ObjectHelper.notNull`: the native assert throws an [`AssertionError`](https://docs.oracle.com/javase/8/docs/api/java/lang/Asser

[camel] branch avoid-java-assert-keyword updated (686e06535ab -> 2fe58d63663)

2023-02-14 Thread bvahdat
This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a change to branch avoid-java-assert-keyword in repository https://gitbox.apache.org/repos/asf/camel.git from 686e06535ab avoid java assert keyword as disabled per default add 2fe58d63663 apply review sug

[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4573: xml-io: document the possibility to add all charsets in native mode #…

2023-02-14 Thread via GitHub
aldettinger opened a new pull request, #4573: URL: https://github.com/apache/camel-quarkus/pull/4573 …4572 -- 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 unsubs

[GitHub] [camel] vjuranek commented on a diff in pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
vjuranek commented on code in PR #9348: URL: https://github.com/apache/camel/pull/9348#discussion_r1106128884 ## components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml: ## @@ -41,7 +41,7 @@ org.apache.kafka kaf

[GitHub] [camel] vjuranek commented on a diff in pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
vjuranek commented on code in PR #9348: URL: https://github.com/apache/camel/pull/9348#discussion_r1106128884 ## components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml: ## @@ -41,7 +41,7 @@ org.apache.kafka kaf

[camel] 02/02: Sync deps

2023-02-14 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 0d5e10103052b71051186d7359190c6c91b32b8c Author: Andrea Cosentino AuthorDate: Tue Feb 14 18:20:37 2023 +0100 Sync

[camel] branch main updated (ce55044c520 -> 0d5e1010305)

2023-02-14 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 ce55044c520 Regen for commit a91ba7e68ed3d11638b45e3570a7adc899dd55c3 new 33320201406 Upgrade Classgraph to vers

[camel] 01/02: Upgrade Classgraph to version 4.8.154

2023-02-14 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 33320201406662530c5146e39f15c98350a50f90 Author: Andrea Cosentino AuthorDate: Tue Feb 14 18:19:04 2023 +0100 Upgra

[GitHub] [camel] oscerd commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
oscerd commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1430004989 Using immutable classes sounds good and I'm +1 on that -- 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

[GitHub] [camel] essobedo commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
essobedo commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1429988834 @rhuan080 +1 I agree, if we can end up with a solution based on immutable classes, it is a good tradeoff -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #4571: Revert "Disable crypto test temporarily #4510"

2023-02-14 Thread via GitHub
jamesnetherton commented on PR #4571: URL: https://github.com/apache/camel-quarkus/pull/4571#issuecomment-1429987895 I did not see any issues locally, hence simply reverting the commit that disabled the tests. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request, #4571: Revert "Disable crypto test temporarily #4510"

2023-02-14 Thread via GitHub
jamesnetherton opened a new pull request, #4571: URL: https://github.com/apache/camel-quarkus/pull/4571 Fixes #4510 -- 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 unsub

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4570: Split infinispan testing into separate modules for the quarkus and camel managed clients

2023-02-14 Thread via GitHub
jamesnetherton opened a new issue, #4570: URL: https://github.com/apache/camel-quarkus/issues/4570 Maintaining the Infinispan tests is becoming a bit painful due to having tests for both the Quarkus Infinispan client and the client created by the camel component all co-located. It'd

[GitHub] [camel] rhuan080 commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

2023-02-14 Thread via GitHub
rhuan080 commented on PR #9332: URL: https://github.com/apache/camel/pull/9332#issuecomment-1429911577 Hi @oscerd, Yes, I agree the way this was figured out is a corner case. However the Expression is used inside a parallel and multithreaded context, but it is not immutable nor threa

[GitHub] [camel] oscerd commented on a diff in pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
oscerd commented on code in PR #9348: URL: https://github.com/apache/camel/pull/9348#discussion_r1105952839 ## components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml: ## @@ -41,7 +41,7 @@ org.apache.kafka kafka

[GitHub] [camel] essobedo commented on a diff in pull request #9344: CAMEL-19031: Check current saga status is RUNNING before add a step

2023-02-14 Thread via GitHub
essobedo commented on code in PR #9344: URL: https://github.com/apache/camel/pull/9344#discussion_r1105933476 ## core/camel-support/src/main/java/org/apache/camel/saga/InMemorySagaCoordinator.java: ## @@ -75,6 +75,13 @@ public String getId() { @Override public Comple

[GitHub] [camel] bvahdat commented on pull request #9341: Avoid using the GlobalOpenTelemetry.get() and allow for injection of …

2023-02-14 Thread via GitHub
bvahdat commented on PR #9341: URL: https://github.com/apache/camel/pull/9341#issuecomment-1429871199 > > Would you mind to create a JIRA for this? > > I don't have a JIRA account yet. Please see here: https://infra.apache.org/jira-guidelines.html#who https://infra.apa

[GitHub] [camel] github-actions[bot] commented on pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9348: URL: https://github.com/apache/camel/pull/9348#issuecomment-1429862536 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[camel] branch regen_bot updated (9c71e8b3cc8 -> ce55044c520)

2023-02-14 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 omit 9c71e8b3cc8 Regen for commit a91ba7e68ed3d11638b45e3570a7adc899dd55c3 add ce55044c520 Regen for commit a91b

[GitHub] [camel-k] oscerd commented on issue #4058: MongoDB sink: error during trait customization: component not found for uri

2023-02-14 Thread via GitHub
oscerd commented on issue #4058: URL: https://github.com/apache/camel-k/issues/4058#issuecomment-1429807491 @squakez as far as I remember this always worked in this way. Do you have any clue? I'll try to reproduce btw -- This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-k] fourstepper opened a new issue, #4058: MongoDB sink: error during trait customization: component not found for uri

2023-02-14 Thread via GitHub
fourstepper opened a new issue, #4058: URL: https://github.com/apache/camel-k/issues/4058 Hi, I am having issues setting up the MongoDB sink using the included kamelet I am trying to set up a mongoDB sink with RMQ source using a kameletbinding after installing the `camel-k operator 1.

[GitHub] [camel] github-actions[bot] commented on pull request #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9348: URL: https://github.com/apache/camel/pull/9348#issuecomment-1429775118 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**. If

[GitHub] [camel] vjuranek opened a new pull request, #9348: [CAMEL-18610] Upgrade to Debezium 2.X

2023-02-14 Thread via GitHub
vjuranek opened a new pull request, #9348: URL: https://github.com/apache/camel/pull/9348 # Description Upgrade Debezium maven plugin and all Debezium connectors to Debezium 2.X. Debezium 2.0 introduced backward incompatible changes and therefore current connectors cannot work with D

[camel] branch regen_bot updated (6c65866e7c1 -> 9c71e8b3cc8)

2023-02-14 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 6c65866e7c1 CAMEL-19033: camel-jbang - Add trace command add 72c146dc9ea CAMEL-15105: decouple the Extended

[GitHub] [camel] oscerd merged pull request #9347: Generated sources regen

2023-02-14 Thread via GitHub
oscerd merged PR #9347: URL: https://github.com/apache/camel/pull/9347 -- 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.

[camel] branch main updated: Regen for commit a91ba7e68ed3d11638b45e3570a7adc899dd55c3

2023-02-14 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 ce55044c520 Regen for commit a91ba7e68ed3d11638b4

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

2023-02-14 Thread via GitHub
github-actions[bot] opened a new pull request, #9347: URL: https://github.com/apache/camel/pull/9347 Regen bot :robot: found some uncommitted changes after running build on :camel: `main` branch. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated messag

[camel] 22/23: CAMEL-15105: deprecated and cleaned up the ExtendedExchange API interface

2023-02-14 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 94b807e5c5e29f3f337751b23229cc0b1bcc40d5 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 08:49:51 2022 +0100 CAME

[camel] 06/23: CAMEL-15105: rework handoverCompletions in AbstractExchange

2023-02-14 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 812786f9d92ecc3d514cc43cca0b32a2b1988c1f Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 17:45:34 2022 +0100 CAME

[camel] 16/23: CAMEL-15105: adapt camel-salesforce to the new extension interface

2023-02-14 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 d2e8b0fcef34139b0e4adba6b8dcb5cf6ed9441c Author: Otavio Rodolfo Piske AuthorDate: Wed Jan 11 16:25:22 2023 +0100 CAME

[camel] 09/23: CAMEL-15105: rework handling the unit of work

2023-02-14 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 57d5f57077add6e71884e26e08c1fea9528d3bd7 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 09:11:11 2022 +0100 CAME

[camel] 15/23: CAMEL-15105: adapt DefaultNettyHttpBinding to the new extension interface

2023-02-14 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 44e139333aed5324badc83236712d2b132839118 Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:35:24 2022 +0100 CAME

[camel] 10/23: CAMEL-15105: rework redelivery handling

2023-02-14 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 ceaffab948b9ab441b984a1fabaaf3731ba0996e Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:28:49 2022 +0100 CAME

[camel] 17/23: CAMEL-15105: code cleanups in the camel-core

2023-02-14 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 5d4c96d306cadd95afae7d5de3eed4f9832c1cd4 Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:40:51 2022 +0100 CAME

[camel] 14/23: CAMEL-15105: adapt DefaultConsumerTemplate to the new extension interface

2023-02-14 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 7e6da1de5bb709d7046b9b4f458d9882a642d72c Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:34:32 2022 +0100 CAME

[camel] 13/23: CAMEL-15105: adapt the DefaultConsumer to the new extension interface

2023-02-14 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 d5989c41660b9ab6e28f33af942a26b4882c6171 Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:34:15 2022 +0100 CAME

[camel] 11/23: CAMEL-15105: adapt the RedeliveryErrorHandler to the new extension interface

2023-02-14 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 5e7f751fccb9da090f38f97cf623a753d9b87f2c Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:29:17 2022 +0100 CAME

[camel] 21/23: CAMEL-15105: removed the extended exchange imports

2023-02-14 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 aec1d1d0596e2a909b1dded8a0eaf2ca4b92e1a9 Author: Otavio Rodolfo Piske AuthorDate: Thu Jan 12 16:36:57 2023 +0100 CAME

[camel] 18/23: CAMEL-15105: adapt and cleanup camel-components to the new extension interface

2023-02-14 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 a3c41472a7db347ff2071ecec898cb9a57a3b98e Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:41:22 2022 +0100 CAME

[camel] 03/23: CAMEL-15105: rework usages of ExtendedExchange in ExchangeHelper

2023-02-14 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 67cf609766e8978718e5985e912a0507f9bb0492 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 09:28:49 2022 +0100 CAME

[camel] 23/23: CAMEL-15105: remove unnecessary adapt to Exchange

2023-02-14 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 a91ba7e68ed3d11638b45e3570a7adc899dd55c3 Author: Otavio Rodolfo Piske AuthorDate: Tue Feb 14 09:06:37 2023 +0100 CAME

[camel] 08/23: CAMEL-15105: rework managing error handling properties in the exchange

2023-02-14 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 cd3f7313842b81a1656333cac69bdff243fd1b2f Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:19:06 2022 +0100 CAME

[camel] 19/23: CAMEL-15105: adapt and cleanup camel-core to the new extension interface

2023-02-14 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 70b31903962acc5dd61426938a0f12d4d12f0fd9 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 09:27:14 2022 +0100 CAME

[camel] 04/23: CAMEL-15105: rework handling addOnCompletions on Exchanges in camel-core module

2023-02-14 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 04ac187cf48b8998f91028d83631966425735308 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 13:48:29 2022 +0100 CAME

[camel] 07/23: CAMEL-15105: rework setting history properties the camel-core code

2023-02-14 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 dbbf0060ad910daea6af1e244f4a59e150dc2a9c Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 13:30:04 2022 +0100 CAME

[camel] 01/23: CAMEL-15105: decouple the ExtendedExchange from the Exchange

2023-02-14 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 72c146dc9ea26c11744d8a408d14c1096425fcef Author: Otavio Rodolfo Piske AuthorDate: Mon Feb 13 17:04:57 2023 +0100 CAME

[camel] 02/23: CAMEL-15105: convert setting notify events in camel-cdi and camel-management

2023-02-14 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 db69991c06744b3217f561ae11767669b75dd6c7 Author: Otavio Rodolfo Piske AuthorDate: Tue Nov 22 18:36:50 2022 +0100 CAME

[camel] 20/23: CAMEL-15105: adapted the copy exchange logic in AbstractExchange

2023-02-14 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 48fd93058a8f534747e9a2c27fe959d83c468645 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 08:46:41 2022 +0100 CAME

[camel] 12/23: CAMEL-15105: rework setting from route/endpoint properties

2023-02-14 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 85e12ebe270778592e378441b52e39a0ba30637f Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 13:30:27 2022 +0100 CAME

[camel] 05/23: CAMEL-15105: rework handling addOnCompletions on Exchanges in several components

2023-02-14 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 43a6574cbd699733dd174f60dcc5a87c68068e21 Author: Otavio Rodolfo Piske AuthorDate: Wed Nov 23 13:51:12 2022 +0100 CAME

[camel] branch main updated (6c65866e7c1 -> a91ba7e68ed)

2023-02-14 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 6c65866e7c1 CAMEL-19033: camel-jbang - Add trace command new 72c146dc9ea CAMEL-15105: decouple the ExtendedExchange

[GitHub] [camel] orpiske merged pull request #9342: CAMEL-15105: decouple the ExtendedExchange from the Exchange

2023-02-14 Thread via GitHub
orpiske merged PR #9342: URL: https://github.com/apache/camel/pull/9342 -- 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] orpiske commented on pull request #9342: CAMEL-15105: decouple the ExtendedExchange from the Exchange

2023-02-14 Thread via GitHub
orpiske commented on PR #9342: URL: https://github.com/apache/camel/pull/9342#issuecomment-1429700587 We're good to go. Also, the checkstyle issue is unrelated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [camel-quarkus] aldettinger merged pull request #4567: Use XML DSL to define templated route in integration test

2023-02-14 Thread via GitHub
aldettinger merged PR #4567: URL: https://github.com/apache/camel-quarkus/pull/4567 -- 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...@

[GitHub] [camel-quarkus] aldettinger commented on pull request #4567: Use XML DSL to define templated route in integration test

2023-02-14 Thread via GitHub
aldettinger commented on PR #4567: URL: https://github.com/apache/camel-quarkus/pull/4567#issuecomment-1429696661 The failing test is unrelated, so merging. -- 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

[camel-quarkus] branch main updated: Use XML DSL to define templated route in integration test

2023-02-14 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 7bbe7d510e Use XML DSL to define templat

[GitHub] [camel] sven-carstens commented on pull request #9341: Avoid using the GlobalOpenTelemetry.get() and allow for injection of …

2023-02-14 Thread via GitHub
sven-carstens commented on PR #9341: URL: https://github.com/apache/camel/pull/9341#issuecomment-1429602455 > Would you mind to create a JIRA for this? I don't have a JIRA account yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[camel] branch regen_bot updated (b95d520da50 -> 6c65866e7c1)

2023-02-14 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 b95d520da50 CAMEL-19033: camel-jbang - Add trace command add 6c65866e7c1 CAMEL-19033: camel-jbang - Add tra

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail

2023-02-14 Thread via GitHub
JiriOndrusek opened a new issue, #4569: URL: https://github.com/apache/camel-quarkus/issues/4569 Follows https://github.com/apache/camel-quarkus/issues/4560. Usage of `Lifecycle.PER_CLASS` in the reproducer from issue #4560 should work as a workaround. From the brief check it

[GitHub] [camel] github-actions[bot] commented on pull request #9346: CAMEL-19047 CamelTestSupport (junit5) - some checks does not work with Lifecycle.PER_CLASS

2023-02-14 Thread via GitHub
github-actions[bot] commented on PR #9346: URL: https://github.com/apache/camel/pull/9346#issuecomment-1429472924 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request, #4568: Multiple test methods do not work when extending CamelQuarkusTestSupport

2023-02-14 Thread via GitHub
JiriOndrusek opened a new pull request, #4568: URL: https://github.com/apache/camel-quarkus/pull/4568 fixes https://github.com/apache/camel-quarkus/issues/4560 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[camel] branch main updated: CAMEL-19033: camel-jbang - Add trace command

2023-02-14 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 6c65866e7c1 CAMEL-19033: camel-jbang - Add trace c

[GitHub] [camel] orpiske commented on pull request #9342: CAMEL-15105: decouple the ExtendedExchange from the Exchange

2023-02-14 Thread via GitHub
orpiske commented on PR #9342: URL: https://github.com/apache/camel/pull/9342#issuecomment-1429440160 > ↩️ There are either **too many** changes to be tested in this PR or the code **needs be rebased**: (46 components likely to be affected) This one won't be able to be tested on GH ac

[GitHub] [camel] orpiske commented on pull request #9339: avoid java assert keyword as disabled per default

2023-02-14 Thread via GitHub
orpiske commented on PR #9339: URL: https://github.com/apache/camel/pull/9339#issuecomment-1429427608 > > One last reason for using the native assert instead of `ObjectHelper.notNull`: the native assert throws an [`AssertionError`](https://docs.oracle.com/javase/8/docs/api/java/lang/Asserti

  1   2   >