jpraet
b26d272d43
cleanup
2014-04-02 14:35:53 -04:00
Chris Schaefer
db8b5d9735
General cleanup in spring-batch-samples
...
* Delete unused classes, files, misc ide files
* Cleanup checkstyle/pmd/findbugs reports
* Add @Override as needed
* Remove schema versions in xml configs
* Remove unused imports
* General tidying
* Cleanup deprecated jdbctemplate methods
* Fix @Ignored OrderItemReaderTests test
2014-03-27 00:22:21 -04:00
dsyer
8c55fcf8b1
Fix broken build?
2010-03-29 11:47:19 +00:00
dsyer
953fb3a5b4
RESOLVED - issue BATCH-1239: Add email-sending item writer
2010-01-12 17:05:56 +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
78768959b0
BATCH-1407: make samples work with MySQL.
2009-09-22 11:33:21 +00:00
dsyer
c2b7519b7b
Finish off placeholder test with method invoking tasklet
2009-05-28 12:30:25 +00:00
dhgarrette
3a950f4bd6
BATCH-1249: Add missing files to .springBeans
2009-05-27 23:43:23 +00:00
dhgarrette
472ccb2580
BATCH-1249: Add files to .springBeans in samples project
2009-05-27 17:02:41 +00:00
dsyer
3bfc17433e
BATCH-1188: upgrade to bundlor M2
2009-04-06 08:54:09 +00:00
dsyer
bb9fd79bf1
Rationalise writer exception hierarchy
2009-03-06 08:24:12 +00:00
dsyer
044a91eddf
BATCH-1103: Added partitioning sample
2009-02-25 12:31:13 +00:00
dhgarrette
3bc8a53c22
BATCH-959: Cleaned up Spring config sets
2009-01-27 21:27:09 +00:00
dsyer
d8c3020176
Add @Transactional to SimpleJobRepostory.stop()
2008-12-31 07:29:23 +00:00
dsyer
f6131a0f40
BATCH-941: Applied patch
2008-12-30 17:42:48 +00:00
robokaso
dcb5111b70
RESOLVED - BATCH-971: add database writers to iosample
...
JPA iosample
2008-12-18 10:42:46 +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
dsyer
6acaa8b90a
BATCH-959: applied patch to .springBeans
2008-12-12 07:47:15 +00:00
lucasward
9c3b62f6b7
OPEN - issue BATCH-911: Consolidate Samples
...
http://jira.springframework.org/browse/BATCH-911
There is now a new sample job called ioSample, which contains simple examples of all the major item reader and writer combinations, by substituting out implementations in the same job, rather than having a separate job per implementation.
2008-11-24 18:53:01 +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
dsyer
aec5d45053
Remove iffy technical package with funny name and fix Spring IDE config
2008-11-08 09:21:47 +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
d264bf2aaa
Fix Spring IDE config in samples
2008-08-30 08:12:22 +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
dsyer
85d0c1c750
remove some warnings
2008-08-11 07:14:07 +00:00
dsyer
d737ddb797
Get rid of warnings from Spring IDE
2008-07-23 11:45:49 +00:00
dsyer
7a106162c8
Fix batch update job sample
2008-07-23 11:41:27 +00:00
dsyer
b95f14075e
Add hibernate-config to config set
2008-06-29 09:51:35 +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
345e7a4b81
RESOLVED - issue BATCH-654: Transactions when commit fails
2008-06-18 10:24:18 +00:00
robokaso
49640faef5
RESOLVED - BATCH-505: Job-level ExecutionContext
...
added sample job
2008-06-12 12:37:19 +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
dsyer
b0fb4167dc
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Add integration test.
2008-04-21 07:26:52 +00:00
robokaso
3877476e15
RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
2008-04-08 12:28:35 +00:00
dsyer
4ce2a39f30
RESOLVED - issue BATCH-551: Put some checks in skip so that poor key generation algorithms do not cause weird looking failures.
...
Added skipCacheCapacity as configurable for skip limit factory bean.
2008-04-03 11:09:13 +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
dsyer
16f0b60532
[BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed.
2008-03-18 21:40:37 +00:00
robokaso
1c6aa3570b
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
added renamed files to SpringIDE config sets
2008-03-18 13:55:58 +00:00
robokaso
aa20f82387
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:43:36 +00:00
robokaso
3c285c76e7
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:47:11 +00:00
dsyer
f3faf8f795
RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources
2008-03-14 17:24:34 +00:00
dsyer
a4b8ab3afd
Fix warning in skipSample
2008-03-13 09:43:18 +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
383a9587be
Fix up XML that was not re-factored with Spring IDE
2008-03-09 18:28:12 +00:00
nebhale
48195945ee
[BATCH-430] Incremental commit of io package moving
2008-03-07 12:55:27 +00:00