Skip to content

Commit f0787bd

Browse files
jhoellerunknown
authored and
unknown
committed
Fixed @configurable documentation with respect to logging when the aspect hasn't been configured
Issue: SPR-10295
1 parent 81a929a commit f0787bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/docbook/aop.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,8 +2969,8 @@ public class AppConfig {
29692969

29702970
<para>Instances of <interfacename>@Configurable</interfacename> objects
29712971
created <emphasis>before</emphasis> the aspect has been configured will
2972-
result in a warning being issued to the log and no configuration of the
2973-
object taking place. An example might be a bean in the Spring
2972+
result in a message being issued to the debug log and no configuration
2973+
of the object taking place. An example might be a bean in the Spring
29742974
configuration that creates domain objects when it is initialized by
29752975
Spring. In this case you can use the "depends-on" bean attribute to
29762976
manually specify that the bean depends on the configuration

0 commit comments

Comments
 (0)