Skip to content

Commit 7428b57

Browse files
committed
final refinements for 3.1 GA
1 parent 83c83d4 commit 7428b57

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ http://www.springsource.org
66
Changes in version 3.1 GA (2011-12-12)
77
--------------------------------------
88

9+
* ConversionService is able to work with "Collections.emptyList()" as target type (again)
910
* fixed QuartzJobBean to work with Quartz 2.0/2.1 as well
11+
* added "mappingResources" property to LocalContainerEntityManagerFactoryBean (pointing to orm.xml)
12+
* optimized AnnotationTransactionAspect and AnnotationCacheAspect pointcuts to avoid runtime checks
13+
* renamed @CacheEvict's "afterInvocation" attribute to "beforeInvocation" (for better readability)
14+
* added SmartValidator interface with general support for validation hints
15+
* added custom @Valid annotation with support for JSR-303 validation groups
16+
* JSR-303 SpringValidatorAdapter and MVC data binding provide support for validation groups
17+
* restored SpringValidatorAdapter's ability to handle bean constraints with property paths
18+
* ResourceHttpRequestHandler sends content without content-type header if no media type found
19+
* ResourceHttpRequestHandler and ContentNegotiatingViewResolver use consistent mime type resolution
20+
* Portlet MVC annotation mapping allows for distributing action names across controllers
1021
* added String constants to MediaType
11-
* renamed attribute @CacheEvict#afterInvocation to beforeInvocation (for better readability)
12-
1322

23+
1424
Changes in version 3.1 RC2 (2011-11-28)
1525
---------------------------------------
1626

@@ -38,6 +48,7 @@ Changes in version 3.1 RC2 (2011-11-28)
3848
* RmiClientInterceptor detects nested SocketException as connect failure as well
3949
* fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility)
4050
* Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath
51+
* Portlet session mutex uses global session attribute to be shared among all portlets in the session
4152
* using original request URI in FlashMap matching logic to account for URL rewriting
4253
* now supporting target request with multiple parameter values in FlashMap matching logic
4354
* fixed issue in SimpleMappingExceptionResolver causing exception when setting "statusCodes" property
@@ -69,6 +80,7 @@ Changes in version 3.1 RC1 (2011-10-11)
6980
* prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1
7081
* introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
7182
* introduced extended WritableResource interface
83+
* ConversionService prevents Converter from trying to convert to a subtype of its actual target type
7284
* CollectionCollection/MapToMapConverter preserve original Collection/Map if no converted elements
7385
* DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
7486
* DefaultListableBeanFactory's getBean(name, type) attempts type conversion if necessary

0 commit comments

Comments
 (0)