Skip to content

Commit beaad20

Browse files
committed
DataBinder etc
1 parent 1bd84db commit beaad20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,24 @@ Changes in version 3.0.7 (2011-12-19)
1111
* refined Resource "exists()" check for HTTP URLs to always return false for 404 status
1212
* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation
1313
* LinkedCaseInsensitiveMap overrides putAll method as well (for IBM JDK 1.6 compatibility)
14-
* fixed nested element conversion with a DataBinder + ConversionService + PropertyEditor
1514
* ConversionService prevents Converter from trying to convert to a subtype of its actual target type
1615
* ConversionService is able to work with "Collections.emptyList()" as target type (again)
1716
* CollectionCollection/MapToMapConverter preserve original Collection/Map if no converted elements
17+
* fixed nested element conversion with a DataBinder + ConversionService + PropertyEditor
18+
* restored DataBinder's ability to bind to an auto-growing List with unknown element type
1819
* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access
1920
* SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility)
21+
* fixed AbstractAsyncExecutionAspect's setExecutor method to correctly wrap in a TaskExecutorAdapter
22+
* @Transactional qualifiers match against transaction manager definitions in parent contexts as well
2023
* TransactionSynchronizationManager eagerly cleans up void ResourceHolders on any access
2124
* updated H2 error codes in sql-error-codes.xml
2225
* fixed NamedParameterJdbcTemplate to use correct maximum type for queryForInt/Long
2326
* SimpleJdbcTestUtils executeSqlScript properly closes its LineNumberReader after use
2427
* JDO PersistenceManager synchronization performs close attempt after completion (if necessary)
2528
* JPA EntityManagerFactoryUtils silently ignores IllegalArgumentExceptions from setHint calls
2629
* added "forwarder" property to ConnectorServerFactoryBean, accepting an MBeanServerForwarder
30+
* JmsInvokerClientInterceptor/FactoryBean always uses createConnection/createSession when on JMS 1.1
2731
* RmiClientInterceptor detects nested SocketException as connect failure as well
28-
* fixed AbstractAsyncExecutionAspect's setExecutor method to correctly wrap in a TaskExecutorAdapter
2932
* Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath
3033
* Portlet session mutex uses global session attribute to be shared among all portlets in the session
3134
* fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only

0 commit comments

Comments
 (0)