Replies: 2 comments 5 replies
-
It's hard to help without having any details about what you're doing exactly. Maybe try to come up with a small Maven reproducer? |
Beta Was this translation helpful? Give feedback.
5 replies
-
I doesn't build for me, downloaded your version, changed everything and updated graalvm and quarkus, but no luck |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Quarkus app that uses Kogito for DMN, I'm receiving a HashMap from DMN that needs to be converted to a POJO (for context this is auto-generated from Avro-maven-plugin). When running in dev (quarks dev) this works perfectly, but when I build it natively Serialization fails to work.
with error:
I read that I need to include RegisterForReflection like
But when I do, project won't build to native, with error:
It says I must specify a class to initialize at runtime, but I don't have a clue of which.
Thanks In advance
Beta Was this translation helpful? Give feedback.
All reactions