Skip to content

MessageSource not working after 1.1.5 upgrade #1378

@mbyrne00

Description

@mbyrne00

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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions