Update What's new section

This commit is contained in:
Stephane Nicoll 2015-12-22 11:33:26 +01:00
parent d444ef4871
commit 66dd880335
1 changed files with 3 additions and 0 deletions

View File

@ -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