Skip to content

Support module path scanning for "classpath*:" resource prefix #28506

Closed
@sbrannen

Description

@sbrannen

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.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)in: testIssues in the test moduletype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions