dsyer
|
4ed7cc5a25
|
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Oops forgot to revert change to data source.
|
2008-05-10 18:59:59 +00:00 |
|
dsyer
|
0bf473215c
|
IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Tidied up exception handling and signatures of callbacks.
|
2008-05-10 15:40:56 +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 |
|
robokaso
|
58375f3198
|
RESOLVED - BATCH-571: Remove reference to Step from StepExecution and reference to Job from JobInstance
JobInstance's reference to Job replaced with jobName string
|
2008-04-28 12:09:54 +00:00 |
|
robokaso
|
6ca877c1d9
|
IN PROGRESS - BATCH-571: Remove reference to Step from StepExecution
step reference replaced with stepName string
|
2008-04-28 11:41:31 +00:00 |
|
nebhale
|
8b8c65ae50
|
Branched for 1.1.0
|
2008-04-28 08:10:52 +00:00 |
|
robokaso
|
0113be7585
|
RESOLVED - BATCH-601: Findbugs code audit
|
2008-04-24 15:37:34 +00:00 |
|
robokaso
|
5c6b37ecc3
|
RESOLVED - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up the samples module
|
2008-04-22 11:53:33 +00:00 |
|
dsyer
|
b0fb4167dc
|
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
Add integration test.
|
2008-04-21 07:26:52 +00:00 |
|
robokaso
|
3877476e15
|
RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
|
2008-04-08 12:28:35 +00:00 |
|
dsyer
|
896125f688
|
RESOLVED - issue BATCH-552: Fix samples-14 CI build (MBeanServer not automatically created in Java 1.4)
Extra check that job configurations have loaded.
|
2008-04-03 15:23:15 +00:00 |
|
dsyer
|
fcca799608
|
RESOLVED - issue BATCH-552: Fix smaples-14 CI build (MBeanServer not automatically created in Java 1.4)
Added MBeanServer and a connector
|
2008-04-03 12:22:38 +00:00 |
|
dsyer
|
31584fabde
|
RESOLVED - issue BATCH-552: Fix samples-14 CI build (MBeanServer not automatically created in Java 1.4)
Added explicit MBeanServerFactoryBean.
|
2008-04-03 11:18:42 +00:00 |
|
dsyer
|
4ce2a39f30
|
RESOLVED - issue BATCH-551: Put some checks in skip so that poor key generation algorithms do not cause weird looking failures.
Added skipCacheCapacity as configurable for skip limit factory bean.
|
2008-04-03 11:09:13 +00:00 |
|
dsyer
|
c6c08d9ce3
|
RESOLVED - issue BATCH-183: Unit test for JMX notifications / control
|
2008-04-01 12:52:41 +00:00 |
|
robokaso
|
d471b84fda
|
RESOLVED - issue BATCH-534: Eclipse launch configurations have wrong path to main class
|
2008-03-31 16:02:15 +00:00 |
|
robokaso
|
8dc857bfd8
|
RESOLVED - issue BATCH-473: Create Tasklet sample job.
http://jira.springframework.org/browse/BATCH-473
added tasklet job that deletes files in given directory (description clarifies this would typically be a preliminary step in multi-step job)
|
2008-03-31 12:22:35 +00:00 |
|
nebhale
|
4c4b44042d
|
[maven-release-plugin] prepare for next development iteration
|
2008-03-28 16:59:15 +00:00 |
|
nebhale
|
ca7aef7794
|
[maven-release-plugin] prepare release spring-batch-1.0.0.FINAL
|
2008-03-28 16:58:55 +00:00 |
|
dsyer
|
5c7dcc59b9
|
Update bits of site for 1.0.0
|
2008-03-28 07:11:59 +00:00 |
|
dsyer
|
dba4209d7e
|
OPEN - issue BATCH-498: Skip method should get ExecutionContext as an argument
Handle skip internally in ItemHandler.
|
2008-03-25 17:11:35 +00:00 |
|
robokaso
|
f5fcf3a6b6
|
fixed build - lesson learned: samples don't cleanup output files themselves, so they need to be cleaned before each run (otherwise the output file already exists even when the job did nothing).
CompositeItemWriter wasn't delegating flush and clear calls, only write.
|
2008-03-25 17:02:28 +00:00 |
|
dsyer
|
1ac5a5296a
|
RESOLVED - issue BATCH-506: JobListener is not a BatchListener
Changed BatchListener to StepListener and renamed existing Job/StepListener as *ExecutionListener.
|
2008-03-25 12:29:55 +00:00 |
|
nebhale
|
0201bcb2b3
|
[BATCH-499] Updated version number to 1.0.0.FINAL-SNAPSHOT to be universally Maven friendly. Doesn't any find it odd that in 2.0.6 and 2.1 it's broken but in 2.0.7 it's not? That's not the greatest QC.
|
2008-03-25 10:02:24 +00:00 |
|
robokaso
|
786fcd9bb9
|
IN PROGRESS - issue BATCH-491: checked exception handling
http://jira.springframework.org/browse/BATCH-491
exception handler signature changed to 'throws Throwable' so that it can simply rethrow without wrapping.
|
2008-03-25 10:01:47 +00:00 |
|
dsyer
|
37d35f42eb
|
RESOLVED - issue BATCH-467: Remove ExitStatusExceptionClassifier / Rewrite SimpleExitStatusExceptionClassifier as a JobListener
Removed the interface and implementation, checked that defautl behaviour is same using unit test ItemOrientedStepTests
|
2008-03-25 09:08:14 +00:00 |
|
dsyer
|
3b72c04bef
|
[BATCH-503] Fix TX definition in samples. Also add multi-environment support in samples (mysql and derby as examples)
|
2008-03-25 06:57:55 +00:00 |
|
dsyer
|
5c840a6960
|
[BATCH-271] tweak dependencies to ensure optional where appropriate
|
2008-03-25 05:39:36 +00:00 |
|
lucasward
|
33a46da03c
|
BATCH-493:Forgot to fix restart sample job.
|
2008-03-24 20:45:51 +00:00 |
|
dsyer
|
16f0b60532
|
[BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed.
|
2008-03-18 21:40:37 +00:00 |
|
robokaso
|
94b5615245
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
infinite loop replaced with finite but long enough (so that the loop doesn't run forever when test fails)
|
2008-03-18 14:07:39 +00:00 |
|
robokaso
|
1c6aa3570b
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
added renamed files to SpringIDE config sets
|
2008-03-18 13:55:58 +00:00 |
|
robokaso
|
10163ccac5
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 13:49:20 +00:00 |
|
robokaso
|
aa20f82387
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 13:43:36 +00:00 |
|
robokaso
|
49c3a744e0
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 13:26:11 +00:00 |
|
robokaso
|
4a217a0611
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 13:05:09 +00:00 |
|
robokaso
|
331724bf39
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 12:58:22 +00:00 |
|
robokaso
|
3c285c76e7
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
|
2008-03-18 12:47:11 +00:00 |
|
robokaso
|
9d51fffcb0
|
IN PROGRESS - issue BATCH-476: samples cleanup
http://jira.springframework.org/browse/BATCH-476
removed interrupt advice (to sandbox)
|
2008-03-18 10:30:15 +00:00 |
|
dsyer
|
e3afee34a6
|
Updates for 1.0.0.-SNAPSHOT site.
|
2008-03-17 13:31:50 +00:00 |
|
nebhale
|
634119cc8e
|
[maven-release-plugin] prepare for next development iteration
|
2008-03-17 10:47:46 +00:00 |
|
nebhale
|
4d5bce367e
|
[maven-release-plugin] prepare release spring-batch-1.0.0.rc1
|
2008-03-17 10:47:25 +00:00 |
|
dsyer
|
271d6815c7
|
RESOLVED - issue BATCH-465: The term "exit code" is overloaded
RESOLVED - issue BATCH-468: ExitStatusExceptionClassifier, ExitCodeMapper and simple versions thereof (and others?) incorrectly moved into step.item package
|
2008-03-15 08:56:50 +00:00 |
|
dsyer
|
f3faf8f795
|
RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources
|
2008-03-14 17:24:34 +00:00 |
|
dsyer
|
ec2c66885d
|
RESOLVED - issue BATCH-464: Throw exception if restart is attempted on job instance that was already completed successfully
|
2008-03-14 17:09:26 +00:00 |
|
robokaso
|
4e9ca5baeb
|
RESOLVED - issue BATCH-458: Skip sample fails in Eclipse (but not Maven)
http://jira.springframework.org/browse/BATCH-458
skipSample and tradeJob were using the same job name
|
2008-03-14 12:31:16 +00:00 |
|
nebhale
|
5c25e6dcdc
|
A couple of missing files
|
2008-03-14 11:54:19 +00:00 |
|
dsyer
|
c645eef79d
|
Review process: Move tasklet step package to subpackage and resolve cycle.
|
2008-03-14 11:46:57 +00:00 |
|
dsyer
|
07877a9538
|
Review process: Merge synch packages into support in retry / repeat.
|
2008-03-14 11:06:32 +00:00 |
|
dsyer
|
de2715614b
|
Review process. Split step package into item and tasklet.
|
2008-03-14 10:50:53 +00:00 |
|