Browse Source

DefaultLifecycleProcessor etc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2779 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 16 years ago
parent
commit
b330c12cab
  1. 11
      build-spring-framework/resources/changelog.txt

11
build-spring-framework/resources/changelog.txt

@ -6,9 +6,14 @@ http://www.springsource.org @@ -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)

Loading…
Cancel
Save