[GitHub] [camel] aryankoul commented on pull request #4697: [CAMEL-15341] Create camel-azure-storage-datalake to serve Azure DataLakes Gen2

2021-01-22 Thread GitBox
aryankoul commented on pull request #4697: URL: https://github.com/apache/camel/pull/4697#issuecomment-765885449 > LGTM! Thank you @aryankoul ! > Once this is merged, the next step to create the Spring boot starter in camel-spring-boot and if you have time, would be great if you can add

[GitHub] [camel] jam01 opened a new pull request #4914: implement logging mdc support CAMEL-12879

2021-01-22 Thread GitBox
jam01 opened a new pull request #4914: URL: https://github.com/apache/camel/pull/4914 Adds traceId and spanId string methods to SpanAdapter Adds and replaces MDC fields when activating, deactivating a span Bumps opentracing to 0.33.0 Note, there was a warning in the parent pom

[GitHub] [camel-quarkus] github-actions[bot] opened a new issue #2161: [CI] - Quarkus Master Branch Build Failure

2021-01-22 Thread GitBox
github-actions[bot] opened a new issue #2161: URL: https://github.com/apache/camel-quarkus/issues/2161 The [quarkus-master](https://github.com/apache/camel-quarkus/tree/quarkus-master) branch build is failing: * Build ID: 505141649-275-574c551b-b19c-41c6-beba-82e5374576a1 *

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request #264: [Github Actions] Periodic Sync Camel Spring Boot Master Branch

2021-01-22 Thread GitBox
github-actions[bot] opened a new pull request #264: URL: https://github.com/apache/camel-spring-boot/pull/264 Periodic Sync of Camel Spring Boot Master Branch with main Camel Master. see https://github.com/apache/camel-spring-boot/blob/master/.github/workflows/automatic-sync-master.yml

[camel-spring-boot] branch automatic-periodic-sync updated (9e20a9c -> 47eb193)

2021-01-22 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 9e20a9c [create-pull-request] automated change add a68e59a

[camel] branch regen_bot updated (e625a7f -> 8878b36)

2021-01-22 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 e625a7f (chores) avoid catching Throwable as it can lead to unexpected (#4911) add c8604fd CAMEL-16061

[camel] 01/02: CAMEL-16061 - JSLT-Component: Object-Mapper changes large Decimal-Numbers (to scientific notation)

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit c8604fd2eec9d66943b409d3d0a0d8ad7785a572 Author: Andrea Cosentino AuthorDate: Fri Jan 22 22:44:05 2021 +0100

[camel] branch master updated (e625a7f -> 8878b36)

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from e625a7f (chores) avoid catching Throwable as it can lead to unexpected (#4911) new c8604fd CAMEL-16061 -

[camel] 02/02: Regen catalog

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 8878b362ce8579e7fecc20a9d8df89505543f44a Author: Andrea Cosentino AuthorDate: Fri Jan 22 22:48:41 2021 +0100

[GitHub] [camel] attrobit commented on a change in pull request #4909: camel-milo: added possibility to read node values via producer.

2021-01-22 Thread GitBox
attrobit commented on a change in pull request #4909: URL: https://github.com/apache/camel/pull/4909#discussion_r562876321 ## File path: components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java ## @@ -53,7 +57,15 @@ public boolean

[GitHub] [camel] attrobit commented on a change in pull request #4909: camel-milo: added possibility to read node values via producer.

2021-01-22 Thread GitBox
attrobit commented on a change in pull request #4909: URL: https://github.com/apache/camel/pull/4909#discussion_r562876505 ## File path: components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java ## @@ -35,6 +37,8 @@ private

[camel-k-runtime] branch master updated: Fixes #589, fix kamelet-reify component scheme in CamelK catalog

2021-01-22 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git The following commit(s) were added to refs/heads/master by this push: new ab7f0dc Fixes #589, fix

[GitHub] [camel-k-runtime] lburgazzoli closed issue #589: Fix missing wrap component error in camelk catalog

2021-01-22 Thread GitBox
lburgazzoli closed issue #589: URL: https://github.com/apache/camel-k-runtime/issues/589 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-k-runtime] lburgazzoli merged pull request #590: Fixes #589, fixed kamelet-reify component scheme in CamelK catalog

2021-01-22 Thread GitBox
lburgazzoli merged pull request #590: URL: https://github.com/apache/camel-k-runtime/pull/590 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-k-runtime] dhirajsb commented on pull request #590: Fixes #589, fixed kamelet-reify component scheme in CamelK catalog

2021-01-22 Thread GitBox
dhirajsb commented on pull request #590: URL: https://github.com/apache/camel-k-runtime/pull/590#issuecomment-765590576 @lburgazzoli ok, but it also looks like this change needs to go in to make sure the catalog uses correct scheme name.

[GitHub] [camel-k] astefanutti merged pull request #1940: fix(ci): Use AdoptOpenJDK/install-jdk@v1 action

2021-01-22 Thread GitBox
astefanutti merged pull request #1940: URL: https://github.com/apache/camel-k/pull/1940 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-k] branch release-1.3.x updated: fix(ci): Use AdoptOpenJDK/install-jdk@v1 action

2021-01-22 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.3.x by this push: new 5fee3e7 fix(ci): Use

[GitHub] [camel-k-runtime] nicolaferraro commented on issue #592: Catalog contains duplicate entry for same schema (cron)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #592: URL: https://github.com/apache/camel-k-runtime/issues/592#issuecomment-765574553 > is that true also for the master component ? Yes. I think we can add a guard to fail in case of duplicate schemas. Also for master the capability contains

[GitHub] [camel-k] nicolaferraro commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765573246 Yeah, that's why restarting CI 2-3 times was working XD This is an automated message from the Apache Git

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #592: Catalog contains duplicate entry for same schema (cron)

2021-01-22 Thread GitBox
lburgazzoli commented on issue #592: URL: https://github.com/apache/camel-k-runtime/issues/592#issuecomment-765569748 is that true also for the master component ? This is an automated message from the Apache Git Service. To

[GitHub] [camel-kafka-connector] oscerd closed pull request #917: Upgrade to 3.7.1 and regen

2021-01-22 Thread GitBox
oscerd closed pull request #917: URL: https://github.com/apache/camel-kafka-connector/pull/917 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-kafka-connector] oscerd commented on pull request #917: Upgrade to 3.7.1 and regen

2021-01-22 Thread GitBox
oscerd commented on pull request #917: URL: https://github.com/apache/camel-kafka-connector/pull/917#issuecomment-765566344 cc @valdar This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #917: Upgrade to 3.7.1 and regen

2021-01-22 Thread GitBox
oscerd opened a new pull request #917: URL: https://github.com/apache/camel-kafka-connector/pull/917 Related to #872 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel-kafka-connector] 01/01: Upgrade to 3.7.1 and regen

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.7.1 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 53a1b6b7e03599fe9ecfcc29b4c24c1c0a573a7b Author: Andrea Cosentino AuthorDate: Fri Jan 22 18:20:21

[camel-kafka-connector] branch 3.7.1 created (now 53a1b6b)

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch 3.7.1 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at 53a1b6b Upgrade to 3.7.1 and regen This branch includes the following new commits: new

[GitHub] [camel-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765563718 And you've just cut the project CI budget by half ! This is an automated message from the Apache Git Service.

[GitHub] [camel-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765563180 The needle in the haystack . That was too much cron dependencies for me :) This is an automated message from

[GitHub] [camel-k] nicolaferraro merged pull request #1938: Backport fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
nicolaferraro merged pull request #1938: URL: https://github.com/apache/camel-k/pull/1938 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-k] branch release-1.3.x updated: Fix #1936: avoid patching if the target resource contains all expected fields

2021-01-22 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch release-1.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.3.x by this push: new 0148fea Fix #1936: avoid

[camel-k] branch master updated: Fix #1936: avoid patching if the target resource contains all expected fields

2021-01-22 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/master by this push: new 3b992da Fix #1936: avoid patching if the

[GitHub] [camel-k] nicolaferraro merged pull request #1937: Fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
nicolaferraro merged pull request #1937: URL: https://github.com/apache/camel-k/pull/1937 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-k] nicolaferraro closed issue #1936: SinkBinding on KSVC results into ping-pong between operators

2021-01-22 Thread GitBox
nicolaferraro closed issue #1936: URL: https://github.com/apache/camel-k/issues/1936 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-k] astefanutti edited a comment on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti edited a comment on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765557557 OK, sounds good. It'd better be that. I did my tests quickly as I was bringing CI back on track, so I may have overlooked things or forgotten others .

[GitHub] [camel-k-runtime] nicolaferraro opened a new issue #592: Catalog contains duplicate entry for same schema (cron)

2021-01-22 Thread GitBox
nicolaferraro opened a new issue #592: URL: https://github.com/apache/camel-k-runtime/issues/592 See: https://github.com/apache/camel-k/issues/1939#issuecomment-765560895 cc: @lburgazzoli This is an automated message

[GitHub] [camel-k] nicolaferraro commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765560895 Found it! Catalog contains both: ``` camel-k-cron: groupId: org.apache.camel.k artifactId: camel-k-cron schemes: - id: cron

[GitHub] [camel-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765557557 OK, sounds good. It'd better be that. I did my tests quickly as I were bringing CI back on track so I may have overlooked things or forgotten others .

[GitHub] [camel] oscerd commented on a change in pull request #4913: CAMEL-12489 - camel-infinspan: split remote and embedded components

2021-01-22 Thread GitBox
oscerd commented on a change in pull request #4913: URL: https://github.com/apache/camel/pull/4913#discussion_r562771239 ## File path: catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties ## @@ -175,7 +175,6 @@ ignite-queue ignite-set

[GitHub] [camel] lburgazzoli commented on pull request #4913: CAMEL-12489 - camel-infinspan: split remote and embedded components

2021-01-22 Thread GitBox
lburgazzoli commented on pull request #4913: URL: https://github.com/apache/camel/pull/4913#issuecomment-765547383 @davsclaus @oscerd @tristantarrant This PR implements https://issues.apache.org/jira/browse/CAMEL-12489 so now there's two Infinispan components provided by dedicated

[GitHub] [camel-k] nicolaferraro commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765532585 > Hum that's what I did (adding the extra dependencies, not running it locally) and thought too, but IIRC if failed randomly also. Have you tried to run it multiple times?

[GitHub] [camel-quarkus] zbendhiba opened a new pull request #2160: Enable the failing test - bug is fixed in CAMEL-16035 fixes #2127

2021-01-22 Thread GitBox
zbendhiba opened a new pull request #2160: URL: https://github.com/apache/camel-quarkus/pull/2160 [ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round,

[GitHub] [camel] zbendhiba opened a new pull request #4912: CAMEL-16018: HazelcastReplicatedConsumer not receiving events (#4868)

2021-01-22 Thread GitBox
zbendhiba opened a new pull request #4912: URL: https://github.com/apache/camel/pull/4912 cherry-pick from master commit This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #590: Fixes #589, fixed kamelet-reify component scheme in CamelK catalog

2021-01-22 Thread GitBox
lburgazzoli commented on pull request #590: URL: https://github.com/apache/camel-k-runtime/pull/590#issuecomment-765492817 That error should have been fixed by https://github.com/apache/camel-k-runtime/pull/583 This is an

[camel] branch regen_bot updated (dc86b59 -> e625a7f)

2021-01-22 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 dc86b59 Sync deps add e625a7f (chores) avoid catching Throwable as it can lead to unexpected (#4911)

[GitHub] [camel] davsclaus commented on pull request #4909: camel-milo: added possibility to read node values via producer.

2021-01-22 Thread GitBox
davsclaus commented on pull request #4909: URL: https://github.com/apache/camel/pull/4909#issuecomment-765480421 For headers we prefer that they are prefixed with CamelComponentName, eg CamelMilo - then we know they are from this component. And this also avoids routing those special

[GitHub] [camel-k-runtime] dhirajsb commented on pull request #590: Fixes #589, fixed kamelet-reify component scheme in CamelK catalog

2021-01-22 Thread GitBox
dhirajsb commented on pull request #590: URL: https://github.com/apache/camel-k-runtime/pull/590#issuecomment-765473057 @lburgazzoli can you verify that these missed name changes from `wrap` to `kamelet-reify` in catalog are what's causing the error: ```

[camel] branch master updated: (chores) avoid catching Throwable as it can lead to unexpected (#4911)

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new e625a7f (chores) avoid catching Throwable as

[GitHub] [camel] orpiske merged pull request #4911: (chores) avoid catching Throwable as it can lead to unexpected situations

2021-01-22 Thread GitBox
orpiske merged pull request #4911: URL: https://github.com/apache/camel/pull/4911 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-k] jamesnetherton commented on pull request #1931: Use Quarkus fast-jar package format apache/camel-k-runtime#360

2021-01-22 Thread GitBox
jamesnetherton commented on pull request #1931: URL: https://github.com/apache/camel-k/pull/1931#issuecomment-765457997 Seems a Spectrum tweak is also required, so opened https://github.com/container-tools/spectrum/pull/4.

[GitHub] [camel-k] lburgazzoli commented on issue #1941: kamelet-binding : suport for error handling

2021-01-22 Thread GitBox
lburgazzoli commented on issue #1941: URL: https://github.com/apache/camel-k/issues/1941#issuecomment-765457605 /cc @nicolaferraro This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-k] lburgazzoli opened a new issue #1941: kamelet-binding : suport for error handling

2021-01-22 Thread GitBox
lburgazzoli opened a new issue #1941: URL: https://github.com/apache/camel-k/issues/1941 ```yaml apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: telegram-text-source-to-kafka spec: source: ref: kind: Kamelet

[GitHub] [camel-k] amitsadaphule commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765453535 Thanks @astefanutti for the support! I'll try to check from my side too. This is an automated message from the

[GitHub] [camel-k] amitsadaphule edited a comment on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule edited a comment on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765450861 Same issue even after deleting ik, it and re-executing `./kamel run examples/Sample.java`. ``` # kubectl get all -n default NAME

[GitHub] [camel-k] astefanutti commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
astefanutti commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765452467 No worries, so now that we are sure the IP matches, we need to understand: ``` Get https://10.106.145.48/v2/: dial tcp 10.106.145.48:443: connect: connection refused

[GitHub] [camel-k] amitsadaphule commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765450861 Same issue even after deleting ik, it and re-executing `./kamel run examples/Sample.java`. ``` # kubectl get all -n default NAME

[GitHub] [camel-kafka-connector] orpiske merged pull request #916: (chores) fixed typo in AWS v2 Cloud Watch test

2021-01-22 Thread GitBox
orpiske merged pull request #916: URL: https://github.com/apache/camel-kafka-connector/pull/916 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-kafka-connector] branch master updated: (chores) fixed typo in AWS v2 Cloud Watch test

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new ba46490 (chores) fixed typo in

[GitHub] [camel-k] amitsadaphule edited a comment on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule edited a comment on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765442414 @astefanutti sorry about the mixed up logs. The one from `kubectl get ip camel-k -o yaml` that I posted above is from a different VM altogether. And the pod description

[GitHub] [camel-k] amitsadaphule commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765442414 @astefanutti sorry about the mixed up logs. The one from `kubectl get ip camel-k -o yaml` that I posted above is from a different VM altogether. And the pod description there

[camel] branch regen_bot updated (d65450f -> dc86b59)

2021-01-22 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 d65450f Sync deps add 961f04a Upgrade Univocity Parsers to version 2.9.1 add dc86b59 Sync deps

[GitHub] [camel-k] astefanutti edited a comment on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti edited a comment on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765440112 Hum that's what I did (adding the extra dependencies, not running it locally) and thought too, but IIRC if failed randomly also. Have you tried to run it multiple times?

[camel-quarkus] branch master updated: IPFS native support

2021-01-22 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 6023d9f IPFS native support

[GitHub] [camel-quarkus] jamesnetherton merged pull request #2159: IPFS native support

2021-01-22 Thread GitBox
jamesnetherton merged pull request #2159: URL: https://github.com/apache/camel-quarkus/pull/2159 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] jamesnetherton closed issue #770: IPFS native support

2021-01-22 Thread GitBox
jamesnetherton closed issue #770: URL: https://github.com/apache/camel-quarkus/issues/770 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-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765440112 Hum that's what I did and thought too, but IIRC if failed randomly also. Have you tried to run it multiple times?

[GitHub] [camel-k] nicolaferraro commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765438220 > That's a good question . > > I've looked at the dependencies and it seems the quartz dependencies are added correctly. It may be an issue with how Quarkus resolve

[camel] branch regen_bot updated (ab21765 -> d65450f)

2021-01-22 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 ab21765 Avoid catching Throwable because it could also catch Java Errors that shouldn't be handled (#4907)

[GitHub] [camel-k-runtime] lburgazzoli opened a new pull request #591: loader(java): support for jshell scripts

2021-01-22 Thread GitBox
lburgazzoli opened a new pull request #591: URL: https://github.com/apache/camel-k-runtime/pull/591 **Release Note** ```release-note NONE ``` This is an automated message from the Apache

[GitHub] [camel-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765427350 That's a good question . I've looked at the dependencies and it seems the quartz dependencies are added correctly. It may be an issue with how Quarkus resolve classes...

[GitHub] [camel-k] nicolaferraro commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765424571 > Note that I've faced the issue by running the TestRunCronExample e2e test locally as well, so it does not seem CI environment specific. Uh, so why sometimes it passes

[GitHub] [camel-k] astefanutti edited a comment on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti edited a comment on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765423170 Note that I've faced the issue by running the TestRunCronExample/cron-fallback e2e test locally as well, so it does not seem CI environment specific.

[GitHub] [camel-k] astefanutti edited a comment on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti edited a comment on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765423170 Note that I've faced the issue by running the TestRunCronExample e2e test locally as well, so it does not seem CI environment specific.

[GitHub] [camel-k] astefanutti commented on issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
astefanutti commented on issue #1939: URL: https://github.com/apache/camel-k/issues/1939#issuecomment-765423170 Note that I've faced the issue by running the TestRunCronExample e2e test locally as well, so it does not seem environment specific.

[GitHub] [camel] orpiske opened a new pull request #4911: (chores) avoid catching Throwable as it can lead to unexpected situations

2021-01-22 Thread GitBox
orpiske opened a new pull request #4911: URL: https://github.com/apache/camel/pull/4911 Includes changes to the following components: camel-facebook, camel-file-watch camel-file, camel-google-pubsubl, camel-google-pubsub, camel-optaplanner, camel-rabbitmq, camel-quartz, camel-sjms

[GitHub] [camel-k] astefanutti opened a new pull request #1940: fix(ci): Use AdoptOpenJDK/install-jdk@v1 action

2021-01-22 Thread GitBox
astefanutti opened a new pull request #1940: URL: https://github.com/apache/camel-k/pull/1940 Backport #1901 to 1.3.x. **Release Note** ```release-note NONE ``` This is an automated message from the

[GitHub] [camel-k] astefanutti commented on pull request #1938: Backport fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
astefanutti commented on pull request #1938: URL: https://github.com/apache/camel-k/pull/1938#issuecomment-765412486 Let's wait until CI passes for the master branch PR has CI is still broken on 1.3.x branch. This is an

[GitHub] [camel-k] astefanutti commented on pull request #1937: Fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
astefanutti commented on pull request #1937: URL: https://github.com/apache/camel-k/pull/1937#issuecomment-765411435 I didn't see that one coming ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] astefanutti commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
astefanutti commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765407637 Thanks, I'm surprised that the IntegrationPlatform has: ``` status: build: registry: address: 10.103.184.236 ``` While the Integration pod

[camel] branch master updated (d65450f -> dc86b59)

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from d65450f Sync deps new 961f04a Upgrade Univocity Parsers to version 2.9.1 new dc86b59 Sync deps The

[camel] 02/02: Sync deps

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit dc86b59a6bf0972c33dbf3fc6560b643101a4d79 Author: Andrea Cosentino AuthorDate: Fri Jan 22 14:43:20 2021 +0100

[camel] 01/02: Upgrade Univocity Parsers to version 2.9.1

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 961f04ab2d49a48bee2ed88c5f4ae4b65e6c6915 Author: Andrea Cosentino AuthorDate: Fri Jan 22 14:41:46 2021 +0100

[GitHub] [camel-k] nicolaferraro merged pull request #1934: fix(api): Add missing x-descriptors field to Kamelet property type

2021-01-22 Thread GitBox
nicolaferraro merged pull request #1934: URL: https://github.com/apache/camel-k/pull/1934 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-k] branch master updated: fix(api): Add missing x-descriptors field to Kamelet property type

2021-01-22 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/master by this push: new 0d741a7 fix(api): Add missing x-descriptors

[camel] 02/02: Sync deps

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit d65450ff6d9793e01ad423f513f971e40d3ed078 Author: Andrea Cosentino AuthorDate: Fri Jan 22 14:36:45 2021 +0100

[camel] 01/02: Upgrade Activemq to version 5.16.1

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit bf0413a6a6f24b9e26187dc9b4e81cf75acc20d5 Author: Andrea Cosentino AuthorDate: Fri Jan 22 13:21:51 2021 +0100

[camel] branch master updated (ab21765 -> d65450f)

2021-01-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from ab21765 Avoid catching Throwable because it could also catch Java Errors that shouldn't be handled (#4907)

[GitHub] [camel-k] nicolaferraro opened a new issue #1939: Flaky e2e test (cron-fallback)

2021-01-22 Thread GitBox
nicolaferraro opened a new issue #1939: URL: https://github.com/apache/camel-k/issues/1939 We need to fix this flaky e2e test: ``` --- FAIL: TestRunCronExample (310.61s) --- PASS: TestRunCronExample/cron (127.61s) --- PASS: TestRunCronExample/cron-timer (60.37s)

[GitHub] [camel-k] nicolaferraro opened a new pull request #1938: Backport fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
nicolaferraro opened a new pull request #1938: URL: https://github.com/apache/camel-k/pull/1938 …d fields **Release Note** ```release-note Fixed compatibility bug with Knative 0.20 that prevented deploying services that also produce data ```

[GitHub] [camel-k] nicolaferraro closed issue #1928: Provide a way to use kamelet ID in binding

2021-01-22 Thread GitBox
nicolaferraro closed issue #1928: URL: https://github.com/apache/camel-k/issues/1928 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-k] nicolaferraro merged pull request #1929: Fix #1928: use "id" property in kamelet binding for adding specific c…

2021-01-22 Thread GitBox
nicolaferraro merged pull request #1929: URL: https://github.com/apache/camel-k/pull/1929 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-k] amitsadaphule edited a comment on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule edited a comment on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765379303 Thanks for the reply @astefanutti ! I'm using minikube and here's how I setup the registry: 1. Built `gcr.io/google_containers/kube-registry-proxy:0.4` image from

[GitHub] [camel-k] amitsadaphule commented on issue #1869: './kamel run xxx' and 'make test-integration' pod failures on Ubuntu 16.04 (with minikube)

2021-01-22 Thread GitBox
amitsadaphule commented on issue #1869: URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765379303 Thanks for the reply @astefanutti ! I'm using minikube and here's how I setup the registry: 1. Built `gcr.io/google_containers/kube-registry-proxy:0.4` image from source

[GitHub] [camel-k] nicolaferraro opened a new pull request #1937: Fix #1936: avoid patching if the target resource contains all expecte…

2021-01-22 Thread GitBox
nicolaferraro opened a new pull request #1937: URL: https://github.com/apache/camel-k/pull/1937 …d fields Fix #1936 **Release Note** ```release-note Fixed compatibility bug with Knative 0.20 that prevented deploying services that also produce

[GitHub] [camel-k] nicolaferraro opened a new issue #1936: SinkBinding on KSVC results into ping-pong between operators

2021-01-22 Thread GitBox
nicolaferraro opened a new issue #1936: URL: https://github.com/apache/camel-k/issues/1936 When deploying the `splitter` integration in the example/knative dir with latest Knative: ``` $ oc get pods NAME READY STATUS

[GitHub] [camel-kafka-connector] orpiske merged pull request #914: Added integration tests for AWS2 cloud watch

2021-01-22 Thread GitBox
orpiske merged pull request #914: URL: https://github.com/apache/camel-kafka-connector/pull/914 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[camel-kafka-connector] 01/03: Created a base test class for AWS sink tests

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 11ca8b0f84da9047cdca3dfd0131fceff3ea75c9 Author: Otavio Rodolfo Piske AuthorDate: Fri Jan 22 10:08:47

[camel-kafka-connector] 03/03: Added new integration test for AWS 2 Cloud Watch

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit c7a6b0f82acb257905ec844565edfd028ce9cd61 Author: Otavio Rodolfo Piske AuthorDate: Fri Jan 22 11:23:06

[camel-kafka-connector] 02/03: Simplified handling of setting common AWS 2 properties

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 6a783544000a88fef4d68a9bcd4eb9d6736a41c7 Author: Otavio Rodolfo Piske AuthorDate: Fri Jan 22 11:00:33

[camel-kafka-connector] branch master updated (fb19034 -> c7a6b0f)

2021-01-22 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from fb19034 Camel-Cron connector: We need to add at least camel-quartz as dependency new 11ca8b0

[GitHub] [camel] attrobit commented on a change in pull request #4909: camel-milo: added possibility to read node values via producer.

2021-01-22 Thread GitBox
attrobit commented on a change in pull request #4909: URL: https://github.com/apache/camel/pull/4909#discussion_r562584199 ## File path: components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java ## @@ -35,6 +37,8 @@ private

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #2159: IPFS native support

2021-01-22 Thread GitBox
jamesnetherton opened a new pull request #2159: URL: https://github.com/apache/camel-quarkus/pull/2159 Fixes #770 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

  1   2   >