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

JsonbProperty and JsonbNillable together not functioning #336

Open
bcoveny opened this issue Feb 13, 2023 · 0 comments
Open

JsonbProperty and JsonbNillable together not functioning #336

bcoveny opened this issue Feb 13, 2023 · 0 comments

Comments

@bcoveny
Copy link

bcoveny commented Feb 13, 2023

If @JsonbPreoprty(nillable) is deprecated, what is the proper usage to use both @JsonbProperty and @JsonbNillable? I have tried several different combination with none of them working. We have an instance where overriding the field value and applying nillable are both wanted. It works with using @JsonbProperty(value,nillable), however, the project then produces a ton of deprecated warnings.

Also, I have had a StackOverflow post with more information .
https://stackoverflow.com/questions/74575063/java-jsonb-jsonbnillable-not-functioning-as-expected

Any assistance is welcomed.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant