From b330c12cab5bea9075894f0d787bde6d8eff8345 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 6 Jan 2010 22:23:55 +0000 Subject: [PATCH] DefaultLifecycleProcessor etc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2779 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 08546554027..6f82c8a3301 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)