Update of /cvsroot/springframework/spring
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4917
Modified Files:
changelog.txt
Log Message:
SchedulerFactoryBean etc
Index: changelog.txt
===================================================================
RCS file: /cvsroot/springframework/spring/changelog.txt,v
retrieving revision 1.736
retrieving revision 1.737
diff -C2 -d -r1.736 -r1.737
*** changelog.txt 16 Oct 2008 19:28:11 -0000 1.736
--- changelog.txt 20 Oct 2008 14:02:43 -0000 1.737
***************
*** 4,8 ****
! Changes in version 2.5.6 (2008-10-20)
-------------------------------------
--- 4,8 ----
! Changes in version 2.5.6 (2008-10-22)
-------------------------------------
***************
*** 119,122 ****
--- 119,127 ----
Package org.springframework.scheduling
* SchedulerFactoryBean populates scheduler context first before satisfying SchedulerContextAware on a given JobFactory
+ * SchedulerFactoryBean uses bean name as default scheduler name (when "schedulerName" property not explicitly specified)
+ * SchedulerFactoryBean does not accept a pre-registered Scheduler instance in the Quartz SchedulerRepository anymore
+ * SchedulerFactoryBean does not expose the Spring-created/managed Scheduler to the Quartz SchedulerRepository anymore
+ * added "exposeSchedulerInRepository" flag to SchedulerFactoryBean, for explicit exposure to the SchedulerRepository
+ * introduced SchedulerAccessorBean for registering jobs/triggers/listeners on an existing Quartz Scheduler instance
* ScheduledExecutorFactoryBean uses Runnable decorator for logging exceptions that lead to termination of execution
***************
*** 139,142 ****
--- 144,148 ----
* Servlet/PortletContextResource accept path with leading "/../" part as well (as accepted by most servlet containers)
* DispatcherServlet removes error-view-driven servlet request attributes after rendering (for Tomcat compatibility)
+ * exposed "getParamName()" method on LocaleChangeInterceptor and ThemeChangeInterceptor
* added "cacheSecondsForSessionAttributeHandlers" property to Servlet/Portlet AnnotationMethodHandlerAdapter
* AnnotationMethodHandlerAdapter exposes special ModelMap that removes BindingResult if target attribute gets replaced
|