27 Commits (59fda2dbabe2645df9d5f0d5bef11c282d3ef550)

Author SHA1 Message Date
Juergen Hoeller 3e0003a1a0 TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) 16 years ago
Keith Donald b9aeba23ef fixed failing test 16 years ago
Chris Beams fbd797e50b RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 16 years ago
Chris Beams 110b032ad9 IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 16 years ago
Juergen Hoeller 1c33206042 catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563) 16 years ago
Juergen Hoeller 2153b2fbd5 introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) 16 years ago
Mark Fisher a6b6ba88dc SPR-6368 The parser for the 'executor' element in the task namespace now creates a FactoryBean so that the pool-size range can be configured after property placeholder resolution when necessary. 17 years ago
Keith Donald f0de1c3069 revised matchable converter lookup algorithm; added conversion service bean container tests 17 years ago
David Syer 57afe3baab RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch... 17 years ago
David Syer 0cf31f012d RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class) 17 years ago
David Syer dec2ca30c2 RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>). 17 years ago
David Syer 1a9599c815 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity 17 years ago
David Syer b250c65c45 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity 17 years ago
David Syer a29253f2ca RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability 17 years ago
Keith Donald acf574c3e3 added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary 17 years ago
Mark Fisher 80ac130dfe Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 17 years ago
Mark Fisher b2d73b9824 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 df6ba69bc5 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 6c98e444fe Added tests for ExecutorBeanDefinitionParser. 17 years ago
Mark Fisher e67aa6cbb2 Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 17 years ago
Mark Fisher b9a3065c0c Added tests for the 'scheduler' element parsing within the 'task' namespace. 17 years ago
Arjen Poutsma 16843b3a07 Fixed usage of wrong TestBean package. 17 years ago
Arjen Poutsma ad2cc34b79 SPR-2581: Provide out of the box implementation of the thread scope 17 years ago
Arjen Poutsma becea6115e SPR-3360: util:property-path like functionality for the p-namespace 17 years ago
Arjen Poutsma e48323aa56 Moved tests from testsuite to context 18 years ago
Arjen Poutsma 100a80e112 Moved tests from testsuite to context and context support 18 years ago
Arjen Poutsma 99a441fe31 Added more modules 18 years ago