Skip to content

Commit b960bd5

Browse files
committed
preparations for 3.0.1 release
1 parent 5f7f37f commit b960bd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.1 (2010-02-17)
6+
Changes in version 3.0.1 (2010-02-18)
77
-------------------------------------
88

99
* upgraded to AspectJ 1.6.8
@@ -15,6 +15,7 @@ Changes in version 3.0.1 (2010-02-17)
1515
* ConversionFailedException exposes offending value through public "getValue()" method
1616
* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
1717
* 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")
1819
* BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible
1920
* introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor
2021
* @Configuration classes support definition of BeanFactoryPostProcessor beans
@@ -35,6 +36,7 @@ Changes in version 3.0.1 (2010-02-17)
3536
* non-matching @Transactional qualifier value will lead to IllegalStateException
3637
* fixed WebSphereUowTransactionManager regression: correctly roll back in case of exception
3738
* JndiObjectFactoryBean explicitly only chooses public interfaces as default proxy interfaces
39+
* added vararg variants of query methods to JdbcTemplate (as known from SimpleJdbcTemplate)
3840
* MBeanClientInterceptor/MBeanProxyFactoryBean understands CompositeData/TabularData arrays
3941
* added "workManagerMBeanName" property to JBossWorkManagerTaskExecutor
4042
* task:executor's id value is now used as thread name prefix of ThreadPoolTaskExecutor

0 commit comments

Comments
 (0)