66 Commits (ab704fdaba5137e4f4d3e15ae845e9f519203c4c)

Author SHA1 Message Date
Juergen Hoeller 2b51759113 fixed reflective class names 14 years ago
Juergen Hoeller 788a65b8e7 compatibility with Quartz 2.0 variant of the JobFactory interface 14 years ago
Juergen Hoeller 8e169a2782 updated Quartz scheduling package to support Quartz 1.8 as well 14 years ago
Costin Leau 4da39b48f7 moved cache abstraction from context.support to context 14 years ago
Costin Leau 182b6a437c + fixed cache xsd minor typo 14 years ago
Juergen Hoeller 67d9b8b943 EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any (SPR-7813) 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Costin Leau 893fc83f49 SPR-7308 14 years ago
Costin Leau e90f0a35e3 SPR-7308 14 years ago
Costin Leau 8285e9c2a7 SPR-7308 14 years ago
Costin Leau 18e141cbaa SPR-7308 14 years ago
Costin Leau bbba832904 SPR-7308 14 years ago
Costin Leau faf01b0337 SPR-7308 14 years ago
Costin Leau 21d64a74ae SPR-7308 14 years ago
Costin Leau 85c02981b5 SPR-7308 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Juergen Hoeller ee04046ed7 polishing 14 years ago
Juergen Hoeller 9bd0bd9c3a SpringTemplateLoader supports last-modified timestamp through Resource abstraction (SPR-7454) 14 years ago
Juergen Hoeller 18af8a00f9 added license header 14 years ago
Juergen Hoeller 433b4eff8f MailSendException includes all messages as failed messages in case of a connect failure (SPR-7245) 14 years ago
Juergen Hoeller 026523d24b set shared variables with configured ObjectWrapper (SPR-7165) 15 years ago
Juergen Hoeller fd3a39dc98 MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well (SPR-6530) 15 years ago
Mark Fisher 021663b12f SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order. 15 years ago
Mark Fisher 196000d765 removed printlns from test 15 years ago
Mark Fisher c6f3613411 SPR-6354 DefaultLifecycleProcessor no longer waits for the shutdown of SmartLifecycle beans that are not actually running. 15 years ago
Juergen Hoeller 08f9f8b8fb startup thread marked as daemon now (SPR-6382) 15 years ago
Juergen Hoeller 4fb68bef04 polishing 15 years ago
Juergen Hoeller 747300f34c added support for most recent EHCache 1.6 configuration properties to EHCacheFactoryBean (SPR-6234) 15 years ago
Mark Fisher 535ec5cffd SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group). 15 years ago
Mark Fisher 81efd48352 SPR-5507 SchedulerFactoryBean now implements SmartLifecycle instead of ApplicationListener. 15 years ago
Mark Fisher 91297d9863 SPR-6307 Quartz SchedulerFactoryBean now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet(). 15 years ago
David Syer 2c0cf49b94 RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception 15 years ago
David Syer 89424579ae OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Juergen Hoeller 34d2a69a82 removed separate placeholder test class 15 years ago
Mark Fisher dedecf7ae9 SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers. 15 years ago
Rob Harrop 90652bf8ae [SPR-5727] CronTriggerBean supports start delay 15 years ago
Rob Harrop 414d6633ea [SPR-6048] fixed Exception signature in CronTriggerBean.afterPropertiesSet() 15 years ago
Juergen Hoeller 6e95b2c311 polishing 15 years ago
Juergen Hoeller ba425c34f8 updated to EHCache 1.6.0 15 years ago
Mark Fisher 65e00f7540 added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler 15 years ago
Mark Pollack 0d98baa5c1 SPR-5619 15 years ago
Juergen Hoeller 87314b950e method invocation result gets set as JobExecutionContext result (SPR-5831) 15 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Juergen Hoeller 63589ef05f polishing 16 years ago
Juergen Hoeller 0a8a80ede3 Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 16 years ago
Juergen Hoeller df99929e21 added TaskScheduler interface and Trigger abstraction; added ConcurrentTaskScheduler and ThreadPoolTaskScheduler; added CommonJ TimerManagerTaskScheduler; added CronTrigger implementation for cron expression support 16 years ago
Juergen Hoeller 160249c012 generified FactoryBeans and further Java 5 code style updates 16 years ago
Juergen Hoeller d3d0111439 polishing 16 years ago
Juergen Hoeller 7e4fb09369 added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters 16 years ago