Skip to content

Commit e656105

Browse files
committed
final preparations for 3.0.1 release
1 parent 68b4c7d commit e656105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-spring-framework/resources/changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ http://www.springsource.org
66
Changes in version 3.0.1 (2010-02-18)
77
-------------------------------------
88

9-
* changed HttpStatus.REQUEST_TOO_LONG constant to REQUEST_ENTITY_TOO_LARGE
109
* upgraded to AspectJ 1.6.8
1110
* full support for JPA 2.0 persistence schema and PersistenceUnitInfo SPI
1211
* support for JPA PersistenceContext/Unit injection on Google App Engine
@@ -45,8 +44,10 @@ Changes in version 3.0.1 (2010-02-18)
4544
* fixed MediaType's Comparable behavior to do a full comparison, aligned with equals behavior
4645
* added "sortBySpecificity" method to MediaType, for typical use with accept header matching
4746
* MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well
47+
* changed HttpStatus.REQUEST_TOO_LONG constant to REQUEST_ENTITY_TOO_LARGE
4848
* relaxed generic Class declaration in HttpMessageConverter's canRead/canWrite/read signatures
4949
* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring Dynamic Modules
50+
* DefaultRequestToViewNameTranslator strips trailing slashes as well (can also be turned off)
5051
* @RequestParam/RequestHeader/CookieValue's defaultValue allows for declaring empty String
5152
* @SessionAttributes works when used on an annotated controller interface with AOP proxying
5253
* WebRequest is a resolvable dependency in Servlet/Portlet web application contexts

0 commit comments

Comments
 (0)