Files
spring-batch/spring-batch-core
dhgarrette 3005e6a810 BATCH-1213:
*Removed isAbstractStep() from BeanDefinitionUtils.  The formulation "beanFactory.isTypeMatch(beanName, AbstractStep.class)" should be used instead because it will automatically check the resultant type of a FactoryBean as well.
 *Changed *StepFactoryBean's getObjectType() to return TaskletStep.class, which is the most specific class name for the resulting object.  This allows BeanFactory.isTypeMatch() to to recognize the factory bean's output properly.
 *Renamed CoreNamespaceBeanDefinitionUtils to BeanDefinitionUtils since it is no longer specific to the core namespace.
2009-05-23 16:32:12 +00:00
..
2009-05-23 16:32:12 +00:00
2009-01-13 14:13:59 +00:00
2009-03-20 14:28:57 +00:00
2009-01-13 13:52:37 +00:00
2009-04-06 08:54:09 +00:00