Browse Source
Ideally, we should be able to reuse the ContextLoader that was resolved in buildDefaultMergedContextConfiguration(); however, since we have been informed that some implementations of resolveContextLoader() mutate the state of the supplied ContextConfigurationAttributes to detect default configuration classes, we need to invoke resolveContextLoader() on the completeDefaultConfigAttributesList as well in order not to break custom TestContextBootstrappers that exhibit such side effects. Closes gh-36390pull/36422/head
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue