Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4a3e6c7cfebd492a8796280182957f42be844a3e
https://github.com/hibernate/hibernate-orm/commit/4a3e6c7cfebd492a8796280...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-12-20 (Fri, 20 Dec 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/usertype/EnhancedUserTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/usertype/MyEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/usertype/MyId.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/usertype/MyType.java
Log Message:
-----------
test showing two problems with user types
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
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications