[
https://issues.apache.org/jira/browse/CAMEL-11721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16145014#comment-16145014
]
ASF GitHub Bot commented on CAMEL-11721:
----------------------------------------
GitHub user jamesnetherton opened a pull request:
https://github.com/apache/camel/pull/1904
CAMEL-11721: Camel Kafka component JSON metadata is invalid
https://issues.apache.org/jira/browse/CAMEL-11721
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jamesnetherton/camel CAMEL-11721
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1904.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1904
----
commit 291f8ff5153ca22b95fbc1f11d65f3a8ec0c4cb8
Author: James Netherton <[email protected]>
Date: 2017-08-29T09:47:00Z
CAMEL-11721: Camel Kafka component JSON metadata is invalid
----
> Camel Kafka component JSON metadata is invalid
> -----------------------------------------------
>
> Key: CAMEL-11721
> URL: https://issues.apache.org/jira/browse/CAMEL-11721
> Project: Camel
> Issue Type: Improvement
> Components: camel-kafka, documentation
> Affects Versions: 2.20.0
> Reporter: James Netherton
> Assignee: James Netherton
> Priority: Minor
> Fix For: 2.20.0
>
>
> If I run the camel-kafka component JSON metadata through a tool like jq I get:
> {code}
> parse error: Invalid escape at line 98, column 391
> {code}
> I think
> [this|https://github.com/apache/camel/blob/f09e20b2ef6ec22ad900b737180fa58d6987377f/platforms/spring-boot/components-starter/camel-kafka-starter/src/main/java/org/apache/camel/component/kafka/springboot/KafkaComponentConfiguration.java#L382-L384]
> javadoc is the culprit. Maybe we can simplify it a little.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)