hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-17840 Fix inconsistency of read/write null JsonNode/JsonValue

Open quaff opened this issue 1 year ago • 2 comments
trafficstars

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

quaff avatar Mar 14 '24 03:03 quaff

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

quaff avatar Jun 27 '24 07:06 quaff

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

beikov avatar Jul 05 '24 12:07 beikov