Commit Graph

3146 Commits

Author SHA1 Message Date
dsyer
ffaef35e34 switch over to Maven Central style dependencies 2009-05-28 11:56:48 +00:00
dhgarrette
3a950f4bd6 BATCH-1249: Add missing files to .springBeans 2009-05-27 23:43:23 +00:00
dhgarrette
65ca7ea129 BATCH-1250: <job/> should disallow <decision/>, <split/>, and <step/> if abstract="true" 2009-05-27 17:32:11 +00:00
dhgarrette
472ccb2580 BATCH-1249: Add files to .springBeans in samples project 2009-05-27 17:02:41 +00:00
dsyer
112e33f6a4 RESOLVED - issue BATCH-1251: Use standard JPQL in JPA sample 2009-05-27 09:38:56 +00:00
dhgarrette
24ecb523e9 BATCH-1216: Add throttle-limit to <chunk/> 2009-05-27 02:30:38 +00:00
robokaso
a5aa621250 RESOLVED - BATCH-1245: StaxEventItemWriter writes extra end document tag with Woodstox 3.2.9 plus
applied patch
2009-05-25 15:10:35 +00:00
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
dhgarrette
da58dfc835 BATCH-1213:
*Code cleanup of CoreNamespacePostProcessor and CoreNamespaceBeanDefinitionUtils.
 *Ensure that steps defined with the batch namespace always use StepParseStepFactoryBean
 *Additional unit tests for the behavior of mixed hierarchies of batch and beans namespace defined steps
2009-05-23 15:07:11 +00:00
dsyer
dfbdd5c8a8 Correct mis-statement about upgrade scripts 2009-05-22 09:25:32 +00:00
dsyer
45a4c88082 add to dictionary 2009-05-22 07:37:43 +00:00
dsyer
1980412e85 RESOLVED - issue BATCH-1225: FlatFileItemWriter does not restart in the right place
Also fixed StaxEventItemWriter
2009-05-22 07:36:27 +00:00
dsyer
6db366cf67 BATCH-1213: tidied up BeanDefinition handling 2009-05-22 06:41:06 +00:00
dhgarrette
b9589158a7 BATCH-1247: Move aggregation from Processor to LineAggregator 2009-05-22 06:28:43 +00:00
dhgarrette
bf2d9af030 BATCH-1247: Clean up multilineOrderJob sample 2009-05-22 06:13:28 +00:00
dsyer
bd57241b6a add ignores to top level 2009-05-22 04:34:32 +00:00
dsyer
6208476e33 delete unneeded Eclipse metadata 2009-05-22 04:33:16 +00:00
dhgarrette
b7e6150453 RESOLVED - BATCH-1248: Removed default from "merge" attribute in XSD 2009-05-22 01:13:10 +00:00
dhgarrette
ded9ede29e BATCH-1213: Added test to ensure that if a <step/> with a <tasklet/> will always be a StepParserStepFactoryBean, even if its parent has a different class declared. 2009-05-22 00:41:13 +00:00
dhgarrette
232f2a0644 removed unused import 2009-05-21 22:03:52 +00:00
dhgarrette
d6844b6d23 BATCH-1213: Moved reusable BeanFactoryPostProcessor functionality into a new utility class CoreNamespaceBeanDefinitionUtils 2009-05-21 22:02:50 +00:00
dhgarrette
2514f32860 minor cleanup 2009-05-20 23:49:18 +00:00
dhgarrette
2c56a1b0c2 BATCH-1213: Added check in CoreNamespacePostProcessor to ensure that the parent of a <step/> does not have to be an AbstractStep 2009-05-20 23:47:49 +00:00
dhgarrette
9bdfdcbc43 BATCH-1213: Defaults in xsd override parent attributes
*Introduced CoreNamespacePostProcessor to handle injection of JobRepository and TransactionManager onto jobs and steps defined using the namespace.
 *Introduced JobParserJobFactoryBean used to instantiate a FlowJob via the namespace.
 *Modified defaulting behavior of jobRepository attribute.  Job's jobRepository now always overrides the Step's.
2009-05-18 23:54:18 +00:00
dhgarrette
d7d3be4223 RESOLVED - BATCH-1244: Documentation error for skip-limit 2009-05-17 16:26:36 +00:00
dhgarrette
a5ac07b26f BATCH-1213: Removed "literal" (non-reference) defaults from the XSD. 2009-05-16 00:40:20 +00:00
dhgarrette
9c8549fbfe RESOLVED - BATCH-1241: SystemCommandTasklet package name is not accurate 2009-05-15 20:51:10 +00:00
dhgarrette
fd8ee7c985 RESOLVED - BATCH-1243: Expose the current resource of MultiResourceItemReader 2009-05-15 17:27:40 +00:00
dsyer
d6c6d1ba05 OPEN - issue BATCH-1240: ItemStream is not registered when defined in step scope
Added test cases.
2009-05-13 11:11:48 +00:00
dsyer
5682027e48 Clarify Javadocs 2009-05-13 11:11:24 +00:00
dsyer
cb624c841b BATCH-1211: updated samples docs 2009-05-13 10:51:09 +00:00
dsyer
6c55a09554 RESOLVED - issue BATCH-1238: Add ItemProcessorAdapter similar to Item*Adapter 2009-05-12 10:42:23 +00:00
dsyer
b569b8419f RESOLVED BATCH-1218: add CompositeItemStream to ChunkMonitor. 2009-05-12 10:42:02 +00:00
dsyer
0bd6a8fc17 Add cause exception when database type cannot be determined 2009-05-11 00:07:59 +00:00
dsyer
a43a4ec623 Added async item processor (could be moved into infrastructure at some point). 2009-05-10 18:51:49 +00:00
dsyer
847049eb52 Wait a bit to give jobs a chance to start (broken build fixed?) 2009-05-06 19:33:08 +00:00
dsyer
51c7a96369 BATCH-1208: add unit test 2009-05-06 12:31:48 +00:00
dsyer
91cf3c83c3 Add MessageChannelPartitionHandler 2009-05-06 12:22:21 +00:00
dhgarrette
11deb78a44 BATCH-1236: Fix namespace errors in Readers and Writers chapter 2009-05-05 19:45:15 +00:00
dsyer
f3bc1a0ada BATCH-1233: remove confusing paragraph 2009-05-05 11:31:25 +00:00
dsyer
f39deb298b BATCH-1234: Change FINISED To COMPLETED 2009-05-05 11:30:53 +00:00
dsyer
19dee310c6 RESOLVED - issue BATCH-1230: scope "step" does not work together with Annotation "@BeforeStep" 2009-05-04 11:21:34 +00:00
dsyer
0b17684192 BATCH-1228: use proxyTargetClass=true in proxy 2009-05-04 08:25:29 +00:00
dsyer
ad57752def BATCH-1228: use proxyTargetClass=true in proxy 2009-05-04 08:18:17 +00:00
dsyer
523a2d48c3 BATCH-1228: added setter for proxyTargetClass 2009-05-03 06:48:59 +00:00
dsyer
89912c311c Fix up packaging for simple template 2009-05-02 06:43:16 +00:00
dsyer
2d8ec2d061 BATCH-1220: added debug logging in writers 2009-05-02 06:40:08 +00:00
dsyer
1b7ebbb932 Fix broken build 2009-05-02 06:38:56 +00:00
dhgarrette
2a3dd2aca7 BATCH-1225: Created "Restart File Sample" to demonstrate the restart capability of the FlatFileItemReader and FlatFileItemWriter. 2009-05-01 19:13:29 +00:00
dhgarrette
74929408ff RESOLVED - BATCH-1226: Add assertLineCount method to AssertFile 2009-05-01 19:08:42 +00:00