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
dsyer
05b5ac14cb
RESOLVED - issue BATCH-1426: RetryTemplate calls BackOffPolicy even when retry will not occur.
2009-11-06 08:45:02 +00:00
dsyer
f952924479
Typo in completion policy
2009-11-06 08:28:43 +00:00
dsyer
1dc4e25aef
BATCH-1432: fix task executor XML example
2009-11-06 08:21:43 +00:00
dsyer
9729bf588d
Added assertion for another test for skip listeners on read
2009-11-04 13:35:16 +00:00
dsyer
a35a1805b6
RESOLVED - issue BATCH-1300: Add description element to <job/> and <step/>
2009-11-04 13:34:42 +00:00
dsyer
6fb571abe0
RESOLVED - issue BATCH-1265: Add FIeldSetUtils to help with common use cases with the FieldSet interface.
2009-11-04 12:42:24 +00:00
dsyer
f2e96f4f71
RESOLVED - issue BATCH-1421: Add method to get all job names to JobExplorer
2009-11-04 12:21:04 +00:00
dsyer
15fbb6f9ac
RESOLVED - issue BATCH-1429: Allow DelimitedLineTokenizer to handle malformed file/lines gracefully.
2009-11-04 09:36:17 +00:00
dsyer
d1244127b0
RESOLVED - issue BATCH-1416: Namespace support for max varchar length in execution context and execution daos
2009-11-04 09:04:15 +00:00
dsyer
4732c118b0
RESOLVED - issue BATCH-1419: Change is-reader-transactional-queue to reader-transactional in <chunk/>
...
http://jira.springframework.org/browse/BATCH-1419
2009-11-04 08:47:20 +00:00
dsyer
d155842045
Added another test for skip listeners on read
2009-11-03 16:14:16 +00:00
dsyer
410968cf02
OPEN - issue BATCH-1428: Add support for lobhandler in job repository name space / factory bean
...
http://jira.springframework.org/browse/BATCH-1428
2009-10-29 20:34:31 +00:00