Skip to content

Commit 5e81a5b

Browse files
committed
update documentation by executing: ./bin/utils/export_docs_generators.sh
1 parent 369d842 commit 5e81a5b

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/generators/jaxrs-cxf-cdi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8484
|useMutiny|Whether to use Smallrye Mutiny instead of CompletionStage for asynchronous computation. Only valid when library is set to quarkus.| |false|
8585
|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|
8686
|useSwaggerAnnotations|Whether to generate Swagger annotations.| |true|
87+
|useSwaggerV3Annotations|Whether to generate Swagger v3 (OpenAPI v3) annotations.| |false|
8788
|useTags|use tags for creating interface and controller classnames| |false|
8889
|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|
8990

docs/generators/jaxrs-spec.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8585
|useMutiny|Whether to use Smallrye Mutiny instead of CompletionStage for asynchronous computation. Only valid when library is set to quarkus.| |false|
8686
|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|
8787
|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|
8989
|useTags|use tags for creating interface and controller classnames| |false|
9090
|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|
9191

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-
9692
## SUPPORTED VENDOR EXTENSIONS
9793

9894
| Extension name | Description | Applicable for | Default value |

0 commit comments

Comments
 (0)