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): java sdk, model and spring generators now support boolean literals #2887

Merged
merged 6 commits into from
Feb 5, 2024

Conversation

dsinghvi
Copy link
Member

@dsinghvi dsinghvi commented Feb 4, 2024

Previously, boolean literal properties would be treated as boolean and the users would have to fill out the values. In this PR, boolean literal properties are filtered out from the builders and are automatically added when serialized (via Jackson).

With this fix, we now also release 0.7.1 of the java generators with updated changelogs.

@dsinghvi dsinghvi marked this pull request as ready for review February 4, 2024 20:37
@dsinghvi dsinghvi merged commit 20d3a18 into main Feb 5, 2024
23 checks passed
@dsinghvi dsinghvi deleted the dsinghvi/java-generator-supports-boolean-literals branch February 5, 2024 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant