This repository was archived by the owner on Dec 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit f5903a8
v2 [core] changes interface name to JsonSchema, removes CodegenParameter and CodegenResponse as implementors (#65)
* Changes IJsonSchemaValidationProperties to JsonSchema because that is the interface that it represents
Updates CodegenParameter, removes JsonSchema info
Further updates to fromParameter call sites
* Removes JsonSchema from CodegenParameter and fixes usages
* Samples regenerated
* Removes JosnSchema from CodegenResponse
* Adds isDefault back to CodegenResponse
* Fixes DefaultCodegen
* Fixes testRefModelValidationProperties
* Fixes 2 tests in JavaModelTest
* Removes n/a test from JavaClientCodegenTest
* Fixes remianing tests in DefaultCodegenTest
* Removes dateDefaultValueIsIsoDateTime1 parent e4dccd6 commit f5903a8
File tree
20 files changed
+390
-2857
lines changed- modules/openapi-json-schema-generator/src
- main/java/org/openapitools/codegen
- languages
- utils
- test/java/org/openapitools/codegen
- java
20 files changed
+390
-2857
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | - | ||
31 | + | ||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
modules/openapi-json-schema-generator/src/main/java/org/openapitools/codegen/CodegenOperation.java
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | - | ||
30 | + | ||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | - | ||
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
| |||
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
404 | - | ||
405 | 403 | | |
406 | 404 | | |
407 | 405 | | |
| |||
463 | 461 | | |
464 | 462 | | |
465 | 463 | | |
466 | - | ||
464 | + | ||
467 | 465 | | |
468 | 466 | | |
469 | 467 | | |
| |||
modules/openapi-json-schema-generator/src/main/java/org/openapitools/codegen/CodegenParameter.java
Lines changed: 7 additions & 759 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | - | ||
22 | + | ||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments