Skip to content

Commit 1fa1e4a

Browse files
committed
update docs
1 parent 10469ad commit 1fa1e4a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/modules/ROOT/pages/mapping/annotation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Assume the following mapping:
102102

103103
[source,yaml]
104104
----
105-
openapi-processor-mapping: v8
105+
openapi-processor-mapping: v11
106106
107107
options:
108108
@@ -219,7 +219,7 @@ and a `mapping.yaml` with annotation type mappings:
219219

220220
[source,yaml]
221221
----
222-
openapi-processor-mapping: v8 # <1>
222+
openapi-processor-mapping: v11 # <1>
223223
224224
options:
225225
package-name: io.openapiprocessor.openapi

docs/modules/ROOT/pages/mapping/endpoint.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Here are a few examples of possible http endpoint mappings:
8686

8787
[source,yaml]
8888
----
89-
openapi-processor-mapping: v8
89+
openapi-processor-mapping: v11
9090
9191
map:
9292

docs/modules/ROOT/pages/mapping/extension.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ components:
2828
In general openapi-processor will ignore the `x-` tension properties unless we map the `x-` tensions/values to annotations like this:
2929

3030
```yaml
31-
openapi-processor-mapping: v8
31+
openapi-processor-mapping: v11
3232
options:
3333
# ...
3434

docs/modules/ROOT/pages/mapping/global.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It is defined like below, and it should be added to the `map/types` section in t
66

77
[source,yaml]
88
----
9-
openapi-processor-mapping: v8
9+
openapi-processor-mapping: v11
1010
1111
options:
1212
package-name: io.openapiprocessor.sample
@@ -143,7 +143,7 @@ It is possible to create type mappings with nested generics types. Here are a fe
143143

144144
[source,yaml]
145145
----
146-
openapi-processor-mapping: v8
146+
openapi-processor-mapping: v11
147147
148148
options:
149149
package-name: generated

docs/modules/ROOT/pages/mapping/logging.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To control the logging there are two new xref:processor/configuration.adoc#_logg
1212

1313
[source,yaml]
1414
----
15-
openapi-processor-mapping: v10
15+
openapi-processor-mapping: v11
1616
options:
1717
package-name: io.openapiprocessor.generated
1818
@@ -101,7 +101,7 @@ to enable logging with maven use:
101101

102102
[source,yaml]
103103
----
104-
openapi-processor-mapping: v10
104+
openapi-processor-mapping: v11
105105
options:
106106
package-name: ...
107107
@@ -117,7 +117,7 @@ to get the simple output, or
117117

118118
[source,yaml]
119119
----
120-
openapi-processor-mapping: v10
120+
openapi-processor-mapping: v11
121121
options:
122122
package-name: ...
123123
@@ -140,7 +140,7 @@ to enable logging with gradle use:
140140

141141
[source,yaml]
142142
----
143-
openapi-processor-mapping: v10
143+
openapi-processor-mapping: v11
144144
options:
145145
package-name: ...
146146

docs/modules/ROOT/pages/mapping/null.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ By adding a `null` mapping for the `/foo` endpoint (this does work only on the e
3232

3333
[source,yaml]
3434
----
35-
openapi-processor-mapping: v8
35+
openapi-processor-mapping: v11
3636
3737
map:
3838
paths:

docs/modules/ROOT/pages/mapping/package-name.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The type mapping (v2 and up) configuration allows to reference the target `packa
44

55
[source,yaml]
66
----
7-
openapi-processor-mapping: v8
7+
openapi-processor-mapping: v11
88
options:
99
package-name: io.openapiprocessor.generated
1010

0 commit comments

Comments
 (0)