From https://github.com/spring-projects/spring-security/issues/7067 If you set only one nonexisting message bundle, the following warning is printed correctly: `spring.messages.basename=messages1` > ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale en If you set 2 nonexisting message bundles, the warning is missing: `spring.messages.basename=messages1, messages2`