This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b02ba0  Correct identation after update docs (#5629)
6b02ba0 is described below

commit 6b02ba0acc9e52bd77ff218b7e54bc56c361df06
Author: Marcelo Daniel Silva Sales <[email protected]>
AuthorDate: Mon Jun 7 09:26:56 2021 +0200

    Correct identation after update docs (#5629)
    
    Correct identation for property requestMappingValues
---
 .../main/docs/camel-restdsl-openapi-plugin.adoc    | 23 +++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
index 01ea095..c27f83b 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
@@ -69,8 +69,15 @@ in the `<configuration>` tag.
 | `destinationGenerator` | | Fully qualified class name of the class that 
implements `org.apache.camel.generator.openapi.DestinationGenerator` interface 
for customizing destination endpoint
 | `restConfiguration` | `true` | Whether to include generation of the rest 
configuration with detected rest component to be used. 
 | `apiContextPath` | | Define openapi endpoint path if `restConfiguration` is 
set to `true`.
-| `basePath` | | Overrides the api base path as defined in the OpenAPI 
specification. |
-| `requestMappingValues` | `/**` | Allows generation of custom RequestMapping 
mapping values. Multiple mapping values can be passed as 
&lt;requestMappingValues&gt;&lt;param&gt;/my-api-path/**&lt;/param&gt;&lt;param&gt;/my-other-path/**&lt;/param&gt;&lt;/requestMappingValues&gt;
+| `basePath` | | Overrides the api base path as defined in the OpenAPI 
specification. 
+| `requestMappingValues` | `/**` | Allows generation of custom RequestMapping 
mapping values. Multiple mapping values can be passed as:
+``
+<requestMappingValues>
+    <param>/my-api-path/\****</param>
+    <param>/my-other-path/**</param>
+</requestMappingValues>
+``
+|
 |========================================
 
 === Spring Boot Project with Servlet component
@@ -146,8 +153,15 @@ in the `<configuration>` tag.
 | `destinationGenerator` | | Fully qualified class name of the class that 
implements `org.apache.camel.generator.openapi.DestinationGenerator` interface 
for customizing destination endpoint
 | `restConfiguration` | `true` | Whether to include generation of the rest 
configuration with detected rest component to be used.
 | `apiContextPath` | | Define openapi endpoint path if `restConfiguration` is 
set to `true`.
-| `basePath` | | Overrides the api base path as defined in the OpenAPI 
specification. |
-| `requestMappingValues` | `/**` | Allows generation of custom RequestMapping 
mapping values. Multiple mapping values can be passed as 
&lt;requestMappingValues&gt;&lt;param&gt;/my-api-path/**&lt;/param&gt;&lt;param&gt;/my-other-path/**&lt;/param&gt;&lt;/requestMappingValues&gt;
+| `basePath` | | Overrides the api base path as defined in the OpenAPI 
specification. 
+| `requestMappingValues` | `/**` | Allows generation of custom RequestMapping 
mapping values. Multiple mapping values can be passed as:
+``
+<requestMappingValues>
+    <param>/my-api-path/\****</param>
+    <param>/my-other-path/**</param>
+</requestMappingValues>
+``
+|
 |========================================
 
 == camel-restdsl-openapi:generate-xml-with-dto
@@ -190,4 +204,3 @@ The plugin supports the following *additional* options
 | `modelWithXml` | false | Enable XML annotations inside the generated models 
(only works with libraries that provide support for JSON and XML)
 | `configOptions` | | Pass a map of language-specific parameters to 
`swagger-codegen-maven-plugin`
 |========================================
-

Reply via email to