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 or classpath*: prefix).

Related Issues

  • 21325

  • 31088

  • 31162

Deliverables

  • [ ] Update PropertySourcesAotContribution so that it also registers resource hints for location patterns (i.e., locations containing wildcards or using the classpath*: prefix).

Comment From: sbrannen

  • Blocked by #31162