diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 370c5614bc..6cbfe51eb7 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -17,11 +17,14 @@ Changes in version 3.2.2 (2013-03-07) * @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) * refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions (SPR-9459) +* @Transactional in AspectJ mode works with CallbackPreferringPlatformTransactionManager (WebSphere) as well (SPR-9268) * SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code among causes (SPR-10260) * deprecated (NamedParameter)JdbcTemplate's queryForInt/Long operations in favor of queryForObject (SPR-10257) * 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 "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) * marked spring-web module as 'distributable' in order for session replication to work on Tomcat (SPR-10219) * MappingJackson(2)JsonView allows subclasses to access the ObjectMapper and to override content writing (SPR-7619)