Skip to content

Commit 16da15e

Browse files
committed
final preparations for 3.1.2
1 parent efabc6b commit 16da15e

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.2 (2012-07-05)
6+
Changes in version 3.1.2 (2012-07-09)
77
-------------------------------------
88

99
* removed INDEX.LIST entries from Spring jar META-INF dirs
@@ -12,23 +12,25 @@ Changes in version 3.1.2 (2012-07-05)
1212
* fixed MutablePropertySources "get" implementation to correctly return null if not found
1313
* fixed @PropertySource placeholder resolution to apply to all specified values
1414
* JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination
15+
* added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder
1516
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
1617
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
18+
* support executor qualification with @Async#value
1719
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
1820
* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
19-
* fix RequestConditionHolder to return null when no match is found
20-
* fix concurrency issue in AnnotationMethodHandlerExceptionResolver
21-
* fix issue with parsing invalid Content-Type or Accept headers
22-
* add Jackson 2 HttpMessageConverter and View types
21+
* fixed RequestConditionHolder to return null when no match is found
22+
* fixed concurrency issue in AnnotationMethodHandlerExceptionResolver
23+
* fixed issue with parsing invalid Content-Type or Accept headers
24+
* added "defaultCharset" property to StringHttpMessageConverter
25+
* added Jackson 2 HttpMessageConverter and View types
2326
* translate IOException on EOF from Jackson to HttpMessageNotReadableException
2427
* fix content negotiation issue when sorting selected media types by quality value
2528
* raise RestClientException instead of IllegalArgumentException for unknown status codes
2629
* discover controllers based on type-level @RequestMapping in new @MVC support classes
27-
* fix issue with suffix pattern in AnnotationMethodHandlerAdapter
30+
* fixed issue with suffix pattern in AnnotationMethodHandlerAdapter
2831
* merge rather than add URI vars in ExtendedServletRequestDataBinder
2932
* raise RestClientException for unknown HTTP status codes
30-
* support executor qualification with @Async#value
31-
* fix issue with encoded params in UriComponentsBuilder
33+
* fixed issue with encoded params in UriComponentsBuilder
3234
* XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream
3335
* corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default
3436

build-spring-framework/resources/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPRING FRAMEWORK 3.1.1 (February 2012)
2-
--------------------------------------
1+
SPRING FRAMEWORK 3.1.2 (July 2012)
2+
----------------------------------
33
http://www.springsource.org
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)