
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.06d
|
|
|
Remaining Estimate:
|
0d
|
|
|
Time Spent:
|
0.12d
|
|
|
|
|
ItemProcessor#process(..) throws exception, so the ItemWriterItemProcessor#doProcess (..) should declare that too.
I think the same makes sense for the ItemTransformer interface (which is assumed to be used as part of processing). Otherwise implementations tend to be polluted with a lot of dumb exception rethrowing (e.g. when the item is a File object).
|
|
Description
|
ItemProcessor#process(..) throws exception, so the ItemWriterItemProcessor#doProcess (..) should declare that too.
I think the same makes sense for the ItemTransformer interface (which is assumed to be used as part of processing). Otherwise implementations tend to be polluted with a lot of dumb exception rethrowing (e.g. when the item is a File object). |
Show » |
|