From c4a550eab8ba8c282de865b5cd34114edb37501b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 13 Jul 2022 19:54:24 +0200 Subject: [PATCH] Updated Spring Batch 5.0 Migration Guide (markdown) --- Spring-Batch-5.0-Migration-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Spring-Batch-5.0-Migration-Guide.md b/Spring-Batch-5.0-Migration-Guide.md index d9752d4..f655f35 100644 --- a/Spring-Batch-5.0-Migration-Guide.md +++ b/Spring-Batch-5.0-Migration-Guide.md @@ -19,7 +19,10 @@ Spring Batch 5 is updating its Spring dependencies across the board to the follo * Spring for Apache Kafka 3 * Micrometer 1.10 -Moreover, this version marks the migration to Jakarta EE 9. Please make sure to update your import statements from `javax.*` to `jakarta.*` for all EE APIs you use. +Moreover, this version marks the migration to: + +* Jakarta EE 9: Please make sure to update your import statements from `javax.*` to `jakarta.*` for all EE APIs you use. +* Hibernate 6: Hibernate (cursor/paging) item readers and writer have been updated to use Hibernate 6.1 APIs (previously using Hibernate 5.6 APIs) In addition to that: