Is it possible to use Reflections in Spring Native?
I have a library, that provides an ability to register user-defined context objects inside of my overarching application context. The library is written in plain Java so that it can be used in both Spring and Quarkus projects.
At the moment i’m evaluating benefits of Native compilation for both frameworks and this library is a roadblock for Spring.