mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
This commit enables sub-classes to better customize resource selection and resource loading in `ReloadableResourceBundleMessageSource`, without a need to duplicate the caching logic of `refreshProperties`. See gh-30334 Closes gh-30369