From f0787bdb86d309d7070e4054bc6be953a3d0c124 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 15 Feb 2013 13:30:34 +0100 Subject: [PATCH] Fixed @Configurable documentation with respect to logging when the aspect hasn't been configured Issue: SPR-10295 --- src/reference/docbook/aop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/aop.xml b/src/reference/docbook/aop.xml index 331fa897346..fafebe61276 100644 --- a/src/reference/docbook/aop.xml +++ b/src/reference/docbook/aop.xml @@ -2969,8 +2969,8 @@ public class AppConfig { Instances of @Configurable objects created before the aspect has been configured will - result in a warning being issued to the log and no configuration of the - object taking place. An example might be a bean in the Spring + result in a message being issued to the debug log and no configuration + of the object taking place. An example might be a bean in the Spring configuration that creates domain objects when it is initialized by Spring. In this case you can use the "depends-on" bean attribute to manually specify that the bean depends on the configuration