-
I am trying to run JDBI library in Quarkus native mode. By including all classes that are accessed via reflection to reflection-config.json, I was able to run it successfully. However, I still got this exception (as warning) at runtime upon calling:
I tried adding the lambda expression class to
I got this warning message at generating native image:
How to include lambda expression classes into |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
https://stackoverflow.com/a/73033351/597657