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

test showing two problems with user types

Open gavinking opened this issue 2 years ago • 2 comments

  1. they must be public classes, or Hibernate refuses to instantiate them
  2. even after making it public the EnhancedUserType fails in a trivial test

gavinking avatar Jul 26 '23 10:07 gavinking

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

gavinking avatar Jul 26 '23 18:07 gavinking