Merge branch '2.1.x'

This commit is contained in:
Andy Wilkinson
2019-03-11 16:40:19 +00:00
27 changed files with 78 additions and 23 deletions

View File

@@ -23,6 +23,7 @@ import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import org.springframework.stereotype.Component;
import org.springframework.test.context.ContextCustomizer;
@@ -130,6 +131,7 @@ public class ImportsContextCustomizerFactoryTests {
}
@Configuration
@Import(ImportedBean.class)
static class TestWithImportAndBeanMethod {