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
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
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
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
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
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
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
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
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
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
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
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;
12 matches
Mail list logo