From 0e93dbde64a671153d2d820f5960d3a080559a28 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 9 Nov 2022 14:38:11 +0100 Subject: [PATCH] Updated Spring Batch 5.0 Migration Guide (markdown) --- Spring-Batch-5.0-Migration-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Spring-Batch-5.0-Migration-Guide.md b/Spring-Batch-5.0-Migration-Guide.md index 5fb035b..cbdb941 100644 --- a/Spring-Batch-5.0-Migration-Guide.md +++ b/Spring-Batch-5.0-Migration-Guide.md @@ -382,6 +382,8 @@ Moreover, the following APIs have been removed/updated without deprecation: * 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` +* The return type of `JobInstanceDao#getJobInstanceCount` has been changed from `int` to `long` +* The return type of `StepExecutionDao#countStepExecutions` has been changed from `int` to `long` # Pruning