Merge branch '2.5.x'

Closes gh-28207
This commit is contained in:
Andy Wilkinson
2021-10-06 10:03:24 +01:00
31 changed files with 67 additions and 65 deletions

View File

@@ -23,9 +23,9 @@ import org.springframework.util.Assert;
* Callback interface used to process an {@link ApplicationContext} with the ability to
* throw a (checked) exception.
*
* @param <C> the application context type
* @author Stephane Nicoll
* @author Andy Wilkinson
* @param <C> the application context type
* @since 2.0.0
* @see AbstractApplicationContextRunner
*/