dsyer
f45da1aa74
OPEN - issue BATCH-753: Listener exception handling
...
Add SkipListenerFailedException to write skip listener call
2008-08-05 21:54:43 +00:00
dsyer
ac8cf4539e
OPEN - issue BATCH-753: Listener exception handling
...
Add new exception types.
2008-08-05 21:52:36 +00:00
trisberg
858208fa19
BATCH-758: generified ExceptionClassifier and ExceptionClassifierSupport and subclasses plus tests
2008-08-04 16:32:53 +00:00
robokaso
e19044b6a6
OPEN - BATCH-670: Upgrade to Java 5.0
...
parameterized TransactionAwareProxyFactory
2008-08-04 16:06:11 +00:00
trisberg
ed454dab47
BATCH-757: removed use of DelegatingItemWriter
2008-08-04 14:52:40 +00:00
dsyer
b8258c7758
RESOLVED - issue BATCH-743: ExportedJobLauncher should be able to stop running batches on an individual basis
...
Added some new methods to interface
2008-08-04 11:44:46 +00:00
trisberg
71d066457f
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
2008-07-30 14:45:16 +00:00
robokaso
db78b5a1b9
fix the build - moved misplaced tests
2008-07-30 14:28:30 +00:00
robokaso
85073cc6b9
removed unused legacy class
2008-07-30 14:17:22 +00:00
robokaso
3a69fc29b7
RESOLVED - BATCH-518: tests for ExecutionContextDao impls
2008-07-30 09:36:49 +00:00
robokaso
fe243732f2
cleaned up unnecessary @SuppressWarning
2008-07-30 08:25:55 +00:00
robokaso
21ed2d129d
improved testcase from 1.1.x branch (BATCH-751)
2008-07-30 08:23:43 +00:00
trisberg
9b5482af40
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
2008-07-30 03:41:41 +00:00
trisberg
840d6d06bc
IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate
2008-07-30 03:17:07 +00:00
robokaso
56c9854003
IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from StepExecutionDao impls
2008-07-29 13:32:41 +00:00
robokaso
224befce2c
IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from StepExecutionDao
2008-07-29 13:16:30 +00:00
robokaso
a6be5b6ff7
IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from JobExecutionDao impls
2008-07-29 13:05:32 +00:00
robokaso
cccf34c7bd
IN PROGRESS - BATCH-518: removed ExecutionContext-related methods from JobExecutionDao
2008-07-29 12:56:06 +00:00
robokaso
fad0ea2441
IN PROGRESS - BATCH-518: ExecutionContextDao injected directly into SimpleJobRepository
2008-07-29 12:47:59 +00:00
robokaso
51f087351d
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
separated MapJobExecutionDao similar to JdbcExecutionContextDao
2008-07-29 12:31:25 +00:00
lucasward
1a128e37e1
BATCH-746:Removed easymock warnings in core
2008-07-28 23:52:35 +00:00
robokaso
97835a76d8
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
created standalone ExecutionContextDao interface
2008-07-28 12:14:56 +00:00
robokaso
43354849a5
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
removed unused getJobExecutionCount(..)
2008-07-28 11:59:00 +00:00
robokaso
f67acdc56b
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
renamed saveOrUpdateExecutionContext to persistExecutionContext (since EC has no identity 'save vs. update' doesn't apply).
2008-07-28 11:47:34 +00:00
robokaso
035fe28113
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
consistent naming of update methods
2008-07-28 11:24:19 +00:00
robokaso
e9d2d90764
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
saveOrUpdate(StepExecution) split to save and update
2008-07-28 10:56:35 +00:00
robokaso
da3eb280c0
IN PROGRESS - BATCH-518: clean up the *Or* repository methods
...
saveOrUpdate(JobExecution) -> updateJobExecution
2008-07-28 08:46:30 +00:00
lucasward
1987dce4c0
BATCH-671: Accidentally committed a prototype class.
2008-07-26 02:13:07 +00:00
lucasward
e68a4133e8
BATCH-671: Added a new class, JobParameter, that represents an individual parameter. Also converted BatchStatus and ParameterType typesafe enumerations to java 5 enums.
2008-07-26 01:39:50 +00:00
robokaso
a641c28135
cleaned up redundant casts
2008-07-25 15:25:20 +00:00
robokaso
dc0365a965
relaxed unnecessarily restrictive type parameters
2008-07-24 11:30:24 +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
trisberg
0fd9b3e4c6
IN PROGRESS - BATCH-672: Updated test to use EasyMock 2.4 API
2008-07-24 00:36:13 +00:00
robokaso
c51bb402dd
cleaned up no longer necessary @SupressWarnings
2008-07-23 12:20:41 +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
dsyer
a2c279dd80
Minor tweaks to javadocs / visibility etc.
2008-07-23 08:34:06 +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
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
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
23c15569d7
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
2008-07-21 10:26:10 +00:00
lucasward
f1e73a7fa0
BATCH-711:Modified ItemWriter interface to use parameterized types. Updated a portion of classes using ItemWriter as well.
2008-07-21 04:23:05 +00:00
robokaso
6d34dff7d8
RESOLVED - BATCH-570: Job.getSteps() does not need to be exposed in the interface
...
removed the getSteps() method
2008-07-18 09:17:26 +00:00
robokaso
cb5584bc1d
IN PROGRESS - BATCH-709: Change all collections to use generics
2008-07-17 16:09:42 +00:00
dsyer
06d781a950
RESOLVED - issue BATCH-274: Support Callable<ExitStatus>
...
Added CallablTaskletAdapter (also removed dependency on backport concurrent)
2008-07-17 12:15:54 +00:00
dsyer
f56bfc314a
CLOSED - issue BATCH-563: ItemOrientedStep can be TaskletStep + ItemOrientedTasklet
2008-07-17 11:35:50 +00:00
dsyer
acbc1d89ed
CLOSED - issue BATCH-563: ItemOrientedStep can be TaskletStep + ItemOrientedTasklet
2008-07-17 11:33:55 +00:00