-
Hello, I'm trying to build a native-image out of my simple crud application. It contains some jakarta validation and for some reason in a runtime it throws an error that doesn't appear in non native version:
I can fix that by adding all annotations to @RegisterForReflection annotation, but I hope it's not proper solution to fix it since it's imported by quarkus-resteasy. I'm using: quarkus-resteasy 2.7.4.Final |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Are you using the If so, please provide a small reproducer so that I can have a look. |
Beta Was this translation helpful? Give feedback.
Are you using the
quarkus-hibernate-validator
extension?If so, please provide a small reproducer so that I can have a look.