jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 18 forks source link

Clarify in spec that retry-with-rollback uses same artifact instance #137

Open follis opened 4 years ago

follis commented 4 years ago

This is just saying you don't get a new ItemReader etc. object on retry-with-rollback. Any state in those objects is still there…