See https://github.com/quarkusio/quarkus/issues/32333 . Hibernate ORM creates instances of e.g. CurrentTimestampGeneration using reflection when it creates the session factory, which happens within a native image. So these reflection needs should be registered in GraalVMStaticFeature. |