@@ -3,18 +3,18 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.2 (2010-04-01 )
6
+ Changes in version 3.0.2 (2010-04-02 )
7
7
-------------------------------------
8
8
9
9
* fixed cross-module version ranges in OSGi manifests
10
10
* fixed contents of org.springframework.web.struts jar
11
11
* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
12
- * restored compatibility with Servlet 2.4 containers on all VMs
13
12
* compatibility with Hibernate 3.5 final (native and also as a JPA 2.0 provider)
14
13
* compatibility with OpenJPA 2.0 (support for JPA 2.0 persistence.xml versioning)
15
14
* compatibility with Hessian 4.0 (in terms of exception propagation)
16
15
* 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
18
18
* fixed TypeDescriptor/MethodParameter toString for all cases in debug log messages
19
19
* widened AbstractFactoryBean's "getObjectType" signature to return any Class as well
20
20
* 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)
40
40
* introduced support for HttpEntity and ResponseEntity wrappers, adding context to body values
41
41
* fixed DataBinder's conversion error handling for direct field access with ConversionService
42
42
* @InitBinder methods support all applicable Spring 3.0 parameter annotations as well
43
- * @ExceptionHandler methods consistently receive original exception as thrown by user methods
44
43
* fixed @RequestParam(required=false) regression for @InitBinder methods
44
+ * @ExceptionHandler methods consistently receive original exception
45
45
* fixed indexed property binding regression in form tag library
46
46
* fixed @Configurable issue with null bean name
47
47
0 commit comments