@ -147,7 +147,7 @@ public abstract class AbstractAutoProxyCreator extends ProxyProcessorSupport
@@ -147,7 +147,7 @@ public abstract class AbstractAutoProxyCreator extends ProxyProcessorSupport
@ -86,7 +86,7 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
@@ -86,7 +86,7 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
}
catch(IOExceptionex){
if(logger.isDebugEnabled()){
logger.debug("Could not read superclass ["+metadata.getSuperClassName()+
logger.debug("Could not read superclass ["+metadata.getSuperClassName()+
"] of type-filtered class ["+metadata.getClassName()+"]");
@ -128,7 +128,7 @@ public final class HandlerTypePredicate implements Predicate<Class<?>> {
@@ -128,7 +128,7 @@ public final class HandlerTypePredicate implements Predicate<Class<?>> {
@ -187,7 +187,7 @@ public final class HandlerTypePredicate implements Predicate<Class<?>> {
@@ -187,7 +187,7 @@ public final class HandlerTypePredicate implements Predicate<Class<?>> {
@ -1871,7 +1871,7 @@ Spring test configuration annotations are processed within enclosing class hiera
@@ -1871,7 +1871,7 @@ Spring test configuration annotations are processed within enclosing class hiera
for inner test classes.
If `@NestedTestConfiguration` is not present or meta-present on a test class, in its
supertype hierarchy, or in its enclosing class hierarchy, the default _enclosing
supertype hierarchy, or in its enclosing class hierarchy, the default _enclosing
configuration inheritance mode_ will be used. See the tip below for details on how to