You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/jaxrs-cxf-cdi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
84
84
|useMutiny|Whether to use Smallrye Mutiny instead of CompletionStage for asynchronous computation. Only valid when library is set to quarkus.||false|
85
85
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
86
86
|useSwaggerAnnotations|Whether to generate Swagger annotations.||true|
87
+
|useSwaggerV3Annotations|Whether to generate Swagger v3 (OpenAPI v3) annotations.||false|
87
88
|useTags|use tags for creating interface and controller classnames||false|
88
89
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
Copy file name to clipboardExpand all lines: docs/generators/jaxrs-spec.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
85
85
|useMutiny|Whether to use Smallrye Mutiny instead of CompletionStage for asynchronous computation. Only valid when library is set to quarkus.||false|
86
86
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
87
87
|useSwaggerAnnotations|Whether to generate Swagger annotations.||true|
88
-
|useSwaggerV3Annotations|Whether to generate Swagger v3 (OpenAPI 3) annotations.||false|
88
+
|useSwaggerV3Annotations|Whether to generate Swagger v3 (OpenAPI v3) annotations.||false|
89
89
|useTags|use tags for creating interface and controller classnames||false|
90
90
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
91
91
92
-
#### Notes on annotation options
93
-
-`useSwaggerV3Annotations` cannot be used together with `useSwaggerAnnotations` (v2). The generator will fail if both are enabled.
94
-
-`useSwaggerV3Annotations` cannot be used together with `useMicroProfileOpenAPIAnnotations`.
95
-
96
92
## SUPPORTED VENDOR EXTENSIONS
97
93
98
94
| Extension name | Description | Applicable for | Default value |
0 commit comments