Commit Graph

1463 Commits

Author SHA1 Message Date
dsyer
eabac61a40 IN PROGRESS - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Add context to retry recovery callback
2008-05-11 14:04:03 +00:00
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
3731c5afb4 broken build: spring-tx needs to be in default scope 2008-05-10 03:28:34 +00:00
dsyer
9bb405b4de Missing source file (Subclipse) 2008-05-10 00:19:40 +00:00
dsyer
476b24da4d RESOLVED - issue BATCH-603: JobExecution fields could be modified in another Thread and are not volatile
Added final and volatile as appropriate in domain entities.
2008-05-09 21:25:22 +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
dsyer
b09b30b158 Tweak logging to refer to "repeat" instead of "batch" 2008-05-09 13:50:38 +00:00
robokaso
a81af93e52 RESOLVED - BATCH-614: pull properties from SimpleJob to AbstractJob 2008-05-07 09:00:36 +00:00
robokaso
2f17add6b7 RESOLVED - BATCH-613: StaxEventItemReader can run out of memory
the reader now buffers items instead of xml events
2008-05-07 08:03:00 +00:00
lucasward
8940d1626d BATCH-605:Merged new appendix into 1.1 2008-05-06 03:26:58 +00:00
robokaso
0515f362e7 RESOLVED - BATCH-609: All schemas have a datatype of varchar for LONG_VAL instead of BIGINT 2008-05-05 09:38:18 +00:00
robokaso
b684aab2db RESOLVED - BATCH-608: JobExecutionListener.onInterrupt() is never called by spring batch framework 2008-05-05 08:45:12 +00:00
dsyer
97e0c9478a [BATCH-661] Added import 2008-05-04 12:25:48 +00:00
lucasward
ac16b1fa65 BATCH-610:StaxEventItemReader didn't close correctly either, and the test for single column driving query wasn't passing through close calls. 2008-05-02 15:54:29 +00:00
lucasward
0cf7d45026 BATCH-610:Merged change from 1.0.x to 1.1, fixes JdbcCurosItemReader issue 2008-05-02 15:18:18 +00:00
robokaso
43b9240241 fix for 1.4 build 2008-05-02 10:05:58 +00:00
robokaso
642375e4e7 OPEN - BATCH-554: *StepFactoryBeans should have a list of exceptions that do and don't cause rollback.
renamed txValidExceptionClasses to noRollbackForExceptionClasses
2008-04-30 14:18:03 +00:00
robokaso
5d60375e1a OPEN - BATCH-550: Add skipCount in BATCH_STEP_EXECUTION table
rollback count made persistent
2008-04-30 13:16:16 +00:00
robokaso
0396023d33 OPEN - BATCH-550: Add skipCount in BATCH_STEP_EXECUTION table
added readSkipCount and writeSkipCount to StepExecution class and db table
2008-04-30 12:59:17 +00:00
robokaso
471948a824 javadoc fix (task -> item) 2008-04-29 14:26:44 +00:00
robokaso
c944b66195 OPEN - BATCH-554: *StepFactoryBeans should have a list of exceptions that do and don't cause rollback.
added txValidExceptionClasses property to SkipLimitStepFactoryBean (passed to ItemSkipPolicyItemHandler#doNotRethrowExceptionClasses)
2008-04-29 10:32:44 +00:00
robokaso
203f4a0e4d RESOLVED - BATCH-29: All domain entities and scoping abstractions (RepeatContext in particular) need to be Serializable 2008-04-28 14:15:19 +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
daefd2f82e replaced "input source" with "item reader" in exception message 2008-04-28 07:13:40 +00:00
lucasward
66e91b0dbe BATCH-604:JdbcStepExecutionDao will now deserialize object correctly. 2008-04-25 20:13:31 +00:00
robokaso
0113be7585 RESOLVED - BATCH-601: Findbugs code audit 2008-04-24 15:37:34 +00:00
robokaso
d26907b497 IN PROGRESS - BATCH-601: Findbugs code audit 2008-04-24 15:06:59 +00:00
robokaso
0f7b4dc6e0 IN PROGRESS - BATCH-601: Findbugs code audit 2008-04-24 15:00:43 +00:00
robokaso
8f90970a08 IN PROGRESS - BATCH-601: Findbugs code audit 2008-04-24 14:23:42 +00:00
robokaso
a66bbd69c9 IN PROGRESS - BATCH-601: Findbugs code audit 2008-04-24 14:02:39 +00:00
dsyer
11b094298d [BATCH-582] Add width= to imagedata where necessary 2008-04-24 12:28:39 +00:00
robokaso
a0aec04e57 removed broken reference to pom.xml 2008-04-24 08:41:30 +00:00
robokaso
2ff24339be RESOLVED - BATCH-596: Create changelog for 1.0.1
linked changelog from site
2008-04-24 08:36:32 +00:00
lucasward
c973e8215a BATCH-598:Tidied up the reference docs. 2008-04-22 21:55:22 +00:00
lucasward
87e004bd30 BATCH-583:Fixed images in PDF 2008-04-22 18:29:59 +00:00
dsyer
c1422013be Tidy up old terminology in use cases. 2008-04-22 15:31:22 +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
robokaso
e3fff37d41 IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up the integration module
2008-04-22 11:47:01 +00:00
robokaso
75111fbe01 RESOLVED - BATCH-595: Incorrect JDBC type for job parameters of long type
used Types.BIGINT instead of Types.INTEGER for Long values
2008-04-22 11:24:49 +00:00
dsyer
1c8df0d5f5 wrong description of scope of execution context 2008-04-22 09:26:10 +00:00
robokaso
7e41ff0381 IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up infrastructure module
2008-04-22 09:26:10 +00:00
robokaso
91e5467279 IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up the core module
2008-04-22 08:16:20 +00:00
lucasward
447997a5bc BATCH-599:Added additional content to the section on TaskletStep 2008-04-22 02:43:05 +00:00
dsyer
75434bd244 OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
Remove unnecessary clutter from BatchMessageListernerContainer (it's only really necessary to override two methods)
2008-04-21 14:09:55 +00:00
robokaso
90df52ac55 RESOLVED - BATCH-593: Calling update before read on DrivingQueryItemReader causes ArrayIndexOutOfBoundsError
fixed bug and tested the scenario for all ItemReaders
2008-04-21 08:05:43 +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
dsyer
ca88c5693a updgrade to spring-oxm 1.0.4 to avoid pom issue 2008-04-20 09:15:31 +00:00