See https://github.com/spring-projects/spring-boot/pull/13377 for the original proposal which was merged and then reverted during the development of 2.1.
Comment From: cdalexndr
This should be added for devtools
to live reload localized messages when changing them in messages.properties
.
Currently, user has to manually create a ReloadableResourceBundleMessageSource
bean to replace the original one.