Register resource hints for @PropertySource location patterns #31161
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: on-hold
We can't start working on this issue yet
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Overview
We recently introduced support for location patterns in
@PropertySource
; however,PropertySourcesAotContribution
currently only registers resource hints for static classpath locations (i.e., no wildcards orclasspath*:
prefix).Related Issues
@PropertySource
locations [SPR-16785] #21325Deliverables
PropertySourcesAotContribution
so that it also registers resource hints for location patterns (i.e., locations containing wildcards or using theclasspath*:
prefix).The text was updated successfully, but these errors were encountered: