DefaultLifecycleProcessor etc

master
Juergen Hoeller 15 years ago
parent 2ba1dd47b0
commit c270d347cf
  1. 11
      build-spring-framework/resources/changelog.txt

@ -6,9 +6,14 @@ http://www.springsource.org
Changes in version 3.0.1 (2010-01-25) Changes in version 3.0.1 (2010-01-25)
------------------------------------- -------------------------------------
* fixed "getBeansWithAnnotation" to ignore beans with non-determinable type * fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
* generic ApplicationListener event type gets detected through proxy as well * generic ApplicationListener event type gets detected through AOP proxy as well
* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring DM * 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) Changes in version 3.0.0.GA (2009-12-16)

Loading…
Cancel
Save