Further enhancements for 3.2.2
This commit is contained in:
3
src/dist/changelog.txt
vendored
3
src/dist/changelog.txt
vendored
@@ -8,6 +8,7 @@ Changes in version 3.2.2 (2013-03-07)
|
||||
|
||||
* official support for Hibernate 4.2 (SPR-10255)
|
||||
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM (SPR-10249)
|
||||
* ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion (SPR-10261)
|
||||
* ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions (SPR-10265)
|
||||
* "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)
|
||||
@@ -17,6 +18,8 @@ Changes in version 3.2.2 (2013-03-07)
|
||||
* @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)
|
||||
* 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)
|
||||
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)
|
||||
|
||||
Reference in New Issue
Block a user