CastorMarshaller etc
This commit is contained in:
parent
e9db785799
commit
00a3420c6f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue