Commit Graph

3489 Commits

Author SHA1 Message Date
lucasward
fc06eb4da2 BATCH-1423: Merged FlatFileItemReader from 2.0.x into trunk 2009-11-26 05:10:44 +00:00
dsyer
fc37dc27c9 RESOLVED - issue BATCH-1316: JobParameters throws NullPointerException on missing key 2009-11-24 10:04:15 +00:00
dsyer
f4b0672520 Add URLs to poms for Maven site plugin 2009-11-24 08:27:54 +00:00
dsyer
d5b86f45b1 RESOLVED - issue BATCH-1448: BeanWrapperFieldSetMapper should throw BindException (so the errors can be accessed) 2009-11-24 08:01:16 +00:00
robokaso
8b512827dc RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX
declared woodstox dependency as optional
2009-11-21 21:29:33 +00:00
robokaso
b65a634d59 RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX
switched to woodstox-core-asl 4.0.6
2009-11-21 21:23:26 +00:00
dsyer
c8f0680da4 Add test to verify that a decision state can fail a job by throwing an exception 2009-11-19 13:07:31 +00:00
dsyer
b1b8e6085b RESOLVED - issue BATCH-1447: Ensure that JobLauncher fails a job if the task executor cannot run it 2009-11-19 12:48:43 +00:00
dsyer
ed42a6bc24 RESOLVED - issue BATCH-1446: Add convenience method to ExitStatus for capturing stack trace 2009-11-19 12:44:22 +00:00
dsyer
1491c13d28 Fix broken build (@Override) 2009-11-18 22:09:00 +00:00
dsyer
eb3fd63133 Add additional test for step scope 2009-11-18 07:46:08 +00:00
dsyer
fcf7b1d1c4 BATCH-1444: better check for ChunkMonitor stream 2009-11-18 07:45:54 +00:00
dsyer
c7bb8ae1a8 RESOLVED - issue BATCH-1347: Restartable look-ahead (peekable) ItemReader 2009-11-18 07:45:15 +00:00
lucasward
d67b9d7101 BATCH-1418: Reverted FlatFileItemReader changes due to merge conflicts 2009-11-18 06:04:57 +00:00
lucasward
7de0f773e8 BATCH-1418: Merged 2.0.x changes into trunk 2009-11-18 05:23:40 +00:00
dsyer
e32cc6a189 RESOLVED - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
Moved line mapper to mapping package
2009-11-16 16:05:49 +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
8898975a1e Account for differences between step names in SimpleJob and FlowJob 2009-11-16 10:28:57 +00:00
dsyer
26f44f9dc1 Compiler warnings 2009-11-16 10:16:48 +00:00
dsyer
566a7f9890 RESOLVED - issue BATCH-1439: Fix test tests 2009-11-16 09:57:06 +00:00
dsyer
84b488ff13 RESOLVED - issue BATCH-1439: Fix samples tests 2009-11-16 09:55:23 +00:00
dsyer
36b6711531 RESOLVED - issue BATCH-1439: Add test case for all XML in parser tests 2009-11-16 09:08:58 +00:00
dsyer
fa1ddbf2ea RESOLVED - issue BATCH-1439: Make step names unique within a job 2009-11-16 08:46:56 +00:00
dsyer
86e67871a2 Fix XML error in docs 2009-11-12 17:16:01 +00:00
dsyer
67d92ed684 updates for site 2009-11-12 17:14:19 +00:00
dsyer
1d29920562 Spelling 2009-11-12 17:13:33 +00:00
dsyer
3bf6bd59da OPEN - issue BATCH-1380: Make <flow/> a top-level element, so it can be shared or strategised in a job
Add <flow/> at top level and as element in a flow.
2009-11-12 15:02:45 +00:00
dsyer
f2fecf79af add cglib to core tests 2009-11-12 13:21:17 +00:00
dsyer
7cd831456b add aspectj to core tests 2009-11-12 13:14:45 +00:00
dsyer
877481bd31 Fix Spring3 integration test (default scope is null in Spring 3) 2009-11-12 12:51:02 +00:00
dsyer
a36f5163b1 Fix build 2009-11-12 09:09:03 +00:00
dsyer
8563523307 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
Move validation check to AbstractJob (and out of Job)
2009-11-12 09:03:05 +00:00
dhgarrette
76a2fd1886 BATCH-1436: Allow inner bean for configuration of tasklet 2009-11-12 06:32:59 +00:00
dsyer
913bba44c1 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
Fix build
2009-11-11 22:11:55 +00:00
dsyer
2952ed5233 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
Fix build
2009-11-11 22:03:02 +00:00
dsyer
0dba72d2a6 RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters 2009-11-11 20:49:31 +00:00
dsyer
74a992965b IN PROGRESS - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
Jackson dependency in manifest
2009-11-11 18:24:34 +00:00
dsyer
d8d75448c0 IN PROGRESS - issue BATCH-1246: Add support for a JSON Reader from text files which are JSON formatted
Added line mapper and record separator using Jackson to parse the line up to a map.
2009-11-11 18:16:14 +00:00
dsyer
f1f1b130e2 BATCH-1372: remove 2.0.xsd and add tooling meta data 2009-11-11 13:42:15 +00:00
dsyer
44754eb4a1 RESOLVED - issue BATCH-1437: Support for CallbackPreferringPlatformTransactionManager (and for native TX in WAS)
Removed FatalException as well, since it isn't needed any more - the fatal condition can be detected in a TX synchronization.
2009-11-11 13:09:39 +00:00
dsyer
c0b0b50f7c OPEN - issue BATCH-1437: Support for CallbackPreferringPlatformTransactionManager (and for native TX in WAS)
Refactored TaskletStep so that it uses a TransactionCallback.  It's actually much nicer that way because commit failures can be detected and accounted for with a proper rollback, instead of just panicking and using BatchStatus.UNKNOWN.
2009-11-11 12:46:52 +00:00
dsyer
1637f62e7c update site for 2.1.0.M2 2009-11-10 19:08:57 +00:00
dsyer
1a85ddf2a7 Added release notes for 2.1.0.M2 2009-11-10 19:00:49 +00:00
dsyer
c1c5901685 [maven-release-plugin] prepare for next development iteration 2009-11-10 18:39:09 +00:00
dsyer
126824d4fe [maven-release-plugin] prepare release 2.1.0.M2 2009-11-10 18:38:04 +00:00
dsyer
e5457c99d1 add core tests to build 2009-11-10 18:33:31 +00:00
dsyer
e738590a61 BATCH-834: catch a corner case where stop signal is not propagated to other steps (e.g. in a split). 2009-11-10 15:04:18 +00:00
dsyer
523a92bd47 RESOLVED: BATCH-1427: Fix broken build 2009-11-10 14:38:25 +00:00
dsyer
3d421d7841 RESOLVED: BATCH-1427: extracted FatalException into parent package instead of inner class. 2009-11-10 13:52:59 +00:00
dsyer
225547d8ae RESOLVED - issue BATCH-1433: IteratorItemReader 2009-11-10 13:04:46 +00:00