File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 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
66Changes 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
You can’t perform that action at this time.
0 commit comments