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

Fixed NPE

Open rrmcguinness opened this issue 1 year ago • 2 comments

Added a null check for the string as it was throwing an NPE.

rrmcguinness avatar Feb 17 '24 23:02 rrmcguinness

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.

beikov avatar Feb 19 '24 11:02 beikov

Superseded by https://github.com/hibernate/hibernate-orm/pull/7939 and https://github.com/hibernate/hibernate-orm/pull/7940

beikov avatar Mar 05 '24 15:03 beikov