Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java client codegen cleanup #20691

Merged
merged 20 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9d0acab
made Configuration.defaultApiClient volatile so that if it's changed …
ronreynolds Feb 9, 2025
a228867
made no-arg api ctor use Configuration.getDefaultApiClient() instead …
ronreynolds Feb 9, 2025
00822c1
replaced all use of URLEncoder.encode with ApiClient.urlEncode; just …
ronreynolds Feb 9, 2025
2ac724d
disabled AbstractJavaCodegenTest.testGeneratedExampleValues as it fai…
ronreynolds Feb 9, 2025
176eeb8
replaced thread-unsafe SimpleDateFormat with DateTimeFormatter and re…
ronreynolds Feb 9, 2025
605250f
removed unused import
ronreynolds Feb 10, 2025
15ab408
Merge branch 'OpenAPITools:master' into master
ronreynolds Feb 10, 2025
b6ecacc
Merge branch 'OpenAPITools:master' into master
ronreynolds Feb 14, 2025
35e1f9c
ran the generate-sample scripts and generated a HUGE number of changes!
ronreynolds Feb 14, 2025
d7d73f3
some code cleanup and adding booleans to processOpts to remove lots o…
ronreynolds Feb 18, 2025
3a8e930
added missing import of Configuration to api.mustache (and, thus, all…
ronreynolds Feb 18, 2025
bdd3afb
added missing import for ApiClient to anyof and oneof model mustaches
ronreynolds Feb 18, 2025
14774f9
Merge branch 'OpenAPITools:master' into master
ronreynolds Feb 19, 2025
a998ff4
Merge branch 'master' into java-client-codegen-cleanup
ronreynolds Feb 19, 2025
0c55e1d
rolled back formatting of cliOptions block (too many changes for a si…
ronreynolds Feb 19, 2025
ee890d9
use toLowerCase with locale
ronreynolds Feb 19, 2025
e087e34
reverted supportedLibraries reordering and format changes to reduce d…
ronreynolds Feb 19, 2025
9ba7080
updated comment
ronreynolds Feb 19, 2025
cd36c25
rolled back Slf4j change due to failing arch-unit test; also rolled b…
ronreynolds Feb 19, 2025
06adbd2
moved lib* booleans AFTER super.processOpts() the library can be chan…
ronreynolds Feb 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading