Commit Graph

387 Commits

Author SHA1 Message Date
dsyer
e646cd8a16 Tweak manifests and make OSGi projects into S2AP bundles 2008-07-17 07:55:13 +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
827d5b0f66 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 12:53:34 +00:00
robokaso
c7825d49be IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 12:39:16 +00:00
robokaso
23f05f59cc IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 12:14:57 +00:00
robokaso
e19dab884b IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 11:52:51 +00:00
robokaso
81ccf42b61 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 11:31:39 +00:00
robokaso
89f108627e IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 09:58:14 +00:00
robokaso
b3874aaf80 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 09:48:30 +00:00
robokaso
cf67c728d2 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 09:28:27 +00:00
robokaso
0e74543186 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-15 09:20:41 +00:00
robokaso
877737ab72 RESOLVED - BATCH-727: Move all POMs in trunk to 2.0.0.DEV-SNAPSHOT
changed the version to 2.0.0.CI-SNAPSHOT
2008-07-15 07:48:13 +00:00
macsuibhne
3da7d703b2 Update manifest templates to include Bundle-ManifestVersion, add missing aop dependencies for spring-batch-core 2008-07-14 15:36:22 +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
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
robokaso
fa54917a0a RESOLVED - BATCH-699: Document thread safety
Added javadoc mostly to ItemReaders and ItemWriters adn fixed the misleading javadoc of ItemReader interface.
2008-07-02 11:11:16 +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
dsyer
56564c73b8 RESOLVED - issue BATCH-694: make line separator a configurable property of FlatFileItemWriter 2008-07-01 06:40:21 +00:00
robokaso
a35ad43fe7 RESOLVED - BATCH-414: consistent handling of empty input by ItemReaders
renamed listener + reused NoWorkFoundException
2008-06-30 08:16:52 +00:00
dsyer
f4274270e7 BATCH-328: applied patch 2008-06-29 07:52:23 +00:00
dsyer
c52e7d0aba Change incrementer column name as suggested by Thmoas 2008-06-28 08:17:49 +00:00
lucasward
98367c87e7 BATCH-599: fixed unit tests errors 2008-06-27 20:07:18 +00:00
lucasward
321fdad53b BATCH-599: changed variable name as well as value to 'PIECE_COUNT' 2008-06-27 19:21:39 +00:00
lucasward
068fbd1789 BATCH-599: Refactored the ExecutionContext section of chapter two, so that it is easier to understand. Also changed the key used for all ItemReaders the use the abstract reader to 'piece.count', from 'item.count' 2008-06-27 19:19:28 +00:00
dsyer
26aee69c6a Add setter for primary key column name (in case someone changed the schema). 2008-06-27 14:14:28 +00:00
robokaso
9df6431654 IN PROGRESS - BATCH-414: consistent handling of empty input by ItemReaders
empty input handled gracefully by all readers + tests
2008-06-26 13:51:01 +00:00
dsyer
786de6f5a8 RESOLVED - issue BATCH-687: BatchUpdateItemWriter should fail if any of the statements does not update any rows (at least by default). 2008-06-25 11:58:55 +00:00
dsyer
80b4386c1b Upgrade to Spring 2.5.5 2008-06-24 13:40:42 +00:00
dsyer
aca17b3135 Rename private inner class 2008-06-23 10:40:00 +00:00
dsyer
09d7b58c57 changed the way the datasource is initialised for tests (inadvertently) 2008-06-22 08:26:56 +00:00
dsyer
5a995040b2 missed a datasource config 2008-06-21 18:33:17 +00:00
dsyer
a078199eae RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
dsyer
26d14d2068 OPEN - issue BATCH-654: Transactions when commit fails
Add copy constructor to ExecutionContext
2008-06-18 09:21:19 +00:00
dsyer
dc7f0dc1d0 Deprecated public method that should not be in public API. 2008-06-18 09:11:55 +00:00
robokaso
66b7a4ef11 RESOLVED - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 14:10:56 +00:00
robokaso
794544307f IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 12:50:35 +00:00
robokaso
8605672299 IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
smarter restart but ugly code
2008-06-16 11:47:28 +00:00