-
-
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
[java-client] set collection to null when not required #3615
[java-client] set collection to null when not required #3615
Conversation
👍 Thanks for opening this issue! The team will review the labels and make any necessary changes. |
cc Java technical committee: |
@jmini I remember working on something similar and use |
Related discussion/issue: #1861 |
Yes, I read that before leaving my comment. I'm not against this PR. Just want to share I've worked on something similar before with the |
see change OpenAPITools/openapi-generator#3615 that sets non-required collections to null
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
,./bin/openapi3/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
. If contributing template-only or documentation-only changes which will change sample output, be sure to build the project first.master
,4.1.x
,5.0.x
. Default:master
.Description of the PR
Fixes #3585