Commit 27d6d38
authored
[kotlin-server] implicitHeaders: Remove header params from API operations (#23416)
* Remove dead Swagger 2.0 annotation support (`useSwaggerAnnotations`) from Kotlin Server JAX-RS templates
* Add implicit headers to AbstractKotlinCodegen
* Handle implicit headers KotlinMiskServerCodegen, KotlinSpringServerCodegen and KotlinServerCodegen
* Update mustache files for Kotlin Spring
* Update configs and regenerate samples
* Run export docs1 parent a336a4a commit 27d6d38
File tree
40 files changed
+185
-76
lines changed- bin/configs
- docs/generators
- modules/openapi-generator/src
- main
- java/org/openapitools/codegen/languages
- resources
- kotlin-server/libraries/jaxrs-spec
- kotlin-spring
- test/java/org/openapitools/codegen
- kotlin
- misk
- spring
- options
- samples/server
- others/kotlin-server/jaxrs-spec/src/main/kotlin/org/openapitools/server/apis
- petstore
- kotlin-server
- jaxrs-spec-mutiny/src/main/kotlin/org/openapitools/server/apis
- jaxrs-spec/src/main/kotlin/org/openapitools/server/apis
- kotlin-springboot-source-swagger1/src/main/kotlin/org/openapitools/api
- kotlin-springboot-source-swagger2/src/main/kotlin/org/openapitools/api
40 files changed
+185
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments