Allow default CacheAwareContextLoaderDelegate configuration via a system property #27540
Closed
1 task done
Labels
Milestone
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
CacheAwareContextLoaderDelegate
configuration via a system property.The text was updated successfully, but these errors were encountered: