Spring Batch
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Migrate to Spring Batch 5.0 from 4.3
- Transform classes that extend
*ListenerSupportto implement the*Listenerinterfaces instead
Recipes
- Add class argument to
JobParameters - Change the type of
skipCountparameter inSkipPolicyfrominttolong - Convert receive type in some invocation of StepExecution.xx()
- Migrate
ItemWriter - Migrate
JobBuilderFactorytoJobBuilder - Migrate
StepBuilderFactorytoStepBuilder - Migrate method when it annotated by Spring Batch API
- Migration invocation of JobParameter.toString to JobParameter.getValue.toString
- Remove
DefaultBatchConfigurer - Transform classes that extend a given Class to implement the given Interface instead