diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 89100e4c8d..e375aa0788 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -632,6 +632,9 @@ public @interface MyTestConfig { * It is no longer necessary to specify the `@Autowired` annotation if the target bean only define one constructor. * `@Configuration` classes support constructor injection. +* SpEL expressions in caches-related annotations can now refer to beans (i.e. + `@beanName.method()`). The same applies for the `condition` attribute of + `@EventListener`. === Testing Improvements