@@ -3,18 +3,18 @@ SPRING FRAMEWORK CHANGELOG
33http://www.springsource.org
44
55
6- Changes in version 3.0.2 (2010-04-01 )
6+ Changes in version 3.0.2 (2010-04-02 )
77-------------------------------------
88
99* fixed cross-module version ranges in OSGi manifests
1010* fixed contents of org.springframework.web.struts jar
1111* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
12- * restored compatibility with Servlet 2.4 containers on all VMs
1312* compatibility with Hibernate 3.5 final (native and also as a JPA 2.0 provider)
1413* compatibility with OpenJPA 2.0 (support for JPA 2.0 persistence.xml versioning)
1514* compatibility with Hessian 4.0 (in terms of exception propagation)
1615* compatibility with JasperReports 3.x (in terms of resource management)
17- * PropertyEditor lookup fallback works on Google App Engine as well (e.g. for form tags)
16+ * restored full compatibility with Servlet 2.4 containers on all VMs
17+ * PropertyEditor lookup fallback works on Google App Engine as well
1818* fixed TypeDescriptor/MethodParameter toString for all cases in debug log messages
1919* widened AbstractFactoryBean's "getObjectType" signature to return any Class as well
2020* BeanPostProcessors are allowed to return a null bean value in the middle of the chain
@@ -40,8 +40,8 @@ Changes in version 3.0.2 (2010-04-01)
4040* introduced support for HttpEntity and ResponseEntity wrappers, adding context to body values
4141* fixed DataBinder's conversion error handling for direct field access with ConversionService
4242* @InitBinder methods support all applicable Spring 3.0 parameter annotations as well
43- * @ExceptionHandler methods consistently receive original exception as thrown by user methods
4443* fixed @RequestParam(required=false) regression for @InitBinder methods
44+ * @ExceptionHandler methods consistently receive original exception
4545* fixed indexed property binding regression in form tag library
4646* fixed @Configurable issue with null bean name
4747
0 commit comments