dsyer
|
4b6f350a47
|
RESOLVED - issue BATCH-745: strong typing in AggregateItemReader
Added AggregateItem<T>
|
2008-07-28 15:42:35 +00:00 |
|
robokaso
|
1b4babb4cd
|
informative error in case 'read-only' flag couldn't be set on file
|
2008-07-28 11:17:46 +00:00 |
|
dsyer
|
a85643d9a1
|
Remove Java 1.4 workarounds from samples tests
|
2008-07-28 11:07:50 +00:00 |
|
dsyer
|
d52603fb46
|
Removed warnings from AggregateItemReaderTests
|
2008-07-28 11:03:01 +00:00 |
|
dsyer
|
f58b33f83c
|
RESOLVED - issue BATCH-744: restart.count is always 0 in FlatFileItemWriter
|
2008-07-25 10:03:47 +00:00 |
|
lucasward
|
8839d6e2f0
|
BATCH-673:Updated CompositeItemTransformer to use a for each loop, and upgraded its unit tests to use junit 4.4 and the latest easy mock.
|
2008-07-24 23:01:00 +00:00 |
|
robokaso
|
afa9732b95
|
generified the integration module and cleaned up the warnings
|
2008-07-24 13:14:22 +00:00 |
|
robokaso
|
66736f2ac2
|
infrastructure and core should have no more generics warnings (remaining are easymock deprecations)
|
2008-07-24 10:48:13 +00:00 |
|
robokaso
|
a07daf3d3a
|
fixed remaining warnings under main/java, added TODOs for IbatisDrivingQueryItemReader and MultipleColumnJdbcKeyCollector
|
2008-07-24 08:52:13 +00:00 |
|
dsyer
|
b625695b76
|
Upgrade JmsItemReader test to EasyMock 2 some more
|
2008-07-23 12:43:33 +00:00 |
|
dsyer
|
9c415e2dab
|
Upgrade JmsItemReader test to EasyMock 2
|
2008-07-23 12:21:36 +00:00 |
|
robokaso
|
5ad331312a
|
additional parameterization of KeyCollector
|
2008-07-23 12:16:50 +00:00 |
|
robokaso
|
e7b99313cd
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 09:39:36 +00:00 |
|
robokaso
|
d882c91297
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
|
2008-07-23 09:22:47 +00:00 |
|
robokaso
|
2740d79331
|
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
separated implementation of PassThroughFieldSetMapper and ...Creator
|
2008-07-23 08:46:50 +00:00 |
|
dsyer
|
a2c279dd80
|
Minor tweaks to javadocs / visibility etc.
|
2008-07-23 08:34:06 +00:00 |
|
dsyer
|
d74aaf3cdb
|
Prevent test failure if target directory does not exist (e.g. in Eclipse)
|
2008-07-23 06:44:33 +00:00 |
|
robokaso
|
f777e62736
|
parameterization of random classes with warnings
|
2008-07-22 15:57:16 +00:00 |
|
robokaso
|
705bc284bf
|
RESOLVED - BATCH-734: ItemReaders with Resource input should check for file during ItemStream#open
|
2008-07-21 13:13:44 +00:00 |
|
robokaso
|
579ccf10c3
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
|
2008-07-21 09:19:54 +00:00 |
|
dsyer
|
e338f24233
|
RESOLVED BATCH-737: JdbcCursorItemReader will spin through entire resultset if numberOfProcessRows=0
|
2008-07-21 08:27:40 +00:00 |
|
lucasward
|
4c1af572da
|
BATCH-711:Modified ItemWriter interface to use parameterized types. Updated a portion of classes using ItemWriter as well.
|
2008-07-21 04:22:02 +00:00 |
|
robokaso
|
fc72c3a24f
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
|
2008-07-18 13:18:16 +00:00 |
|
robokaso
|
918ce36e43
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
|
2008-07-18 13:10:21 +00:00 |
|
robokaso
|
09a21fb95c
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
|
2008-07-18 12:56:32 +00:00 |
|
robokaso
|
77c8f4600e
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
|
2008-07-18 12:42:22 +00:00 |
|
robokaso
|
44ee192ee4
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
parameterized MRIR
|
2008-07-18 12:10:56 +00:00 |
|
robokaso
|
af5f9165f2
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
fixing warnings in tests
|
2008-07-18 11:58:25 +00:00 |
|
robokaso
|
e15efba266
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
fixing warnings in tests
|
2008-07-18 11:51:47 +00:00 |
|
robokaso
|
e6a08ac88f
|
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
Parameterized the ItemReader interface, key implementations and collaborators.
|
2008-07-18 11:25:35 +00:00 |
|
dsyer
|
074ea01681
|
RESOLVED: BATCH-732 FlatFileItemReader ignores skipped lines on restart
|
2008-07-17 17:06:33 +00:00 |
|
robokaso
|
1422352918
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-17 12:55:50 +00:00 |
|
robokaso
|
475dce7649
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-17 12:38:03 +00:00 |
|
robokaso
|
609c7005e9
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-17 11:59:48 +00:00 |
|
dsyer
|
8ffa494527
|
RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
|
2008-07-17 09:51:34 +00:00 |
|
robokaso
|
3de4794205
|
RESOLVED - BATCH-728: Add remove(key) method to ExecutionContext class
|
2008-07-17 09:29:01 +00:00 |
|
robokaso
|
36241225ba
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-16 07:52:43 +00:00 |
|
robokaso
|
45ec739c3d
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-15 13:43:42 +00:00 |
|
robokaso
|
c7825d49be
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-15 12:39:16 +00:00 |
|
robokaso
|
e19dab884b
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-15 11:52:51 +00:00 |
|
robokaso
|
89f108627e
|
IN PROGRESS - BATCH-709: Change all collections to use generics
|
2008-07-15 09:58:14 +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 |
|
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
|
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 |
|
dsyer
|
8a10ccb1ee
|
Move specific reader/writer to subpackages
|
2008-07-03 15:42:36 +00:00 |
|
robokaso
|
544390720b
|
RESOLVED - BATCH-698: StaxEventItemWriter test failures
* fixed the unjustified assertions
* added call to XMLEventWriter#flush inside ItemWriter#flush
|
2008-07-01 13:44:38 +00:00 |
|
robokaso
|
cf37f2e31f
|
* renamed PIECE_COUNT to READ_COUNT in AbstractBufferedItemReaderItemStream
* taskletJob now uses "java -version" as platform neutral successful command
|
2008-07-01 08:16:45 +00:00 |
|