diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 0854655402..6f82c8a330 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,9 +6,14 @@ http://www.springsource.org Changes in version 3.0.1 (2010-01-25) ------------------------------------- -* fixed "getBeansWithAnnotation" to ignore beans with non-determinable type -* generic ApplicationListener event type gets detected through proxy as well -* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring DM +* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type +* generic ApplicationListener event type gets detected through AOP proxy as well +* fixed SimpleApplicationEventMulticaster's retriever caching to allow for proper removal +* DefaultLifecycleProcessor allows for overriding specific hooks in subclasses +* added "workManagerMBeanName" property to JBossWorkManagerTaskExecutor +* task:executor's id value is now used as thread name prefix of ThreadPoolTaskExecutor +* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring Dynamic Modules +* revised JSP-based views to never fail when trying to set Servlet API forward attributes Changes in version 3.0.0.GA (2009-12-16)