File tree
194 files changed
+2377
-1189
lines changed- modules/openapi-generator/src
- main
- java/org/openapitools/codegen/languages
- resources/JavaSpring
- test/java/org/openapitools/codegen
- config
- java/spring
- samples
- client/petstore
- spring-cloud-auth/src/main/java/org/openapitools/api
- spring-cloud-date-time/src/main/java/org/openapitools/api
- spring-cloud-deprecated/src/main/java/org/openapitools/api
- spring-cloud-feign-without-url/src/main/java/org/openapitools/api
- spring-cloud-tags/src/main/java/org/openapitools/api
- spring-cloud/src/main/java/org/openapitools/api
- openapi3
- client/petstore
- spring-cloud-3-with-optional/src/main/java/org/openapitools/api
- spring-cloud-3/src/main/java/org/openapitools/api
- spring-cloud-async/src/main/java/org/openapitools/api
- spring-cloud-date-time/src/main/java/org/openapitools/api
- spring-cloud-http-basic/src/main/java/org/openapitools/api
- spring-cloud-oas3-fakeapi/src/main/java/org/openapitools/api
- spring-cloud-spring-pageable/src/main/java/org/openapitools/api
- spring-cloud/src/main/java/org/openapitools/api
- spring-stubs-skip-default-interface/src/main/java/org/openapitools/api
- spring-stubs/src/main/java/org/openapitools/api
- server/petstore
- spring-boot-oneof-sealed/src/main/java/org/openapitools/api
- spring-boot-oneof/src/main/java/org/openapitools/api
- spring-boot-springdoc/src/main/java/org/openapitools/api
- springboot-3/src/main/java/org/openapitools/api
- springboot-delegate/src/main/java/org/openapitools/api
- springboot-implicitHeaders/src/main/java/org/openapitools/api
- springboot-source/src/main/java/org/openapitools/api
- springboot/src/main/java/org/openapitools/api
- server/petstore
- spring-boot-defaultInterface-unhandledException/src/main/java/org/openapitools/api
- spring-boot-nullable-set/src/main/java/org/openapitools/api
- springboot-api-response-examples/src/main/java/org/openapitools/api
- springboot-beanvalidation-no-nullable/src/main/java/org/openapitools/api
- springboot-beanvalidation/src/main/java/org/openapitools/api
- springboot-builtin-validation/src/main/java/org/openapitools/api
- springboot-delegate-j8/src/main/java/org/openapitools/api
- springboot-delegate-no-response-entity/src/main/java/org/openapitools/api
- springboot-delegate/src/main/java/org/openapitools/api
- springboot-file-delegate-optional/src/main/java/org/openapitools/api
- springboot-implicitHeaders-annotationLibrary/src/main/java/org/openapitools/api
- springboot-implicitHeaders/src/main/java/org/openapitools/api
- springboot-lombok-data/src/main/java/org/openapitools/api
- springboot-lombok-tostring/src/main/java/org/openapitools/api
- springboot-petstore-with-api-response-examples/src/main/java/org/openapitools/api
- springboot-reactive-noResponseEntity/src/main/java/org/openapitools/api
- springboot-reactive/src/main/java/org/openapitools/api
- springboot-spring-pageable-delegatePattern-without-j8/src/main/java/org/openapitools/api
- springboot-spring-pageable-delegatePattern/src/main/java/org/openapitools/api
- springboot-spring-pageable-without-j8/src/main/java/org/openapitools/api
- springboot-spring-pageable/src/main/java/org/openapitools/api
- springboot-spring-provide-args/src/main/java/org/openapitools/api
- springboot-useoptional/src/main/java/org/openapitools/api
- springboot-virtualan/src/main/java/org/openapitools/virtualan/api
- springboot/src/main/java/org/openapitools/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
194 files changed
+2377
-1189
lines changedmodules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractJavaCodegen.java
Lines changed: 2 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 |
| |
| |||
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
| 54 | + | |
53 | 55 |
| |
54 | 56 |
| |
55 | 57 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| 132 | + | |
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
| |||
246 | 247 |
| |
247 | 248 |
| |
248 | 249 |
| |
249 |
| - | |
| 250 | + | |
250 | 251 |
| |
251 | 252 |
| |
252 | 253 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| |||
1108 | 1108 |
| |
1109 | 1109 |
| |
1110 | 1110 |
| |
1111 |
| - | |
1112 |
| - | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
1113 | 1115 |
| |
1114 | 1116 |
| |
1115 | 1117 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
| |||
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
81 |
| - | |
| 83 | + | |
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
|
Lines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
64 |
| - | |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| 74 | + | |
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
| |||
92 | 94 |
| |
93 | 95 |
| |
94 | 96 |
| |
95 |
| - | |
| 97 | + | |
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
| |||
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
| 106 | + | |
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
| |||
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
130 |
| - | |
| 133 | + | |
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
| |||
136 | 139 |
| |
137 | 140 |
| |
138 | 141 |
| |
| 142 | + | |
139 | 143 |
| |
140 | 144 |
| |
141 | 145 |
| |
| |||
165 | 169 |
| |
166 | 170 |
| |
167 | 171 |
| |
168 |
| - | |
| 172 | + | |
169 | 173 |
| |
170 | 174 |
| |
171 | 175 |
| |
| |||
174 | 178 |
| |
175 | 179 |
| |
176 | 180 |
| |
| 181 | + | |
177 | 182 |
| |
178 | 183 |
| |
179 | 184 |
| |
| |||
202 | 207 |
| |
203 | 208 |
| |
204 | 209 |
| |
205 |
| - | |
| 210 | + | |
206 | 211 |
| |
207 | 212 |
| |
208 | 213 |
| |
| |||
211 | 216 |
| |
212 | 217 |
| |
213 | 218 |
| |
| 219 | + | |
214 | 220 |
| |
215 | 221 |
| |
216 | 222 |
| |
| |||
236 | 242 |
| |
237 | 243 |
| |
238 | 244 |
| |
239 |
| - | |
| 245 | + | |
240 | 246 |
| |
241 | 247 |
| |
242 | 248 |
| |
| |||
245 | 251 |
| |
246 | 252 |
| |
247 | 253 |
| |
| 254 | + | |
248 | 255 |
| |
249 | 256 |
| |
250 | 257 |
| |
| |||
268 | 275 |
| |
269 | 276 |
| |
270 | 277 |
| |
271 |
| - | |
| 278 | + | |
272 | 279 |
| |
273 | 280 |
| |
274 | 281 |
| |
| |||
279 | 286 |
| |
280 | 287 |
| |
281 | 288 |
| |
| 289 | + | |
282 | 290 |
| |
283 | 291 |
| |
284 | 292 |
| |
| |||
304 | 312 |
| |
305 | 313 |
| |
306 | 314 |
| |
307 |
| - | |
| 315 | + | |
308 | 316 |
| |
309 | 317 |
| |
310 | 318 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
63 |
| - | |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
93 |
| - | |
| 95 | + | |
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
| |||
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
| 104 | + | |
102 | 105 |
| |
103 | 106 |
| |
104 | 107 |
| |
| |||
124 | 127 |
| |
125 | 128 |
| |
126 | 129 |
| |
127 |
| - | |
| 130 | + | |
128 | 131 |
| |
129 | 132 |
| |
130 | 133 |
| |
| |||
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
| 139 | + | |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
| |||
156 | 160 |
| |
157 | 161 |
| |
158 | 162 |
| |
159 |
| - | |
| 163 | + | |
160 | 164 |
| |
161 | 165 |
| |
162 | 166 |
| |
|
0 commit comments