Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

FastClasspathScanner is outdated -- consider porting to ClassGraph #88

Open
classgraph-robot opened this issue Aug 26, 2018 · 0 comments
Assignees
Labels

Comments

@classgraph-robot
Copy link

Your project, czyzby/gdx-lml, depends on the outdated library FastClasspathScanner in the following source files:

FastClasspathScanner has been significantly reworked since the version your code depends upon:

  • a significant number of bugs have been fixed
  • some nontrivial API changes have been made to simplify and unify the API
  • FastClasspathScanner has been renamed to ClassGraph: https://github.com/classgraph/classgraph

ClassGraph is a significantly more robust library than FastClasspathScanner, and is more future-proof. All future development work will be focused on ClassGraph, and FastClasspathScanner will see no future development.

Please consider porting your code over to the new ClassGraph API, particularly if your project is in production or has downstream dependencies:

Feel free to close this bug report if this code is no longer in use. (You were sent this bug report because your project depends upon FastClasspathScanner, and has been starred by 103 users. Apologies if this bug report is not helpful.)

@czyzby czyzby self-assigned this Aug 26, 2018
@czyzby czyzby added the autumn label Aug 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants