From d0dfdd48c2268b99647ed66048d2f434aff2342c Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 4 Apr 2022 12:50:39 +0200 Subject: [PATCH] Updated Spring Batch 5.0 Migration Guide (markdown) --- Spring-Batch-5.0-Migration-Guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Spring-Batch-5.0-Migration-Guide.md b/Spring-Batch-5.0-Migration-Guide.md index fcd4271..23591ed 100644 --- a/Spring-Batch-5.0-Migration-Guide.md +++ b/Spring-Batch-5.0-Migration-Guide.md @@ -21,6 +21,11 @@ Spring Batch 5 is updating its Spring dependencies across the board to the follo 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. +In addition to that: + +* `org.springframework:spring-jdbc` is now a required dependency in `spring-batch-core` +* `junit:junit` is now an optional dependency in `spring-batch-test` + ## Database schema updates #### Oracle