This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 0529c89 CAMEL-15216 : Omit the warning of section levels 0529c89 is described below commit 0529c896cb38735e1387021b8122f77b353abd74 Author: Aemie Jariwala <44139348+aem...@users.noreply.github.com> AuthorDate: Sun Jun 28 19:22:49 2020 +0530 CAMEL-15216 : Omit the warning of section levels --- components/camel-djl/src/main/docs/djl-component.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/camel-djl/src/main/docs/djl-component.adoc b/components/camel-djl/src/main/docs/djl-component.adoc index d402e51..3ce8e11 100644 --- a/components/camel-djl/src/main/docs/djl-component.adoc +++ b/components/camel-djl/src/main/docs/djl-component.adoc @@ -29,6 +29,16 @@ following dependency to their `pom.xml`: </dependency> ---- +== URI format + +[source,text] +---- +djl:application +---- + +You can append query options to the URI in the following format, +`?option=value&option=value&...` + // component options: START The Deep Java Library component supports 2 options, which are listed below.