From 382091ed780494c5dbc2cab5967f2a659114cf04 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sat, 1 Jan 2022 10:26:21 +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 1886980..0e960f4 100644 --- a/Spring-Batch-5.0-Migration-Guide.md +++ b/Spring-Batch-5.0-Migration-Guide.md @@ -68,6 +68,8 @@ The following APIs have been deprecated in version 5.0: * `org.springframework.batch.item.database.support.SqlPagingQueryUtils#generateLimitGroupedSqlQuery(org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider, boolean, java.lang.String)` * `org.springframework.batch.core.repository.dao.JdbcJobInstanceDao#setJobIncrementer(DataFieldMaxValueIncrementer jobIncrementer)` +Please refer to the Javadoc of each API for more details about the suggested replacement. + # Removed APIs The following APIs were deprecated in previous versions and have been removed in this release: