update configs with tempalteDir (#19914)

This commit is contained in:
William Cheng 2024-10-19 15:12:08 +08:00 committed by GitHub
parent 1248d7a103
commit fc161821a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ generatorName: java-helidon-client
library: mp library: mp
outputDir: samples/client/petstore/java-helidon-client/v3/mp outputDir: samples/client/petstore/java-helidon-client/v3/mp
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
additionalProperties: additionalProperties:
helidonVersion: 3.2.7 helidonVersion: 3.2.7
artifactId: petstore-helidon-client-mp artifactId: petstore-helidon-client-mp

View File

@ -2,6 +2,7 @@ generatorName: java-helidon-client
library: mp library: mp
outputDir: samples/client/petstore/java-helidon-client/v4/mp outputDir: samples/client/petstore/java-helidon-client/v4/mp
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
additionalProperties: additionalProperties:
helidonVersion: 4.0.11 helidonVersion: 4.0.11
artifactId: petstore-helidon-client-mp artifactId: petstore-helidon-client-mp

View File

@ -2,6 +2,7 @@ generatorName: java-helidon-client
library: se library: se
outputDir: samples/client/petstore/java-helidon-client/v3/se outputDir: samples/client/petstore/java-helidon-client/v3/se
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
additionalProperties: additionalProperties:
helidonVersion: 3.2.7 helidonVersion: 3.2.7
artifactId: petstore-helidon-client-se artifactId: petstore-helidon-client-se

View File

@ -2,6 +2,7 @@ generatorName: java-helidon-client
library: se library: se
outputDir: samples/client/petstore/java-helidon-client/v4/se outputDir: samples/client/petstore/java-helidon-client/v4/se
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
additionalProperties: additionalProperties:
helidonVersion: 4.0.11 helidonVersion: 4.0.11
artifactId: petstore-helidon-client-se artifactId: petstore-helidon-client-se

View File

@ -1,6 +1,7 @@
generatorName: java-micronaut-client generatorName: java-micronaut-client
outputDir: samples/client/petstore/java-micronaut-client/ outputDir: samples/client/petstore/java-micronaut-client/
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/java-micronaut/
additionalProperties: additionalProperties:
artifactId: petstore-micronaut artifactId: petstore-micronaut
hideGenerationTimestamp: "true" hideGenerationTimestamp: "true"

View File

@ -1,6 +1,7 @@
generatorName: java-micronaut-server generatorName: java-micronaut-server
outputDir: samples/server/petstore/java-micronaut-server/ outputDir: samples/server/petstore/java-micronaut-server/
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
templateDir: modules/openapi-generator/src/main/resources/java-micronaut/
additionalProperties: additionalProperties:
artifactId: petstore-micronaut-server artifactId: petstore-micronaut-server
hideGenerationTimestamp: "true" hideGenerationTimestamp: "true"