mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e63d89973a
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