You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: