[GitHub] [camel] orpiske opened a new pull request #4843: Backport sensitive utils improvements

2021-01-08 Thread GitBox
orpiske opened a new pull request #4843: URL: https://github.com/apache/camel/pull/4843 Ref: #4840 - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not

[GitHub] [camel-quarkus] llowinge commented on pull request #2105: Remove hystrix from test-categories.yaml

2021-01-08 Thread GitBox
llowinge commented on pull request #2105: URL: https://github.com/apache/camel-quarkus/pull/2105#issuecomment-756611017 @aldettinger I've done it, but now fails because of sth else. This is an automated message from the Apach

[camel] branch regen_bot updated (e87598e -> a54f389)

2021-01-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 e87598e add more asserts add a54f389 Update README.md No new revisions were added by this update. Summ

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#discussion_r553804283 ## File path: integration-tests/minio/src/test/java/org/apache/camel/quarkus/component/minio/it/MinioTestResource.java ## @@ -0,0 +1,59 @@ +/*

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#discussion_r553804428 ## File path: docs/modules/ROOT/pages/reference/extensions/minio.adoc ## @@ -31,3 +31,11 @@ Please refer to the above link for usage and config

[GitHub] [camel-kafka-connector] orpiske commented on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
orpiske commented on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756630424 > We could for example, set redeliveries, for example > Or define a custom Error Handler (for custom I mean tuning the error handler options) or do nothing and just fa

