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-spring-boot.git
commit b73f8e54a93052a6c6976fe56cf11755b20f4f52 Author: David Jencks <[email protected]> AuthorDate: Wed Nov 3 13:57:26 2021 -0700 remove unused unneeded formerly generated .adoc files --- .../src/main/docs/openapi-java-starter.adoc | 29 ---------------------- .../src/main/docs/springdoc-starter.adoc | 29 ---------------------- .../spring-boot/partials/openapi-java-starter.adoc | 29 ---------------------- 3 files changed, 87 deletions(-) diff --git a/components-starter/camel-openapi-java-starter/src/main/docs/openapi-java-starter.adoc b/components-starter/camel-openapi-java-starter/src/main/docs/openapi-java-starter.adoc deleted file mode 100644 index 4306df8..0000000 --- a/components-starter/camel-openapi-java-starter/src/main/docs/openapi-java-starter.adoc +++ /dev/null @@ -1,29 +0,0 @@ -// spring-boot-auto-configure options: START -:page-partial: -:doctitle: Camel Spring Boot Starter for openapi-java - -== Spring Boot Auto-Configuration - -When using openapi-java with Spring Boot make sure to use the following Maven dependency to have support for auto configuration: - -[source,xml] ----- -<dependency> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-openapi-java-starter</artifactId> - <version>x.x.x</version> - <!-- use the same version as your Camel core version --> -</dependency> ----- - - -The component supports 1 options, which are listed below. - - - -[width="100%",cols="2,5,^1,2",options="header"] -|=== -| Name | Description | Default | Type -| *camel.openapi.enabled* | Enables Camel Rest DSL to automatic register its OpenAPI (eg swagger doc) in Spring Boot which allows tooling such as SpringDoc to integrate with Camel. | true | Boolean -|=== -// spring-boot-auto-configure options: END diff --git a/components-starter/camel-springdoc-starter/src/main/docs/springdoc-starter.adoc b/components-starter/camel-springdoc-starter/src/main/docs/springdoc-starter.adoc deleted file mode 100644 index fb8c136..0000000 --- a/components-starter/camel-springdoc-starter/src/main/docs/springdoc-starter.adoc +++ /dev/null @@ -1,29 +0,0 @@ -// spring-boot-auto-configure options: START -:page-partial: -:doctitle: Camel Spring Boot Starter for extending openapi-java with the Springdoc UI - -== Spring Boot Auto-Configuration - -When using openapi-java with Spring Boot, if you want to use the Springdoc Swagger UI, make sure to use the following Maven dependency to have support for auto-configuration: - -[source,xml] ----- -<dependency> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-springdoc-starter</artifactId> - <version>x.x.x</version> - <!-- use the same version as your Camel core version --> -</dependency> ----- - - -The component supports 1 option, which is listed below. - - - -[width="100%",cols="2,5,^1,2",options="header"] -|=== -| Name | Description | Default | Type -| *camel.springdoc.enabled* | Enables Camel Rest DSL to automatic register its OpenAPI (eg swagger doc) in Spring Boot which allows tooling such as SpringDoc to integrate with Camel. | true | Boolean -|=== -// spring-boot-auto-configure options: END diff --git a/docs/components/modules/spring-boot/partials/openapi-java-starter.adoc b/docs/components/modules/spring-boot/partials/openapi-java-starter.adoc deleted file mode 100644 index 4306df8..0000000 --- a/docs/components/modules/spring-boot/partials/openapi-java-starter.adoc +++ /dev/null @@ -1,29 +0,0 @@ -// spring-boot-auto-configure options: START -:page-partial: -:doctitle: Camel Spring Boot Starter for openapi-java - -== Spring Boot Auto-Configuration - -When using openapi-java with Spring Boot make sure to use the following Maven dependency to have support for auto configuration: - -[source,xml] ----- -<dependency> - <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-openapi-java-starter</artifactId> - <version>x.x.x</version> - <!-- use the same version as your Camel core version --> -</dependency> ----- - - -The component supports 1 options, which are listed below. - - - -[width="100%",cols="2,5,^1,2",options="header"] -|=== -| Name | Description | Default | Type -| *camel.openapi.enabled* | Enables Camel Rest DSL to automatic register its OpenAPI (eg swagger doc) in Spring Boot which allows tooling such as SpringDoc to integrate with Camel. | true | Boolean -|=== -// spring-boot-auto-configure options: END
