You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Spring Framework 4.3, we introduced the PropertySourceFactory SPI for use with @PropertySource. This issue aims to introduce the same support in @TestPropertySource.
sbrannen
changed the title
Support PropertySourceFactory in @TestPropertySource
Support custom properties file formats in @TestPropertySourceAug 4, 2023
Reopening as the deprecation of MergedContextConfiguration#getPropertySourceLocations requires to use MergedContextConfiguration#getPropertySourceDescriptors which doesn't have any equivalent in TestPropertySourceUtils.
There is a method that could work but it's private at the moment.
Uh oh!
There was an error while loading. Please reload this page.
Overview
In Spring Framework 4.3, we introduced the
PropertySourceFactory
SPI for use with@PropertySource
. This issue aims to introduce the same support in@TestPropertySource
.Related Issues
@TestPropertySource
#30982The text was updated successfully, but these errors were encountered: