Skip to content

Commit

Permalink
Jaxb2Marshaller etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller authored and unknown committed Feb 11, 2013
1 parent 93e6238 commit 08e1cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dist/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 08e1cbc

Please sign in to comment.