Commit Graph

51 Commits

Author SHA1 Message Date
Chris Schaefer
d512ba8ff2 BATCH-1685: Upgrade minimum support level for Spring to 3.1.2 2012-09-12 06:08:36 +01:00
dsyer
b61101365c BATCH-1344: JobRunnerTestUtils -> JobLauncherTestUtils 2009-11-29 16:09:15 +00:00
dsyer
48218f8e55 BATCH-1344: added JobRunnerTestUtils and deprecated the old AbstractJobTests 2009-11-29 13:06:19 +00:00
dsyer
75202ba087 RESOLVED - issue BATCH-1443: Add JobStep: a Step implementation that executes a Job 2009-11-16 14:19:17 +00:00
dsyer
232d739dbd RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property 2009-10-16 19:15:17 +00:00
dsyer
3a25f23218 BATCH-1209: add a Groovy job in samples using AntBuilder to do some file schlepping 2009-06-16 07:49:49 +00:00
dsyer
4441df3b63 Add simple placeholder test with method invoking tasklet 2009-05-28 12:25:04 +00:00
dsyer
044a91eddf BATCH-1103: Added partitioning sample 2009-02-25 12:31:13 +00:00
dsyer
d8c3020176 Add @Transactional to SimpleJobRepostory.stop() 2008-12-31 07:29:23 +00:00
robokaso
194cc1db69 IN PROGRESS - BATCH-971: add database writers to iosample
migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
2008-12-17 16:31:13 +00:00
robokaso
c98903793a IN PROGRESS - BATCH-971: add database writers to iosample
cleanup
2008-12-17 14:07:44 +00:00
robokaso
f05be50863 IN PROGRESS - BATCH-971: add database writers to iosample
added processing phase to iosample
included jdbcBatch and hibernate into iosample and removed the redundant original samples
2008-12-17 13:29:50 +00:00
trisberg
e8ef2ae31d BATCH-965: renamed batch writer to JdbcBatchItemWriter and added named parameter support, added JPA and Hibernate writers 2008-12-11 17:47:35 +00:00
robokaso
ad84e6fb83 IN PROGRESS - BATCH-961: integration tests for JobOperator
added start-stop-resume-stop testcase
2008-12-10 14:45:45 +00:00
lucasward
6e39c1a572 OPEN - issue BATCH-911: Consolidate Samples
http://jira.springframework.org/browse/BATCH-911

Consolidated non sequential and incrementer jobs into skipSample.
2008-11-18 20:23:49 +00:00
lucasward
2bc0c17140 RESOLVED - issue BATCH-581: Add filter capability to item oriented paradigm
http://jira.springframework.org/browse/BATCH-581

Added a new sample job: 'CustomerFilterJob' that represents a use case for the filtering of items in a processor.
2008-09-29 05:29:29 +00:00
robokaso
2973139959 IN PROGRESS - BATCH-827: Create Sample job for reading and writing headers and footers 2008-09-11 14:21:43 +00:00
dsyer
ad5b0010dd BATCH-220: Half way to rename StepHandler -> Tasklet 2008-08-28 10:38:26 +00:00
dsyer
207e882e37 OPEN - issue BATCH-791: Ditch Tasklet (StepHandler is more flexible)
Done.  Use StepHandler instead.
2008-08-26 09:15:13 +00:00
lucasward
3b2df1ea0d IN PROGRESS - issue BATCH-453: Killed batches cannot be restarted
http://jira.springframework.org/browse/BATCH-453

Added a new sample job: DatabaseShutdownFunctionalTests that uses the database to detect a stopped job.
2008-08-22 21:45:02 +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
2f3d23c7d2 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:13:14 +00:00
robokaso
6966b1a3f3 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:04:38 +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
trisberg
3f9ce6500d IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4 2008-07-23 02:48:02 +00:00
trisberg
4f55f8d970 IN PROGRESS - BATCH-672: modified advice and dao tests. Modified AbstractBatchLauncherTests base class to use JUnit4 2008-07-22 18:01:43 +00:00
dsyer
02d3c5756b Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples. 2008-06-24 15:58:41 +00:00
dsyer
a078199eae RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
robokaso
49640faef5 RESOLVED - BATCH-505: Job-level ExecutionContext
added sample job
2008-06-12 12:37:19 +00:00
robokaso
cc3c78089a fixed capital letter in filename - add new correctly capitalized file 2008-06-03 13:54:18 +00:00
robokaso
2848461333 fixed capital letter in filename - delete the file first 2008-06-03 13:51:38 +00:00
robokaso
bc18856459 RESOLVED - BATCH-520: Add a Delegating File Reader For Multiple Files
sample job for multi resource input
2008-06-03 13:33:08 +00:00
robokaso
3877476e15 RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample 2008-04-08 12:28:35 +00:00
robokaso
8dc857bfd8 RESOLVED - issue BATCH-473: Create Tasklet sample job.
http://jira.springframework.org/browse/BATCH-473

added tasklet job that deletes files in given directory (description clarifies this would typically be a preliminary step in multi-step job)
2008-03-31 12:22:35 +00:00
robokaso
64a4e53a99 IN PROGRESS - issue BATCH-422: Provide ability to specify exception types as well as skip limit in DefaultStepFactoryBean
http://jira.springframework.org/browse/BATCH-422

rollbackJob renamed to skipSample
2008-03-12 12:49:57 +00:00
dsyer
6096052ca7 [BATCH-429] remove empty execution sub-package 2008-03-09 09:05:20 +00:00
dsyer
915997cd28 RESOLVED - issue BATCH-76: ItemWriter for SQL batch updates
http://jira.springframework.org/browse/BATCH-76
2008-03-06 13:19:55 +00:00
robokaso
799cce535d RESOLVED - issue BATCH-395: Rename simple-container-definition.xml
http://jira.springframework.org/browse/BATCH-395

renamed to simple-job-launcher-context.xml and removed unused test config files from execution
2008-03-06 09:15:20 +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
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
dsyer
a53f8f6cbe OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
http://jira.springframework.org/browse/BATCH-385

Refactored existing StepContextAware to StepListener implementations.  The BatchResourceFactoryBean is now a ProxyResource with a hint in docos and exception messages about registering with a step.
2008-02-29 11:31:21 +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
a29f0f83e8 Re-organise parallel job to run quicker (not football job any more). 2007-12-20 08:55:18 +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
476393fee5 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Less verbose logging
2007-12-15 15:28:53 +00:00
dsyer
f49c9d9526 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
f7c5e0ff44 Add parallel processing sample (parallel version of football job) 2007-12-14 01:21:29 +00:00