@@ -6,12 +6,22 @@ http://www.springsource.org
66Changes in version 3.0.4 (2010-07-15)
77-------------------------------------
88
9+ * support for Hibernate Validator 4.1 and EclipseLink 2.1
910* OSGi manifest version range accepts EHCache 2.x as well
11+ * ConversionService is able to deal with empty collections and nested collections (fixed regression)
12+ * ConversionService properly handles nested Resource arrays in Map values (fixed regression)
13+ * ConversionService does not accidentally use copy constructor for same type
14+ * BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well
1015* Jaxb2Marshaller's "marshallerProperties" Map accepts any value type
11- * DispatcherServlet applies view name translation to error views as well
16+ * Spring's MessageEndpointFactory classes are now JCA 1.6 compliant as well
17+ * AbstractJaxWsServiceExporter supports "bindingType" bean property, overriding @BindingType
18+ * AbstractJaxWsServiceExporter supports "webServiceFeatures" bean property on JAX-WS 2.2
19+ * added "validationMessageSource" property to LocalValidatorFactoryBean, for Spring-based messages
20+ * DispatcherServlet applies default view name translation to error views as well
21+ * mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well
1222* @MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter
1323* @CookieValue returns decoded cookie value in a Servlet environment (analogous to @RequestParam)
14- * mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well
24+ * Portlet @MVC's implicit render model will be updated at the end of the event phase
1525
1626
1727Changes in version 3.0.3 (2010-06-15)
0 commit comments