Skip to content

Commit d956da2

Browse files
committed
ConversionService etc
1 parent 9e4140e commit d956da2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ http://www.springsource.org
66
Changes 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

1727
Changes in version 3.0.3 (2010-06-15)

0 commit comments

Comments
 (0)