change default strict to true
This commit is contained in:
@@ -69,7 +69,7 @@ public class StaxEventItemReader<T> extends AbstractItemCountingItemStreamItemRe
|
||||
|
||||
private boolean noInput;
|
||||
|
||||
private boolean strict = false;
|
||||
private boolean strict = true;
|
||||
|
||||
public StaxEventItemReader() {
|
||||
setName(ClassUtils.getShortName(StaxEventItemReader.class));
|
||||
|
||||
Reference in New Issue
Block a user