[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
oscerd commented on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084 You can do that already. It's already available as kafka connect option. This issue was focused on camehandling -

[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
oscerd edited a comment on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756633084 You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling --

[GitHub] [camel-kafka-connector] oscerd commented on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
oscerd commented on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756638623 If you intend to send to dlq through camel at camel context level, it"s not available yet, but I don't think it makes sense.

[GitHub] [camel-k] squakez commented on issue #1882: Can't use Kamelets from Integration yaml resources

2021-01-08 Thread GitBox
squakez commented on issue #1882: URL: https://github.com/apache/camel-k/issues/1882#issuecomment-756642454 I've run some test and it seems to be a possible bug in the yaml loader. The issue is appearing also when a yaml integration is run via `kamel`. As an example, given the `kamelet` me

[GitHub] [camel-k-runtime] squakez opened a new issue #581: Cannot use kamelets in yaml integrations

2021-01-08 Thread GitBox
squakez opened a new issue #581: URL: https://github.com/apache/camel-k-runtime/issues/581 See https://github.com/apache/camel-k/issues/1882 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] llowinge opened a new pull request #2117: Remove docker.io prefix for images

2021-01-08 Thread GitBox
llowinge opened a new pull request #2117: URL: https://github.com/apache/camel-quarkus/pull/2117 With docker.io prefix the auth from `docker login` is not working in testcontainers because this line (https://github.com/docker-java/docker-java/blob/master/docker-java-core/src/main/java/com/

[GitHub] [camel] omarsmak opened a new pull request #4844: CAMEL-16007: Upgrade to Debezium 1.4.0.Final

2021-01-08 Thread GitBox
omarsmak opened a new pull request #4844: URL: https://github.com/apache/camel/pull/4844 Note Debezium 1.4.0.Final depends on Kafka 2.6.0 which is our current kafka version in Camel This is an automated message from the Apac

[GitHub] [camel] omarsmak merged pull request #4844: CAMEL-16007: Upgrade to Debezium 1.4.0.Final

2021-01-08 Thread GitBox
omarsmak merged pull request #4844: URL: https://github.com/apache/camel/pull/4844 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 t

[camel-k] branch release-1.3.x created (now 13383f7)

2021-01-08 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch release-1.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git. at 13383f7 Release 1.3.0 No new revisions were added by this update.

[GitHub] [camel-k] nicolaferraro opened a new pull request #1886: Backport #1880 to 1.3.x

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

[GitHub] [camel-k] nicolaferraro opened a new pull request #1887: Backport #1873 to 1.3.x

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

[GitHub] [camel-k] nicolaferraro commented on pull request #1874: File changes after running make

2021-01-08 Thread GitBox
nicolaferraro commented on pull request #1874: URL: https://github.com/apache/camel-k/pull/1874#issuecomment-756678421 I think the root cause may be this: https://github.com/apache/camel-k-runtime/issues/576 For some reason the json produced by the runtime plugin is no longer sorted.

[GitHub] [camel-kafka-connector] orpiske commented on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
orpiske commented on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477 > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling > If you intend to send to dlq through ca

[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
orpiske edited a comment on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477 > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling > If you intend to send to dlq thr

[GitHub] [camel-k] nicolaferraro commented on issue #1878: Using -SNAPSHOT prevents rebuilding past commits

2021-01-08 Thread GitBox
nicolaferraro commented on issue #1878: URL: https://github.com/apache/camel-k/issues/1878#issuecomment-756682327 Yeah, from time to time we need to switch to SNAPSHOT to refer to the runtime artifacts. I've added to the local run comands the `--maven-repository` option so that it's possib

[camel] branch camel-3.7.x updated: CAMEL-16005: Fix route template duplicate id clash for auto assinged ids. Thanks to Marco Collovati for reporting and the unit test.

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new d2f2f7d CAMEL-16005: Fix route temp

[camel] branch master updated: CAMEL-16005: Fix route template duplicate id clash for auto assinged ids. Thanks to Marco Collovati for reporting and the unit test.

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 61f8109 CAMEL-16005: Fix route template dupli

[GitHub] [camel-k] nicolaferraro commented on issue #1881: Corrupted binaries attached as resource

2021-01-08 Thread GitBox
nicolaferraro commented on issue #1881: URL: https://github.com/apache/camel-k/issues/1881#issuecomment-756684961 Thanks for reporting, this behavior is strange. Sure, there's a way to work this issue around and use data from manually created secrets/configmaps. You need to li

[GitHub] [camel-kafka-connector] orpiske opened a new issue #835: Error reporting configuration is not correctly handled

2021-01-08 Thread GitBox
orpiske opened a new issue #835: URL: https://github.com/apache/camel-kafka-connector/issues/835 The sink connector does not respect the [new error reporting](https://kafka.apache.org/26/documentation.html#connect_errantrecordreporter) configuration from Kafka Connect. As of Kafka 2.6, it

[GitHub] [camel-k] squakez opened a new pull request #1888: feat(test): delete command unit test

2021-01-08 Thread GitBox
squakez opened a new pull request #1888: URL: https://github.com/apache/camel-k/pull/1888 * Added a suite of test to check flags available for delete command * Refactored install_test.go to avoid clash with delete method names Closes #1157 **Relea

[camel-k] branch release-1.3.x updated: Fix operator monitoring test

2021-01-08 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 7e60102 Fix operator monito

[GitHub] [camel-k] astefanutti merged pull request #1886: Backport #1880 to 1.3.x

2021-01-08 Thread GitBox
astefanutti merged pull request #1886: URL: https://github.com/apache/camel-k/pull/1886 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

[camel-k] branch release-1.3.x updated: Fix modeline check.

2021-01-08 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 2d0a6f3 Fix modeline check.

[GitHub] [camel-k] astefanutti merged pull request #1887: Backport #1873 to 1.3.x

2021-01-08 Thread GitBox
astefanutti merged pull request #1887: URL: https://github.com/apache/camel-k/pull/1887 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] github-actions[bot] opened a new pull request #4845: Generated sources regen

2021-01-08 Thread GitBox
github-actions[bot] opened a new pull request #4845: URL: https://github.com/apache/camel/pull/4845 Regen bot :robot: found some uncommited changes after running build on :camel: master. Please do not delete `regen_bot` branch after merge/rebase. ---

[camel] branch regen_bot updated (a54f389 -> 7cd8198)

2021-01-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 a54f389 Update README.md add f865feb CAMEL-16007: Upgrade to Debezium 1.4.0.Final (#4844) add 7cd81

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
JiriOndrusek commented on pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#issuecomment-756691974 Failed build is not linked to minio extension. This is an automated message from the Apache Git Servi

[GitHub] [camel-quarkus] ppalaga commented on pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
ppalaga commented on pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#issuecomment-756698063 > There is a limitation because of quiarkiverse-minio which prevents to use more different minio endpoint at once. (minio client has to be defined in application.propertie

[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
orpiske edited a comment on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477 > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling > If you intend to send to dlq thr

[GitHub] [camel-kafka-connector] orpiske edited a comment on issue #407: Introduce Error Handling Options possibilities

2021-01-08 Thread GitBox
orpiske edited a comment on issue #407: URL: https://github.com/apache/camel-kafka-connector/issues/407#issuecomment-756680477 > You can do that already. It's already available as kafka connect option. This issue was focused on camel error handling > If you intend to send to dlq thr

[GitHub] [camel-kafka-connector] orpiske commented on pull request #836: Ensure the DLQ configuration from Kafka Connect is correctly handled (issue #835)

2021-01-08 Thread GitBox
orpiske commented on pull request #836: URL: https://github.com/apache/camel-kafka-connector/pull/836#issuecomment-756698867 We'll also need this on 0.7.x. This is an automated message from the Apache Git Service. To respon

[GitHub] [camel-k] squakez opened a new pull request #1889: feat(test): kit create command unit test

2021-01-08 Thread GitBox
squakez opened a new pull request #1889: URL: https://github.com/apache/camel-k/pull/1889 Added a suite of testcases to verify kit create command flags Closes #1159 **Release Note** ```release-note NONE ```

[camel] branch regen_bot updated (7cd8198 -> f9504a3)

2021-01-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 7cd8198 Regen for commit f865febc7f2b12d6bc0de2931747c20516c556d1 add 61f8109 CAMEL-16005: Fix route tem

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
ppalaga commented on a change in pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#discussion_r553890159 ## File path: integration-tests/minio/src/test/java/org/apache/camel/quarkus/component/minio/it/MinioTest.java ## @@ -0,0 +1,183 @@ +/* + * License

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #2116: Minio native support #2040

2021-01-08 Thread GitBox
JiriOndrusek commented on a change in pull request #2116: URL: https://github.com/apache/camel-quarkus/pull/2116#discussion_r553895444 ## File path: integration-tests/minio/src/test/java/org/apache/camel/quarkus/component/minio/it/MinioTest.java ## @@ -0,0 +1,183 @@ +/* + * Li

[camel-kafka-connector] branch master updated: Ensure the DLQ configuration from Kafka Connect is correctly handled (issue #835)

2021-01-08 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 ed26a8b Ensure the DLQ configur

[GitHub] [camel-kafka-connector] orpiske merged pull request #836: Ensure the DLQ configuration from Kafka Connect is correctly handled (issue #835)

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

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

2021-01-08 Thread GitBox
oscerd merged pull request #4845: URL: https://github.com/apache/camel/pull/4845 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

[camel] branch master updated: Regen for commit 61f8109005e8a94ff085d229cac12780120d6ea8

2021-01-08 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 The following commit(s) were added to refs/heads/master by this push: new e5cca77 Regen for commit 61f8109005e8a94ff08

[GitHub] [camel-quarkus] ppalaga merged pull request #2117: Remove docker.io prefix for images

2021-01-08 Thread GitBox
ppalaga merged pull request #2117: URL: https://github.com/apache/camel-quarkus/pull/2117 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 master updated: Remove docker.io prefix for images

2021-01-08 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 620ffc2 Remove docker.io prefix for ima

[camel-kafka-connector] branch camel-kafka-connector-0.7.x updated: Ensure the DLQ configuration from Kafka Connect is correctly handled (issue #835)

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

[GitHub] [camel-kafka-connector] orpiske merged pull request #837: (backport) Ensure the DLQ configuration from Kafka Connect is correctly handled (issue #835)

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

[GitHub] [camel-quarkus] ppalaga commented on pull request #2105: Remove hystrix from test-categories.yaml

2021-01-08 Thread GitBox
ppalaga commented on pull request #2105: URL: https://github.com/apache/camel-quarkus/pull/2105#issuecomment-756741573 The change does not seem to have any impact on the frozen `messaging-networiking1` job. Let's merge and solve the freezing only if it occurs again. -

[GitHub] [camel-quarkus] ppalaga merged pull request #2105: Remove hystrix from test-categories.yaml

2021-01-08 Thread GitBox
ppalaga merged pull request #2105: URL: https://github.com/apache/camel-quarkus/pull/2105 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 master updated: Remove hystrix from test-categories.yaml

2021-01-08 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 30111ea Remove hystrix from test-catego

[GitHub] [camel-quarkus] ppalaga closed issue #2091: Skipped tests on CI (eg. hystrix)

2021-01-08 Thread GitBox
ppalaga closed issue #2091: URL: https://github.com/apache/camel-quarkus/issues/2091 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

[camel] branch regen_bot updated (f9504a3 -> e5cca77)

2021-01-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 f9504a3 Regen for commit 61f8109005e8a94ff085d229cac12780120d6ea8 add e5cca77 Regen for commit 61f810900

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #2118: Align Kotlin and SmallRye Reactive Messaging Camel with Quarkus

2021-01-08 Thread GitBox
jamesnetherton opened a new pull request #2118: URL: https://github.com/apache/camel-quarkus/pull/2118 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] rnetuka opened a new pull request #4846: [ENTESB-15117] Implement consumer priority in camel

2021-01-08 Thread GitBox
rnetuka opened a new pull request #4846: URL: https://github.com/apache/camel/pull/4846 From donwstream: A customer want to provide a way or option to implement consumer priority in _camel-amqp_ and _camel-jms_ components while using ActiveMQ Artemis. The feature is described he

[camel] branch camel-3.7.x updated: CAMEL-13553: Fix onCompletion EIP firing more than once.

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new c654e00 CAMEL-13553: Fix onCompleti

[camel] branch master updated: CAMEL-13553: Fix onCompletion EIP firing more than once.

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 b7fa02a CAMEL-13553: Fix onCompletion EIP fir

[GitHub] [camel-quarkus] ppalaga merged pull request #2115: Add more integration tests for camel-hazelcast extension #2094

2021-01-08 Thread GitBox
ppalaga merged pull request #2115: URL: https://github.com/apache/camel-quarkus/pull/2115 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 master updated: Add more integration tests for camel-hazelcast extension #2094

2021-01-08 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga 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 beba017 Add more integration tests for

[GitHub] [camel-kafka-connector] matt12eagles opened a new issue #838: Add example for using Kerberos auth (maybe in HDFS connector?

2021-01-08 Thread GitBox
matt12eagles opened a new issue #838: URL: https://github.com/apache/camel-kafka-connector/issues/838 Add example for using Kerberos auth (maybe in HDFS connector) This is an automated message from the Apache Git Service. To

[GitHub] [camel] davsclaus merged pull request #4843: Backport sensitive utils improvements

2021-01-08 Thread GitBox
davsclaus merged pull request #4843: URL: https://github.com/apache/camel/pull/4843 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

[camel] branch camel-3.7.x updated: Backport sensitive utils improvements (#4843)

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 4307072 Backport sensitive utils im

[GitHub] [camel-kafka-connector] matt12eagles opened a new issue #839: Support Parquet input file formats using HDFS connector

2021-01-08 Thread GitBox
matt12eagles opened a new issue #839: URL: https://github.com/apache/camel-kafka-connector/issues/839 Support Parquet input file formats using HDFS connector. Parquet is widely used in the HDFS world, would be awesome to be able to use parquet with the standard compressions (snappy, gzip,

[GitHub] [camel-kafka-connector] matt12eagles opened a new issue #840: Support Parquet input Files using HDFS (compressed or not compressed)

2021-01-08 Thread GitBox
matt12eagles opened a new issue #840: URL: https://github.com/apache/camel-kafka-connector/issues/840 Support Parquet input file formats using HDFS connector. Parquet is widely used in the HDFS world, would be awesome to be able to use parquet with the standard compressions (snappy, gzip,

[GitHub] [camel-kafka-connector] oscerd commented on issue #839: Support Parquet input file formats using HDFS connector

2021-01-08 Thread GitBox
oscerd commented on issue #839: URL: https://github.com/apache/camel-kafka-connector/issues/839#issuecomment-756763290 This needs to be done at camel component level This is an automated message from the Apache Git Service.

[GitHub] [camel] davsclaus commented on pull request #4846: Implement consumer priority in camel

2021-01-08 Thread GitBox
davsclaus commented on pull request #4846: URL: https://github.com/apache/camel/pull/4846#issuecomment-756763320 This seems to be an ActiveMQ only feature and therefore we cannot have it as first class in the component as its for general JMS. There is the camel-activemq component whe

[GitHub] [camel-kafka-connector] oscerd commented on issue #840: Support Parquet input Files using HDFS (compressed or not compressed)

2021-01-08 Thread GitBox
oscerd commented on issue #840: URL: https://github.com/apache/camel-kafka-connector/issues/840#issuecomment-756763602 Duplicate? This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [camel-kafka-connector] orpiske commented on issue #839: Support Parquet input file formats using HDFS connector

2021-01-08 Thread GitBox
orpiske commented on issue #839: URL: https://github.com/apache/camel-kafka-connector/issues/839#issuecomment-756767164 Maybe related issue on Camel, for future reference: https://issues.apache.org/jira/browse/CAMEL-13573 T

[GitHub] [camel] schernolyas opened a new pull request #4847: [CAMEL-16009] remove the duplicate

2021-01-08 Thread GitBox
schernolyas opened a new pull request #4847: URL: https://github.com/apache/camel/pull/4847 - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA

[GitHub] [camel-kafka-connector] matt12eagles commented on issue #840: Support Parquet input Files using HDFS (compressed or not compressed)

2021-01-08 Thread GitBox
matt12eagles commented on issue #840: URL: https://github.com/apache/camel-kafka-connector/issues/840#issuecomment-756772050 it is! sorry! closing! Got an error when submitting the one. This is an automated message from the

[GitHub] [camel-kafka-connector] matt12eagles closed issue #840: Support Parquet input Files using HDFS (compressed or not compressed)

2021-01-08 Thread GitBox
matt12eagles closed issue #840: URL: https://github.com/apache/camel-kafka-connector/issues/840 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[camel] branch master updated: Reference VertxKafkaHeaderFilterStrategy in vertx-kafka docs

2021-01-08 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.git The following commit(s) were added to refs/heads/master by this push: new 07e14a6 Reference VertxKafkaHeaderFilter

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

2021-01-08 Thread GitBox
github-actions[bot] opened a new pull request #4848: URL: https://github.com/apache/camel/pull/4848 Regen bot :robot: found some uncommited changes after running build on :camel: master. Please do not delete `regen_bot` branch after merge/rebase. ---

[camel] branch regen_bot updated (e5cca77 -> 5b7d2a3)

2021-01-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 e5cca77 Regen for commit 61f8109005e8a94ff085d229cac12780120d6ea8 add b7fa02a CAMEL-13553: Fix onComplet

[GitHub] [camel-kafka-connector] orpiske opened a new pull request #841: Create timeout when creating Cassandra's test table

2021-01-08 Thread GitBox
orpiske opened a new pull request #841: URL: https://github.com/apache/camel-kafka-connector/pull/841 Trying to fix Apache CI issues when running the CQL tests ... This is an automated message from the Apache Git Service. To

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

2021-01-08 Thread GitBox
oscerd merged pull request #4848: URL: https://github.com/apache/camel/pull/4848 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

[camel] branch master updated: Regen for commit b7fa02a1a7c059e68dd019609018b6fd07701056

2021-01-08 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 The following commit(s) were added to refs/heads/master by this push: new cadf9e0 Regen for commit b7fa02a1a7c059e68dd

[GitHub] [camel-kafka-connector] ruchirvaninasdaq commented on issue #834: Question: S3 file get moved on failure also

2021-01-08 Thread GitBox
ruchirvaninasdaq commented on issue #834: URL: https://github.com/apache/camel-kafka-connector/issues/834#issuecomment-756784825 @oscerd : Any recommendations on how to handle Kafka exception with camel kafka connector? Please provide me guidence, I can try implementing on my own. Thanks

[GitHub] [camel-quarkus] JiriOndrusek commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
JiriOndrusek commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756791202 Problem is caused by graalvm. With graalvm 20.2 it works. With graalvm 20.3 it fails. With graalvm 21.1.0-dev it works. There should be an AWT support in gr

[GitHub] [camel-kafka-connector] oscerd commented on issue #834: Question: S3 file get moved on failure also

2021-01-08 Thread GitBox
oscerd commented on issue #834: URL: https://github.com/apache/camel-kafka-connector/issues/834#issuecomment-756793954 If you want to still have the file in the source bucket you should avoid delete after read and move after read and use the idempotency support introduced in 0.7.. the err

[camel-kafka-connector] branch master updated: Create timeout when creating Cassandra's test table

2021-01-08 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 9f95613 Create timeout when cre

[GitHub] [camel-kafka-connector] orpiske merged pull request #841: Create timeout when creating Cassandra's test table

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

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #2118: Align Kotlin and SmallRye Reactive Messaging Camel with Quarkus

2021-01-08 Thread GitBox
ppalaga commented on a change in pull request #2118: URL: https://github.com/apache/camel-quarkus/pull/2118#discussion_r553986433 ## File path: pom.xml ## @@ -93,7 +93,7 @@ ${protobuf-version} 2.5.0 2.11.12 - 2.7.0 + 2.7.1 Review com

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #2118: Align Kotlin and SmallRye Reactive Messaging Camel with Quarkus

2021-01-08 Thread GitBox
jamesnetherton commented on a change in pull request #2118: URL: https://github.com/apache/camel-quarkus/pull/2118#discussion_r553989548 ## File path: integration-tests/avro-rpc/pom.xml ## @@ -127,6 +127,7 @@ org.apache.avro

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

2021-01-08 Thread GitBox
github-actions[bot] opened a new pull request #4849: URL: https://github.com/apache/camel/pull/4849 Regen bot :robot: found some uncommited changes after running build on :camel: master. Please do not delete `regen_bot` branch after merge/rebase. ---

[camel] branch regen_bot updated (5b7d2a3 -> b0722c4)

2021-01-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 5b7d2a3 Regen for commit b7fa02a1a7c059e68dd019609018b6fd07701056 add 07e14a6 Reference VertxKafkaHeader

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

2021-01-08 Thread GitBox
oscerd merged pull request #4849: URL: https://github.com/apache/camel/pull/4849 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

[camel] branch master created (now cadf9e0)

2021-01-08 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. at cadf9e0 Regen for commit b7fa02a1a7c059e68dd019609018b6fd07701056 No new revisions were added by this update.

[GitHub] [camel-quarkus] ppalaga commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
ppalaga commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756800685 This is related or even a duplicate of https://github.com/oracle/graal/issues/3077 This is an automated messag

[GitHub] [camel-quarkus] ppalaga removed a comment on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
ppalaga removed a comment on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756800685 This is related or even a duplicate of https://github.com/oracle/graal/issues/3077 This is an automate

[GitHub] [camel] orpiske opened a new pull request #4850: camel-activemq: remove unnecessary exception rethrow

2021-01-08 Thread GitBox
orpiske opened a new pull request #4850: URL: https://github.com/apache/camel/pull/4850 Minor cleanup ... - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos d

[camel] branch regen_bot updated (b0722c4 -> cadf9e0)

2021-01-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 b0722c4 Regen for commit 07e14a6dc5fdecf0bb1fecbfb31a33d04e7f7ca8 add cadf9e0 Regen for commit b7fa02a1a

[GitHub] [camel-quarkus] ppalaga commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
ppalaga commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756804991 See also https://github.com/quarkusio/quarkus/issues/13954 where they say that the issue will also be fixed in GraalVM 20.3.1. AFAIK, both GraalVM 21.0.0's and 20.3.1's ETA is

[GitHub] [camel] davsclaus merged pull request #4850: camel-activemq: remove unnecessary exception rethrow

2021-01-08 Thread GitBox
davsclaus merged pull request #4850: URL: https://github.com/apache/camel/pull/4850 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

[camel] branch master updated: camel-activemq: remove unnecessary exception rethrow (#4850)

2021-01-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 917ee40 camel-activemq: remove unnecessary ex

[GitHub] [camel-quarkus] ppalaga commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
ppalaga commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756806669 Having said that I think this issue is not a blocker for https://github.com/apache/camel-quarkus/pull/2111 I'd find it OK, to disable the failing FOP tests until GraalVM 21.0.0

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
ppalaga edited a comment on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756804991 See also https://github.com/quarkusio/quarkus/issues/13954 where they say that the issue will also be fixed in GraalVM 20.3.1. AFAIK, both GraalVM 21.0.0's and 20.3.1's

[GitHub] [camel-quarkus] jamesnetherton commented on issue #2113: FOP integration tests fail in native mode with GraalVM 20.3.0

2021-01-08 Thread GitBox
jamesnetherton commented on issue #2113: URL: https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756807434 > Having said that I think this issue is not a blocker for #2111 I'd find it OK, to disable the failing FOP tests until GraalVM 21.0.0 or 20.3.1 is available via Quarkus

[GitHub] [camel] orpiske opened a new pull request #4851: (chores) Avoid NPE in autoboxing

2021-01-08 Thread GitBox
orpiske opened a new pull request #4851: URL: https://github.com/apache/camel/pull/4851 Components: camel-aws-s3, camel-bean, camel-crypto-cms, camel-docker, camel-dozer, camel-fhir This should avoid NPEs in the very unlikely case some of those values are null - [x] Make su

  1   2   >