-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
type: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
Using spring-boot 1.1.4, the default MessageSource bean I get is a ResourceBundleMessageSource instance loading from my messages.properties on the root classpath.
When I upgraded to 1.1.5 the default MessageSource bean I get is now a DelegatingMessageSource with no parentMessageSource, so no messages are resolved. I still have messages.properties on the root classpath.
Was a breaking change so I needed to roll back to 1.1.4
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release