lucasward
0ea4e286e8
BATCH-538:Stateful sessions are now closed properly in HibernateCursorItemReader.
2008-04-01 19:13:22 +00:00
dsyer
c6c08d9ce3
RESOLVED - issue BATCH-183: Unit test for JMX notifications / control
2008-04-01 12:52:41 +00:00
dsyer
d56e0adc51
RESOLVED - issue BATCH-463: More code samples in Retry reference docos
...
Added some more detail in retry.xml
2008-04-01 11:49:29 +00:00
robokaso
bff748f576
RESOLVED - issue BATCH-532: StepExecutionListener can influence exit status but not status of step execution
...
removed the try/catch block around listener.afterStep()
updated javadoc for StepExecutionListener#afterStep(..)
2008-04-01 11:40:59 +00:00
robokaso
7746cfc304
RESOLVED - issue BATCH-529: StepExecutionListener.afterStep() should only be called on success
...
RESOLVED - issue BATCH-532: StepExecutionListener can influence exit status but not status of step execution
listener.afterStep() call moved from catch block to the end of the try block
2008-04-01 11:07:53 +00:00
dsyer
25281b236e
Comments added to clarify TaskExecutorRepeatTemplate
2008-04-01 10:31:55 +00:00
dsyer
c2bb83ce73
RESOLVED - issue BATCH-198: Make backoff policy tests less sensitive to virtualisation
2008-04-01 09:49:11 +00:00
dsyer
afaa668347
Update downloads page with links to releases
2008-04-01 09:09:01 +00:00
dsyer
ca78862fd7
update version number again (to the correct one).
2008-04-01 08:12:19 +00:00
dsyer
565c73a5e9
[BATCH-97] Add profile to integration project to allow tests to be run.
...
Update wrong version on some poms (like docs).
2008-04-01 08:07:14 +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
4f74d0c9f7
RESOLVED - issue BATCH-527: StepExecutionResourceProxy toString() should delegate to delegate.toString()
2008-03-31 14:05:03 +00:00
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