File tree 1 file changed +2
-0
lines changed
build-spring-framework/resources 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ Changes in version 3.0.7 (2011-12-22)
17
17
* fixed nested element conversion with a DataBinder + ConversionService + PropertyEditor
18
18
* restored DataBinder's ability to bind to an auto-growing List with unknown element type
19
19
* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access
20
+ * context:property-placeholder's "file-encoding" attribute value is being applied correctly
20
21
* SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility)
21
22
* fixed AbstractAsyncExecutionAspect's setExecutor method to correctly wrap in a TaskExecutorAdapter
22
23
* @Transactional qualifiers match against transaction manager definitions in parent contexts as well
23
24
* TransactionSynchronizationManager eagerly cleans up void ResourceHolders on any access
24
25
* updated H2 error codes in sql-error-codes.xml
25
26
* fixed NamedParameterJdbcTemplate to use correct maximum type for queryForInt/Long
26
27
* SimpleJdbcTestUtils executeSqlScript properly closes its LineNumberReader after use
28
+ * Hibernate synchronization properly unbinds Session even in case of afterCompletion exception
27
29
* JDO PersistenceManager synchronization performs close attempt after completion (if necessary)
28
30
* JPA EntityManagerFactoryUtils silently ignores IllegalArgumentExceptions from setHint calls
29
31
* added "forwarder" property to ConnectorServerFactoryBean, accepting an MBeanServerForwarder
You can’t perform that action at this time.
0 commit comments