Commit Graph

3075 Commits

Author SHA1 Message Date
dhgarrette
61cccd70f4 Updated FlatFileItemReader properties 2009-04-14 14:55:35 +00:00
dhgarrette
84a71ff607 RESOLVED - BATCH-1204: Error in FieldSetMapper documentation 2009-04-14 14:21:12 +00:00
dsyer
12710566c8 RESOLVED - issue BATCH-1172: Register RangeArrayPropertyEditor automatically
http://jira.springframework.org/browse/BATCH-1172
2009-04-13 11:52:20 +00:00
dsyer
5d303c6102 RESOLVED - issue BATCH-1202: Improve error message when neither commit-interval nor chunk-completion-policy are specified on a chuck (xml namespace) 2009-04-13 11:44:52 +00:00
dsyer
b64b9d8b7c BATCH-1203: Javadocs 2009-04-13 11:39:44 +00:00
dsyer
339b8e3060 Tidy up loose ends from build 2009-04-13 11:34:07 +00:00
dsyer
3da5c021a7 missed archetype in last pom update for release distro 2009-04-11 12:50:24 +00:00
dsyer
2e7f38a6a8 [maven-release-plugin] prepare for next development iteration 2009-04-10 16:27:47 +00:00
dsyer
cd4d2d61be [maven-release-plugin] prepare release 2.0.0.RELEASE 2009-04-10 16:26:37 +00:00
dsyer
c107c92538 Move repository ready for release 2009-04-10 16:19:26 +00:00
dsyer
2a529297fb Remove unused directory 2009-04-10 08:12:09 +00:00
dsyer
09f8f5eba7 Fix Spring Build classpath crap 2009-04-09 20:43:32 +00:00
dhgarrette
b9e527ed8d Fixed errors in the <decision/> tag example 2009-04-09 20:26:02 +00:00
dhgarrette
7e37d548b5 BATCH-1172: Register RangeArrayPropertyEditor automatically
*New method addRangePropertyEditor() added to CoreNamespaceUtils
   *Called by JobParser and TopLevelStepParser
   *Registers a new CustomEditorConfigurer if no CustomEditorConfigurer currently exists with an entry for Range[]
2009-04-09 20:15:54 +00:00
dsyer
e10eca009b Javadocs + test case name change 2009-04-09 18:57:40 +00:00
dsyer
2cec79b65c fix stax dependency 2009-04-09 18:57:21 +00:00
dsyer
5d1ddecba2 Update version numbers in docos 2009-04-09 12:07:16 +00:00
dsyer
efc71444c2 Update migration index 2009-04-09 12:03:29 +00:00
dsyer
b41ece2c38 Add release notes for 2.0 2009-04-09 12:02:40 +00:00
dsyer
82bc42d102 RESOLVED - issue BATCH-1187: Step shouldn't exit with status=EXECUTING
AbstractStep now sets the ExitStatus (by ANDing with the existing value), so a Tasklet does not have to set it manually.
2009-04-09 11:51:31 +00:00
lucasward
df2f25b1d0 Javadoc updates 2009-04-08 20:53:20 +00:00
lucasward
d6744b0be9 Updated javadocs where necessary. 2009-04-08 18:39:21 +00:00
dhgarrette
ea0d5ef95f RESOLVED - BATCH-1200: Update JavaDocs for Listener Annotations 2009-04-08 17:09:37 +00:00
dhgarrette
f306e9e83e RESOLVED - BATCH-1201: Listener Annotations don't allow parameters to be subtypes of expected types 2009-04-08 15:46:40 +00:00
dhgarrette
9092b47fce Updated to remove warnings. 2009-04-08 14:33:54 +00:00
dsyer
47d4afd964 RESOLVED - issue BATCH-1199: Makes SimpleJobLauncher default implementation in CommandLineJobRunner
Add clearer error message
2009-04-08 13:00:47 +00:00
dsyer
5c4f5906b8 BATCH-1192: updated docos to show transaction manager being used with MapJobRepositoryFactoryBean. 2009-04-08 12:48:37 +00:00
lucasward
4f39902ee8 BATCH-1042: Added section on scalability to what's new section. 2009-04-08 03:53:46 +00:00
dhgarrette
2b815d3cf9 fixed typo 2009-04-07 16:56:04 +00:00
dhgarrette
4d215d484b Added section on passing data to future steps to common-patterns.xml 2009-04-07 16:52:01 +00:00
dsyer
ffd11dd427 RESOLVED - issue BATCH-1095: Optionally throw exception if late binding fails 2009-04-07 15:54:52 +00:00
dsyer
926f61972f RESOLVED - issue BATCH-1196: ExecutionContext not re-hydrated by JdbcJobExecutionDao 2009-04-07 15:11:51 +00:00
dsyer
f708120524 OPEN - issue BATCH-1198: processSkipCount and filterCount mixed up 2009-04-07 11:46:31 +00:00
dsyer
f12edbb546 RESOLVED - issue BATCH-1197: Rerunning a job sometimes creates new job instance 2009-04-07 09:05:14 +00:00
dsyer
46a912cd6e RESOLVED - issue BATCH-1194: switch to m2eclipse 2009-04-06 15:04:51 +00:00
dsyer
c4e02c9a4e RESOLVED - issue BATCH-1185: Job slows when step scope is used
http://jira.springframework.org/browse/BATCH-1185
2009-04-06 14:38:23 +00:00
dsyer
3bfc17433e BATCH-1188: upgrade to bundlor M2 2009-04-06 08:54:09 +00:00
dsyer
e755d0848a BATCH-1191: fixed distributionManagement 2009-04-06 07:50:32 +00:00
dhgarrette
3ad828b771 BATCH-1132 & BATCH-1138: Removed default in xsd from abstract= attribute 2009-04-05 21:05:57 +00:00
dhgarrette
a686033674 BATCH-1181:
* Added test to make sure <step/> element's parent= attribute could reference a beans:bean
 * Some small cleanup
2009-04-05 20:49:28 +00:00
dhgarrette
d71b260cc6 RESOLVED - BATCH-1177: Allow ValidatingItemProcessor to filter items on ValidationException 2009-04-04 15:01:00 +00:00
lucasward
17dd5bb3f4 BATCH-1150: Modified the StepExecutionPreparedStatementSetter to no longer implement StepExecutionListener. Also changed the name to ListPreparedStatementSetter. 2009-04-03 02:53:52 +00:00
dhgarrette
a1c45f5dad Fixed programlisting that was too wide. 2009-04-02 04:11:18 +00:00
dhgarrette
1bb3c89898 Fixed typos 2009-04-02 04:07:13 +00:00
dhgarrette
8ef418dfe3 BATCH-1189: By default, all exceptions should be fatal 2009-04-02 03:49:20 +00:00
dhgarrette
f0bba9c1c5 BATCH-1189: Added some unit tests 2009-04-02 03:48:18 +00:00
dhgarrette
3dc92be2ed BATCH-1189: By default, all exceptions should be fatal 2009-04-01 21:22:43 +00:00
trisberg
3f7f2d8b4e fixed formatting of changelog for RC3 2009-04-01 21:06:47 +00:00
trisberg
d678750186 fixed resourcecount for the verify target 2009-04-01 19:30:47 +00:00
dhgarrette
70970c6259 Mention job execution listener annotations 2009-04-01 16:42:39 +00:00