Skip to content

Commit 01c44c8

Browse files
committed
Further enhancements for 3.2.2
1 parent a86a77a commit 01c44c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dist/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changes in version 3.2.2 (2013-03-07)
88

99
* official support for Hibernate 4.2 (SPR-10255)
1010
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM (SPR-10249)
11+
* ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion (SPR-10261)
1112
* ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions (SPR-10265)
1213
* "depends-on" attribute on lang namespace element actually respected at runtime now (SPR-8625)
1314
* allow for ordering of mixed AspectJ before/after advices (SPR-9438)
@@ -17,6 +18,8 @@ Changes in version 3.2.2 (2013-03-07)
1718
* @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support (SPR-8067)
1819
* refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions (SPR-9459)
1920
* SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code among causes (SPR-10260)
21+
* deprecated (NamedParameter)JdbcTemplate's queryForInt/Long operations in favor of queryForObject (SPR-10257)
22+
* added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs (SPR-10256)
2023
* DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well (SPR-10230)
2124
* DefaultMessageListenerContainer logs recovery failures at error level and exposes "isRecovering()" method (SPR-10230)
2225
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)

0 commit comments

Comments
 (0)