File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ Changes in version 3.1.1 (2012-02-13)
8
8
9
9
* official support for Hibernate 4.0 GA (as released in the meantime)
10
10
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
11
+ * restored JBossLoadTimeWeaver compatibility with JBoss AS 5.1
12
+ * Provider injection works with generically typed collections of beans as well
11
13
* context:property-placeholder's "file-encoding" attribute value is being applied correctly
14
+ * optimized converter lookup in GenericConversionService to avoid contention in JDK proxy check
12
15
* DataBinder correctly handles ParseException from Formatter for String->String case
13
16
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
14
17
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
@@ -38,7 +41,8 @@ Changes in version 3.1.1 (2012-02-13)
38
41
* added property to RedirectView to disable expanding URI variables in redirect URL
39
42
* fixed request mapping bug involving direct vs pattern path matches with HTTP methods
40
43
* removed check for HTTP "POST" when resolving multipart request controller method arguments
41
- * update @RequestMapping and reference docs wrt differences between @MVC 3.1 and @MVC 2.5-3.0
44
+ * updated @RequestMapping and reference docs wrt differences between @MVC 3.1 and @MVC 2.5-3.0
45
+
42
46
43
47
Changes in version 3.1 GA (2011-12-12)
44
48
--------------------------------------
You can’t perform that action at this time.
0 commit comments