Commit 6c330d6
committed
Refine contribution #4668
Before this commit, an assertion was enforcing
that when a skip limit is provided, then at least
one skippable exception is defined.
Since the default value of skip limit was changed
to 10 in fd45d32, that assertion is now replaced
with a log message at debug level.
Related to #46611 parent fd45d32 commit 6c330d6
File tree
1 file changed
+5
-2
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/step/builder
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
559 | | - | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
560 | 563 | | |
561 | 564 | | |
562 | 565 | | |
| |||
0 commit comments