Skip to content
Discussion options

You must be logged in to vote

Native mode has limitations - one of them is arbitrary open ended reflection.

Look at https://quarkus.io/guides/writing-native-applications-tips#registering-for-reflection how you might be able to have it working.

In general though we recommend doing such scanning at buildtime as an extensions rather than do it via operations that only works in jvm mode.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by markrouz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants