Skip to content

Commit

Permalink
fixup: remove ServiceLoaderScanner
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Harris <greg.harris@aiven.io>
  • Loading branch information
gharris1727 committed Jul 5, 2023
1 parent bf4f03b commit 7c0e312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
* </li>
* </ul>
* <p>Note: This scanner has a runtime proportional to the number of overall classes in the passed-in
* {@link PluginSource} objects, which may be significant for plugins with large dependencies. For a more performant
* implementation, consider using {@link ServiceLoaderScanner} and follow migration instructions for KIP-898.
* {@link PluginSource} objects, which may be significant for plugins with large dependencies.
*/
public class ReflectionScanner extends PluginScanner {

Expand Down

This file was deleted.

0 comments on commit 7c0e312

Please sign in to comment.