Support module path scanning for "classpath*:" resource prefix #28506
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: test
Issues in the test module
type: enhancement
A general enhancement
Milestone
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 byClassLoader
-based class path scanning).For example,
@ComponentScan
should effectively work the same when an application is deployed on the class path or module path.The text was updated successfully, but these errors were encountered: