[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #2751: Fix #2727 to use embeddedActiveMQ for messageing and jta integration …

2021-06-08 Thread GitBox
jamesnetherton commented on a change in pull request #2751: URL: https://github.com/apache/camel-quarkus/pull/2751#discussion_r648017410 ## File path: integration-tests/jta/src/test/java/org/apache/camel/quarkus/component/jta/it/ActiveMQXATestResource.java ## @@ -16,61 +16,55

[GitHub] [camel-quarkus] ppalaga edited a comment on pull request #2747: fix hazelcast integration-test failed in native mode(On Mac) #2719

2021-06-08 Thread GitBox
ppalaga edited a comment on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-857436407 > On Linux, some native libs bundled in the JAR are loaded for thread affinity support. On Mac you need to add a dependency: > > https://github.com/hazelcast

[GitHub] [camel] gnodet commented on pull request #5634: CAMEL-16698: do log when unable to determine docker availability

2021-06-08 Thread GitBox
gnodet commented on pull request #5634: URL: https://github.com/apache/camel/pull/5634#issuecomment-857436717 > @gnodet there is a log file created by failsafe. Within the component directory (ie.: `component/camel-couchbase`) there should be a file named `target/camel-couchbase-test.log`

[GitHub] [camel-quarkus] ppalaga commented on pull request #2747: fix hazelcast integration-test failed in native mode(On Mac) #2719

2021-06-08 Thread GitBox
ppalaga commented on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-857436407 > On Linux, some native libs bundled in the JAR are loaded for thread affinity support. On Mac you need to add a dependency: > > https://github.com/hazelcast/hazelc

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#discussion_r648010431 ## File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc ## @@ -67,6 +67,25 @@ Note that URI schemes such as `file` or `http` do not

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek commented on pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#issuecomment-857430431 If I move automatic register of serialization into core, it would be probably better to create a new issue to replace this workaround once serialization is supported

[GitHub] [camel-quarkus] JiriOndrusek edited a comment on pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek edited a comment on pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#issuecomment-857430431 If I move automatic registrations of serialization into core, it would be probably better to create a new issue to replace this workaround once serialization

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#discussion_r648012546 ## File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc ## @@ -67,6 +67,25 @@ Note that URI schemes such as `file` or `http` do not

[GitHub] [camel] orpiske commented on pull request #5634: CAMEL-16698: do log when unable to determine docker availability

2021-06-08 Thread GitBox
orpiske commented on pull request #5634: URL: https://github.com/apache/camel/pull/5634#issuecomment-857430386 @gnodet there is a log file created by failsafe. Within the component directory (ie.: `component/camel-couchbase`) there should be a file named `target/camel-couchbase-test.log` w

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#discussion_r648010431 ## File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc ## @@ -67,6 +67,25 @@ Note that URI schemes such as `file` or `http` do not

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#discussion_r648010431 ## File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc ## @@ -67,6 +67,25 @@ Note that URI schemes such as `file` or `http` do not

[GitHub] [camel] gnodet commented on pull request #5634: CAMEL-16698: do log when unable to determine docker availability

2021-06-08 Thread GitBox
gnodet commented on pull request #5634: URL: https://github.com/apache/camel/pull/5634#issuecomment-857428434 I don't really see any change in the maven output: ``` ➜ camel-couchbase git:(62058128e37) mvn install [INFO] BuildTimeEventSpy is registered. [INFO] Scanning for projec

[GitHub] [camel-quarkus] zbendhiba commented on pull request #2747: fix hazelcast integration-test failed in native mode(On Mac) #2719

2021-06-08 Thread GitBox
zbendhiba commented on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-857425457 > Can we report this one to Hazelcast ? The issue I mean -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #2747: fix hazelcast integration-test failed in native mode(On Mac) #2719

2021-06-08 Thread GitBox
jamesnetherton commented on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-857425311 > I'd very much prefer avoiding `--allow-incomplete-classpath` even on Mac. Why do we need it? I was wondering that too. I think it's due to this: htt

[GitHub] [camel-quarkus] zbendhiba commented on pull request #2747: fix hazelcast integration-test failed in native mode(On Mac) #2719

2021-06-08 Thread GitBox
zbendhiba commented on pull request #2747: URL: https://github.com/apache/camel-quarkus/pull/2747#issuecomment-857425191 Can we report this one to Hazelcast ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [camel-quarkus] ppalaga commented on pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
ppalaga commented on pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#issuecomment-857424220 One more thing: could we please keep #2693 open so that we do not forget to revisit this once we get the serialization support from Quarkus? Also, it would be nice to add

[GitHub] [camel-quarkus] llowinge commented on issue #2691: CouchbaseUpdateTest is failling on RHEL8

2021-06-08 Thread GitBox
llowinge commented on issue #2691: URL: https://github.com/apache/camel-quarkus/issues/2691#issuecomment-857423940 @zbendhiba I have also another log ``` [INFO] Running org.apache.camel.quarkus.component.couchbase.it.CouchbaseUpdateTest 2021-06-09 02:28:45,438 INFO [org.tes.do

[GitHub] [camel-quarkus] zbendhiba commented on issue #2691: CouchbaseUpdateTest is failling on RHEL8

2021-06-08 Thread GitBox
zbendhiba commented on issue #2691: URL: https://github.com/apache/camel-quarkus/issues/2691#issuecomment-857422743 @llowinge thanks for this log. So the timeout is not 5s anymore. But it does fail at 30s instead of 120s. -- This is an automated message from the Apache Git Service. To

[GitHub] [camel-kafka-connector] venkat-oss commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
venkat-oss commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857422347 Got it. understood. -- 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-kafka-connector] oscerd commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
oscerd commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857421507 The bean language is not needed. Since the header is not present, it won't be replaced with a value and the simple language will evaluate the expression like accessing

[GitHub] [camel-kafka-connector] venkat-oss edited a comment on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
venkat-oss edited a comment on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857419624 Thanks @oscerd I built the package from the main branch and unpacked the tar.gz in the connect folder it is version 0.11.0-Snapshot. I'll add the bean langua

[GitHub] [camel-kafka-connector] venkat-oss commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
venkat-oss commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857419624 Thanks @oscerd I built the package from the main branch and unpacked the tar.gz in the connect folder it is version 0.11.0-Snapshot. I'll add the bean language jar

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2752: Avoid duplicating code in `org.apache.camel.quarkus.core.BaseModel`

2021-06-08 Thread GitBox
jamesnetherton opened a new issue #2752: URL: https://github.com/apache/camel-quarkus/issues/2752 The overhead of maintaining `BaseModel` is such that we often miss critical changes in Camel that need to be sync'd back to our implementation. We should try to find a solution to avoid

[GitHub] [camel-kafka-connector] oscerd commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
oscerd commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857414909 So essentially you need to create an SMT, set an header kafka.topic and use the SMT before arriving to the sink. -- This is an automated message from the Apache Git S

[GitHub] [camel-kafka-connector] oscerd commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
oscerd commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857411994 The header kafka.topic when you are consuming from a topic through kafka connect is not set as you would have while consuming from kafka through camel-kafka component.

[GitHub] [camel-kafka-connector] oscerd commented on issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
oscerd commented on issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200#issuecomment-857411359 What is the connector version? The error says there is no bean language jar in your connector folder. -- This is an automated message from the Apache Git Servic

[GitHub] [camel-kafka-connector] venkat-oss opened a new issue #1200: aws2s3 sink connector cannot access kafka headers

2021-06-08 Thread GitBox
venkat-oss opened a new issue #1200: URL: https://github.com/apache/camel-kafka-connector/issues/1200 Hi @oscerd I'm unable to use the simple language expression to get the kafka headers in the sink configuration. my sink configuration is like this: { "connector.class"

[GitHub] [camel] orpiske opened a new pull request #5635: camel-test-infra-couchbase: fixed incorrect couchbase service name

2021-06-08 Thread GitBox
orpiske opened a new pull request #5635: URL: https://github.com/apache/camel/pull/5635 -- 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. For queries about this service, pl

[GitHub] [camel-kafka-connector] venkat-oss commented on issue #1196: aws2s3 source connector split file into several messages

2021-06-08 Thread GitBox
venkat-oss commented on issue #1196: URL: https://github.com/apache/camel-kafka-connector/issues/1196#issuecomment-857399075 @oscerd my bad, sorry for that, i'll open a fresh issue next time 👍🏼 -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [camel] orpiske commented on pull request #5634: CAMEL-16698: do log when unable to determine docker availability

2021-06-08 Thread GitBox
orpiske commented on pull request #5634: URL: https://github.com/apache/camel/pull/5634#issuecomment-857398636 Please don't merge it yet. It may not be enough to solve the problems on CAMEL-16698, and I am opening it to collect more feedback. -- This is an automated message from the Apa

[GitHub] [camel] orpiske opened a new pull request #5634: CAMEL-16698: do log when unable to determine docker availability

2021-06-08 Thread GitBox
orpiske opened a new pull request #5634: URL: https://github.com/apache/camel/pull/5634 -- 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. For queries about this service, pl

[GitHub] [camel-kafka-connector] oscerd commented on issue #1196: aws2s3 source connector split file into several messages

2021-06-08 Thread GitBox
oscerd commented on issue #1196: URL: https://github.com/apache/camel-kafka-connector/issues/1196#issuecomment-857394501 ${header.kafka.TOPIC} Please don't hijack issues from other users. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #2750: core: sync BaseModel and FastCamelContext with Camel main

2021-06-08 Thread GitBox
lburgazzoli commented on a change in pull request #2750: URL: https://github.com/apache/camel-quarkus/pull/2750#discussion_r647980906 ## File path: integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java ## @@ -65,4 +65,23 @@ publ

[GitHub] [camel-kafka-connector] venkat-oss commented on issue #1196: aws2s3 source connector split file into several messages

2021-06-08 Thread GitBox
venkat-oss commented on issue #1196: URL: https://github.com/apache/camel-kafka-connector/issues/1196#issuecomment-857391568 @oscerd I have a question, for the "camel.sink.endpoint.keyName", I tried something like this : "${date:now:-MM-dd}-${headers[kafka.TOPIC]}" and I got a simple

[camel] branch regen_bot updated (82fa8b8 -> 4fa5f4c)

2021-06-08 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 82fa8b8 Regen for commit 1e83fd389a21952147aa8da714c5a247d55794a7 add 4fa5f4c Regen for commit 1e83fd389

[camel-spring-boot] branch main updated: Regen

2021-06-08 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 e2c7870 Regen e2c7870 is described be

[GitHub] [camel-quarkus] davsclaus commented on pull request #2750: core: sync BaseModel and FastCamelContext with Camel main

2021-06-08 Thread GitBox
davsclaus commented on pull request #2750: URL: https://github.com/apache/camel-quarkus/pull/2750#issuecomment-857376139 Nice to see all this non functional code ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [camel-quarkus] davsclaus commented on a change in pull request #2750: core: sync BaseModel and FastCamelContext with Camel main

2021-06-08 Thread GitBox
davsclaus commented on a change in pull request #2750: URL: https://github.com/apache/camel-quarkus/pull/2750#discussion_r647968514 ## File path: integration-tests/kamelet/src/test/java/org/apache/camel/quarkus/component/kamelet/it/KameletTest.java ## @@ -65,4 +65,23 @@ public

