Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] update test samples #9972

Merged
merged 3 commits into from
Jul 19, 2021
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 0 additions & 9 deletions bin/configs/java-feign-openapi3.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion bin/configs/java-feign.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
generatorName: java
outputDir: samples/client/petstore/java/feign
library: feign
inputSpec: modules/openapi-generator/src/test/resources/2_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
additionalProperties:
booleanGetterPrefix: is
Expand Down
8 changes: 0 additions & 8 deletions bin/configs/java-google-api-client-openapi3.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions bin/configs/java-microprofile-rest-client-openapi3.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions bin/configs/java-native-openapi3.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions bin/configs/java-okhttp-gson-openapi3.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions bin/configs/java-rest-assured-openapi3.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions bin/configs/java-resteasy-openapi3.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions bin/configs/java-resttemplate-openapi3.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions bin/configs/java-retrofit2-openapi3.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions bin/configs/java-vertx-openapi3.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions bin/configs/java-webclient-openapi3.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion bin/configs/java-webclient.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
generatorName: java
outputDir: samples/client/petstore/java/webclient
library: webclient
inputSpec: modules/openapi-generator/src/test/resources/2_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
additionalProperties:
artifactId: petstore-webclient
hideGenerationTimestamp: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ docs/UserApi.md
docs/Whale.md
docs/Zebra.md
git_push.sh
src/Org.OpenAPITools.Test/Model/DeprecatedObjectTests.cs
src/Org.OpenAPITools.Test/Model/ObjectWithDeprecatedFieldsTests.cs
src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
src/Org.OpenAPITools/Api/AnotherFakeApi.cs
src/Org.OpenAPITools/Api/DefaultApi.cs
Expand Down
21 changes: 0 additions & 21 deletions samples/client/petstore/java/feign-openapi3/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions samples/client/petstore/java/feign-openapi3/.travis.yml

This file was deleted.

77 changes: 0 additions & 77 deletions samples/client/petstore/java/feign-openapi3/README.md

This file was deleted.

Loading