We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e58d commit f844aaaCopy full SHA for f844aaa
src/main/java/org/openrewrite/java/spring/batch/MigrateItemWriterWrite.java
@@ -42,7 +42,7 @@ public String getDisplayName() {
42
43
@Override
44
public String getDescription() {
45
- return "`JobBuilderFactory` was deprecated in spring-batch 5.x: replaced by `JobBuilder`.";
+ return "In `ItemWriter` the signature of the `write()` method has changed in spring-batch 5.x.";
46
}
47
48
private static final MethodMatcher ITEM_WRITER_MATCHER = new MethodMatcher("org.springframework.batch.item.ItemWriter write(java.util.List)", true);
0 commit comments