hibernate-orm
hibernate-orm copied to clipboard
test showing two problems with user types
- they must be public classes, or Hibernate refuses to instantiate them
- even after making it public the
EnhancedUserTypefails in a trivial test
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: [f67d0b46ed16b9de3ef617606ab37070a8eabfd6]
› This message was automatically generated.
they must be public classes, or Hibernate refuses to instantiate them
This problem was fixed by https://github.com/hibernate/hibernate-orm/pull/7078