-
Notifications
You must be signed in to change notification settings - Fork 93
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#nillable
attribute is replaced by @JsonbNillable
#2253
Comments
@jmartisk: I currently experience maven build problems, because some versions seem to be missing. Are you aware or am I doing something wrong? |
Oh, and by the way: the example code in |
You're talking about 2.12.0 right? What exactly is missing? I know there was an issue with the Gradle plugin, I had to deploy it manually afterwards |
This is why docs written with asciidoctor with code snippets included from a test class that is compiled and executed at built time helps to keep the doc up-to-date. I did not worked on that part |
It's a double-edged sword because it also complicates the build quite a bit by adding new dependencies between modules (affecting the release process), and it could lead to unexpected surprises when you change some code and don't realize that it could break the docs. I'm personally not a big fan of this approach. |
See: https://jakarta.ee/specifications/jsonb/3.0/apidocs/jakarta.json.bind/jakarta/json/bind/annotation/jsonbproperty#nillable()
So I guess a follow up issue/PR to fix
FieldInfo
is needed.Originally posted by @jmini in #2251 (comment)
The text was updated successfully, but these errors were encountered: