Skip to content

Commit d17a472

Browse files
committed
Merge remote-tracking branch 'origin/master' into 6.0.x
2 parents 6c3cdee + 15b228c commit d17a472

File tree

904 files changed

+97952
-10236
lines changed

Some content is hidden

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

904 files changed

+97952
-10236
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
generatorName: java-play-framework
2+
outputDir: samples/server/petstore/java-play-framework-fake-endpoints-with-security
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-for-testing-playframework-with-security.yaml
4+
templateDir: modules/openapi-generator/src/main/resources/JavaPlayFramework
5+
additionalProperties:
6+
hideGenerationTimestamp: "true"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/server/petstore/springboot-beanvalidation-no-nullable
3+
library: spring-boot
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
6+
additionalProperties:
7+
groupId: org.openapitools.openapi3
8+
oas3: "true"
9+
java8: "false"
10+
useBeanValidation: true
11+
artifactId: spring-boot-beanvalidation-no-nullable
12+
hideGenerationTimestamp: "true"
13+
openApiNullable: "false"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/server/petstore/springboot-delegate
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+
groupId: org.openapitools.openapi3
7+
oas3: "true"
8+
artifactId: springboot-delegate
9+
hideGenerationTimestamp: "true"
10+
java8: true
11+
delegatePattern: "true"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/server/petstore/springboot-implicitHeaders
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+
groupId: org.openapitools.openapi3
7+
oas3: "true"
8+
artifactId: springboot-implicitHeaders
9+
hideGenerationTimestamp: "true"
10+
implicitHeaders: true

bin/configs/spring-boot-oas3.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/server/petstore/springboot
3+
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
4+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
5+
additionalProperties:
6+
groupId: org.openapitools.openapi3
7+
artifactId: springboot
8+
snapshotVersion: "true"
9+
oas3: "true"
10+
hideGenerationTimestamp: "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/openapi3/server/petstore/springboot-reactive
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+
groupId: org.openapitools.openapi3
7+
oas3: "true"
8+
artifactId: springboot-reactive
9+
reactive: "true"
10+
hideGenerationTimestamp: "true"
11+
delegatePattern: "true"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/server/petstore/springboot-useoptional
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+
groupId: org.openapitools.openapi3
7+
oas3: "true"
8+
useOptional: true
9+
artifactId: spring-boot-useoptional
10+
hideGenerationTimestamp: "true"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
generatorName: spring
2+
outputDir: samples/openapi3/client/petstore/spring-cloud-async
3+
library: spring-cloud
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
6+
additionalProperties:
7+
groupId: org.openapitools.openapi3
8+
oas3: "true"
9+
async: "true"
10+
java8: "true"
11+
artifactId: petstore-spring-cloud
12+
hideGenerationTimestamp: "true"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
generatorName: spring
2+
library: spring-cloud
3+
outputDir: samples/openapi3/client/petstore/spring-cloud-date-time
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/date-time-parameter-types-for-testing.yml
5+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
6+
additionalProperties:
7+
groupId: org.openapitools.openapi3
8+
artifactId: spring-cloud-date-time-oas3
9+
interfaceOnly: "true"
10+
singleContentTypes: "true"
11+
hideGenerationTimestamp: "true"
12+
oas3: "true"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
generatorName: spring
2+
library: spring-cloud
3+
outputDir: samples/client/petstore/spring-cloud-date-time
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/date-time-parameter-types-for-testing.yml
5+
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
6+
additionalProperties:
7+
artifactId: spring-cloud-date-time
8+
interfaceOnly: "true"
9+
singleContentTypes: "true"
10+
hideGenerationTimestamp: "true"

0 commit comments

Comments
 (0)