Commit Graph

41 Commits

Author SHA1 Message Date
dsyer
85642150da BATCH-1387: Fix class not found in parser in IDE (Class.forName()). And change Spring namespace version to non-specific. 2010-01-04 13:41:04 +00:00
dsyer
f1f1b130e2 BATCH-1372: remove 2.0.xsd and add tooling meta data 2009-11-11 13:42:15 +00:00
dsyer
1cf63b9152 RESOLVED - issue BATCH-1302: Tidy up samples - remove prefixes for namespaces like beans: 2009-06-28 10:11:18 +00:00
dsyer
528b5f6d9c Tidy up classpaths and poms 2009-06-21 08:25:54 +00:00
dhgarrette
85fa0c7d7a BATCH-1181: Changed <chunk-tasklet/> to <chunk/> 2009-03-26 13:01:59 +00:00
dhgarrette
93b2754b7c BATCH-1181: <step/> element always assumes the step is a TaskletStep 2009-03-26 04:42:19 +00:00
trisberg
d3396a3fa7 BATCH-1013: split the <step> elements name attribute into id and ref attributes 2009-02-10 04:52:03 +00:00
trisberg
b0f182e951 BATCH-982: applied BATCH-982-B.patch to update samples to use the batch namespace 2009-01-23 16:43:10 +00:00
lucasward
a9688adf76 BATCH-982: committed patch 2008-12-31 05:27:13 +00:00
trisberg
9ec2a67a97 BATCH-863: renamed ResourceLineReader to FlatFileItemReader 2008-10-07 17:58:48 +00:00
robokaso
c9efdb0493 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
removed FFIR
2008-10-07 09:04:31 +00:00
robokaso
963e924bc6 IN PROGRESS - BATCH-830: DelegatingItemReader should be removed
replaced ValidatingItemReader with ValidatingItemProcessor
2008-09-25 13:56:34 +00:00
dsyer
99fe74f096 Tidy some config files 2008-07-30 08:43:06 +00:00
trisberg
e6bc3fc3fe IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 19:42:21 +00:00
dsyer
d52603fb46 Removed warnings from AggregateItemReaderTests 2008-07-28 11:03:01 +00:00
robokaso
1e39b06226 IN PROGRESS - BATCH-693: Refactor samples along domain contours
added internal subpackages
2008-07-25 15:21:37 +00:00
robokaso
f636d042f8 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:33:24 +00:00
robokaso
c0f02103fe IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:27:58 +00:00
robokaso
d79a284f8c IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 09:27:12 +00:00
robokaso
49c3a744e0 IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:26:11 +00:00
nebhale
48195945ee [BATCH-430] Incremental commit of io package moving 2008-03-07 12:55:27 +00:00
dsyer
81b9b5ebc8 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Switch back to strongly typed listeners and streams in ItemOrientedStep
2008-03-02 13:55:54 +00:00
dsyer
df0c615ff8 OPEN - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404

Introduce DefaultStepFactory and reduce reliance on KitchenSink.
2008-03-02 11:42:10 +00:00
dsyer
840ea77b7f OPEN - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

New XML configuration convention for samples tests (similar to JUnit 4 support in Spring 2.5).  This enables us to keep the job configurations separate.
2008-02-29 18:35:37 +00:00
dsyer
3c981017cd OPEN - issue BATCH-378: RepeatListener is confusing and too generic to use for 'intercepting' a step
http://jira.springframework.org/browse/BATCH-378

No need for setListener() methods.
2008-02-29 13:44:16 +00:00
dsyer
a1daad39f8 OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
http://jira.springframework.org/browse/BATCH-385

removed delegate calls to ItemStream in favour of direct registration
2008-02-29 13:04:18 +00:00
dsyer
90c8f71173 OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
http://jira.springframework.org/browse/BATCH-385

Remove step scope support.
2008-02-29 12:22:48 +00:00
robokaso
ac1f86b1a5 RESLOVED - BATCH-346: CommandLineJobRunner now requires just single xml file argument, samples modified to use import statement (and removed parent context loading from test launcher) 2008-02-29 08:54:09 +00:00
dsyer
0fc3ec4cfc OPEN - issue BATCH-364: StepScope responsibilities can be assumed by Step (not ApplicationContext)
http://jira.springframework.org/browse/BATCH-364

Step scope not needed for bean wrapper job
2008-02-15 13:47:49 +00:00
robokaso
2277261059 IN PROGRESS - issue BATCH-352: SimpleFlatFileItemReader vs. DefaultFlatFileItemReader
http://jira.springframework.org/browse/BATCH-352

DefaultFlatFileItemReader renamed to FlatFileItemReader
2008-02-12 14:17:25 +00:00
robokaso
7ea45ca090 IN PROGRESS - issue BATCH-352: SimpleFlatFileItemReader vs. DefaultFlatFileItemReader
http://jira.springframework.org/browse/BATCH-352

Merged SimpleFlatFileItemReader into DefaultFlatFileItemReader
2008-02-12 14:00:59 +00:00
lucasward
c1b2db5a59 Fixed broken unit tests and sample jobs from move away from Tasklet. 2008-02-10 04:28:23 +00:00
dsyer
4a10c64b2e IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7

Remove RestartableItemOrientedTasklet (replaced with ItemOrientedTasklet).
2008-01-31 15:43:13 +00:00
dsyer
63594415ca Purge ItemProcessor 2008-01-29 09:13:47 +00:00
dsyer
0e27ea6660 OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320

Half way there - tests OK, but some naming and tidying up to do.
2008-01-28 22:37:46 +00:00
dsyer
c423fff306 Rename provider package as "reader" 2008-01-02 14:41:06 +00:00
dsyer
3ee3007c46 IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
http://jira.springframework.org/browse/BATCH-267

Initial draft - separating flat file and xml processing
2007-12-31 15:42:15 +00:00
dsyer
7f71dc55ce IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Remove unnecessary uses of Delegating ItemReader from samples.
2007-12-18 18:47:33 +00:00
dsyer
fe54a6f38d IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Rename class and method names (Provider -> Reader)
2007-12-17 14:12:24 +00:00
dsyer
ab98d1ebe6 IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
8ea331bfc7 Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00