Clarify documented behavior of MessageSource auto-configuration when no resource bundles matching the configured basenames exist #17485
Labels
type: documentation
A documentation update
Milestone
Uh oh!
There was an error while loading. Please reload this page.
From spring-projects/spring-security#7067
If you set only one nonexisting message bundle, the following warning is printed correctly:
spring.messages.basename=messages1
If you set 2 nonexisting message bundles, the warning is missing:
spring.messages.basename=messages1, messages2
The text was updated successfully, but these errors were encountered: