-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
=plugin migrate FastClasspathScanner to ClassGraph #25797
Conversation
Test PASSed. |
.verbose() | ||
.addClassLoader(classloader) | ||
.scan() | ||
val allClasses = scanner.getAllClasses.getNames.asScala.toVector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it the same thing that has moved, or what is the background?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The FastClassPathScananer is replaced by the ClassGraph, and only ClassGraph is being maintained now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
@hepin1989 Now it prints many many
when running |
it also seems much slower than before (perhaps due to the logging?) |
For me it went from an already-painful 10s to ~14s... would be great if we could speed this up somehow. |
The problem was |
No description provided.