Commit 484b87f
authored
fix: Template contains unconditional ": Serializable" which creates wrong derive clause on data classes which have a parent as well as are serializable. (OpenAPITools#19283)
1 parent 7f551bb commit 484b87f
92 files changed
Lines changed: 92 additions & 92 deletions
File tree
- modules/openapi-generator/src/main/resources/kotlin-spring
- samples/server/petstore
- kotlin-spring-cloud/src/main/kotlin/org/openapitools/model
- kotlin-spring-default/src/main/kotlin/org/openapitools/model
- kotlin-springboot-3/src/main/kotlin/org/openapitools/model
- kotlin-springboot-bigdecimal-default/src/main/kotlin/org/openapitools/model
- kotlin-springboot-delegate-nodefaults/src/main/kotlin/org/openapitools/model
- kotlin-springboot-delegate/src/main/kotlin/org/openapitools/model
- kotlin-springboot-integer-enum/src/main/kotlin/org/openapitools/model
- kotlin-springboot-modelMutable/src/main/kotlin/org/openapitools/model
- kotlin-springboot-multipart-request-model/src/main/kotlin/org/openapitools/model
- kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model
- kotlin-springboot-request-cookie/src/main/kotlin/org/openapitools/model
- kotlin-springboot-request/src/main/kotlin/org/openapitools/model
- kotlin-springboot-source-swagger1/src/main/kotlin/org/openapitools/model
- kotlin-springboot-source-swagger2/src/main/kotlin/org/openapitools/model
- kotlin-springboot-springfox/src/main/kotlin/org/openapitools/model
- kotlin-springboot/src/main/kotlin/org/openapitools/model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
samples/server/petstore/kotlin-spring-default/src/main/kotlin/org/openapitools/model/Annotation.kt
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments