Closed spring-projects-issues closed 4 years ago
Thanks for sharing a minimal example to reproduce the issue!
Without any code modification in the shared repo, the test failing with v3.0.1 passes with Spring Batch v4.2.1.
Since Spring Batch v3 is not maintained anymore and the bug does not happen with v4.2.1, I'm closing this issue.
Josh Brackett opened BATCH-2285 and commented
If I create a job using:
then I get a failure that "No step found with name: ..."
Using
works as expected.
Perhaps I'm just misunderstanding something or not configuring something correctly so I've created a simple project that replicates what I'm seeing.
Affects: 3.0.1
Reference URL: https://github.com/jbrackett/SpringBatchTestFailure