-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Open
Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Spring Boot supports not only application.properties
but also application.yml
files for long time now and we are using it in all our projects for better readability. But when it comes to testing with annotations like @TestPropertySource
then yaml files are not supported for whatever reason. If you try to specify a yml file as source, it does not complain but the test also won't be able to resolve the properties unless you are using the properties notation format and just store it with the .yml
file extension.
I wonder why this is not supported yet. Is there another annotation I haven't seen yet or is there any plan to let TestPropertySource
automatically recognize the file extension and make use of the corresponding yaml file loader?
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement