From 66dd880335522bce31da720132e03f2504012a0d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Dec 2015 11:33:26 +0100 Subject: [PATCH] Update What's new section --- src/asciidoc/whats-new.adoc | 3 +++ 1 file changed, 3 insertions(+) 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