Merge branch '2.1.x'

This commit is contained in:
Phillip Webb
2019-06-28 23:45:07 -07:00
347 changed files with 339 additions and 140 deletions

View File

@@ -76,6 +76,7 @@ import org.springframework.web.context.support.GenericWebApplicationContext;
* @author Andy Wilkinson
* @author Stephane Nicoll
* @author Madhura Bhave
* @since 1.4.0
* @see SpringBootTest
*/
public class SpringBootContextLoader extends AbstractContextLoader {

View File

@@ -43,6 +43,7 @@ import org.springframework.util.Assert;
*
* @param <C> the application context type
* @author Phillip Webb
* @since 2.0.0
* @see AssertableApplicationContext
* @see AssertableWebApplicationContext
* @see AssertableReactiveWebApplicationContext

View File

@@ -38,7 +38,6 @@ import org.springframework.util.ClassUtils;
* @author Madhura Bhave
* @author Phillip Webb
* @author Andy Wilkinson
* @since 2.2.0
* @see OutputCaptureExtension
* @see OutputCaptureRule
*/