Deprecate methods in ContextLoader API in the TestContext framework
For Spring Framework 6.0 we have decided to deprecate the obsolete
methods in the ContextLoader API in the Spring TestContext Framework in
favor of the methods in the SmartContextLoader API which has been
available since Spring Framework 3.1.
Closes gh-28905
@ -85,6 +85,7 @@ public class DefaultCacheAwareContextLoaderDelegate implements CacheAwareContext
@@ -85,6 +85,7 @@ public class DefaultCacheAwareContextLoaderDelegate implements CacheAwareContext
@ -86,37 +85,6 @@ public abstract class AbstractDelegatingSmartContextLoader implements SmartConte
@@ -86,37 +85,6 @@ public abstract class AbstractDelegatingSmartContextLoader implements SmartConte
@ -174,7 +174,9 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@@ -174,7 +174,9 @@ public abstract class AbstractGenericContextLoader extends AbstractContextLoader
@ -373,6 +373,7 @@ public abstract class AbstractTestContextBootstrapper implements TestContextBoot
@@ -373,6 +373,7 @@ public abstract class AbstractTestContextBootstrapper implements TestContextBoot
@ -263,6 +263,7 @@ public abstract class AbstractGenericWebContextLoader extends AbstractContextLoa
@@ -263,6 +263,7 @@ public abstract class AbstractGenericWebContextLoader extends AbstractContextLoa