Closed
Description
Juergen Hoeller opened SPR-15825 and commented
Classes like AbstractEnvironment
and MutablePropertySources
historically accumulated quite a bit of logging (implemented in log messages as well as toString()
implementations) which turns out to be slightly inconsistent in its formatting of property source names. This is easy enough to overhaul, so let's do this not only for 5.0 but also for 4.3.11.
Affects: 4.3.10, 5.0 RC3
Issue Links:
- ConcurrentModificationException when doing a merge on AbstractEnvironment [SPR-13213] #17805 ConcurrentModificationException when doing a merge on AbstractEnvironment
- Revise PropertySourcesPropertyResolver's default logging and customizability [SPR-14370] #18943 Revise PropertySourcesPropertyResolver's default logging and customizability
- Concurrent registration/iteration in PropertySourcesPropertyResolver [SPR-12428] #17034 Concurrent registration/iteration in PropertySourcesPropertyResolver