Commit Graph

1794 Commits

Author SHA1 Message Date
robokaso
dc0365a965 relaxed unnecessarily restrictive type parameters 2008-07-24 11:30:24 +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
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
trisberg
0fd9b3e4c6 IN PROGRESS - BATCH-672: Updated test to use EasyMock 2.4 API 2008-07-24 00:36:13 +00:00
trisberg
67dfbbbc7a IN PROGRESS - BATCH-672: modified remaining tests to use JUnit4. 2008-07-23 21:02:55 +00:00
robokaso
20fcba8b06 IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-23 13:52:24 +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
c51bb402dd cleaned up no longer necessary @SupressWarnings 2008-07-23 12:20:41 +00:00
robokaso
5ad331312a additional parameterization of KeyCollector 2008-07-23 12:16:50 +00:00
dsyer
d737ddb797 Get rid of warnings from Spring IDE 2008-07-23 11:45:49 +00:00
dsyer
7a106162c8 Fix batch update job sample 2008-07-23 11:41:27 +00:00
robokaso
408f37e0c7 fix the failing multilineOrderJob 2008-07-23 11:35:56 +00:00
robokaso
1bed28b3f3 fix the build 2008-07-23 11:24:01 +00:00
dsyer
1ad0112509 Fixed reference to missing step factory 2008-07-23 11:13:59 +00:00
robokaso
68756c77b5 IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
parameterized factory beans
2008-07-23 10:56:08 +00:00
dsyer
d60d1be732 OPEN - issue BATCH-230: Recoverable and ItemProvider.recover() abstractions refactored into correct place in chunk-oriented framework
Javadocs
2008-07-23 10:44:54 +00:00
dsyer
91c82e36fd OPEN - issue BATCH-230: Recoverable and ItemProvider.recover() abstractions refactored into correct place in chunk-oriented framework
Remove deprecated StatefulRetryStepFactoryBean
2008-07-23 10:37:12 +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
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
323bb4155f IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
fix the build
2008-07-23 09:16:26 +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
f2a12eca46 More careful accounting in AbstractTransactionalResourceItemWriter 2008-07-23 08:43:26 +00:00
dsyer
a2c279dd80 Minor tweaks to javadocs / visibility etc. 2008-07-23 08:34:06 +00:00
robokaso
ecdf4816ec IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-23 08:21:27 +00:00
dsyer
1e054d4146 Improve type safety of conversion from Collection to String[] 2008-07-23 06:45:14 +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
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
robokaso
f777e62736 parameterization of random classes with warnings 2008-07-22 15:57:16 +00:00
robokaso
d98015626d updated version of the docbkx plugin 2008-07-22 15:41:31 +00:00
robokaso
7e99df92a0 IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-22 11:57:20 +00:00
robokaso
060d296621 IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types 2008-07-22 11:39:47 +00:00
robokaso
89bd7c3350 RESOLVED - BATCH-741: DefaultFieldSet should clone the tokens before exposing them in getValues() 2008-07-22 11:21:36 +00:00
robokaso
6f20885e28 RESOLVED - BATCH-689: Make JobExecutionContext visible in Tasklets
added note to docs that Tasklet is automatically registered as StepExecutionListener by TaskletStep
2008-07-22 11:09:39 +00:00
dsyer
4531e0356b javadocs report config 2008-07-22 07:30:00 +00:00
dsyer
d0a8ca7520 Oops: forgot to check archetype tests 2008-07-21 17:40:54 +00:00
dsyer
ead902f8ad Update to include s3 repo location for releases 2008-07-21 17:18:18 +00:00
dsyer
28e0294144 IN PROGRESS - issue BATCH-733: Upgrade StepExecutionResourceProxy to be able to use values from job execution context.
Mixed up contexts for command line runner tests
2008-07-21 17:13:02 +00:00
dsyer
eae6e5078b BATCH 733: Parent context missed a commit... 2008-07-21 16:49:14 +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
dsyer
c424603e59 RESOLVED - issue BATCH-544: Add a step factory that allows simplified injection of a RetryPolicy 2008-07-21 14:07:13 +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
05f94e5a15 IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
the problematic AggregateItemReader - used wildcards (not to give false promises to clients)
2008-07-21 12:51:29 +00:00
dsyer
b39ba55bcc Factor out abstract steps and jobs 2008-07-21 10:35:47 +00:00
robokaso
23c15569d7 IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types 2008-07-21 10:26:10 +00:00
robokaso
62b8fa3507 IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types 2008-07-21 10:08:41 +00:00