Commit 6d335cd
authored
feature(jackson3) add jackson3 support for Java Client generator - Restclient (#23023)
* Update restclient generator for spring 7
* Cleanup
* Merge pom.xml
* Merge ApiClients
* Update restclient
* Update docs
* Use the same options as server generator
* Sync samples
* Add .gitignore
* Add @JsonIgnore on no-arg constructor
* Add @JsonIgnore only for jackson3
* Remove @JsonIgnore
* Add to output folder
* Update Jackson
* Update jackson
* Update gradle build
* Fix build
* Fix gradle
* Fix build for gradle
* Add missing samples
* Update samples
* Update samples
* Fix kotlin samples
* Change order
* Change permissions for build1 parent 3972c65 commit 6d335cd
File tree
662 files changed
+52866
-539
lines changed- .github/workflows
- bin/configs
- docs/generators
- modules/openapi-generator/src/main
- java/org/openapitools/codegen/languages
- resources/Java
- libraries/restclient
- samples
- client
- echo_api/java/restclient
- src/main/java/org/openapitools/client
- model
- others
- java
- restclient-enum-in-multipart
- src/main/java/org/openapitools/client
- model
- restclient-useAbstractionForFiles
- src/main/java/org/openapitools/client
- kotlin-oneOf-anyOf-kotlinx-serialization
- petstore/java
- feign-hc5
- restclient-nullable-arrays
- src/main/java/org/openapitools/client
- model
- restclient-springBoot4-jackson2
- .github/workflows
- .openapi-generator
- api
- docs
- gradle/wrapper
- src
- main
- java/org/openapitools/client
- api
- auth
- model
- test/java/org/openapitools/client
- api
- model
- restclient-springBoot4-jackson3
- .github/workflows
- .openapi-generator
- api
- docs
- gradle/wrapper
- src
- main
- java/org/openapitools/client
- api
- auth
- model
- test/java/org/openapitools/client
- api
- model
- restclient-swagger2
- src/main/java/org/openapitools/client
- model
- restclient-useSingleRequestParameter-static
- src/main/java/org/openapitools/client
- model
- restclient-useSingleRequestParameter
- src/main/java/org/openapitools/client
- model
- restclient
- src/main/java/org/openapitools/client
- model
- server/petstore/kotlin-spring-sealed-interfaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
662 files changed
+52866
-539
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 43 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| |||
134 | 141 | | |
135 | 142 | | |
136 | 143 | | |
137 | | - | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
158 | 164 | | |
159 | 165 | | |
160 | 166 | | |
| 167 | + | |
| 168 | + | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
| |||
298 | 306 | | |
299 | 307 | | |
300 | 308 | | |
301 | | - | |
302 | | - | |
| 309 | + | |
| 310 | + | |
303 | 311 | | |
304 | 312 | | |
305 | 313 | | |
| |||
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
370 | | - | |
371 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
372 | 396 | | |
373 | 397 | | |
374 | 398 | | |
| |||
790 | 814 | | |
791 | 815 | | |
792 | 816 | | |
793 | | - | |
794 | | - | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
795 | 821 | | |
796 | 822 | | |
797 | 823 | | |
| |||
809 | 835 | | |
810 | 836 | | |
811 | 837 | | |
812 | | - | |
| 838 | + | |
813 | 839 | | |
814 | 840 | | |
815 | 841 | | |
| |||
1028 | 1054 | | |
1029 | 1055 | | |
1030 | 1056 | | |
| 1057 | + | |
1031 | 1058 | | |
1032 | 1059 | | |
1033 | 1060 | | |
| |||
1241 | 1268 | | |
1242 | 1269 | | |
1243 | 1270 | | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
1244 | 1279 | | |
1245 | 1280 | | |
1246 | 1281 | | |
| |||
1281 | 1316 | | |
1282 | 1317 | | |
1283 | 1318 | | |
1284 | | - | |
| 1319 | + | |
1285 | 1320 | | |
1286 | 1321 | | |
1287 | 1322 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments