Replacement for Reflections lib #24
jacek-kurlit
started this conversation in
Ideas
Replies: 0 comments
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 wanted to ask if you are willing to replace reflections lib which is not maintained anymore?
I see that many bugs are related with spring boot and this lib. I myself had an issue with it which resulted in reflections downgrade.
I see that this lib have potential to be used for replacement https://github.com/classgraph/classgraph
I could create PR that removes and replaces reflections lib or if you prefer more safe approach - create interface that will be implemented by one class that uses reflections (by default) and other class that uses new approach as experimental feature.
What do you think?
I don't have full picture of these code and maybe this won't fix the problem?
Beta Was this translation helpful? Give feedback.
All reactions