Overview
As a follow up to #17282, we should allow the default CacheAwareContextLoaderDelegate
in the Spring TestContext Framework (TCF) to be configured via a JVM system property or Spring Property.
This will allow third parties to intercept context loading in order to load the context in a different manner -- for example, to make use of ahead of time (AOT) techniques for implementing a different type of ApplicationContext
at build time.
Deliverables
- [x] Allow default
CacheAwareContextLoaderDelegate
configuration via a system property.