Upgrade to Spring Batch 3.0.4 snapshots
Closes gh-2712
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package sample.batch;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
@@ -25,7 +24,6 @@ import org.springframework.boot.test.OutputCapture;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
@Ignore("Due to the removal of ParameterizedRowMapper, Spring Batch is incompatible with Spring Framework 4.2")
|
||||
public class SampleBatchApplicationTests {
|
||||
|
||||
@Rule
|
||||
|
||||
Reference in New Issue
Block a user