Commit Graph

746 Commits

Author SHA1 Message Date
dsyer
11b8acc989 RESOLVED: BATCH-1175 Genricise Validator 2009-03-24 17:18:42 +00:00
dsyer
56de18f884 RESOLVED - issue BATCH-1171: Interrupted step does not fail job.
Added check for STOPPED status in AbstractJob.
2009-03-23 10:52:55 +00:00
dsyer
01e09d4a21 [maven-release-plugin] prepare for next development iteration 2009-03-20 18:23:31 +00:00
dsyer
9c441df465 [maven-release-plugin] prepare release 2.0.0.RC2 2009-03-20 18:22:05 +00:00
dsyer
bdab2d99c9 add changelog for RC2 2009-03-20 17:47:40 +00:00
dsyer
c87f61adf7 RESOLVED - issue BATCH-1164: Putting scope="step" on a listener causes failure 2009-03-20 16:42:38 +00:00
trisberg
e2c536e1bf BATCH-1110: moved flush/clear to before page read to allow for lazy-loading of properties of page result items 2009-03-20 16:04:30 +00:00
dsyer
0944d9a544 update central poms 2009-03-20 14:28:57 +00:00
dsyer
05ed35106c RESOLVED - issue BATCH-1129: Problems with exception classifications 2009-03-20 11:01:54 +00:00
dsyer
f988e9c9d9 RESOLVED - issue BATCH-1157: Add max count parameter to counting item readers 2009-03-18 16:08:10 +00:00
dsyer
e837eec3ea Correct Bundle-Symbolic-Name 2009-03-17 19:13:36 +00:00
dsyer
0c695d302b RESOLVED - issue BATCH-1156: Possible "null" context return with MapRetryContextCache in RetryTemplate 2009-03-15 19:52:42 +00:00
dsyer
9af87b5a96 OPEN - issue BATCH-1156: Possible "null" context return with MapRetryContextCache in RetryTemplate
Check for null reference before deciding that a key exists.
2009-03-15 18:05:25 +00:00
dsyer
4837400605 RESOLVED - issue BATCH-1155: Cycle in reader package (FFIR and DefaultLineMapper)
Moved LineMapper up a level
2009-03-14 16:09:19 +00:00
dsyer
726e37ed1a RESOLVED - issue BATCH-1137: Move classifier to separate package? 2009-03-14 16:04:07 +00:00
dsyer
042bd114eb Fix tests in broken build: default strictness in readers. 2009-03-10 12:18:49 +00:00
dsyer
b71f2b506b change default strict to true 2009-03-10 12:12:29 +00:00
dsyer
464ebc577a OPEN - issue BATCH-1129: Problems with exception classifications
http://jira.springframework.org/browse/BATCH-1129
2009-03-10 12:10:23 +00:00
lucasward
4785cef982 BATCH-1127:Added logging statement to FFIR for parsing exceptions, and wrap all exceptions within DefaultLineMapper with a FlatFileParseException. 2009-03-09 13:06:02 +00:00
dhgarrette
b4375aae21 BATCH-1118: Modified StepListenerFactoryBean so that listener methods specified via annotations or the metaDataMap are checked for correct signatures. This allows incorrect methods to fail eagerly. For added flexibility, methods are also allowed if they do not specify any parameters. 2009-03-07 07:16:06 +00:00
dhgarrette
78c88afce0 BATCH-1125: Modified NoWorkFoundStepExecutionListener so that it will fail the step. Removed unused NoWorkFoundException. 2009-03-06 23:51:53 +00:00
dhgarrette
dee9420cda BATCH-1124: Fixed error message that is seen when a class contains two methods with the same listener annotation. 2009-03-06 22:55:38 +00:00
dsyer
cbcf28c32c fix broken test on Linux by sleeping 2009-03-06 12:20:29 +00:00
dsyer
f814c8b4be RESOLVED - issue BATCH-1122: StaxEventWriter.startDocument() needs to be protected 2009-03-06 10:14:20 +00:00
dsyer
12d6613edd Temporary measure: comment out failed test 2009-03-06 08:43:28 +00:00
dsyer
23031bb2f6 Add comparator for sorting files by last modified date (useful for MultiResourceItemReader). 2009-03-06 08:37:03 +00:00
dsyer
bb9fd79bf1 Rationalise writer exception hierarchy 2009-03-06 08:24:12 +00:00
lucasward
19248a6762 BATCH-1114: Somehow the file wasn't removed from the previous location as well. 2009-03-04 06:22:33 +00:00
lucasward
9919930dda BATCH-1114: Missed a file during last commit 2009-03-04 06:19:07 +00:00
lucasward
6f9fb36157 BATCH-1114: Moved FlushFailedException into support.transaction 2009-03-04 04:54:25 +00:00
dsyer
24b77b6ddf Move unit tests from core to infrastructure 2009-03-03 17:25:02 +00:00
dsyer
f2f7a12eaa RESOLVED - issue BATCH-1109: Generalise PrefixMatching* to PatternMatching* 2009-03-03 17:11:49 +00:00
dsyer
7fd99c2344 RESOLVED - issue BATCH-1112: Remove cycle in infrastructure database/support (move support class up a level) 2009-03-03 14:26:23 +00:00
dsyer
9fa730100c OPEN - issue BATCH-1108: Add composite ItemWriter/Processor based on Classifier
Move test case over from core as well
2009-03-03 12:23:59 +00:00
dsyer
998f6f592e OPEN - issue BATCH-1108: Add composite ItemWriter/Processor based on Classifier
First draft of classifier features added.  Also refactored MethodInvoker abstraction into infrastructure.
2009-03-03 11:55:03 +00:00
dsyer
56d8b35be8 RESOLVED - issue BATCH-935: Use NumberFormat when parsing real numbers
Change default locale for number format to US to keep backwards compatibility
2009-02-28 14:05:06 +00:00
dsyer
84c96bb769 RESOLVED - issue BATCH-935: Use NumberFormat when parsing real numbers 2009-02-28 14:01:02 +00:00
dsyer
eb44c0d493 BATCH-1107: add PropertyEditor support to placeholder resolution to deal with Dates 2009-02-28 12:01:58 +00:00
dsyer
6babb9b262 RESOLVED - issue BATCH-1106: SqlPagingQueryProviderFactoryBean ascending should default to true
Plus change PatternMatcher to match patterns instead of prefixes.
2009-02-27 22:41:22 +00:00
dsyer
871fe981b5 Javadocs 2009-02-24 15:45:09 +00:00
robokaso
fa2076594d RESOLVED - BATCH-1091: Add strict flag to file readers (flat and XML).
added strict flag - when true reader throws exception on open if input resource doesn't exist
2009-02-23 23:49:19 +00:00
dsyer
95bbf6d0f0 OPEN - issue BATCH-937: Make sure JobRepository can be proxied
Plus fix error with stax config in tiger profile
2009-02-23 15:19:05 +00:00
dsyer
cefced1f29 Finish off RC1 release 2009-02-23 11:08:29 +00:00
dsyer
87e8ed6e18 [maven-release-plugin] prepare for next development iteration 2009-02-21 09:22:46 +00:00
dsyer
6e035df7ed [maven-release-plugin] prepare release 2.0.0.RC1 2009-02-21 09:10:06 +00:00
dsyer
129bb48880 Add central pom for parent 2009-02-19 18:22:56 +00:00
dsyer
61880ea0c1 prepare project layout for 2.0.0.RC1 2009-02-19 16:53:17 +00:00
dsyer
d3f7d537d8 align PassThrough* naming 2009-02-18 08:25:08 +00:00
dhgarrette
b19b90be73 BATCH-1082: FlatFileItemReader.doClose() checks if the resource exists before trying to close it. 2009-02-16 22:03:32 +00:00
trisberg
0a29a8e0a3 BATCH-1083: renamed property parameterizedRowMapper to rowMapper now using type RowMapper instead of ParameterizedRowMapper 2009-02-16 16:34:25 +00:00