@ -406,15 +406,15 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -406,15 +406,15 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
// an exception was thrown during reflective invocation of the required
// attribute -> default to required status
// an exception was thrown during reflective invocation of the required attribute
// -> default to required status
returntrue;
}
}
@ -425,11 +425,12 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -425,11 +425,12 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
"Autowiring by type from bean name '"+beanName+"' to bean named '"+autowiredBeanName+
"'");
logger.debug("Autowiring by type from bean name '"+beanName+
"' to bean named '"+autowiredBeanName+"'");
}
}
}
@ -441,11 +442,11 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -441,11 +442,11 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@ -118,6 +118,11 @@ public final class AutowiredAnnotationBeanPostProcessorTests {
@@ -118,6 +118,11 @@ public final class AutowiredAnnotationBeanPostProcessorTests {