mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Add `ConfigurationPropertyCaching.override()` method which can be used to temporarily enable caching for the duration of an operation. The `Binder` now uses this method to ensure that caching is enabled whilst a set of related binding operations are performed. Closes gh-44860