Skip to content

Commit e4f2cfe

Browse files
committed
Provider injection etc
1 parent 4aa8b96 commit e4f2cfe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Changes in version 3.1.1 (2012-02-13)
88

99
* official support for Hibernate 4.0 GA (as released in the meantime)
1010
* 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
1113
* 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
1215
* DataBinder correctly handles ParseException from Formatter for String->String case
1316
* CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute
1417
* officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect
@@ -38,7 +41,8 @@ Changes in version 3.1.1 (2012-02-13)
3841
* added property to RedirectView to disable expanding URI variables in redirect URL
3942
* fixed request mapping bug involving direct vs pattern path matches with HTTP methods
4043
* 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+
4246

4347
Changes in version 3.1 GA (2011-12-12)
4448
--------------------------------------

0 commit comments

Comments
 (0)