Source files are not being included in the native image when LookupIfProperty is used #39501
Unanswered
yazalulloa
asked this question in
Q&A
Replies: 1 comment
-
/cc @zakkak (native-image) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm migrating DBs in a personal project, I'm using @LookupIfProperty to set a env variable to determine which implementation I'm using, after I did that almost every class that was used in those classes wasn't being picked up for the native image.
I have used @RegisterForReflection but the classes I'm adding keep increasing, does anyone know and alternative or something I'm doing wrong?
Here is the repo
https://github.com/yazalulloa/condo-manager
Beta Was this translation helpful? Give feedback.
All reactions