26 Commits (90fb3dcfe31767892c8c4cdffacfa050167cd4bb)

Author SHA1 Message Date
Keith Donald 90fb3dcfe3 fixed failing test 16 years ago
Chris Beams 04bed0c1d7 RESOLVED - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 16 years ago
Chris Beams 7c0a31fb36 IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 16 years ago
Juergen Hoeller 5add86419d catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563) 16 years ago
Juergen Hoeller 246bb34e08 introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) 16 years ago
Mark Fisher 4fdef7cda1 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. 16 years ago
Keith Donald d48f51199c revised matchable converter lookup algorithm; added conversion service bean container tests 16 years ago
David Syer 3cd305ef59 RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch... 16 years ago
David Syer 726ac13389 RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class) 16 years ago
David Syer b396d4b212 RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>). 16 years ago
David Syer 9c54e312ad RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity 16 years ago
David Syer 62263a9bc7 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity 16 years ago
David Syer 835dfa1d2b RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability 16 years ago
Keith Donald 5415ff882f 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 49ed02282c Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 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 e3866c8b73 Added tests for ExecutorBeanDefinitionParser. 17 years ago
Mark Fisher 3796ab35ed Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 17 years ago
Mark Fisher f233fd6fd0 Added tests for the 'scheduler' element parsing within the 'task' namespace. 17 years ago
Arjen Poutsma b62e6238d1 Fixed usage of wrong TestBean package. 17 years ago
Arjen Poutsma a768f11634 SPR-2581: Provide out of the box implementation of the thread scope 17 years ago
Arjen Poutsma f7f9621083 SPR-3360: util:property-path like functionality for the p-namespace 17 years ago
Arjen Poutsma 81921acb84 Moved tests from testsuite to context 17 years ago
Arjen Poutsma ba4274f08e Moved tests from testsuite to context and context support 17 years ago
Arjen Poutsma 3a853157df Added more modules 18 years ago