File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Changes in version 3.2.2 (2013-03-07)
8
8
9
9
* official support for Hibernate 4.2 (SPR-10255)
10
10
* 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)
11
12
* ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions (SPR-10265)
12
13
* "depends-on" attribute on lang namespace element actually respected at runtime now (SPR-8625)
13
14
* allow for ordering of mixed AspectJ before/after advices (SPR-9438)
@@ -17,6 +18,8 @@ Changes in version 3.2.2 (2013-03-07)
17
18
* @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support (SPR-8067)
18
19
* refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions (SPR-9459)
19
20
* 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)
20
23
* DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well (SPR-10230)
21
24
* DefaultMessageListenerContainer logs recovery failures at error level and exposes "isRecovering()" method (SPR-10230)
22
25
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)
You can’t perform that action at this time.
0 commit comments