From c270d347cf5d5357aa227fe2828cc49ff3e556dd Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 6 Jan 2010 22:23:55 +0000 Subject: [PATCH] DefaultLifecycleProcessor etc --- build-spring-framework/resources/changelog.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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)