-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[BUG] [Java] Add Generated annotations to more classes #17736
[BUG] [Java] Add Generated annotations to more classes #17736
Conversation
cdcf72d
to
271bcf8
Compare
Thanks for the PR! |
The inline |
...client/petstore/kotlin-allOff-discriminator/bin/main/org/openapitools/client/apis/BirdApi.kt
Outdated
Show resolved
Hide resolved
271bcf8
to
bed2517
Compare
bed2517
to
f00e6e1
Compare
@jo1gi looks like this break the build: https://github.com/OpenAPITools/openapi-generator/actions/runs/8612824195/job/23602824257 can you please take a look when you've time? |
fixed in the latest master but there's another issue with JDK11 as the code now throws exception during runtime. i've filed #18346 to revert back to TypeReference for the time being. |
Fixes #17735
Adds Generated annotations to:
PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
master
(upcoming 7.1.0 minor release - breaking changes with fallbacks),8.0.x
(breaking changes without fallbacks)Mentions: @bbdouglas @sreeshas @jfiala @lukoyanov @cbornet @jeff9finger @karismann @Zomzog @lwlee2608 @martin-mfg