Skip to content

Commit b313da5

Browse files
committed
break everything by evil (valid) petstore with dollars swagger spec
1 parent f6692f4 commit b313da5

File tree

291 files changed

+12889
-21
lines changed

Some content is hidden

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

291 files changed

+12889
-21
lines changed

bin/configs/kotlin-explicit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-explicit
3-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
44
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
55
additionalProperties:
66
artifactId: kotlin-petstore-explicit

bin/configs/kotlin-gson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-gson
3-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
44
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
55
additionalProperties:
66
serializationLibrary: gson

bin/configs/kotlin-jackson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-jackson
3-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
44
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
55
additionalProperties:
66
serializationLibrary: jackson

bin/configs/kotlin-jvm-ktor-jackson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-jvm-ktor-jackson
33
library: jvm-ktor
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
artifactId: kotlin-petstore-jvm-ktor-jackson

bin/configs/kotlin-jvm-okhttp4-coroutines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-jvm-okhttp4-coroutines
33
library: jvm-okhttp4
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
serializationLibrary: gson

bin/configs/kotlin-jvm-retrofit2-kotlinx_serialization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-retrofit2-kotlinx_serialization
33
library: jvm-retrofit2
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
serializationLibrary: kotlinx_serialization
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-retrofit2
33
library: jvm-retrofit2
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
artifactId: kotlin-petstore-retrofit2

bin/configs/kotlin-jvm-retrofit2-rx3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-retrofit2-rx3
33
library: jvm-retrofit2
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
artifactId: kotlin-petstore-retrofit2-rx3

bin/configs/kotlin-jvm-volley.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-jvm-volley
33
library: jvm-volley
4-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
55
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
66
additionalProperties:
77
artifactId: kotlin-petstore-jvm-volley

bin/configs/kotlin-kotlinx-datetime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
generatorName: kotlin
22
outputDir: samples/client/petstore/kotlin-kotlinx-datetime
3-
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
3+
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-dollars.yaml
44
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
55
additionalProperties:
66
artifactId: kotlin-petstore-threetenbp

0 commit comments

Comments
 (0)