diff --git a/README.md b/README.md index dfd0f68ac..f1906cf90 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository holds two Quarkus extensions. The one located in the client fold ## Getting Started -You can learn more in [Quarkus Openapi Generator Documentation](http://docs.quarkiverse.io/quarkus-openapi-generator/dev/index.html). +You can learn more in [Quarkus OpenAPI Generator Documentation](http://docs.quarkiverse.io/quarkus-openapi-generator/dev/index.html). > [!TIP] > If you want to improve the docs, please feel free to contribute editing the docs in [Docs](https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/docs/modules/ROOT). But first, read [this page](CONTRIBUTING.md). diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml index ca083dd63..821fe6ed4 100644 --- a/client/deployment/pom.xml +++ b/client/deployment/pom.xml @@ -8,7 +8,7 @@ ../pom.xml quarkus-openapi-generator-deployment - Quarkus - Openapi Generator - Client - Deployment + Quarkus - OpenAPI Generator - Client - Deployment 7.12.0 diff --git a/client/integration-tests/additional-properties/pom.xml b/client/integration-tests/additional-properties/pom.xml index 5ab4a4c42..dcf21dff4 100644 --- a/client/integration-tests/additional-properties/pom.xml +++ b/client/integration-tests/additional-properties/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-additional-properties - Quarkus - Openapi Generator - Integration Tests - Client - Additional Properties + Quarkus - OpenAPI Generator - Integration Tests - Client - Additional Properties diff --git a/client/integration-tests/array-enum/pom.xml b/client/integration-tests/array-enum/pom.xml index 5e42973a5..ccb5fd1c5 100644 --- a/client/integration-tests/array-enum/pom.xml +++ b/client/integration-tests/array-enum/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-array-enum - Quarkus - Openapi Generator - Integration Tests - Client - Array enum + Quarkus - OpenAPI Generator - Integration Tests - Client - Array enum Example project for OpenAPI with array of enums diff --git a/client/integration-tests/bean-validation/pom.xml b/client/integration-tests/bean-validation/pom.xml index 1663c3140..021f68a8d 100644 --- a/client/integration-tests/bean-validation/pom.xml +++ b/client/integration-tests/bean-validation/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-bean-validation - Quarkus - Openapi Generator - Integration Tests - Client - Bean Validation + Quarkus - OpenAPI Generator - Integration Tests - Client - Bean Validation Example project for usage of the bean-validation property diff --git a/client/integration-tests/beanparam/pom.xml b/client/integration-tests/beanparam/pom.xml index 0fdc3388c..7becd9518 100644 --- a/client/integration-tests/beanparam/pom.xml +++ b/client/integration-tests/beanparam/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-beanparam - Quarkus - Openapi Generator - Integration Tests - Client - BeanParam + Quarkus - OpenAPI Generator - Integration Tests - Client - BeanParam Example project for @BeanParam usage diff --git a/client/integration-tests/change-custom-template-directory/pom.xml b/client/integration-tests/change-custom-template-directory/pom.xml index 2d003df7a..21ae66723 100644 --- a/client/integration-tests/change-custom-template-directory/pom.xml +++ b/client/integration-tests/change-custom-template-directory/pom.xml @@ -7,7 +7,7 @@ 3.0.0-SNAPSHOT quarkus-openapi-generator-it-change-custom-template-directory - Quarkus - Openapi Generator - Integration Tests - Client - Change custom template directory + Quarkus - OpenAPI Generator - Integration Tests - Client - Change custom template directory diff --git a/client/integration-tests/change-directory/pom.xml b/client/integration-tests/change-directory/pom.xml index dd5307f9d..6ec30ed95 100644 --- a/client/integration-tests/change-directory/pom.xml +++ b/client/integration-tests/change-directory/pom.xml @@ -7,7 +7,7 @@ 3.0.0-SNAPSHOT quarkus-openapi-generator-it-change-directory - Quarkus - Openapi Generator - Integration Tests - Client - Change directory + Quarkus - OpenAPI Generator - Integration Tests - Client - Change directory diff --git a/client/integration-tests/circuit-breaker/pom.xml b/client/integration-tests/circuit-breaker/pom.xml index 194046520..bc691350c 100644 --- a/client/integration-tests/circuit-breaker/pom.xml +++ b/client/integration-tests/circuit-breaker/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-circuit-breaker - Quarkus - Openapi Generator - Integration Tests - Client - Circuit Breaker + Quarkus - OpenAPI Generator - Integration Tests - Client - Circuit Breaker diff --git a/client/integration-tests/config-key/pom.xml b/client/integration-tests/config-key/pom.xml index 3c4c46104..22c590c25 100644 --- a/client/integration-tests/config-key/pom.xml +++ b/client/integration-tests/config-key/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-config-key - Quarkus - Openapi Generator - Integration Tests - Client - Config Key + Quarkus - OpenAPI Generator - Integration Tests - Client - Config Key diff --git a/client/integration-tests/cookie-authentication/pom.xml b/client/integration-tests/cookie-authentication/pom.xml index fa51e768e..944bc43aa 100644 --- a/client/integration-tests/cookie-authentication/pom.xml +++ b/client/integration-tests/cookie-authentication/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-cookie-authentication - Quarkus - Openapi Generator - Integration Tests - Client - Cookie Authentication + Quarkus - OpenAPI Generator - Integration Tests - Client - Cookie Authentication Use cookie authentication diff --git a/client/integration-tests/custom-templates/pom.xml b/client/integration-tests/custom-templates/pom.xml index 1fb5edcb1..be6e5e381 100644 --- a/client/integration-tests/custom-templates/pom.xml +++ b/client/integration-tests/custom-templates/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-custom-templates - Quarkus - Openapi Generator - Integration Tests - Client - Custom Templates + Quarkus - OpenAPI Generator - Integration Tests - Client - Custom Templates Example project with custom templates diff --git a/client/integration-tests/enum-property/pom.xml b/client/integration-tests/enum-property/pom.xml index 59f3c2769..b6afadfc2 100644 --- a/client/integration-tests/enum-property/pom.xml +++ b/client/integration-tests/enum-property/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-enum-property - Quarkus - Openapi Generator - Integration Tests - Client - Enum Property + Quarkus - OpenAPI Generator - Integration Tests - Client - Enum Property Example project for OpenAPI with enum property diff --git a/client/integration-tests/enum-unexpected/pom.xml b/client/integration-tests/enum-unexpected/pom.xml index fdfb0b59b..65ca3ddcf 100644 --- a/client/integration-tests/enum-unexpected/pom.xml +++ b/client/integration-tests/enum-unexpected/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-enum-unexpected - Quarkus - Openapi Generator - Integration Tests - Client - Enum Unexpected + Quarkus - OpenAPI Generator - Integration Tests - Client - Enum Unexpected Example project for OpenAPI with enum unexpected value diff --git a/client/integration-tests/equals-hashcode/pom.xml b/client/integration-tests/equals-hashcode/pom.xml index 80d46519a..b9d0bf03e 100644 --- a/client/integration-tests/equals-hashcode/pom.xml +++ b/client/integration-tests/equals-hashcode/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-equals-hashcode - Quarkus - Openapi Generator - Integration Tests - Client - Equals hashcode + Quarkus - OpenAPI Generator - Integration Tests - Client - Equals hashcode Example project for general usage diff --git a/client/integration-tests/exclude/pom.xml b/client/integration-tests/exclude/pom.xml index a105cb359..39667b7b5 100644 --- a/client/integration-tests/exclude/pom.xml +++ b/client/integration-tests/exclude/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-exclude - Quarkus - Openapi Generator - Integration Tests - Client - Exclude + Quarkus - OpenAPI Generator - Integration Tests - Client - Exclude Example project with OpenAPI documents that should be excluded diff --git a/client/integration-tests/generate-flags/pom.xml b/client/integration-tests/generate-flags/pom.xml index 07dad3649..96c1a7d09 100644 --- a/client/integration-tests/generate-flags/pom.xml +++ b/client/integration-tests/generate-flags/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-generate-flags - Quarkus - Openapi Generator - Integration Tests - Client - Generate Flags + Quarkus - OpenAPI Generator - Integration Tests - Client - Generate Flags Example project for usage of the generate-models and generate-apis properties diff --git a/client/integration-tests/generation-input/pom.xml b/client/integration-tests/generation-input/pom.xml index 05fa23821..f8c9fd9c7 100644 --- a/client/integration-tests/generation-input/pom.xml +++ b/client/integration-tests/generation-input/pom.xml @@ -7,7 +7,7 @@ 3.0.0-SNAPSHOT quarkus-openapi-generator-it-generation-input - Quarkus - Openapi Generator - Integration Tests - Client - Generation Input + Quarkus - OpenAPI Generator - Integration Tests - Client - Generation Input Example library that implements the OpenApiSpecInputProvider interface diff --git a/client/integration-tests/generation-tests/pom.xml b/client/integration-tests/generation-tests/pom.xml index 38a025766..2d699f578 100644 --- a/client/integration-tests/generation-tests/pom.xml +++ b/client/integration-tests/generation-tests/pom.xml @@ -7,7 +7,7 @@ 3.0.0-SNAPSHOT quarkus-openapi-generator-it-generation-tests - Quarkus - Openapi Generator - Integration Tests - Client - Generation Tests + Quarkus - OpenAPI Generator - Integration Tests - Client - Generation Tests Example Project that uses the OpenApiSpecProvider (via input Stream) to provide the OpenAPI Spec input. See the module "generation-input", which has this implementation. diff --git a/client/integration-tests/github/pom.xml b/client/integration-tests/github/pom.xml index fd731b3ec..237a370f6 100644 --- a/client/integration-tests/github/pom.xml +++ b/client/integration-tests/github/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-ghub - Quarkus - Openapi Generator - Integration Tests - Client - GitHub spec + Quarkus - OpenAPI Generator - Integration Tests - Client - GitHub spec Example project for general usage diff --git a/client/integration-tests/include/pom.xml b/client/integration-tests/include/pom.xml index 1407cc93d..9f5162425 100644 --- a/client/integration-tests/include/pom.xml +++ b/client/integration-tests/include/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-include - Quarkus - Openapi Generator - Integration Tests - Client - Include + Quarkus - OpenAPI Generator - Integration Tests - Client - Include Example project with OpenAPI documents that should be included diff --git a/client/integration-tests/multipart-request/pom.xml b/client/integration-tests/multipart-request/pom.xml index c44cd400a..32cdab012 100644 --- a/client/integration-tests/multipart-request/pom.xml +++ b/client/integration-tests/multipart-request/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-multipart-request - Quarkus - Openapi Generator - Integration Tests - Client - Multipart Request + Quarkus - OpenAPI Generator - Integration Tests - Client - Multipart Request diff --git a/client/integration-tests/mutiny-return-response/pom.xml b/client/integration-tests/mutiny-return-response/pom.xml index fcc4660d8..74108384d 100644 --- a/client/integration-tests/mutiny-return-response/pom.xml +++ b/client/integration-tests/mutiny-return-response/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-mutiny-return-response - Quarkus - Openapi Generator - Integration Tests - Client - Mutiny Return Response + Quarkus - OpenAPI Generator - Integration Tests - Client - Mutiny Return Response Example project for usage of the mutiny-return-response property diff --git a/client/integration-tests/mutiny/pom.xml b/client/integration-tests/mutiny/pom.xml index a6e4450d4..c0bc3c05d 100644 --- a/client/integration-tests/mutiny/pom.xml +++ b/client/integration-tests/mutiny/pom.xml @@ -8,7 +8,7 @@ quarkus-openapi-generator-it-mutiny - Quarkus - Openapi Generator - Integration Tests - Client - Mutiny + Quarkus - OpenAPI Generator - Integration Tests - Client - Mutiny Example project for general usage with Mutiny diff --git a/client/integration-tests/open-api-normalizer/pom.xml b/client/integration-tests/open-api-normalizer/pom.xml index 90387486d..eb71dd670 100644 --- a/client/integration-tests/open-api-normalizer/pom.xml +++ b/client/integration-tests/open-api-normalizer/pom.xml @@ -8,7 +8,7 @@ quarkus-openapi-generator-it-open-api-normalizer - Quarkus - Openapi Generator - Integration Tests - Client - OpenAPI Normalizer + Quarkus - OpenAPI Generator - Integration Tests - Client - OpenAPI Normalizer diff --git a/client/integration-tests/part-filename/pom.xml b/client/integration-tests/part-filename/pom.xml index aedbe92eb..878b31e21 100644 --- a/client/integration-tests/part-filename/pom.xml +++ b/client/integration-tests/part-filename/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-part-filename - Quarkus - Openapi Generator - Integration Tests - Client - PartFilename + Quarkus - OpenAPI Generator - Integration Tests - Client - PartFilename diff --git a/client/integration-tests/path/pom.xml b/client/integration-tests/path/pom.xml index c9e9f38dd..efa483146 100644 --- a/client/integration-tests/path/pom.xml +++ b/client/integration-tests/path/pom.xml @@ -8,7 +8,7 @@ quarkus-openapi-generator-it-path - Quarkus - Openapi Generator - Integration Tests - Client - path + Quarkus - OpenAPI Generator - Integration Tests - Client - path Test from path diff --git a/client/integration-tests/polymorphism/pom.xml b/client/integration-tests/polymorphism/pom.xml index 668240bb5..bc8e14ecb 100644 --- a/client/integration-tests/polymorphism/pom.xml +++ b/client/integration-tests/polymorphism/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-polymorphism - Quarkus - Openapi Generator - Integration Tests - Client - Polymorphism + Quarkus - OpenAPI Generator - Integration Tests - Client - Polymorphism diff --git a/client/integration-tests/pom.xml b/client/integration-tests/pom.xml index e164c1a39..7098980c1 100644 --- a/client/integration-tests/pom.xml +++ b/client/integration-tests/pom.xml @@ -8,7 +8,7 @@ ../pom.xml quarkus-openapi-generator-integration-tests - Quarkus - Openapi Generator - Client - Integration Tests + Quarkus - OpenAPI Generator - Client - Integration Tests pom additional-properties diff --git a/client/integration-tests/remove-operationid-prefix/pom.xml b/client/integration-tests/remove-operationid-prefix/pom.xml index 480678d50..184df406a 100644 --- a/client/integration-tests/remove-operationid-prefix/pom.xml +++ b/client/integration-tests/remove-operationid-prefix/pom.xml @@ -8,7 +8,7 @@ quarkus-openapi-generator-it-remove-operationid-prefix - Quarkus - Openapi Generator - Integration Tests - Client - remove operation id prefix + Quarkus - OpenAPI Generator - Integration Tests - Client - remove operation id prefix Example project for general usage with remove operation id prefix diff --git a/client/integration-tests/return-response/pom.xml b/client/integration-tests/return-response/pom.xml index 3a86a104f..fa996369c 100644 --- a/client/integration-tests/return-response/pom.xml +++ b/client/integration-tests/return-response/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-return-response - Quarkus - Openapi Generator - Integration Tests - Client - return-response + Quarkus - OpenAPI Generator - Integration Tests - Client - return-response Example project for usage of the return-response property diff --git a/client/integration-tests/security/pom.xml b/client/integration-tests/security/pom.xml index 6d0ca52da..be31c56f8 100644 --- a/client/integration-tests/security/pom.xml +++ b/client/integration-tests/security/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-security - Quarkus - Openapi Generator - Integration Tests - Client - Security + Quarkus - OpenAPI Generator - Integration Tests - Client - Security A few use cases that relies on security use cases with the OpenAPI Generator diff --git a/client/integration-tests/serializable-model/pom.xml b/client/integration-tests/serializable-model/pom.xml index ba9c35ff7..4b2c58ce4 100644 --- a/client/integration-tests/serializable-model/pom.xml +++ b/client/integration-tests/serializable-model/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-serializable-model - Quarkus - Openapi Generator - Integration Tests - Client - Serializable model + Quarkus - OpenAPI Generator - Integration Tests - Client - Serializable model Example project for general usage diff --git a/client/integration-tests/simple/pom.xml b/client/integration-tests/simple/pom.xml index af06edbec..dbc79ac92 100644 --- a/client/integration-tests/simple/pom.xml +++ b/client/integration-tests/simple/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-simple - Quarkus - Openapi Generator - Integration Tests - Client - Simple + Quarkus - OpenAPI Generator - Integration Tests - Client - Simple Example project for general usage diff --git a/client/integration-tests/skip-validation/pom.xml b/client/integration-tests/skip-validation/pom.xml index 0e4d4e8a9..5b678a044 100644 --- a/client/integration-tests/skip-validation/pom.xml +++ b/client/integration-tests/skip-validation/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-skip-validation - Quarkus - Openapi Generator - Integration Tests - Client - Skip Spec Validation + Quarkus - OpenAPI Generator - Integration Tests - Client - Skip Spec Validation Skip OpenAPI Spec Validation diff --git a/client/integration-tests/suffix-prefix/pom.xml b/client/integration-tests/suffix-prefix/pom.xml index a7130832b..1b90d9ae9 100644 --- a/client/integration-tests/suffix-prefix/pom.xml +++ b/client/integration-tests/suffix-prefix/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-suffix-prefix - Quarkus - Openapi Generator - Integration Tests - Client - Suffix / Prefix + Quarkus - OpenAPI Generator - Integration Tests - Client - Suffix / Prefix diff --git a/client/integration-tests/type-mapping/pom.xml b/client/integration-tests/type-mapping/pom.xml index 7fd3339a7..7d258890f 100644 --- a/client/integration-tests/type-mapping/pom.xml +++ b/client/integration-tests/type-mapping/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-type-mapping - Quarkus - Openapi Generator - Integration Tests - Client - Type Mapping + Quarkus - OpenAPI Generator - Integration Tests - Client - Type Mapping diff --git a/client/integration-tests/without-oidc/pom.xml b/client/integration-tests/without-oidc/pom.xml index 92911e96e..752f4dee3 100644 --- a/client/integration-tests/without-oidc/pom.xml +++ b/client/integration-tests/without-oidc/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-it-without-oidc - Quarkus - Openapi Generator - Integration Tests - Client - Without OIDC + Quarkus - OpenAPI Generator - Integration Tests - Client - Without OIDC Example project for general usage diff --git a/client/oidc/pom.xml b/client/oidc/pom.xml index 85ba7c0ad..0dfc506b4 100644 --- a/client/oidc/pom.xml +++ b/client/oidc/pom.xml @@ -8,7 +8,7 @@ quarkus-openapi-generator-oidc - Quarkus - Openapi Generator - Client - OIDC + Quarkus - OpenAPI Generator - Client - OIDC OIDC Capabilities for Runtime diff --git a/client/pom.xml b/client/pom.xml index dded3c51d..9c394590e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-client-parent - Quarkus - Openapi Generator - Client - Parent + Quarkus - OpenAPI Generator - Client - Parent pom diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml index e5ec29b63..67a5e03aa 100644 --- a/client/runtime/pom.xml +++ b/client/runtime/pom.xml @@ -8,7 +8,7 @@ ../pom.xml quarkus-openapi-generator - Quarkus - Openapi Generator - Client - Runtime + Quarkus - OpenAPI Generator - Client - Runtime Generation of Rest Clients based on OpenAPI specification files diff --git a/client/test-utils/pom.xml b/client/test-utils/pom.xml index b9f2adf7e..e72a863c7 100644 --- a/client/test-utils/pom.xml +++ b/client/test-utils/pom.xml @@ -8,7 +8,7 @@ ../pom.xml quarkus-openapi-generator-test-utils - Quarkus - Openapi Generator - Client - Test Utils + Quarkus - OpenAPI Generator - Client - Test Utils diff --git a/docs/antora.yml b/docs/antora.yml index de97e7734..b26c140a1 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: quarkus-openapi-generator -title: Openapi Generator +title: OpenAPI Generator version: dev nav: - modules/ROOT/nav.adoc diff --git a/docs/pom.xml b/docs/pom.xml index 56a0f7165..3f90e53db 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -9,7 +9,7 @@ ../pom.xml quarkus-openapi-generator-docs - Quarkus - Openapi Generator - Client - Documentation + Quarkus - OpenAPI Generator - Client - Documentation diff --git a/pom.xml b/pom.xml index 376b5bb28..4203b8f60 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ quarkus-openapi-generator-parent 3.0.0-SNAPSHOT pom - Quarkus - Openapi Generator - Parent + Quarkus - OpenAPI Generator - Parent client server diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml index 2358b4482..270e10270 100755 --- a/server/deployment/pom.xml +++ b/server/deployment/pom.xml @@ -9,7 +9,7 @@ 4.0.0 quarkus-openapi-generator-server-deployment - Quarkus - Openapi Generator - Server - Deployment + Quarkus - OpenAPI Generator - Server - Deployment diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index 985bb0a7d..6653bd53c 100755 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -11,7 +11,7 @@ pom quarkus-openapi-generator-server-integration-tests-parent - Quarkus - Openapi Generator - Server - Integration Tests + Quarkus - OpenAPI Generator - Server - Integration Tests reactive diff --git a/server/integration-tests/reactive/pom.xml b/server/integration-tests/reactive/pom.xml index efe96d116..e5c6cfa8e 100644 --- a/server/integration-tests/reactive/pom.xml +++ b/server/integration-tests/reactive/pom.xml @@ -9,7 +9,7 @@ 4.0.0 quarkus-openapi-generator-server-integration-tests-quarkus-rest - Quarkus - Openapi Generator - Server - Integration Tests - Quarkus REST (formerly RESTEasy Reactive) + Quarkus - OpenAPI Generator - Server - Integration Tests - Quarkus REST (formerly RESTEasy Reactive) diff --git a/server/integration-tests/resteasy/pom.xml b/server/integration-tests/resteasy/pom.xml index f89a2d395..7a74d2bd7 100644 --- a/server/integration-tests/resteasy/pom.xml +++ b/server/integration-tests/resteasy/pom.xml @@ -9,7 +9,7 @@ 4.0.0 quarkus-openapi-generator-server-integration-tests-resteasy - Quarkus - Openapi Generator - Server - Integration Tests - Resteasy + Quarkus - OpenAPI Generator - Server - Integration Tests - Resteasy diff --git a/server/pom.xml b/server/pom.xml index 1900c318f..e60c5ed55 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ 4.0.0 quarkus-openapi-generator-server-parent - Quarkus - Openapi Generator - Server - Parent + Quarkus - OpenAPI Generator - Server - Parent pom diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index b350a97aa..f11333b23 100755 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -10,7 +10,7 @@ 4.0.0 quarkus-openapi-generator-server - Quarkus - Openapi Generator - Server + Quarkus - OpenAPI Generator - Server