17 Commits (abea416863af9c4eb7aa52c70e0a623f09d2a577)

Author SHA1 Message Date
Mark Fisher 49ed02282c Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 17 years ago
Christian Dupuis e81fd7b5d3 xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import 17 years ago
Mark Fisher 12b2418623 The 'task' sub-element of the 'scheduled-tasks' element is now 'scheduled' to be consistent with the @Scheduled annotation (and to avoid task:task). 17 years ago
Mark Fisher c069d45b3d The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. 17 years ago
Mark Fisher 39a3dead76 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. 17 years ago
Juergen Hoeller 661c96a5ca prepared 3.0 versions of the remaining namespaces 17 years ago
Mark Fisher 7c9b459aa5 Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. 17 years ago
Christian Dupuis fc602eb256 added spring.tooling descriptor and images for all namespaces 17 years ago
Mark Fisher ce0017a838 SPR-4359 renamed 'concurrent' namespace to 'task' 17 years ago
Mark Fisher 716070be36 SPR-4359 the 'scheduling' namespace is now 'concurrent' 17 years ago
Christian Dupuis 1f065e9daa some minor tweaks to the scheduling namespace parser to make it more tooling friendly; applied new tools:annotation to method attribute in scheduling xsd 17 years ago
Mark Fisher 035c489129 SPR-4359 Added support for a 'task-scheduler' element. 17 years ago
Mark Fisher 55320b2c11 SPR-4359 Initial commit of scheduling namespace support. 17 years ago
Juergen Hoeller f7642c4e30 polishing 17 years ago
Juergen Hoeller b9f25bc30b polishing 17 years ago
Juergen Hoeller 45632781a2 polishing 17 years ago
Arjen Poutsma 70caa15c13 Added XSDs and namespace handler files. 18 years ago