hibernate-orm
hibernate-orm copied to clipboard
Fixed NPE
Added a null check for the string as it was throwing an NPE.
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: [b7a358f9e3623dd61c15b6963383473a1734691a, 1b4fb9642fba2a0d7293e2148701c285b35b109c]
› This message was automatically generated.
Thanks, but the proper fix would be to return null if the string is null. Can you please change that? Then we can merge this.
Superseded by https://github.com/hibernate/hibernate-orm/pull/7939 and https://github.com/hibernate/hibernate-orm/pull/7940