This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 7f4217968c2ad30660cb66e3f905ab100db53849 Author: David Jencks <[email protected]> AuthorDate: Wed Nov 10 15:37:22 2021 -0800 Escape attribute values: temporary workaround --- docs/modules/ROOT/examples/template/connector-options.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/examples/template/connector-options.adoc b/docs/modules/ROOT/examples/template/connector-options.adoc index a99de2c..932d8a9 100644 --- a/docs/modules/ROOT/examples/template/connector-options.adoc +++ b/docs/modules/ROOT/examples/template/connector-options.adoc @@ -6,10 +6,10 @@ |util.valueAsString(value.defaultValue) \ |value.priority -include::jsonpath$example$json/camel-{basename}-kafka-{type}-connector.json[query='$.connector',formats='class,artifactId,groupId,id,description', requires={requires}]] +include::jsonpath$example$json/camel-{basename}-kafka-{type}-connector.json[query='$.connector',formats='class,artifactId,groupId,id,desc=util.scSubs(description)', requires={requires}]] include::jsonpathcount$example$json/camel-{basename}-kafka-{type}-connector.json[queries='propertycount=nodes$.properties.*,convertercount=nodes$.converters.*,transformcount=nodes$.transforms.*,aggregationstrategycount=nodes$.aggregationStrategies.*'] -Connector Description: {description} +Connector Description: {desc} When using camel-{basename}-kafka-connector as {type} make sure to use the following Maven dependency to have support for the connector:
