Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace reflections lib with classgraph #119

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CarstenWickner
Copy link

The reflections library is no longer maintained. There is no point in employing workarounds to the "SubTypesScanner not found issue" (for reference, one would have to build the reflections differently like here).

Instead, do the same as other libraries do: move to classgraph instead.
It's faster, still being maintained, and doesn't have this annoying bug.
Extra upside: no need to change the context classloader. classgraph has a more explicit classloader handling than reflections.

This fixes #96.

@langecode
Copy link
Member

Thanks for the contribution. I am not using the plugin in my daily work anymore but I'll try to find the time to create a new release as soon as possible.

@CarstenWickner
Copy link
Author

Hi @langecode,

Sorry to bother you again. Just wondering whether I need to create the new release myself (for use by collaborators) or do you have a rough idea, when you have time to look at this and potentially create a new official release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running plugin returns the error "Scanner SubTypesScanner was not configured"
2 participants