Commit 033993c
[Kotlin Spring] fix template request part and description (#17821)
* [kotlin-spring] Parameter Name and Description are now used properly in multipart form endpoints
* [kotlin-spring] Parameter Name and Description are now used properly in multipart form endpoints (generated docs and samples)
* [kotlin-spring] Parameter Name and Description are now used properly in multipart form endpoints (generated docs and samples)
---------
Co-authored-by: Kevin Hahn <kevin.hahn@partner.ionity.eu>1 parent 494fc7d commit 033993c
14 files changed
Lines changed: 782 additions & 12 deletions
File tree
- modules/openapi-generator/src
- main/resources/kotlin-spring
- test
- java/org/openapitools/codegen/kotlin/spring
- resources/3_0/kotlin
- samples
- client/petstore/kotlin-spring-cloud/src/main/kotlin/org/openapitools/api
- server/petstore
- kotlin-spring-default/src/main/kotlin/org/openapitools/api
- kotlin-springboot-3/src/main/kotlin/org/openapitools/api
- kotlin-springboot-delegate/src/main/kotlin/org/openapitools/api
- kotlin-springboot-modelMutable/src/main/kotlin/org/openapitools/api
- kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api
- kotlin-springboot-request/src/main/kotlin/org/openapitools/api
- kotlin-springboot-source-swagger1/src/main/kotlin/org/openapitools/api
- kotlin-springboot-source-swagger2/src/main/kotlin/org/openapitools/api
- kotlin-springboot-springfox/src/main/kotlin/org/openapitools/api
- kotlin-springboot/src/main/kotlin/org/openapitools/api
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
643 | 644 | | |
644 | 645 | | |
645 | 646 | | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
646 | 681 | | |
0 commit comments