Jaxb2Marshaller etc

master
Juergen Hoeller 12 years ago committed by unknown
parent 93e6238f92
commit 08e1cbc02b
  1. 2
      src/dist/changelog.txt

@ -13,6 +13,7 @@ Changes in version 3.2.2 (2013-03-07)
* "depends-on" attribute on lang namespace element actually respected at runtime now (SPR-8625)
* allow for ordering of mixed AspectJ before/after advices (SPR-9438)
* added "maximumAutoGrowSize" property to SpelParserConfiguration (SPR-10229)
* fixed regression in SpringValidatorAdapter's retrieval of invalid values (SPR-10243)
* support 'unless' expression for cache veto (SPR-8871)
* @Async's qualifier works for target class annotations behind a JDK proxy as well (SPR-10274)
* @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support (SPR-8067)
@ -23,6 +24,7 @@ Changes in version 3.2.2 (2013-03-07)
* added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs (SPR-10256)
* DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well (SPR-10230)
* DefaultMessageListenerContainer logs recovery failures at error level and exposes "isRecovering()" method (SPR-10230)
* added "mappedClass" property to Jaxb2Marshaller, introducing support for partial unmarshalling (SPR-10282)
* added "entityResolver", "classDescriptorResolver", "doctypes" and further properties to CastorMarshaller (SPR-8470)
* deprecated CastorMarshaller's "object" property in favor of "rootObject" (SPR-8470)
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)

Loading…
Cancel
Save