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

2020-12-30 Thread GitBox
github-actions[bot] commented on issue #2065: URL: https://github.com/apache/camel-quarkus/issues/2065#issuecomment-752823163 The [quarkus-master](https://github.com/apache/camel-quarkus/tree/quarkus-master) branch build is still failing: * Build ID: 453793107-252-a33efb79-56d8-47f7

[GitHub] [camel-kafka-connector] valdar commented on issue #821: Investigate usage of NO_DEFAULT_VALUE instead of null for properties

2020-12-30 Thread GitBox
valdar commented on issue #821: URL: https://github.com/apache/camel-kafka-connector/issues/821#issuecomment-752802728 I seem to remember, but I will double check, that properties with `ConfigDef.NO_DEFAULT_VALUE` requires a value to be specified in the config properties... otherwise an e

[GitHub] [camel-quarkus] ennishol opened a new issue #2099: MDC not logging overriden breadcrumbId or custom property

2020-12-30 Thread GitBox
ennishol opened a new issue #2099: URL: https://github.com/apache/camel-quarkus/issues/2099 Configured log to print MDC fields camel.exchangeId, camel.breadcrumbId and custom property 'traceId'. Only camel.exchangeId is printed in log, however twice as it is also the breadcrumbId. Code and

[camel] branch camel-3.7.x updated: Fix typo: intercpt -> intercept

2020-12-30 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino 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 5e52228 Fix typo: intercpt -> inte

[GitHub] [camel] oscerd merged pull request #4818: Fix typo: intercpt -> intercept

2020-12-30 Thread GitBox
oscerd merged pull request #4818: URL: https://github.com/apache/camel/pull/4818 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: Fix typo intercpt -> intercept

2020-12-30 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 bb7f1b3 Fix typo intercpt -> intercept bb7f1

[GitHub] [camel] oscerd merged pull request #4819: Fix typo intercpt -> intercept

2020-12-30 Thread GitBox
oscerd merged pull request #4819: URL: https://github.com/apache/camel/pull/4819 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

[GitHub] [camel] apupier edited a comment on pull request #4818: Fix typo: intercpt -> intercept

2020-12-30 Thread GitBox
apupier edited a comment on pull request #4818: URL: https://github.com/apache/camel/pull/4818#issuecomment-752415030 for master https://github.com/apache/camel/pull/4819 This is an automated message from the Apache Git Servi

[GitHub] [camel] apupier commented on pull request #4818: Fix typo: intercpt -> intercept

2020-12-30 Thread GitBox
apupier commented on pull request #4818: URL: https://github.com/apache/camel/pull/4818#issuecomment-752415030 https://github.com/apache/camel/pull/4819 This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel] apupier opened a new pull request #4819: Fix typo intercpt -> intercept

2020-12-30 Thread GitBox
apupier opened a new pull request #4819: URL: https://github.com/apache/camel/pull/4819 - [ ] 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 iss

[GitHub] [camel] apupier opened a new pull request #4818: Fix typo: intercpt -> intercept

2020-12-30 Thread GitBox
apupier opened a new pull request #4818: URL: https://github.com/apache/camel/pull/4818 - [ ] 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 iss

[GitHub] [camel-quarkus] ennishol opened a new issue #2098: CSimple NPE with Method reference processor, camel-quarkus 1.5.0

2020-12-30 Thread GitBox
ennishol opened a new issue #2098: URL: https://github.com/apache/camel-quarkus/issues/2098 The route below runs into NPE while packaging a project: ```java @ApplicationScoped public class MyRoute extends EndpointRouteBuilder { @Inject MyProcessor myProcessor;