Merge branch '2.7.x' into 3.0.x

This commit is contained in:
Phillip Webb
2023-03-23 23:00:50 -07:00
3 changed files with 13 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ public abstract class AbstractApplicationContextRunner<SELF extends AbstractAppl
/**
* Customize the {@link ClassLoader} that the {@link ApplicationContext} should use
* for resource loading and bean class loading.
* @param classLoader the classloader to use (can be null to use the default)
* @param classLoader the classloader to use (or {@code null} to use the default)
* @return a new instance with the updated class loader
* @see FilteredClassLoader
*/