Commit Graph

777 Commits

Author SHA1 Message Date
dsyer
88dfdba97e RESOLVED - issue BATCH-1269: Add FieldSet support to PassThroughFieldExtractor
http://jira.springframework.org/browse/BATCH-1269
2009-06-03 14:52:20 +00:00
dhgarrette
9acb94ff59 BATCH-1267: Make sure jmsTemplate is not null in JmsItemReader 2009-06-03 02:33:25 +00:00
dsyer
dee9a7e8c5 BATCH-1262: number format for BigDecimal 2009-06-02 11:00:42 +00:00
dsyer
690f822bc1 [maven-release-plugin] prepare for next development iteration 2009-06-02 08:36:00 +00:00
dsyer
8bb90ad298 [maven-release-plugin] prepare release spring-batch-2.0.1.RELEASE 2009-06-02 08:35:27 +00:00
dsyer
adab23a5a8 update build for SPring Build and parent pom 2009-06-01 18:02:58 +00:00
dsyer
db1f7fc35b RESOLVED - issue BATCH-1255: Proxy with no target cannot be analysed for listener interfaces
http://jira.springframework.org/browse/BATCH-1255
2009-05-30 09:34:18 +00:00
dsyer
cfb9d16d39 Move ivy build to conventional location 2009-05-28 12:24:16 +00:00
dsyer
ffaef35e34 switch over to Maven Central style dependencies 2009-05-28 11:56:48 +00:00
robokaso
a5aa621250 RESOLVED - BATCH-1245: StaxEventItemWriter writes extra end document tag with Woodstox 3.2.9 plus
applied patch
2009-05-25 15:10:35 +00:00
dsyer
1980412e85 RESOLVED - issue BATCH-1225: FlatFileItemWriter does not restart in the right place
Also fixed StaxEventItemWriter
2009-05-22 07:36:27 +00:00
dhgarrette
fd8ee7c985 RESOLVED - BATCH-1243: Expose the current resource of MultiResourceItemReader 2009-05-15 17:27:40 +00:00
dsyer
5682027e48 Clarify Javadocs 2009-05-13 11:11:24 +00:00
dsyer
6c55a09554 RESOLVED - issue BATCH-1238: Add ItemProcessorAdapter similar to Item*Adapter 2009-05-12 10:42:23 +00:00
dsyer
0bd6a8fc17 Add cause exception when database type cannot be determined 2009-05-11 00:07:59 +00:00
dsyer
19dee310c6 RESOLVED - issue BATCH-1230: scope "step" does not work together with Annotation "@BeforeStep" 2009-05-04 11:21:34 +00:00
dsyer
2d8ec2d061 BATCH-1220: added debug logging in writers 2009-05-02 06:40:08 +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
79fa645aca RESOLVED - issue BATCH-1217: Suggest use .doubleValue() value in DefaultFieldSet.readDouble(..) 2009-04-26 15:40:13 +00:00
dsyer
49255c3631 Javadocs 2009-04-19 17:24:47 +00:00
dsyer
339b8e3060 Tidy up loose ends from build 2009-04-13 11:34:07 +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
e10eca009b Javadocs + test case name change 2009-04-09 18:57:40 +00:00
lucasward
df2f25b1d0 Javadoc updates 2009-04-08 20:53:20 +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
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
dhgarrette
d71b260cc6 RESOLVED - BATCH-1177: Allow ValidatingItemProcessor to filter items on ValidationException 2009-04-04 15:01:00 +00:00
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