-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Closed
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement
Milestone
Description
Overview
Since we do not yet have support for registering resource hints for classpath location patterns (see #31162), we have decided to explicitly skip such resources and log a warning to inform the user that they need to manually supply resource hints for the exact resources needed by their application.
Specifically, this should be applied to resource hint registration for @PropertySource
and @TestPropertySource
; however, it may need to be applied in other scenarios as well.
Related Issues
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement