Commit Graph

2414 Commits

Author SHA1 Message Date
trisberg
ef00a5e333 BATCH-63: renamed <task> and <chunk> to <simple-task> and <process-task> 2008-11-13 01:38:56 +00:00
lucasward
41dec7a6a3 BATCH-891: Created JobExecutionListenerAdapter which supports @BeforeJob and @AfterJob annotation. Also added listners tag to XSD. 2008-11-12 23:59:23 +00:00
trisberg
0d4777e80d BATCH-63: fixed the <streams> handling and added more tests and asserts 2008-11-12 19:39:17 +00:00
robokaso
a134094f70 OPEN - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
tested multi-resource XML output
2008-11-12 19:28:52 +00:00
lucasward
f2542ee80a Fixed the case on incrementerJob to use data/footballjob instead of data/footballJob 2008-11-12 16:47:52 +00:00
trisberg
5849e85485 BATCH-910: fixed case in path to data so tests won't fail on Linux 2008-11-12 14:54:21 +00:00
robokaso
493950e3cb RESOLVED - BATCH-921: ExecutionContext keys are not unique enough in partition components
GRID_SIZE key prefixed with SimpleStepExecutionSplitter class name
2008-11-12 14:36:11 +00:00
robokaso
b94853a503 OPEN - BATCH-917: Concurrent modification of execution context in tasklet step
removed dirty checking from TaskletStep and enabled the asynchronous testcase
2008-11-12 14:33:30 +00:00
robokaso
88cd8eca89 Added maven.javadoc.skip=true to fast profile. Seems to have no effect, but does no harm either. 2008-11-12 13:42:27 +00:00
dsyer
708406322e Fixed StepScope not being handled correctly - creating too many auto-proxies for the same stepExecution. 2008-11-12 12:25:55 +00:00
trisberg
816c4b2532 BATCH-63: added <streams> element to <chunk> 2008-11-12 02:00:46 +00:00
lucasward
12c4fb0e59 BATCH-910: A new job has been added to showcase the JobParametersIncrementer usage of JobOperator, and the non-sequential step was updated to use a file name coming from JobParameters. 2008-11-11 20:46:54 +00:00
trisberg
647d9d7439 increased SLEEP_INTERVAL to prevent intermittent test failures 2008-11-11 20:41:17 +00:00
trisberg
13734f01d4 BATCH-63: renamed chunk-oriented to chunk and commit-interval to chunk-size 2008-11-11 20:25:37 +00:00
robokaso
cb738dc177 CLOSED - BATCH-913: Remove the JdkConcurrent* special classes
removed the synchronizer interface as well
2008-11-11 17:36:05 +00:00
dsyer
fa5a3cafff Moved test case into correct package 2008-11-11 14:23:20 +00:00
robokaso
60ca279e80 RESOLVED - BATCH-913: Remove the JdkConcurrent* special classes
removed the redundant synchronizer factory, kept the synchronizer interface
2008-11-11 14:08:17 +00:00
dsyer
432bdfa3fe OPEN - issue BATCH-917: Concurrent modification of execution context in tasklet step
Added unit test (commented out failing assertion)
2008-11-11 08:51:31 +00:00
robokaso
cec0df8d50 RESOLVED - BATCH-909: Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true
getWarnings is now called only if debug is enabled
2008-11-10 14:56:31 +00:00
robokaso
7eb85becdd RESOLVED - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
2008-11-10 13:37:58 +00:00
robokaso
7958089737 IN PROGRESS - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
2008-11-10 13:29:38 +00:00
robokaso
f31670c866 IN PROGRESS - BATCH-907: Integer support in ExecutionContext
added int support to EC
2008-11-10 13:18:13 +00:00
robokaso
8ef9735fb4 IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
fixed failing test
2008-11-10 11:52:55 +00:00
robokaso
fdbf216dc7 IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
customizable resource suffixes
2008-11-10 11:45:07 +00:00
dsyer
fe42d53fc5 Convert some old tests to JUnit 4 2008-11-10 10:09:25 +00:00
dsyer
d85b64836b formatting 2008-11-10 10:09:00 +00:00
dsyer
2b2eda542a Add @Override to subclass 2008-11-10 10:04:53 +00:00
robokaso
b543c2a298 warnings cleanup 2008-11-10 09:56:02 +00:00
robokaso
abd29a0e8e REOPENED - BATCH-893: Remove the HibernateAwareItemWriter?
removed the JpaAwareItemWriter as well
2008-11-10 08:48:32 +00:00
dsyer
5ae77afcb4 Use MessagingGateway for chunk writer 2008-11-09 12:19:39 +00:00
dsyer
1945d53dd1 Add svn:ignore 2008-11-09 11:21:50 +00:00
dsyer
79305cb966 svn tweaks 2008-11-09 11:20:12 +00:00
dsyer
ce1ee1a235 Update parallel sample for Java 5 and Spring Batch 2 2008-11-09 08:32:21 +00:00
dsyer
e53e563c50 Make sure not to re-use Maven class folders in Eclipse 2008-11-09 07:59:36 +00:00
trisberg
f8a62d673e BATCH-63:added commit-interval and fault tolerant attributes to; added restartable to job 2008-11-08 23:39:39 +00:00
trisberg
6c70842336 added comple scope to junit 2008-11-08 22:40:03 +00:00
dsyer
dbfde33f9d Tidy up config in test project 2008-11-08 18:12:43 +00:00
dsyer
6af87a7f3a Add hints to improve snapshot resolution 2008-11-08 18:11:59 +00:00
dsyer
38520ea68c RESOLVED - issue BATCH-912: Thread safety issue in JobRegistryBackgroundJobRunner
Fixed
2008-11-08 18:08:47 +00:00
dsyer
aaa7c03b2b Tidy up base classes in batch-test 2008-11-08 16:10:14 +00:00
dsyer
5746df5b42 BATCH-894: drop continuable in SQL 2008-11-08 15:27:58 +00:00
dsyer
8eb244b49a IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Remove continuable from ExitStatus
2008-11-08 15:08:56 +00:00
dsyer
16606e3abd IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Change Tasklet to use RepeatStatus instead of ExitStatus to signal continuable status
2008-11-08 11:33:25 +00:00
dsyer
11faa837af Fix batch-test pom to match the correct parent 2008-11-08 09:29:26 +00:00
dsyer
aec5d45053 Remove iffy technical package with funny name and fix Spring IDE config 2008-11-08 09:21:47 +00:00
trisberg
d49cc44abb BATCH-63:added id and class attributes to <listener> element 2008-11-08 04:14:43 +00:00
lucasward
7cfafab52b Added test project to root pom. 2008-11-07 23:00:11 +00:00
lucasward
b70691c0a7 BATCH-676 missing packaging type 2008-11-07 21:05:45 +00:00
lucasward
7d5e2d14c1 BATCH-676: Added sample jobs for non sequential execution and decisions 2008-11-07 20:46:57 +00:00
lucasward
a5fdbfedaf BATCH-676: Added sample jobs for non sequential execution and decisions 2008-11-07 20:46:41 +00:00