File tree 1 file changed +2
-1
lines changed
build-spring-framework/resources
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ http://www.springsource.org
6
6
Changes in version 3.0.1 (2010-02-18)
7
7
-------------------------------------
8
8
9
- * changed HttpStatus.REQUEST_TOO_LONG constant to REQUEST_ENTITY_TOO_LARGE
10
9
* upgraded to AspectJ 1.6.8
11
10
* full support for JPA 2.0 persistence schema and PersistenceUnitInfo SPI
12
11
* support for JPA PersistenceContext/Unit injection on Google App Engine
@@ -45,8 +44,10 @@ Changes in version 3.0.1 (2010-02-18)
45
44
* fixed MediaType's Comparable behavior to do a full comparison, aligned with equals behavior
46
45
* added "sortBySpecificity" method to MediaType, for typical use with accept header matching
47
46
* 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
48
48
* relaxed generic Class declaration in HttpMessageConverter's canRead/canWrite/read signatures
49
49
* 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)
50
51
* @RequestParam/RequestHeader/CookieValue's defaultValue allows for declaring empty String
51
52
* @SessionAttributes works when used on an annotated controller interface with AOP proxying
52
53
* WebRequest is a resolvable dependency in Servlet/Portlet web application contexts
You can’t perform that action at this time.
0 commit comments