Skip to content

Commit 5b9e72a

Browse files
Merge pull request OpenAPITools#1 from OpenAPITools/master
update master
2 parents df39875 + 6f37409 commit 5b9e72a

File tree

2,449 files changed

+53490
-77162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,449 files changed

+53490
-77162
lines changed

.github/workflows/check-supported-versions.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
include:
1616
- java: 8
1717
os: windows-latest
18-
- java: 13
18+
- java: 17
1919
os: ubuntu-latest
20-
# Need to update to Gradle version with v13 support in modules/openapi-generator-gradle-plugin/pom.xml
21-
flags: -am -pl modules/openapi-generator-cli
20+
# Need to update to Gradle version with v17 support in modules/openapi-generator-gradle-plugin/pom.xml
21+
flags: -am -pl modules/openapi-generator-cli -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
2222
steps:
2323
- name: Check out code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Set up JDK ${{ matrix.java }}
2727
uses: actions/setup-java@v2
@@ -50,7 +50,7 @@ jobs:
5050
run: mvn -nsu -B --quiet -Djacoco.skip=true -Dorg.slf4j.simpleLogger.defaultLogLevel=error --no-transfer-progress clean install --file pom.xml ${{ matrix.flags }}
5151

5252
- name: Upload Maven build artifact
53-
uses: actions/upload-artifact@v2.3.1
53+
uses: actions/upload-artifact@v3
5454
if: matrix.java == '8' && matrix.os == 'ubuntu-latest'
5555
with:
5656
name: artifact
@@ -79,9 +79,9 @@ jobs:
7979
# flags: --skip-docs
8080
steps:
8181
- name: Check out code
82-
uses: actions/checkout@v2
82+
uses: actions/checkout@v3
8383
- name: Download build artifact
84-
uses: actions/download-artifact@v2.1.0
84+
uses: actions/download-artifact@v3
8585
with:
8686
name: artifact
8787
- name: Run Ensures Script

.github/workflows/gradle-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- samples/openapi3/client/petstore/java/jersey2-java8
3434
- samples/client/petstore/java/okhttp-gson
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- uses: actions/setup-java@v2
3838
with:
3939
distribution: 'temurin'

.github/workflows/openapi-generator.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up JDK 8
2020
uses: actions/setup-java@v2
2121
with:
@@ -39,7 +39,7 @@ jobs:
3939
run: mvn --no-snapshot-updates --batch-mode --quiet install -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=error
4040
- run: ls -la modules/openapi-generator-cli/target
4141
- name: Upload openapi-generator-cli.jar artifact
42-
uses: actions/upload-artifact@v2.3.1
42+
uses: actions/upload-artifact@v3
4343
with:
4444
name: openapi-generator-cli.jar
4545
path: modules/openapi-generator-cli/target/openapi-generator-cli.jar
@@ -51,7 +51,7 @@ jobs:
5151
needs:
5252
- build
5353
steps:
54-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
5555
- name: Set up JDK 8
5656
uses: actions/setup-java@v2
5757
with:
@@ -75,7 +75,7 @@ jobs:
7575
run: mvn --no-snapshot-updates --batch-mode --quiet --fail-at-end test -Dorg.slf4j.simpleLogger.defaultLogLevel=error
7676
- name: Publish unit test reports
7777
if: ${{ always() }}
78-
uses: actions/upload-artifact@v2.3.1
78+
uses: actions/upload-artifact@v3
7979
with:
8080
name: surefire-test-results
8181
path: '**/surefire-reports/TEST-*.xml'
@@ -86,14 +86,14 @@ jobs:
8686
needs:
8787
- build
8888
steps:
89-
- uses: actions/checkout@v2
89+
- uses: actions/checkout@v3
9090
- name: Set up JDK 8
9191
uses: actions/setup-java@v2
9292
with:
9393
java-version: 8
9494
distribution: 'temurin'
9595
- name: Download openapi-generator-cli.jar artifact
96-
uses: actions/download-artifact@v2.1.0
96+
uses: actions/download-artifact@v3
9797
with:
9898
name: openapi-generator-cli.jar
9999
path: modules/openapi-generator-cli/target
@@ -125,14 +125,14 @@ jobs:
125125
- build
126126
runs-on: ubuntu-latest
127127
steps:
128-
- uses: actions/checkout@v2
128+
- uses: actions/checkout@v3
129129
- name: Set up JDK 8
130130
uses: actions/setup-java@v2
131131
with:
132132
java-version: 8
133133
distribution: 'temurin'
134134
- name: Download openapi-generator-cli.jar artifact
135-
uses: actions/download-artifact@v2.1.0
135+
uses: actions/download-artifact@v3
136136
with:
137137
name: openapi-generator-cli.jar
138138
path: modules/openapi-generator-cli/target
@@ -160,7 +160,7 @@ jobs:
160160
needs:
161161
- build
162162
steps:
163-
- uses: actions/checkout@v2
163+
- uses: actions/checkout@v3
164164
- name: Set up JDK 11
165165
uses: actions/setup-java@v2
166166
with:
@@ -193,7 +193,7 @@ jobs:
193193
needs:
194194
- build
195195
steps:
196-
- uses: actions/checkout@v2
196+
- uses: actions/checkout@v3
197197
- name: Set up JDK 11
198198
uses: actions/setup-java@v2
199199
with:

.github/workflows/samples-dart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Tests Dart 2.10
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: actions/setup-java@v2
2222
with:
2323
distribution: 'temurin'
@@ -50,7 +50,7 @@ jobs:
5050
name: Tests Dart 2.13
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
- uses: actions/setup-java@v2
5555
with:
5656
distribution: 'temurin'

.github/workflows/samples-dotnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- samples/client/petstore/csharp-netcore/OpenAPIClient-generichost-net6.0-nrt
2323
- samples/server/petstore/aspnetcore-6.0
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-dotnet@v1
25+
- uses: actions/checkout@v3
26+
- uses: actions/setup-dotnet@v2
2727
with:
2828
dotnet-version: '6.0.x'
2929
- name: Build

.github/workflows/samples-groovy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sample:
2222
- samples/client/petstore/groovy
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: actions/setup-java@v2
2626
with:
2727
distribution: 'temurin'

.github/workflows/samples-java-client-jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- samples/client/petstore/java/feign
3939
- samples/client/petstore/java/jersey1
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- uses: actions/setup-java@v2
4343
with:
4444
distribution: 'temurin'

.github/workflows/samples-java-play-framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- samples/server/petstore/java-play-framework-no-swagger-ui
3030
- samples/server/petstore/java-play-framework-no-wrap-calls
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- uses: actions/setup-java@v2
3434
with:
3535
distribution: 'temurin'

.github/workflows/samples-jaxrs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
- samples/server/petstore/jaxrs-resteasy/eap-joda
3535
- samples/server/petstore/jaxrs-resteasy/eap-java8
3636
- samples/server/petstore/jaxrs-resteasy/joda
37-
- samples/server/petstore/jaxrs-resteasy/default-value
3837
- samples/server/petstore/jaxrs-cxf
3938
- samples/server/petstore/jaxrs-cxf-annotated-base-path
4039
- samples/server/petstore/jaxrs-cxf-cdi
41-
- samples/server/petstore/jaxrs-cxf-cdi-default-value
4240
- samples/server/petstore/jaxrs-cxf-non-spring-app
4341
steps:
44-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4543
- uses: actions/setup-java@v2
4644
with:
4745
distribution: 'temurin'

.github/workflows/samples-kotlin-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- samples/client/petstore/kotlin-uppercase-enum
4141
- samples/client/petstore/kotlin-array-simple-string
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- uses: actions/setup-java@v2
4545
with:
4646
distribution: 'temurin'

.github/workflows/samples-kotlin-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# no build.gradle file
3131
#- samples/server/petstore/kotlin-vertx-modelMutable
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- uses: actions/setup-java@v2
3535
with:
3636
distribution: 'temurin'

.github/workflows/samples-scala.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- samples/server/petstore/scalatra
2727
- samples/server/petstore/scala-finch # cannot be tested with jdk11
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: actions/setup-java@v2
3131
with:
3232
distribution: 'temurin'

.github/workflows/samples-spring.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- samples/server/petstore/springboot-delegate
3939
- samples/openapi3/server/petstore/springboot-delegate
4040
- samples/server/petstore/spring-boot-nullable-set
41+
- samples/server/petstore/spring-boot-defaultInterface-unhandledException
4142
steps:
42-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4344
- uses: actions/setup-java@v2
4445
with:
4546
distribution: 'temurin'

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.repository_owner == 'OpenAPITools' }}
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v2
1818
with:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<div align="center">
55

6-
[![Stable releaases in Maven Central](https://img.shields.io/maven-metadata/v/https/repo1.maven.org/maven2/org/openapitools/openapi-generator/maven-metadata.xml.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.openapitools%22%20AND%20a%3A%22openapi-generator%22) [![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) [![Open Collective backers](https://img.shields.io/opencollective/backers/openapi_generator?color=orange&label=OpenCollective%20Backers)](https://opencollective.com/openapi_generator) [![Join the Slack chat room](https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange)](https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g) [![Follow OpenAPI Generator Twitter account to get the latest update](https://img.shields.io/twitter/follow/oas_generator.svg?style=social&label=Follow)](https://twitter.com/oas_generator)
6+
[![Stable releases in Maven Central](https://img.shields.io/maven-metadata/v/https/repo1.maven.org/maven2/org/openapitools/openapi-generator/maven-metadata.xml.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.openapitools%22%20AND%20a%3A%22openapi-generator%22) [![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) [![Open Collective backers](https://img.shields.io/opencollective/backers/openapi_generator?color=orange&label=OpenCollective%20Backers)](https://opencollective.com/openapi_generator) [![Join the Slack chat room](https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange)](https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g) [![Follow OpenAPI Generator Twitter account to get the latest update](https://img.shields.io/twitter/follow/oas_generator.svg?style=social&label=Follow)](https://twitter.com/oas_generator)
77

88
</div>
99

@@ -699,8 +699,8 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
699699
- 2019/01/30 - [Rapid Application Development With API First Approach Using Open-API Generator](https://dzone.com/articles/rapid-api-development-using-open-api-generator) by [Milan Sonkar](https://dzone.com/users/828329/milan_sonkar.html)
700700
- 2019/02/02 - [平静を保ち、コードを生成せよ 〜 OpenAPI Generator誕生の背景と軌跡 〜](https://speakerdeck.com/akihito_nakano/gunmaweb34) by [中野暁人](https://github.com/ackintosh) at [Gunma.web #34 スキーマ駆動開発](https://gunmaweb.connpass.com/event/113974/)
701701
- 2019/02/20 - [An adventure in OpenAPI V3 code generation](https://mux.com/blog/an-adventure-in-openapi-v3-api-code-generation/) by [Phil Cluff](https://mux.com/blog/author/philc/)
702-
- 2019/02/26 - [Building API Services: A Beginner’s Guide](https://medium.com/google-cloud/building-api-services-a-beginners-guide-7274ae4c547f) by [Ratros Y.](https://medium.com/@ratrosy) in [Google Cloud Platofrm Blog](https://medium.com/google-cloud)
703-
- 2019/02/26 - [Building APIs with OpenAPI: Continued](https://medium.com/@ratrosy/building-apis-with-openapi-continued-5d0faaed32eb) by [Ratros Y.](https://medium.com/@ratrosy) in [Google Cloud Platofrm Blog](https://medium.com/google-cloud)
702+
- 2019/02/26 - [Building API Services: A Beginner’s Guide](https://medium.com/google-cloud/building-api-services-a-beginners-guide-7274ae4c547f) by [Ratros Y.](https://medium.com/@ratrosy) in [Google Cloud Platform Blog](https://medium.com/google-cloud)
703+
- 2019/02/26 - [Building APIs with OpenAPI: Continued](https://medium.com/@ratrosy/building-apis-with-openapi-continued-5d0faaed32eb) by [Ratros Y.](https://medium.com/@ratrosy) in [Google Cloud Platform Blog](https://medium.com/google-cloud)
704704
- 2019-03-07 - [OpenAPI Generator で Spring Boot と Angular をタイプセーフに繋ぐ](https://qiita.com/chibato/items/e4a748db12409b40c02f) by [Tomofumi Chiba](https://github.com/chibat)
705705
- 2019-03-16 - [A Quick introduction to manual OpenAPI V3](https://vadosware.io/post/quick-intro-to-manual-openapi-v3/) by [vados](https://github.com/t3hmrman) at [VADOSWARE](https://vadosware.io)
706706
- 2019-03-25 - [Access any REST service with the SAP S/4HANA Cloud SDK](https://blogs.sap.com/2019/03/25/integrate-sap-s4hana-cloud-sdk-with-open-api/) by [Alexander Duemont](https://people.sap.com/alexander.duemont)
@@ -906,9 +906,9 @@ Here is a list of template creators:
906906
* Java (Java 11 Native HTTP client): @bbdouglas
907907
* Java (Apache HttpClient): @harrywhite4
908908
* Javascript/NodeJS: @jfiala
909-
* Javascript (Apollo DataSource): @erithmetic
910-
* Javascript (Closure-annotated Angular) @achew22
911-
* Javascript (Flow types) @jaypea
909+
* JavaScript (Apollo DataSource): @erithmetic
910+
* JavaScript (Closure-annotated Angular) @achew22
911+
* JavaScript (Flow types) @jaypea
912912
* JMeter: @davidkiss
913913
* Kotlin: @jimschubert [:heart:](https://www.patreon.com/jimschubert)
914914
* Kotlin (MultiPlatform): @andrewemery
@@ -1082,7 +1082,7 @@ If you want to join the committee, please kindly apply by sending an email to te
10821082
| Rust | @frol (2017/07) @farcaller (2017/08) @richardwhiuk (2019/07) @paladinzh (2020/05) |
10831083
| Scala | @clasnake (2017/07), @jimschubert (2017/09) [:heart:](https://www.patreon.com/jimschubert), @shijinkui (2018/01), @ramzimaalej (2018/03), @chameleon82 (2020/03), @Bouillie (2020/04) |
10841084
| Swift | @jgavris (2017/07) @ehyche (2017/08) @Edubits (2017/09) @jaz-ah (2017/09) @4brunu (2019/11) |
1085-
| TypeScript | @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02) |
1085+
| TypeScript | @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02) @davidgamero (2022/03) |
10861086

10871087
:heart: = Link to support the contributor directly
10881088

bin/configs/java-camel-petstore-new.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ additionalProperties:
1212
library: "spring-boot"
1313
withXml: true
1414
jackson: true
15-
camelUseDefaulValidationtErrorProcessor: true
15+
camelUseDefaultValidationtErrorProcessor: true
1616
camelRestClientRequestValidation: true
1717
camelSecurityDefinitions: true

bin/configs/java-okhttp-gson.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ templateDir: modules/openapi-generator/src/main/resources/Java
66
additionalProperties:
77
artifactId: petstore-okhttp-gson
88
hideGenerationTimestamp: "true"
9+
useOneOfDiscriminatorLookup: "true"

bin/configs/jaxrs-cxf-cdi-default-values.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

bin/configs/jaxrs-cxf-cdi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
44
templateDir: modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi
55
additionalProperties:
66
hideGenerationTimestamp: "true"
7+
implicitHeadersRegex: api_key

bin/configs/jaxrs-cxf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ templateDir: modules/openapi-generator/src/main/resources/JavaJaxRS/cxf
55
additionalProperties:
66
hideGenerationTimestamp: "true"
77
serverPort: "8082"
8+
implicitHeadersRegex: (api_key|enum_header_string)

bin/configs/jaxrs-resteasy-default-values.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

bin/configs/jaxrs-resteasy-default.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
44
templateDir: modules/openapi-generator/src/main/resources/JavaJaxRS/resteasy
55
additionalProperties:
66
hideGenerationTimestamp: "true"
7+
implicitHeadersRegex: api_key

bin/configs/jaxrs-resteasy-eap-eap-java8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ additionalProperties:
66
artifactId: jaxrs-resteasy-eap-java8-server
77
hideGenerationTimestamp: "true"
88
dateLibrary: java8
9+
implicitHeadersRegex: api_key

bin/configs/jaxrs-spec-interface.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ additionalProperties:
77
interfaceOnly: "true"
88
serializableModel: "true"
99
hideGenerationTimestamp: "true"
10+
implicitHeadersRegex: (api_key|enum_header_string)

bin/configs/jaxrs-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ additionalProperties:
66
artifactId: jaxrs-spec-petstore-server
77
serializableModel: "true"
88
hideGenerationTimestamp: "true"
9+
implicitHeadersRegex: (api_key|enum_header_string)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
generatorName: rust
2+
outputDir: samples/client/petstore/rust/reqwest/petstore-awsv4signature
3+
library: reqwest
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/rust
6+
additionalProperties:
7+
supportAsync: false
8+
packageName: petstore-reqwest-awsv4signature
9+
withAWSV4Signature: true
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
generatorName: spring
2+
outputDir: samples/server/petstore/spring-boot-defaultInterface-unhandledException
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
4+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
5+
additionalProperties:
6+
artifactId: spring-boot-defaultInterface-unhandledException
7+
hideGenerationTimestamp: true
8+
java8: true
9+
interfaceOnly: true
10+
skipDefaultInterface: true
11+
unhandledException: true

bin/configs/spring-boot-implicitHeaders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ additionalProperties:
66
artifactId: springboot-implicitHeaders
77
documentationProvider: springfox
88
hideGenerationTimestamp: "true"
9-
implicitHeaders: true
9+
implicitHeadersRegex: .*

bin/configs/typescript-angular-default-v6.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)