From 5b59a25a5962e90ccb3162a22fc533617c0a9b60 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 31 Oct 2012 18:45:31 +0100 Subject: [PATCH] Update changelog Added missing JIRA issue IDs. --- src/dist/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 63a1f725be..fac84e2ba8 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -10,13 +10,13 @@ Changes in version 3.2 RC1 (2012-11-02) * introduced LiveBeansView MBean and LiveBeansViewServlet (SPR-9662) * ResourceBundleMessageSource supports "defaultEncoding", "fallbackToSystemLocale", "cacheSeconds" (SPR-7392) * BeanWrapper does not fall back to String constructor if ConversionService attempt failed before (SPR-9865) -* @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations +* @Autowired, @Value, and qualifiers may be used as meta-annotations for custom injection annotations (SPR-9890) * @DateTimeFormat may now be used as a meta-annotation for custom formatting annotations * allow replaced-method 'arg-type' matches against element body as well as 'match' attribute (SPR-9812) * fixed potential race condition in concurrent calling of autowired methods on a prototype bean (SPR-9806) * cancel on a Future returned by a TaskScheduler works reliably (SPR-9821) * LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably (SPR-9857) -* @ManagedResource supports placeholder resolution on all of its String properties (SPR-xxxx) +* @ManagedResource supports placeholder resolution on all of its String properties (SPR-8244) * Spring-backed DataSources consistently implement JDBC 4.0's Wrapper interface (SPR-9770, SPR-9856) * optimized ResourceDatabasePopulator to work around JDK 1.7 substring performance regression (SPR-9781) * JdbcTestUtils no longer interprets SQL comments as statements (SPR-9593)