This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 4db6255 CAMEL-15283: Add include for Spring Boot starter docs 4db6255 is described below commit 4db625521096d2b892c64b9ded029f12c4002dff Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jul 24 07:22:52 2020 +0100 CAMEL-15283: Add include for Spring Boot starter docs --- .../resources/org/apache/camel/catalog/docs/vertx-http-component.adoc | 1 + components/camel-vertx-http/src/main/docs/vertx-http-component.adoc | 1 + docs/components/modules/ROOT/pages/vertx-http-component.adoc | 1 + 3 files changed, 3 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-http-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-http-component.adoc index d9cd93c..ea755ba 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-http-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-http-component.adoc @@ -236,3 +236,4 @@ It is also possible to configure SSL options by providing a custom `WebClientOpt Session management can be enabled via the `sessionManagement` URI option. When enabled, an in-memory cookie store is used to track cookies. This can be overridden by providing a custom `CookieStore` via the `cookieStore` URI option. +include::camel-spring-boot::page$vertx-http-starter.adoc[] diff --git a/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc b/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc index d9cd93c..ea755ba 100644 --- a/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc +++ b/components/camel-vertx-http/src/main/docs/vertx-http-component.adoc @@ -236,3 +236,4 @@ It is also possible to configure SSL options by providing a custom `WebClientOpt Session management can be enabled via the `sessionManagement` URI option. When enabled, an in-memory cookie store is used to track cookies. This can be overridden by providing a custom `CookieStore` via the `cookieStore` URI option. +include::camel-spring-boot::page$vertx-http-starter.adoc[] diff --git a/docs/components/modules/ROOT/pages/vertx-http-component.adoc b/docs/components/modules/ROOT/pages/vertx-http-component.adoc index 4f640c2..eb25211 100644 --- a/docs/components/modules/ROOT/pages/vertx-http-component.adoc +++ b/docs/components/modules/ROOT/pages/vertx-http-component.adoc @@ -238,3 +238,4 @@ It is also possible to configure SSL options by providing a custom `WebClientOpt Session management can be enabled via the `sessionManagement` URI option. When enabled, an in-memory cookie store is used to track cookies. This can be overridden by providing a custom `CookieStore` via the `cookieStore` URI option. +include::camel-spring-boot::page$vertx-http-starter.adoc[]