@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.1 (2010-02-17 )
6
+ Changes in version 3.0.1 (2010-02-18 )
7
7
-------------------------------------
8
8
9
9
* upgraded to AspectJ 1.6.8
@@ -15,6 +15,7 @@ Changes in version 3.0.1 (2010-02-17)
15
15
* ConversionFailedException exposes offending value through public "getValue()" method
16
16
* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
17
17
* widened FactoryBean's "getObjectType" signature to return any Class (Class<?>)
18
+ * do not ever consider Object as a candidate type for autowiring by type (autowire="byType")
18
19
* BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible
19
20
* introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor
20
21
* @Configuration classes support definition of BeanFactoryPostProcessor beans
@@ -35,6 +36,7 @@ Changes in version 3.0.1 (2010-02-17)
35
36
* non-matching @Transactional qualifier value will lead to IllegalStateException
36
37
* fixed WebSphereUowTransactionManager regression: correctly roll back in case of exception
37
38
* JndiObjectFactoryBean explicitly only chooses public interfaces as default proxy interfaces
39
+ * added vararg variants of query methods to JdbcTemplate (as known from SimpleJdbcTemplate)
38
40
* MBeanClientInterceptor/MBeanProxyFactoryBean understands CompositeData/TabularData arrays
39
41
* added "workManagerMBeanName" property to JBossWorkManagerTaskExecutor
40
42
* task:executor's id value is now used as thread name prefix of ThreadPoolTaskExecutor
0 commit comments