[camel] branch main updated: Regen for commit 1e83fd389a21952147aa8da714c5a247d55794a7 (#5633)

2021-06-08 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 4fa5f4c Regen for commit 1e83fd389a21952147aa8da7

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

2021-06-08 Thread GitBox
davsclaus merged pull request #5633: URL: https://github.com/apache/camel/pull/5633 -- 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. For queries about this service, please

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

2021-06-08 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 4296da0 Updated CHANGELOG.md 4296da0 is

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

2021-06-08 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 2b10cea Updated CHANGELOG.md 2b10cea is descri

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

2021-06-08 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 d5ca967 Updated CHANGELOG.md d5c

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

2021-06-08 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 b2a462c Updated CHANGELOG.md b2a462c i

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

2021-06-08 Thread GitBox
github-actions[bot] commented on issue #2473: URL: https://github.com/apache/camel-quarkus/issues/2473#issuecomment-857324215 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build is still failing: * Build ID: 920301075-412-6e18dbaa-793c-46d6-800

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

2021-06-08 Thread GitBox
github-actions[bot] commented on issue #2490: URL: https://github.com/apache/camel-quarkus/issues/2490#issuecomment-857324047 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build is still failing: * Build ID: 920051063-308-785a53a3-8aea-4a98-963d-a5c

[GitHub] [camel-quarkus] zhfeng opened a new pull request #2751: Fix #2727 to use embeddedActiveMQ for messageing and jta integration …

2021-06-08 Thread GitBox
zhfeng opened a new pull request #2751: URL: https://github.com/apache/camel-quarkus/pull/2751 …tests -- 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. For queries a

[camel-karaf] branch automatic-periodic-sync updated (fa325fb -> 5f50a36)

2021-06-08 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. from fa325fb CAMEL-16634: Lets try another thing add 5102d59 Updated License File ad

[GitHub] [camel-kafka-connector] valdar merged pull request #1199: Some documentation link fixes.

2021-06-08 Thread GitBox
valdar merged pull request #1199: URL: https://github.com/apache/camel-kafka-connector/pull/1199 -- 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. For queries about this se

[camel-kafka-connector] 02/02: Removed camel-apns-kafka-connector.

2021-06-08 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 9d1f1379ea3c59f068448c71384e866392c18597 Author: Andrea Tarocchi AuthorDate: Tue Jun 8 23:39:06 2021 +0200

[camel-kafka-connector] branch main updated (e7c6c69 -> 9d1f137)

2021-06-08 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from e7c6c69 Updated CHANGELOG.md new 68d5690 Some documentation link fixes. new 9d1f137 Removed

[GitHub] [camel-k] sdirbach opened a new issue #2379: Cannot update integration using kamel run

2021-06-08 Thread GitBox
sdirbach opened a new issue #2379: URL: https://github.com/apache/camel-k/issues/2379 Hi, when I try to update an Integration using `kamel run` I get this error: ``` $ kamel run SimpleRestDSL.java No IntegrationPlatform resource in namespace Error: integrations.camel.

[GitHub] [camel-k] oscerd commented on pull request #2378: Fix #2271: add support for beans in kamelets

2021-06-08 Thread GitBox
oscerd commented on pull request #2378: URL: https://github.com/apache/camel-k/pull/2378#issuecomment-857183005 This needs to go on camel-main branch too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [camel-kafka-connector] valdar commented on pull request #1199: Some documentation link fixes.

2021-06-08 Thread GitBox
valdar commented on pull request #1199: URL: https://github.com/apache/camel-kafka-connector/pull/1199#issuecomment-857177531 Should be in `main` then when all is as expected I will beckport -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [camel-k] nicolaferraro opened a new pull request #2378: Fix #2271: add support for beans in kamelets

2021-06-08 Thread GitBox
nicolaferraro opened a new pull request #2378: URL: https://github.com/apache/camel-k/pull/2378 Fix #2271 Tests will fail unless we: - Upgrade to Camel 3.10.0 - Add fix https://github.com/apache/camel-quarkus/pull/2750 in Camel Quarkus **Release Note**

[GitHub] [camel-kafka-connector] oscerd commented on pull request #1199: Some documentation link fixes.

2021-06-08 Thread GitBox
oscerd commented on pull request #1199: URL: https://github.com/apache/camel-kafka-connector/pull/1199#issuecomment-857173935 This should be on 0.10.x? -- 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

[GitHub] [camel-kafka-connector] valdar opened a new pull request #1199: Some documentation link fixes.

2021-06-08 Thread GitBox
valdar opened a new pull request #1199: URL: https://github.com/apache/camel-kafka-connector/pull/1199 -- 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. For queries about t

[GitHub] [camel-quarkus] ppalaga commented on pull request #2739: Fix JSON Jackson jacksonConversionPojo test #2726

2021-06-08 Thread GitBox
ppalaga commented on pull request #2739: URL: https://github.com/apache/camel-quarkus/pull/2739#issuecomment-857139522 The same kind of questions like @aldettinger asked came to my mind. > > ``` > > 3. When testing scenarios involving globalOptions(), would it be better to have a

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
ppalaga commented on a change in pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748#discussion_r647766729 ## File path: docs/modules/ROOT/pages/reference/extensions/sql.adoc ## @@ -67,6 +67,25 @@ Note that URI schemes such as `file` or `http` do not need

[camel-quarkus] branch main updated: Intermittent failures in MongoDbTest.testTailingConsumer() and MongoDbTest.testPersistentTailingConsumer() #2658

2021-06-08 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 9e5b715 Intermittent failures in MongoDbTes

[GitHub] [camel-quarkus] ppalaga merged pull request #2746: Intermittent failures in MongoDbTest-testTailingConsumer and testPersistentTailingConsumer

2021-06-08 Thread GitBox
ppalaga merged pull request #2746: URL: https://github.com/apache/camel-quarkus/pull/2746 -- 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. For queries about this service,

[GitHub] [camel-quarkus] ppalaga closed issue #2658: Intermittent failures in MongoDbTest.testTailingConsumer() and MongoDbTest.testPersistentTailingConsumer()

2021-06-08 Thread GitBox
ppalaga closed issue #2658: URL: https://github.com/apache/camel-quarkus/issues/2658 -- 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. For queries about this service, pleas

[camel-quarkus] branch main updated: Intermittent failures in Aws2SqsSnsIT fix #2741

2021-06-08 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 5a18c7d Intermittent failures in Aws2SqsSns

[GitHub] [camel-quarkus] ppalaga closed issue #2741: Intermittent failures in Aws2SqsSnsIT

2021-06-08 Thread GitBox
ppalaga closed issue #2741: URL: https://github.com/apache/camel-quarkus/issues/2741 -- 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. For queries about this service, pleas

[GitHub] [camel-quarkus] ppalaga merged pull request #2743: Intermittent failures in Aws2SqsSnsIT

2021-06-08 Thread GitBox
ppalaga merged pull request #2743: URL: https://github.com/apache/camel-quarkus/pull/2743 -- 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. For queries about this service,

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #2750: core: sync BaseModel and FastCamelContext with Camel main

2021-06-08 Thread GitBox
lburgazzoli commented on pull request #2750: URL: https://github.com/apache/camel-quarkus/pull/2750#issuecomment-857064013 @ppalaga @jamesnetherton more tests may be required, this is the bare minimum I got with the time I had today. @davsclaus mind checking if I missed something ? --

[GitHub] [camel-quarkus] lburgazzoli opened a new pull request #2750: core: sync BaseModel and FastCamelContext with Camel main

2021-06-08 Thread GitBox
lburgazzoli opened a new pull request #2750: URL: https://github.com/apache/camel-quarkus/pull/2750 -- 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. For queries about this

[camel-website] branch asf-site updated (978435a -> e7632fe)

2021-06-08 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard 978435a Website updated to 35fd35a6399afbcec34600cca01253a1fcba45df discard f3051e2 Website update

[camel] branch regen_bot updated (5c63ee6 -> 82fa8b8)

2021-06-08 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 5c63ee6 Sync deps add 1e83fd3 [CAMEL-16697]Upgrade to CXF 3.4.4 add 82fa8b8 Regen for commit 1e83f

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

2021-06-08 Thread GitBox
github-actions[bot] opened a new pull request #5633: URL: https://github.com/apache/camel/pull/5633 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-k] oscerd merged pull request #2376: kamelet binding: use the Kamelet EIP for steps

2021-06-08 Thread GitBox
oscerd merged pull request #2376: URL: https://github.com/apache/camel-k/pull/2376 -- 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. For queries about this service, please

[camel-k] branch camel-main updated (4dcbe4a -> 621e557)

2021-06-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 4dcbe4a Updated CHANGELOG.md new 230df00 kamelet binding: use the Kamelet EIP for steps #2370 ne

[camel-k] 02/03: languages: support kamelet eip #2375

2021-06-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit fad493bccce782f3db638df4d4c7da13b7f5ff0c Author: Luca Burgazzoli AuthorDate: Tue Jun 8 15:02:03 2021 +0200

[camel-k] 01/03: kamelet binding: use the Kamelet EIP for steps #2370

2021-06-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 230df00404a0650369e656aa0d8a1a183534a649 Author: Luca Burgazzoli AuthorDate: Tue Jun 8 12:18:54 2021 +0200

[camel-k] 03/03: kameletbinding: remove the need of allocation some intermediate slices

2021-06-08 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 621e5578996957ab9aa771c6eaf15e8dda56e687 Author: Luca Burgazzoli AuthorDate: Tue Jun 8 17:07:01 2021 +0200

[GitHub] [camel] hokutor commented on pull request #5612: CAMEL-16674 - Base commit for huawei cloud function graph component

2021-06-08 Thread GitBox
hokutor commented on pull request #5612: URL: https://github.com/apache/camel/pull/5612#issuecomment-857002543 @davsclaus should be ready for review and merge now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[camel] branch main updated: [CAMEL-16697]Upgrade to CXF 3.4.4

2021-06-08 Thread ffang
This is an automated email from the ASF dual-hosted git repository. ffang 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 1e83fd3 [CAMEL-16697]Upgrade to CXF 3.4.4 1e83fd3 is

[camel] branch regen_bot updated (4510f48 -> 5c63ee6)

2021-06-08 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 4510f48 Regen for commit 52021c1c16c69b5b9251e7d08cc665f2a5bb0df2 (#5632) add 1313d51 Test manual commi

[GitHub] [camel-quarkus] aldettinger commented on pull request #2739: Fix JSON Jackson jacksonConversionPojo test #2726

2021-06-08 Thread GitBox
aldettinger commented on pull request #2739: URL: https://github.com/apache/camel-quarkus/pull/2739#issuecomment-856923967 Ok, great to know that the test is needed and that we caught up another native issue :+1: Related to point 3, I agree that having tests with a new context could

[camel] branch main updated (1313d51 -> 5c63ee6)

2021-06-08 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 1313d51 Test manual commit when rebalancing in kafka occur (#5630) add 395a19e Upgrade AWS SDK v2 to version

[camel] branch regen_bot updated (1313d51 -> 4510f48)

2021-06-08 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 1313d51 Test manual commit when rebalancing in kafka occur (#5630) This update removed existing revisions fro

[camel] branch regen_bot updated (703781f -> 1313d51)

2021-06-08 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 703781f Regen for commit 52021c1c16c69b5b9251e7d08cc665f2a5bb0df2 add 4510f48 Regen for commit 52021c1c1

[GitHub] [camel-quarkus] ffang commented on pull request #2739: Fix JSON Jackson jacksonConversionPojo test #2726

2021-06-08 Thread GitBox
ffang commented on pull request #2739: URL: https://github.com/apache/camel-quarkus/pull/2739#issuecomment-856891087 Hi @aldettinger , Thanks for the feedback, and please see my comments inline > Thanks for contribution @ffang. As far as I understand, it's all about testing th

[camel] branch main updated: Test manual commit when rebalancing in kafka occur (#5630)

2021-06-08 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 1313d51 Test manual commit when rebalancing in ka

[camel] branch main updated: Regen for commit 52021c1c16c69b5b9251e7d08cc665f2a5bb0df2 (#5632)

2021-06-08 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 4510f48 Regen for commit 52021c1c16c69b5b9251e7d0

[GitHub] [camel] davsclaus merged pull request #5630: Test manual commit when rebalancing in kafka occur

2021-06-08 Thread GitBox
davsclaus merged pull request #5630: URL: https://github.com/apache/camel/pull/5630 -- 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. For queries about this service, please

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

2021-06-08 Thread GitBox
davsclaus merged pull request #5632: URL: https://github.com/apache/camel/pull/5632 -- 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. For queries about this service, please

[GitHub] [camel-quarkus] ppalaga opened a new issue #2749: Expand AWS Lambad test coverage

2021-06-08 Thread GitBox
ppalaga opened a new issue #2749: URL: https://github.com/apache/camel-quarkus/issues/2749 The following operations need to be covered in Camel Quarkus to make sure they work in native mode: * getFunction * updateFunction * createEventSourceMapping * deleteEventSourceMapping

[GitHub] [camel-k] heiko-braun commented on pull request #2355: feat(cmd/run): resource option refactoring

2021-06-08 Thread GitBox
heiko-braun commented on pull request #2355: URL: https://github.com/apache/camel-k/pull/2355#issuecomment-856857995 Good work @squakez ! -- 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 spec

[camel] branch regen_bot updated (3cc67fa -> 703781f)

2021-06-08 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. discard 3cc67fa Regen for commit 3ce9396e6984a5b81fee9355ea3fdba45602f229 add 52021c1 CAMEL-16437: Upgrade OpenT

[camel] branch regen_bot updated (3682c09 -> 3cc67fa)

2021-06-08 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. discard 3682c09 Regen for commit af7a25b9d2153db9ed8160f354384d98e7caee8e add 3ce9396 CAMEL-16627: camel-core -

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request #2748: Sql aggregator does not work in native mode.

2021-06-08 Thread GitBox
JiriOndrusek opened a new pull request #2748: URL: https://github.com/apache/camel-quarkus/pull/2748 fixes https://github.com/apache/camel-quarkus/issues/2693 I'm not sure whether we want to pprovide solution for this issue, if it uses native configuration. - **+** this chan

[GitHub] [camel-quarkus] aldettinger commented on pull request #2739: Fix JSON Jackson jacksonConversionPojo test #2726

2021-06-08 Thread GitBox
aldettinger commented on pull request #2739: URL: https://github.com/apache/camel-quarkus/pull/2739#issuecomment-856835768 Thanks for contribution @ffang. As far as I understand, it's all about testing the case where JAXB annotation support is configured on the whole context. So, there is

[camel] branch regen_bot updated (5b26348 -> 3682c09)

2021-06-08 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 5b26348 CAMEL-16519 - Remove Camel-APNS add 2ce75eb CAMEL-16627: camel-core - Add common header for sour

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

2021-06-08 Thread GitBox
github-actions[bot] opened a new pull request #5632: URL: https://github.com/apache/camel/pull/5632 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-quarkus-examples] zbendhiba commented on pull request #40: Kafka example

2021-06-08 Thread GitBox
zbendhiba commented on pull request #40: URL: https://github.com/apache/camel-quarkus-examples/pull/40#issuecomment-856816756 I forgot to add the license. -- 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-karaf] oscerd merged pull request #76: Inherit opentelemetry-semconv version property from camel-dependencies parent

2021-06-08 Thread GitBox
oscerd merged pull request #76: URL: https://github.com/apache/camel-karaf/pull/76 -- 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. For queries about this service, please

[camel-karaf] branch main updated: Inherit opentelemetry-semconv version property from camel-dependencies parent

2021-06-08 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-karaf.git The following commit(s) were added to refs/heads/main by this push: new 5f50a36 Inherit opentelemetry-semconv vers

[camel] branch main updated: CAMEL-16437: Upgrade OpenTelemetry to 1.2.0

2021-06-08 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 52021c1 CAMEL-16437: Upgrade OpenTelemetry t

[GitHub] [camel-karaf] jamesnetherton opened a new pull request #76: Inherit opentelemetry-semconv version property from camel-dependencies parent

2021-06-08 Thread GitBox
jamesnetherton opened a new pull request #76: URL: https://github.com/apache/camel-karaf/pull/76 Companion commit to https://github.com/apache/camel/pull/5631. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

  1   2   3   >