This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0f5b2383cb3154ff040262ec075aadff85f0e518 Author: davsclaus <[email protected]> AuthorDate: Mon May 17 12:54:07 2021 +0000 Regen for commit e8a0f139c3cffd891dbd61e0f606c9e9ce06560c Signed-off-by: GitHub <[email protected]> --- .../resources/org/apache/camel/catalog/docs/servlet-component.adoc | 6 +++--- docs/components/modules/ROOT/pages/servlet-component.adoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/servlet-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/servlet-component.adoc index d76a920..272fd91 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/servlet-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/servlet-component.adoc @@ -488,9 +488,9 @@ The automatic mapping of the Camel servlet can also be disabled. [width="100%",cols="3,1m,6",options="header"] |======================================================================= | Spring-Boot Property | Default | Description -| camel.component.servlet.mapping.enabled | true | Enables the automatic mapping of the servlet component into the Spring web context -| camel.component.servlet.mapping.context-path | /camel/* | Context path used by the servlet component for automatic mapping -| camel.component.servlet.mapping.servlet-name | CamelServlet | The name of the Camel servlet +| camel.servlet.mapping.enabled | true | Enables the automatic mapping of the servlet component into the Spring web context +| camel.servlet.mapping.context-path | /camel/* | Context path used by the servlet component for automatic mapping +| camel.servlet.mapping.servlet-name | CamelServlet | The name of the Camel servlet |======================================================================= diff --git a/docs/components/modules/ROOT/pages/servlet-component.adoc b/docs/components/modules/ROOT/pages/servlet-component.adoc index b796c9f..94e0890 100644 --- a/docs/components/modules/ROOT/pages/servlet-component.adoc +++ b/docs/components/modules/ROOT/pages/servlet-component.adoc @@ -490,9 +490,9 @@ The automatic mapping of the Camel servlet can also be disabled. [width="100%",cols="3,1m,6",options="header"] |======================================================================= | Spring-Boot Property | Default | Description -| camel.component.servlet.mapping.enabled | true | Enables the automatic mapping of the servlet component into the Spring web context -| camel.component.servlet.mapping.context-path | /camel/* | Context path used by the servlet component for automatic mapping -| camel.component.servlet.mapping.servlet-name | CamelServlet | The name of the Camel servlet +| camel.servlet.mapping.enabled | true | Enables the automatic mapping of the servlet component into the Spring web context +| camel.servlet.mapping.context-path | /camel/* | Context path used by the servlet component for automatic mapping +| camel.servlet.mapping.servlet-name | CamelServlet | The name of the Camel servlet |=======================================================================
