File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ Changes in version 3.2 RC1 (2012-11-02)
10
10
* introduced LiveBeansView MBean and LiveBeansViewServlet (SPR-9662)
11
11
* ResourceBundleMessageSource supports "defaultEncoding", "fallbackToSystemLocale", "cacheSeconds" (SPR-7392)
12
12
* BeanWrapper does not fall back to String constructor if ConversionService attempt failed before (SPR-9865)
13
- * @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations
13
+ * @Autowired, @Value, and qualifiers may be used as meta-annotations for custom injection annotations (SPR-9890)
14
14
* @DateTimeFormat may now be used as a meta-annotation for custom formatting annotations
15
15
* allow replaced-method 'arg-type' matches against element body as well as 'match' attribute (SPR-9812)
16
16
* fixed potential race condition in concurrent calling of autowired methods on a prototype bean (SPR-9806)
17
17
* cancel on a Future returned by a TaskScheduler works reliably (SPR-9821)
18
18
* LoadTimeWeaverAware beans are consistently being created early for JPA weaving to work reliably (SPR-9857)
19
- * @ManagedResource supports placeholder resolution on all of its String properties (SPR-xxxx )
19
+ * @ManagedResource supports placeholder resolution on all of its String properties (SPR-8244 )
20
20
* Spring-backed DataSources consistently implement JDBC 4.0's Wrapper interface (SPR-9770, SPR-9856)
21
21
* optimized ResourceDatabasePopulator to work around JDK 1.7 substring performance regression (SPR-9781)
22
22
* JdbcTestUtils no longer interprets SQL comments as statements (SPR-9593)
You can’t perform that action at this time.
0 commit comments