Commit Graph

159 Commits

Author SHA1 Message Date
trisberg
ccb2467cce IN PROGRESS - BATCH-672: removed redundant casts and boxing/unboxing, converted to for each loops, general cleanup 2008-08-01 00:50:13 +00:00
trisberg
e6bc3fc3fe IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 19:42:21 +00:00
trisberg
8f54efabd7 IN PROGRESS - BATCH-672: made Player a JavaBean 2008-07-28 19:01:11 +00:00
trisberg
4018507753 IN PROGRESS - BATCH-672: updated tests to use SimpleJdbcTemplate 2008-07-28 18:55:50 +00:00
trisberg
d9e5df16b5 IN PROGRESS - BATCH-672: cleanup 2008-07-28 17:29:59 +00:00
dsyer
4b6f350a47 RESOLVED - issue BATCH-745: strong typing in AggregateItemReader
Added AggregateItem<T>
2008-07-28 15:42:35 +00:00
dsyer
d52603fb46 Removed warnings from AggregateItemReaderTests 2008-07-28 11:03:01 +00:00
robokaso
1e39b06226 IN PROGRESS - BATCH-693: Refactor samples along domain contours
added internal subpackages
2008-07-25 15:21:37 +00:00
robokaso
2f3d23c7d2 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 13:13:14 +00:00
robokaso
f636d042f8 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:33:24 +00:00
robokaso
b7e5ff13fb IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:16:10 +00:00
robokaso
797b9d21f2 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 12:06:36 +00:00
robokaso
27901294b3 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:53:45 +00:00
robokaso
388b372ef3 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:46:39 +00:00
robokaso
f47ef8b199 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:38:29 +00:00
robokaso
c0f02103fe IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:27:58 +00:00
robokaso
925fdd3bc6 IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 11:01:21 +00:00
robokaso
d79a284f8c IN PROGRESS - BATCH-693: Refactor samples along domain contours 2008-07-25 09:27:12 +00:00
robokaso
37b158f8b0 IN PROGRESS - BATCH-693: Refactor samples along domain contours
packaged football job
2008-07-25 09:02:14 +00:00
robokaso
eaa407a01d IN PROGRESS - BATCH-693: Refactor samples along domain contours
moved generic domain-agnostic classes into common package
2008-07-25 08:52:39 +00:00
robokaso
e47df988ec samples and infrastructure-tests should have no more generics warnings (remaining are easymock deprecations) 2008-07-24 11:17:37 +00:00
robokaso
a07daf3d3a fixed remaining warnings under main/java, added TODOs for IbatisDrivingQueryItemReader and MultipleColumnJdbcKeyCollector 2008-07-24 08:52:13 +00:00
trisberg
67dfbbbc7a IN PROGRESS - BATCH-672: modified remaining tests to use JUnit4. 2008-07-23 21:02:55 +00:00
robokaso
5ad331312a additional parameterization of KeyCollector 2008-07-23 12:16:50 +00:00
dsyer
7a106162c8 Fix batch update job sample 2008-07-23 11:41:27 +00:00
robokaso
cdef45dfb8 IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-23 10:32:58 +00:00
robokaso
7c57b8c2df IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-23 09:45:45 +00:00
trisberg
3f9ce6500d IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4 2008-07-23 02:48:02 +00:00
trisberg
4f55f8d970 IN PROGRESS - BATCH-672: modified advice and dao tests. Modified AbstractBatchLauncherTests base class to use JUnit4 2008-07-22 18:01:43 +00:00
dsyer
69a64758d8 OPEN - issue BATCH-733: Upgrade StepExecutionResourceProxy to be able to use values from job execution context.
Step 1: extend JobFactory implementations a bit to provide more options for creating the context (also consolidated TaskExecutor and QUartz JobLaunchers into JobRegstryBackgroundJobRunner).
2008-07-21 16:41:16 +00:00
robokaso
c0d911a896 IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types 2008-07-21 09:51:38 +00:00
lucasward
0ef196d578 BATCH-711:Modified ItemWriter interface to use parameterized types. Updated a portion of classes using ItemWriter as well. 2008-07-21 04:19:54 +00:00
robokaso
d8ba0b6fbd IN PROGRESS - BATCH-712: Upgrade ItemReaders and ItemWriters to use Parameterized types 2008-07-18 14:15:26 +00:00
robokaso
b3b24dfaa4 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 13:41:32 +00:00
dsyer
8ffa494527 RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number 2008-07-17 09:51:34 +00:00
robokaso
7e412c75ff IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 07:54:04 +00:00
dsyer
5556e61fc4 Remove unnecessary check for interruption in tasklet step listener 2008-07-07 14:22:23 +00:00
dsyer
3d78c0bcb5 Dust off JMX demo 2008-07-05 07:32:44 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
robokaso
f1b0c31ca9 RESOLVED - BATCH-707: interrupt support in SystemCommandTasklet 2008-07-03 15:35:51 +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
49640faef5 RESOLVED - BATCH-505: Job-level ExecutionContext
added sample job
2008-06-12 12:37:19 +00:00
dsyer
e54aafd335 REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Reverted rownum change in FieldSetMapper
2008-06-05 17:24:34 +00:00
dsyer
85e168e2db RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Added rownum parameter to field set mapper (with default value -1 defined as constant in FieldSetMapper)
2008-06-05 15:03:10 +00:00
robokaso
d377e4c5c3 RESOLVED - BATCH-650: Use FORWARD_ONLY as scroll mode in HibernateCursorItemReader
added item buffer and made the cursor forward-only (+ had to fix samples using stateful items with rollback)
2008-06-04 13:43:00 +00:00
robokaso
79d6f35ece RESOLVED - BATCH-635: samples review
added javadoc to dao interfaces
2008-06-03 10:27:30 +00:00
dsyer
90465f9ce0 OPEN - issue BATCH-541: pull commit interval from the job parameters
Move ClassPathXmlApplicationContextJobFactory implementation from samples to core.
2008-06-02 13:14:58 +00:00
robokaso
b8cfd7339d OPEN - BATCH-152: Add facility for calling system commands via a Tasklet
added SystemCommandTasklet to samples (example usage in taskletJob)
2008-05-14 12:23:14 +00:00
robokaso
ed7c437ce8 RESOLVED - BATCH-554: *StepFactoryBeans should have a list of exceptions that do and don't cause rollback.
added sample for noRollbackForExceptionClasses (2nd step in skipSample)
2008-05-13 08:05:00 +00:00
dsyer
a0b7049867 OPEN - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Refactored ItemWriterRetry* to be less dependent on Item* interfaces.  Added StatefulRetryOperationsInterceptor.
2008-05-09 20:59:59 +00:00