dsyer
|
6596748404
|
BATCH-1122: made startDocument protected
|
2009-03-06 10:22:54 +00:00 |
|
trisberg
|
da4cf938dd
|
BATCH-970: leaving the 1.1 branch as it was - adding the optional transaction configuration to the new 2.0 version
|
2008-12-15 21:34:27 +00:00 |
|
trisberg
|
159ba9564e
|
BATCH-970: made the transaction participation configurable
|
2008-12-15 17:20:17 +00:00 |
|
trisberg
|
dabfda5cb3
|
BATCH-970: backported 2.0 fix - added call to DataSourceUtils to get connection for active transaction
|
2008-12-15 15:02:33 +00:00 |
|
robokaso
|
93568fefd6
|
RESOLVED - BATCH-925: StaxEventItemWriter doesn't reset restart flag on close
removed restart instance variable and used local variable in open method instead
|
2008-11-13 12:28:36 +00:00 |
|
robokaso
|
1074e2f72f
|
RESOLVED - BATCH-909: Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true
getWarnings is called only if debug is enabled (given ignoreWarnings == true)
|
2008-11-10 15:06:50 +00:00 |
|
bhale
|
fdb7e19787
|
spring-batch 1.1.3.RELEASE
|
2008-11-01 08:33:03 +00:00 |
|
bhale
|
9cac014d74
|
Removed bad release-plugin commit. Officially not using that any more
|
2008-11-01 08:08:09 +00:00 |
|
bhale
|
3a8ca2a277
|
[maven-release-plugin] prepare release spring-batch-1.1.3.RELEASE
|
2008-11-01 08:03:19 +00:00 |
|
robokaso
|
a5c629cf74
|
RESOLVED - BATCH-892: Thread visibility issues in repeat template
attributes set by constructor declared final
|
2008-10-30 12:33:12 +00:00 |
|
robokaso
|
15f76cadea
|
RESOLVED - BATCH-892: Thread visibility issues in repeat template
added volatile keyword to ResultHolder attributes
|
2008-10-30 09:36:43 +00:00 |
|
robokaso
|
5fd07bd425
|
RESOLVED - BATCH-866: Reference manual has invalid references to org.springframework.batch.io.file package
fixed references in docs and also code comments
|
2008-10-09 12:33:02 +00:00 |
|
dsyer
|
77a5637c36
|
RESOLVED - issue BATCH-870: Cannot add description to empty ExitStatus
|
2008-10-09 07:58:17 +00:00 |
|
dsyer
|
00bbda83a4
|
Change port number to try and fix broken build
|
2008-10-07 08:49:25 +00:00 |
|
trisberg
|
c36b04ad38
|
BATCH-810: added mainframe incrementer as "db2zos"
|
2008-09-25 14:09:46 +00:00 |
|
trisberg
|
c95985ec04
|
BATCH-810: added mainframe incrementer as "db2zos"
|
2008-09-25 13:57:45 +00:00 |
|
robokaso
|
06707281fd
|
RESOLVED - BATCH-838: TimeoutTerminationPolicy does not terminate when eof is encountered
terminate immediately if exit status is not continuable
|
2008-09-24 11:56:16 +00:00 |
|
robokaso
|
b947d2619e
|
RESOLVED - BATCH-828: org.springframework.batch.item.file.MultiResourceItemReader should allow for no resources
graceful handling for non-existing input resources
|
2008-09-12 12:43:14 +00:00 |
|
robokaso
|
9eacd0caba
|
RESOLVED - BATCH-828: org.springframework.batch.item.file.MultiResourceItemReader should allow for no resources
return null on first read if the resource list is empty
|
2008-09-10 11:21:34 +00:00 |
|
dsyer
|
174781ce2b
|
RESOLVED - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
Revert changes to Range
|
2008-09-04 08:34:01 +00:00 |
|
dsyer
|
ea1f61ae19
|
RESOLVED - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
Add strict flag and open-ended last range logic
|
2008-09-04 08:16:09 +00:00 |
|
dsyer
|
9db1281a6c
|
Add test for whitespace padding
|
2008-09-02 08:45:48 +00:00 |
|
nebhale
|
dfd5ed9bc8
|
[maven-release-plugin] prepare for next development iteration
|
2008-08-14 15:55:44 +00:00 |
|
nebhale
|
075046268e
|
[maven-release-plugin] prepare release spring-batch-1.1.2.RELEASE
|
2008-08-14 15:54:50 +00:00 |
|
lucasward
|
6cf8a58f26
|
BATCH-734:Merged fixes into 1.1 branch.
|
2008-08-14 15:32:34 +00:00 |
|
robokaso
|
f49b5c5e15
|
RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
moved the 'exists' check after possible output file creation
|
2008-08-11 12:11:01 +00:00 |
|
robokaso
|
f5268ced57
|
RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
Added check to open(..) that output resource exists
|
2008-08-11 09:30:29 +00:00 |
|
robokaso
|
689e29be0c
|
RESOLVED - BATCH-761: StaxEventItemWriter writes extra end document tag with Woodstox 3.2.6
made endDocument(..) protected
|
2008-08-11 09:06:51 +00:00 |
|
nebhale
|
97b4c1df25
|
[maven-release-plugin] prepare for next development iteration
|
2008-07-31 16:04:21 +00:00 |
|
nebhale
|
36f4622e94
|
[maven-release-plugin] prepare release 1.1.1.RELEASE
|
2008-07-31 16:02:50 +00:00 |
|
robokaso
|
878d497956
|
RESOLVED - BATCH-752: FlatFileItemReader restart broken for non-default RecordSeparatorPolicy (record > 1 line)
added testcase and used the default jumpToItem(int) implementation from superclass
|
2008-07-30 13:44:29 +00:00 |
|
lucasward
|
87c5626db1
|
BATCH-750: An exception thrown from SkipListener#onSkipInRead will now be swalled and logged, rather than causing a rollback.
|
2008-07-28 19:40:33 +00:00 |
|
robokaso
|
44ed2b420d
|
RESOLVED - BATCH-741: DefaultFieldSet should clone the tokens before exposing them in getValues()
|
2008-07-22 11:22:12 +00:00 |
|
dsyer
|
8a3cda03c4
|
OPEN - issue BATCH-737: JdbcCursorItemReader will spin through entire resultset if numberOfProcessRows=0
|
2008-07-21 08:24:39 +00:00 |
|
dsyer
|
33e6c34c28
|
RESOLVED - issue BATCH-607: FlatFileItemWriter section needs additional details
|
2008-07-17 16:49:11 +00:00 |
|
macsuibhne
|
71dad74438
|
Add missing Bundle-Name:
|
2008-07-17 09:35:19 +00:00 |
|
macsuibhne
|
69cae006d4
|
update all pom files to 1.1.0.RELEASE
|
2008-07-15 11:02:53 +00:00 |
|
macsuibhne
|
94a1dfe53f
|
Create 1.1 branch to allow 2.0 work to start in trunk
|
2008-07-14 15:39:57 +00:00 |
|
dsyer
|
cae3dabff1
|
Fix retry tests in integration project
|
2008-07-14 07:45:45 +00:00 |
|
dsyer
|
11a84dd267
|
RESOLVED - issue BATCH-722: No framework logic should depend on the value of ExitStatus
|
2008-07-13 11:48:41 +00:00 |
|
lucasward
|
402bb81c40
|
BATCH-700:FixedLengthTokenizer didn't support single value ranges when calculating the maximum line length.
|
2008-07-11 04:14:53 +00:00 |
|
robokaso
|
a61b725bc2
|
REOPENED - BATCH-715: Default value of saveState flag should be true
changed the default value for ItemWriters
|
2008-07-08 07:46:54 +00:00 |
|
lucasward
|
8f66882c51
|
BATCH-704: Failure to parse BigDecimal in FieldSet will now throw a NumberFormatException
|
2008-07-07 16:39:08 +00:00 |
|
dsyer
|
54b322dfa7
|
RESOLVED - issue BATCH-715: Default value of saveState flag should be true
|
2008-07-05 16:01:32 +00:00 |
|
dsyer
|
3d78c0bcb5
|
Dust off JMX demo
|
2008-07-05 07:32:44 +00:00 |
|
robokaso
|
086fded0cf
|
RESOLVED - BATCH-708: merge MultiResourceItemReader and SortedMultiResourceItemReader
|
2008-07-04 08:28:11 +00:00 |
|
lucasward
|
3757b239d0
|
BATCH-700:LineTokenizer implementations are now consistent in their handling of incorrect data.
|
2008-07-04 03:35:28 +00:00 |
|
lucasward
|
e748dad82e
|
BATCH-713: Javadoc on WriterNotOpenException was incorrect from copy-pasting.
|
2008-07-03 18:43:21 +00:00 |
|
lucasward
|
cb3f23e4c5
|
BATCH-713: FlatFileItemWriter now requires open to be called before write. There are also some additional clarifying test cases to the tokenizer tests.
|
2008-07-03 18:36:52 +00:00 |
|
dsyer
|
9c57a5c569
|
ResourceLineReader did not need to implement ItemStream
|
2008-07-03 16:55:30 +00:00 |
|