Skip to content

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?

@CarstenWickner CarstenWickner force-pushed the master branch 2 times, most recently from a91604a to e51670a Compare January 16, 2024 09:41
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