@ -405,10 +405,16 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -405,10 +405,16 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
// an exception was thrown during reflective invocation of the required attribute
// -> default to required status
returntrue;
}
}
@ -419,11 +425,12 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -419,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+"'");
}
}
}
@ -435,11 +442,11 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -435,11 +442,11 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@ -118,6 +118,11 @@ public final class AutowiredAnnotationBeanPostProcessorTests {
@@ -118,6 +118,11 @@ public final class AutowiredAnnotationBeanPostProcessorTests {