Commit Graph

3098 Commits

Author SHA1 Message Date
dhgarrette
2a3dd2aca7 BATCH-1225: Created "Restart File Sample" to demonstrate the restart capability of the FlatFileItemReader and FlatFileItemWriter. 2009-05-01 19:13:29 +00:00
dhgarrette
74929408ff RESOLVED - BATCH-1226: Add assertLineCount method to AssertFile 2009-05-01 19:08:42 +00:00
dsyer
1de9c71647 RESOLVED - issue BATCH-1219: JmsItemReader and -Writer should check for proper settings on JmsTemplate 2009-04-29 14:49:34 +00:00
dsyer
8dc6bc1091 BATCH-1215: rename class 2009-04-29 14:36:32 +00:00
dsyer
0fd6da7127 RESOLVED - issue BATCH-1214: CoreNamespaceUtils.addRangePropertyEditor fails with Spring 3.0 2009-04-29 14:32:38 +00:00
dsyer
1d1d0b85ca BATCH-1218: changed instanceof to == 2009-04-27 13:03:33 +00:00
dsyer
546ab820c0 Change project name (was wrong) 2009-04-26 15:44:36 +00:00
dsyer
79fa645aca RESOLVED - issue BATCH-1217: Suggest use .doubleValue() value in DefaultFieldSet.readDouble(..) 2009-04-26 15:40:13 +00:00
dhgarrette
0bcc36927b BATCH-1208: Modified PlaceholderTargetSource to remove the path from resolveStringValue() that handles values that start with "#{" and end with "}". This was causing problems for values like "#{run.id}" or "#{integer}-#{integer}" where replacements were expected. The special path was added to handle references, where a replacement should not take place. Since a replacement is not expected, removing the path caused an exception to be thrown to indicate that no replacement had occurred. This exception was changed to a logging statement to allow this case. 2009-04-23 22:52:13 +00:00
dsyer
5519d0ae1f duh! needs to be compile scope 2009-04-22 20:36:20 +00:00
dsyer
51e71b5a33 remove package that has old code in? 2009-04-22 20:31:20 +00:00
dsyer
372797dadf remove package that has old code in? 2009-04-22 20:30:52 +00:00
dsyer
c5553c36f0 fix broken build (wrong scope for command-line build) 2009-04-22 20:08:03 +00:00
dsyer
d8c0d33e95 Fix samples command line launchers so they work with m2eclipse 2009-04-22 06:34:08 +00:00
dsyer
ffd21951c4 BATCH-1212: fix link to Spring Integration 2009-04-21 06:53:49 +00:00
dsyer
49255c3631 Javadocs 2009-04-19 17:24:47 +00:00
dsyer
a46c694b46 update site migration guide 2009-04-17 07:08:11 +00:00
dsyer
4de51829bb RESOLVED - issue BATCH-1210: AbstractStep overwrites custom exit status for STOPPED steps
Tweaked exit status handling again in AbstractStep
2009-04-16 14:08:57 +00:00
dsyer
d41bdbee62 RESOLVED - issue BATCH-1210: AbstractStep overwrites custom exit status for STOPPED steps
Need a less severe default status for stopping with an exception
2009-04-16 11:20:11 +00:00
dsyer
50cda6b170 RESOLVED - issue BATCH-1210: AbstractStep overwrites custom exit status for STOPPED steps 2009-04-16 11:12:49 +00:00
dhgarrette
02290b366d BATCH-1150: Added test for using ListPreparedStatementSetter in xml configuration 2009-04-15 17:29:20 +00:00
dsyer
545ddbcafc Add more browser links to downloads page 2009-04-15 06:28:34 +00:00
dhgarrette
ff4bf40fe6 BATCH-1205: Added tests for commit interval 2009-04-14 16:47:07 +00:00
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