Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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).
Expand Down
2 changes: 1 addition & 1 deletion client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-deployment</artifactId>
<name>Quarkus - Openapi Generator - Client - Deployment</name>
<name>Quarkus - OpenAPI Generator - Client - Deployment</name>

<properties>
<version.org.openapitools>7.12.0</version.org.openapitools>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/additional-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-additional-properties</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Additional Properties</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Additional Properties</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/array-enum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-array-enum</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Array enum</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Array enum</name>
<description>Example project for OpenAPI with array of enums</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-bean-validation</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Bean Validation</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Bean Validation</name>
<description>Example project for usage of the bean-validation property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/beanparam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-beanparam</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - BeanParam</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - BeanParam</name>
<description>Example project for @BeanParam usage</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-lts-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-change-custom-template-directory</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Change custom template directory</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Change custom template directory</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/change-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-lts-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-change-directory</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Change directory</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Change directory</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/circuit-breaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-circuit-breaker</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Circuit Breaker</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Circuit Breaker</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/config-key/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-config-key</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Config Key</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Config Key</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/cookie-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-cookie-authentication</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Cookie Authentication</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Cookie Authentication</name>
<description>Use cookie authentication</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/custom-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-custom-templates</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Custom Templates</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Custom Templates</name>
<description>Example project with custom templates</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/enum-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-enum-property</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Enum Property</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Enum Property</name>
<description>Example project for OpenAPI with enum property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/enum-unexpected/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-enum-unexpected</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Enum Unexpected</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Enum Unexpected</name>
<description>Example project for OpenAPI with enum unexpected value</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/equals-hashcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-equals-hashcode</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Equals hashcode</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Equals hashcode</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-exclude</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Exclude</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Exclude</name>
<description>Example project with OpenAPI documents that should be excluded</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/generate-flags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-generate-flags</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Generate Flags</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Generate Flags</name>
<description>Example project for usage of the generate-models and generate-apis properties</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/generation-input/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-lts-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Generation Input</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Generation Input</name>
<description>Example library that implements the OpenApiSpecInputProvider interface</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/generation-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-lts-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-tests</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Generation Tests</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Generation Tests</name>
<description>Example Project that uses the OpenApiSpecProvider (via input Stream) to provide the OpenAPI Spec input. See the module "generation-input", which has this implementation.</description>
<dependencies>
<!-- petstore requires OAuth2 -->
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-ghub</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - GitHub spec</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - GitHub spec</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/include/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-include</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Include</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Include</name>
<description>Example project with OpenAPI documents that should be included</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/multipart-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-multipart-request</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Multipart Request</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Multipart Request</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/mutiny-return-response/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-mutiny-return-response</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Mutiny Return Response</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Mutiny Return Response</name>
<description>Example project for usage of the mutiny-return-response property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/mutiny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-mutiny</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Mutiny</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Mutiny</name>
<description>Example project for general usage with Mutiny</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/open-api-normalizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-open-api-normalizer</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - OpenAPI Normalizer</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - OpenAPI Normalizer</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/part-filename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-part-filename</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - PartFilename</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - PartFilename</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/path/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-path</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - path</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - path</name>
<description>Test from path</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/polymorphism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-polymorphism</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Polymorphism</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Polymorphism</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<name>Quarkus - Openapi Generator - Client - Integration Tests</name>
<name>Quarkus - OpenAPI Generator - Client - Integration Tests</name>
<packaging>pom</packaging>
<modules>
<module>additional-properties</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-remove-operationid-prefix</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - remove operation id prefix</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - remove operation id prefix</name>
<description>Example project for general usage with remove operation id prefix</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/return-response/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-return-response</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - return-response</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - return-response</name>
<description>Example project for usage of the return-response property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-security</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Security</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Security</name>
<description>A few use cases that relies on security use cases with the OpenAPI Generator</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/serializable-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-serializable-model</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Serializable model</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Serializable model</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-simple</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Simple</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Simple</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/skip-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-skip-validation</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Skip Spec Validation</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Skip Spec Validation</name>
<description>Skip OpenAPI Spec Validation</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/suffix-prefix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-suffix-prefix</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Suffix / Prefix</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Suffix / Prefix</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/type-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-type-mapping</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Type Mapping</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Type Mapping</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/without-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-without-oidc</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Without OIDC</name>
<name>Quarkus - OpenAPI Generator - Integration Tests - Client - Without OIDC</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-oidc</artifactId>
<name>Quarkus - Openapi Generator - Client - OIDC</name>
<name>Quarkus - OpenAPI Generator - Client - OIDC</name>
<description>OIDC Capabilities for Runtime</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-client-parent</artifactId>
<name>Quarkus - Openapi Generator - Client - Parent</name>
<name>Quarkus - OpenAPI Generator - Client - Parent</name>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator</artifactId>
<name>Quarkus - Openapi Generator - Client - Runtime</name>
<name>Quarkus - OpenAPI Generator - Client - Runtime</name>
<description>Generation of Rest Clients based on OpenAPI specification files</description>
<dependencies>
<!-- Quarkus -->
Expand Down
2 changes: 1 addition & 1 deletion client/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-test-utils</artifactId>
<name>Quarkus - Openapi Generator - Client - Test Utils</name>
<name>Quarkus - OpenAPI Generator - Client - Test Utils</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quarkus-openapi-generator
title: Openapi Generator
title: OpenAPI Generator
version: dev
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-docs</artifactId>
<name>Quarkus - Openapi Generator - Client - Documentation</name>
<name>Quarkus - OpenAPI Generator - Client - Documentation</name>

<dependencies>
<!-- Make sure the doc is built after the other artifacts -->
Expand Down
Loading