robokaso
|
4f0cb707cb
|
RESOLVED - issue BATCH-528: Inserting non-date JobParameter fails on MySQL
TIMESTAMP externalized as property with DATETIME value for MySQL
|
2008-03-31 13:43:48 +00:00 |
|
robokaso
|
973e146aa3
|
RESOLVED - issue BATCH-533: prefix in the JobRepositoryFactoryBean does not apply to the sequences
|
2008-03-31 12:52:44 +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
|
5091ffee6b
|
Update URL fro download link.
|
2008-03-28 16:46:48 +00:00 |
|
lucasward
|
62f8ac5d70
|
BATCH-524: Misc doc fixes.
|
2008-03-28 16:39:44 +00:00 |
|
lucasward
|
7beff5959d
|
BATCH-315: Added a new chapter for testing.
|
2008-03-28 16:11:28 +00:00 |
|
dsyer
|
7776123567
|
Fix out of date references on website
|
2008-03-28 15:25:34 +00:00 |
|
dsyer
|
4adbc3546f
|
Updates for download instructions
|
2008-03-28 15:08:14 +00:00 |
|
robokaso
|
43a61dac13
|
RESOLVED - issue BATCH-526: RepeatTemplate#start(..) should be private/protected
http://jira.springframework.org/browse/BATCH-526
changed visibility to protected (same as isComplete(..) and update(..).
|
2008-03-28 15:00:11 +00:00 |
|
dsyer
|
2cf48e09fa
|
RESOLVED - issue BATCH-525: RepeatTemplate#isComplete(..) should be private/protected
|
2008-03-28 14:21:05 +00:00 |
|
dsyer
|
3fb89c7249
|
RESOLVED - issue BATCH-498: Skip method should get ExecutionContext as an argument
Renamed next() method as getItem() (it was a simple getter).
|
2008-03-28 14:12:36 +00:00 |
|
dsyer
|
8be34212ae
|
Exclude package from integration test module in Javadocs
|
2008-03-28 12:32:31 +00:00 |
|
dsyer
|
0ada1fcaaa
|
RESOLVED - issue BATCH-486: Users must choose between skip and retry
Tweak the retry policy to account for fatal exceptions as well (they should not be retryable).
|
2008-03-28 12:14:45 +00:00 |
|
dsyer
|
bfa98e3bdb
|
RESOLVED - issue BATCH-512: delegating item reader/writer needs documentation on registering delegate as a Stream.
Added a couple of sections on registering delegates with the step directly (execution.xml and readersAndWriters.xml).
|
2008-03-28 11:47:42 +00:00 |
|
dsyer
|
9d35d8c95f
|
RESOLVED - issue BATCH-521: Create migration guide for rc1->1.0
|
2008-03-28 10:42:42 +00:00 |
|
dsyer
|
b44b795602
|
RESOLVED - issue BATCH-502: Add documentation for adding repository transactions declaratively
|
2008-03-28 10:36:45 +00:00 |
|
robokaso
|
4a61782c59
|
IN PROGRESS - issue BATCH-521: Create migration guide for rc1->1.0
http://jira.springframework.org/browse/BATCH-521
draft added (not linked from site)
|
2008-03-28 10:26:14 +00:00 |
|
robokaso
|
d0455b5197
|
RESOLVED - issue BATCH-523: FlatFileItemReader calls mark??
http://jira.springframework.org/browse/BATCH-523
|
2008-03-28 09:12:25 +00:00 |
|
dsyer
|
5c7dcc59b9
|
Update bits of site for 1.0.0
|
2008-03-28 07:11:59 +00:00 |
|
dsyer
|
9688484ad5
|
RESOLVED - issue BATCH-237: HibernateAwareItemWriter should clear session after flushing
Added some javadocs to the writers.
|
2008-03-28 06:46:03 +00:00 |
|
lucasward
|
c736462553
|
Reverted back to original prepared statement setter. The ExecutionContext wasn't doing much good in it, since other database reader changes weren't committed. However, being able to set the JobParameters still provides value for the cursor item reader.
|
2008-03-28 05:32:08 +00:00 |
|
dsyer
|
9007a61f5e
|
RESOLVED - issue BATCH-486: Users must choose between skip and retry
Remove duplicate key generator property from factory beans.
|
2008-03-27 17:30:24 +00:00 |
|
dsyer
|
e4c3048414
|
RESOLVED - issue BATCH-486: Users must choose between skip and retry
Used inheritance to mix retry and skip in a factory bean.
|
2008-03-27 17:23:36 +00:00 |
|
dsyer
|
37f59f3fab
|
OPEN - issue BATCH-486: Users must choose between skip and retry
|
2008-03-27 16:08:16 +00:00 |
|
dsyer
|
0f84d3064a
|
OPEN - issue BATCH-486: Users must choose between skip and retry
Removed itemReader from retry callback - simplifies stateful retry and makes the ugly exception handling problem go away.
|
2008-03-27 15:21:20 +00:00 |
|
dsyer
|
d983eba1c5
|
RESOLVED - issue BATCH-511: read failures cause rollback
Renamed "commit*" in StepContribution to "combine*". Fixed broken test (forgot to combine skip counts).
|
2008-03-27 10:48:04 +00:00 |
|
dsyer
|
e46c972d8e
|
REOPENED - issue BATCH-511: read failures cause rollback
|
2008-03-27 10:30:06 +00:00 |
|
robokaso
|
419fa9794d
|
javadoc typo corrected
|
2008-03-27 10:02:50 +00:00 |
|
robokaso
|
3f49e0eb6b
|
RESOLVED - issue BATCH-517: item writers need to handle empty flush gracefully
http://jira.springframework.org/browse/BATCH-517
BatchSqlUpdateItemWriter no longer asserts there are items bound to transaction
|
2008-03-27 10:01:48 +00:00 |
|
dsyer
|
914b9f2bed
|
REOPENED - issue BATCH-511: read failures cause rollback
Add SkipLimitExceededException to the list of fatal exceptions for the step exception handler
|
2008-03-27 06:41:37 +00:00 |
|
lucasward
|
a727ec76e2
|
BATCH-514: Forgot to remove an unnecessary interface.
|
2008-03-27 04:41:15 +00:00 |
|
lucasward
|
720912820d
|
BATCH-514:Additional small refactorings on Jdbc readers.
|
2008-03-27 04:38:07 +00:00 |
|
lucasward
|
b876649cb9
|
BATCH-514:Additional small refactorings on Jdbc readers.
|
2008-03-27 04:37:58 +00:00 |
|
dsyer
|
2faea9d266
|
rename synchronizer with wrong spelling
|
2008-03-26 19:57:01 +00:00 |
|
dsyer
|
76991edce7
|
RESOLVED - issue BATCH-447: ItemOrientedStep implementation causes mandatory dependency on backport-util-concurrent
Added AtomicCounter to remove backport dependency
|
2008-03-26 19:43:19 +00:00 |
|
robokaso
|
ca2db2c31a
|
RESOLVED - issue BATCH-516: default to commitInterval=1 in SimpleStepFactoryBean
http://jira.springframework.org/browse/BATCH-516
|
2008-03-26 13:58:04 +00:00 |
|
robokaso
|
6becaa5939
|
RESOLVED - issue BATCH-515: RepeatTemplate should unwrap RepeatExceptions also for interceptors (not only for exception handler)
http://jira.springframework.org/browse/BATCH-515
|
2008-03-26 12:38:39 +00:00 |
|
robokaso
|
6989745c12
|
RESOLVED - issue BATCH-510: FlatFileItemWriter.restarted logic fails if step fails before first chunk commit.
http://jira.springframework.org/browse/BATCH-510
added initial save of execution context before first chunk
|
2008-03-26 09:45:07 +00:00 |
|
dsyer
|
f690e39440
|
RESOLVED - issue BATCH-513: CompositeItemReadListener, CompositeItemWriteListener using ChunkListeners?
Changed signature of methods
|
2008-03-26 06:41:44 +00:00 |
|
dsyer
|
08ceb9d962
|
RESOLVED - issue BATCH-498: Skip method should get ExecutionContext as an argument
|
2008-03-26 06:37:01 +00:00 |
|
lucasward
|
075c9aca4f
|
BATCH-514: The JdbcCursorItemReader now supports buffering.
|
2008-03-26 05:22:28 +00:00 |
|
dsyer
|
546010c887
|
OPEN - issue BATCH-498: Skip method should get ExecutionContext as an argument
Added SkipListener as new StepListener.
|
2008-03-25 19:15:00 +00:00 |
|
dsyer
|
ea4e6f9ab1
|
OPEN - issue BATCH-498: Skip method should get ExecutionContext as an argument
Removed Skippable interface. TODO: beef up configuration of step factory with skips.
|
2008-03-25 17:41:00 +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 |
|
dsyer
|
7a513d4749
|
OPEN - issue BATCH-498: Skip method should get ExecutionContext as an argument
Handle skip internally in ItemHandler.
|
2008-03-25 17:10:26 +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 |
|
robokaso
|
f888d44336
|
RESOLVED - issue BATCH-433: FlatFileItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-433
|
2008-03-25 16:08:59 +00:00 |
|
dsyer
|
44c478cd0e
|
OPEN - issue BATCH-507: FlatFileItemWriter OutputSource not initialised on FlatFileItemReader.open()
|
2008-03-25 13:45:23 +00:00 |
|