hibernate-orm
hibernate-orm copied to clipboard
HHH-17840 Fix inconsistency of read/write null JsonNode/JsonValue
After this commit, read stored null JsonNode/JsonValue will return as it is instead of NullNode/JsonValueImpl(null).
https://hibernate.atlassian.net/browse/HHH-17840
Thanks for your pull request!
This pull request does not follow the contribution rules. Could you have a look?
❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
↳ Offending commits: [d4a8f4b2f01d42b474f5302f0255d051fcdd6613, f4a5e95ddcd62270b8c6190ecb1550f1f7af86a7]
› This message was automatically generated.
ping
Thanks for the work. I figured there were some nullability issues and did a proper fix in https://github.com/hibernate/hibernate-orm/pull/8638