Updated Spring Batch 5.0 Migration Guide (markdown)

Mahmoud Ben Hassine 2022-10-18 12:12:23 +02:00
parent 4a999eda15
commit 895e760db2

@ -381,6 +381,7 @@ Moreover, the following APIs have been removed/updated without deprecation:
* The method `JobParameter#getType` now returns `T` instead of `Object`
* The constructors in `JobParameter` that took the 4 pre-defined job parameter types (date, string, long, double) where removed.
* The constructor `SkipWrapper(Throwable e)` was removed
* The setter `setIsolationLevelForCreate(Isolation)` in `AbstractJobRepositoryFactoryBean` was renamed to `setIsolationLevelForCreateEnum`
# Pruning