Github user robertbraeutigam commented on the pull request:
https://github.com/apache/wicket/pull/138#issuecomment-146868603
As for slowing down "normal" applications, I think the real solution would
be not to do classpath scanning, but to use java.util.ServiceLoader or similar
approach. The "shade" maven plugin for example can deal with merging these
standard Service files at least, so that would solve this "uberjar" issue and
would be even faster (and more standard-compliant) than the current solution.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---