Closed
Description
In light of the findings from investigating #21515, we should introduce implicit support for scanning the module path whenever the classpath*:
resource prefix is used.
This should allow existing applications relying on classpath*:
semantics to work when migrating to the Java module system (for use cases not already supported by ClassLoader
-based class path scanning).
For example, @ComponentScan
should effectively work the same when an application is deployed on the class path or module path.