James Netherton created CAMEL-11721:
---------------------------------------
Summary: 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)