- Removed AbstractGenericContextLoader's createGenericApplicationContext() method.
- AnnotationConfigContextLoader now uses an AnnotatedBeanDefinitionReader instead of working with an AnnotationConfigApplicationContext.
- AnnotationConfigContextLoader now uses the supplied GenericApplicationContext to load configuration classes.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4243 50f2f4bb-b051-0410-bef5-90022cba6387
@ -47,8 +49,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -47,8 +49,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@ -72,7 +73,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -72,7 +73,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
logger.debug(String.format("Loading ApplicationContext for locations [%s].",
@ -83,20 +84,6 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -83,20 +84,6 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@ -132,10 +119,10 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -132,10 +119,10 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@ -147,8 +134,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -147,8 +134,7 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@ -46,44 +45,33 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader
@@ -46,44 +45,33 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader
@ -94,7 +82,7 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader
@@ -94,7 +82,7 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader