Overview

We recently introduced support for location patterns in @TestPropertySource; however, MergedContextConfigurationRuntimeHints currently only registers resource hints for static classpath locations (i.e., no wildcards or classpath*: prefix).

Related Issues

  • 31055

  • 31161

  • 31162

Deliverables

  • [ ] Update MergedContextConfigurationRuntimeHints 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