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
*ListenerSupport
to implement the*Listener
interfaces instead
Recipes
- Add class argument to
JobParameters
- Change the type of
skipCount
parameter inSkipPolicy
fromint
tolong
- Convert receive type in some invocation of StepExecution.xx()
- Migrate
ItemWriter
- Migrate
JobBuilderFactory
toJobBuilder
- Migrate
StepBuilderFactory
toStepBuilder
- 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