trisberg
|
d272105479
|
BATCH-762: changed ExecutionContext storage strategy to use JSON for serialization in a single String/CLOB
|
2008-09-08 13:21:25 +00:00 |
|
trisberg
|
2b470683f9
|
fixed class cast issue in test
|
2008-09-08 13:10:46 +00:00 |
|
lucasward
|
fc2de248f6
|
IN PROGRESS - issue BATCH-792: Automatically detect database type in JobRepositoryFactoryBean
http://jira.springframework.org/browse/BATCH-792
JobRepositoryFactoryBean now detects the database type by the meta data. There is also now an enum representing the DatabaseType.
|
2008-09-05 23:23:13 +00:00 |
|
robokaso
|
16f432e08f
|
IN PROGRESS - BATCH-763: Create callback for header and footer writing in xml and flat files
added footers to flatfile and stax writers
|
2008-09-05 13:20:26 +00:00 |
|
dsyer
|
6c1c803de6
|
Optional dependencies identified
|
2008-09-05 13:15:44 +00:00 |
|
robokaso
|
f623b0651a
|
RESOLVED - BATCH-776: StaxEventItemWriter headers should not have to be the same type as the T that the writer is parameterised with
|
2008-09-05 10:50:42 +00:00 |
|
robokaso
|
f22b617313
|
RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
cleanup of now redundant classes
|
2008-09-05 10:41:31 +00:00 |
|
robokaso
|
7f2adceb19
|
RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
cleanup of now redundant classes
|
2008-09-05 09:30:47 +00:00 |
|
robokaso
|
5994782b37
|
RESOLVED - BATCH-821: remove EventSerializer/Deserializer abstractions and use Marshaller/Unmarshaller directly
|
2008-09-05 09:15:21 +00:00 |
|
dsyer
|
0e812b8da3
|
RESOLVED - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
More careful with range sorting
|
2008-09-04 08:44:30 +00:00 |
|
dsyer
|
4bc943537d
|
OPEN - issue BATCH-809: fixedLenghtTokenizer problem with 1.1.2
Add strict flag and open-ended last range logic
|
2008-09-04 08:15:47 +00:00 |
|
robokaso
|
061ddd8e47
|
cleaned up warnings in infrastructure tests
|
2008-09-03 14:02:45 +00:00 |
|
dsyer
|
311779037a
|
BATCH-804: add interface for RetryState
|
2008-09-02 09:24:37 +00:00 |
|
robokaso
|
91ecbc6382
|
fix javadoc errors highlighted by eclipse
|
2008-09-02 09:22:56 +00:00 |
|
dsyer
|
a5fe2993ca
|
Add test for whitespace in tokenizer
|
2008-09-02 08:48:27 +00:00 |
|
dsyer
|
1a6d7202ec
|
Improve type safety of transactional collections by reducing visibility of private features
|
2008-09-02 07:52:22 +00:00 |
|
trisberg
|
3c098f6cb8
|
BATCH-799 deprecated DrivingQueryItemReader support in favor of PagingItemReaders
|
2008-08-31 16:33:50 +00:00 |
|
trisberg
|
77065c3ea6
|
BATCH-760: added parameter support to all PagingItemReaders
|
2008-08-31 02:59:36 +00:00 |
|
trisberg
|
d7c44fc613
|
BATCH-760: cleanup
|
2008-08-29 23:22:01 +00:00 |
|
trisberg
|
ab6068e5b6
|
BATCH-760: first cut of IbatisPagingItemReader, added AbstractPagingItemReader with common logic for all PagingItemReaders
|
2008-08-29 23:14:02 +00:00 |
|
dsyer
|
bd91d0c35e
|
BATCH-798: Samples working again. TODO: refactor rollbackClassifier into the stateless execution API
|
2008-08-29 17:14:59 +00:00 |
|
dsyer
|
2ea0fe68cf
|
BATCH-220: Rationalise the exception classifiers so they can be used in a retry
|
2008-08-29 14:09:11 +00:00 |
|
dsyer
|
ad5b0010dd
|
BATCH-220: Half way to rename StepHandler -> Tasklet
|
2008-08-28 10:38:26 +00:00 |
|
trisberg
|
31109f0a4d
|
BATCH-760: added order by clause to all generated sql
|
2008-08-27 23:57:45 +00:00 |
|
dsyer
|
32118407c7
|
OPEN - issue BATCH-220: Chunk-oriented approach to processing
Skip should be working now for reads and writes (not processing).
|
2008-08-27 11:08:47 +00:00 |
|
dsyer
|
0111123bb7
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Left a TODO.
|
2008-08-26 07:47:00 +00:00 |
|
dsyer
|
ca735a43b2
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Revert RetryPolicy.close() to its former signature
|
2008-08-26 07:42:43 +00:00 |
|
dsyer
|
99f3bd4c6b
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Remove unused Exception throws clauses
|
2008-08-26 07:10:43 +00:00 |
|
dsyer
|
c0c8fa111b
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Rationalise JmsItemReader
|
2008-08-26 07:02:39 +00:00 |
|
dsyer
|
e504a887af
|
Fix Javadocs
|
2008-08-26 06:27:04 +00:00 |
|
trisberg
|
4e39831c82
|
BATCH-760: added remaining database specific implementations and a delegating implementation that uses database metadata to determine which implementation to delegate to
|
2008-08-26 05:16:58 +00:00 |
|
trisberg
|
c0c8331227
|
BATCH-760: refactoring, moving SQL snippets to PagingQueryProvider implementations, adding some database specific implementations (more to come)
|
2008-08-25 19:28:57 +00:00 |
|
dsyer
|
d41464c176
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Move key generator and item identifier to retry interceptor package
|
2008-08-25 16:08:19 +00:00 |
|
dsyer
|
6e36093b2e
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
RetryCallback and RecoveryCallback done
|
2008-08-25 14:06:57 +00:00 |
|
dsyer
|
d79e1b8542
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Simplify RetryPolicy interface now that they are all stateless
|
2008-08-25 12:23:58 +00:00 |
|
dsyer
|
193f63a24a
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Make stateful retry explicit in the RepeatOperations interface instead of hidden in a RetryPolicy
|
2008-08-25 12:00:42 +00:00 |
|
dsyer
|
be03c892e3
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Extend RetryOperations to include recovery case
|
2008-08-24 18:13:38 +00:00 |
|
dsyer
|
05015c598d
|
OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces
Downgrade throws clause in RetryCallback - it's not reasonable to retry arbitrary Throwable
|
2008-08-24 11:44:50 +00:00 |
|
dsyer
|
f1e1ac757f
|
Javadocs
|
2008-08-23 13:47:58 +00:00 |
|
dsyer
|
c2e3331442
|
Finish tidy up parameterisation of exception handler
|
2008-08-23 13:35:36 +00:00 |
|
dsyer
|
8e498f0d52
|
Improve parameterisation of exception handler
|
2008-08-23 13:22:35 +00:00 |
|
dsyer
|
c3ed34b3a8
|
OPEN - issue BATCH-771: Refactor Listeners for chunk changes
Lift Chunk up to top level and use it to manage the skip / retry logic. Not finished.
|
2008-08-23 11:22:01 +00:00 |
|
trisberg
|
ecc19e96ff
|
BATCH-760: added a JdbcPagingQueryProvider abstraction and an SQL:2003 windowing functions implementation
|
2008-08-22 19:51:56 +00:00 |
|
dsyer
|
fac1c2b22b
|
Retry policy needed to know if the callback was successful.
|
2008-08-22 14:31:10 +00:00 |
|
trisberg
|
632f61987a
|
BATCH-760: fixed some Oracle issues - now works for HSQL, MySQL and Oracle, need to test other platforms
|
2008-08-21 17:18:29 +00:00 |
|
dsyer
|
842907337f
|
OPEN - issue BATCH-771: Refactor Listeners for chunk changes
Add attribute accessor for synchronizing unfinished work between transactions
|
2008-08-21 17:13:51 +00:00 |
|
dsyer
|
6040e8aa69
|
Fix @Override (Java 6)
|
2008-08-21 16:18:55 +00:00 |
|
dsyer
|
a1030c2609
|
RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Removed unneeded exception classes
|
2008-08-21 12:50:11 +00:00 |
|
trisberg
|
c52b277358
|
cleanup
|
2008-08-21 12:30:46 +00:00 |
|
trisberg
|
0e8c26e943
|
BATCH-760: first cut of JdbcPagingItemReader - works for HSQL, need to test other platforms
|
2008-08-21 12:30:15 +00:00 |
|