Spring Batch
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Change the type of
skipCountparameter inSkipPolicyfrominttolong - Migrate to Spring Batch 5.0 from 4.3
- Migrate to Spring Batch 6.0 from 5.2
- Transform classes that extend
*ListenerSupportto implement the*Listenerinterfaces instead
Recipes
- Add
PlatformTransactionManagertotasklet()andchunk()calls - Add class argument to
JobParameters - Convert receive type in some invocation of StepExecution.xx()
- Migrate
DatetoLocalDateTimefor Spring Batch timestamp methods - 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