RESOLVED - issue BATCH-572: Retryable exceptions cannot be skippable

* Deprecated StatefulRetryStepFactoryBean
* Added generic cache limit property to SkipLimitStepFactoryBean (replacing skipCacheLimit)
* Testing
This commit is contained in:
dsyer
2008-06-05 11:53:36 +00:00
parent 05b3e0ad36
commit a55e488c14
6 changed files with 110 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ package org.springframework.batch.retry.policy;
import org.springframework.batch.retry.RetryContext;
/**
* Simple map-like bstraction for stateful retry policies to use when storing
* Simple map-like abstraction for stateful retry policies to use when storing
* and retrieving {@link RetryContext} instances.
*
* @author Dave Syer