Skip to content

Commit fc74969

Browse files
dstepanovsdelamo
authored andcommitted
Graal fix TypeSafeActivator (#625)
1 parent 4df693a commit fc74969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hibernate-jpa/src/main/java/io/micronaut/configuration/hibernate/jpa/graal/HibernateSubstitutions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ final class Loggers {
242242
final class Hql {
243243
}
244244

245+
@TypeHint(typeNames = "org.hibernate.cfg.beanvalidation.TypeSafeActivator", accessType = {TypeHint.AccessType.ALL_PUBLIC})
246+
final class Cfg {
247+
}
248+
245249
// ID Generators
246250
@TypeHint({
247251
UUIDGenerator.class,

0 commit comments

Comments
 (0)