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 17 forks source link

Restart of executing job does not give spec-defined exception. Add JobExecutionIsRunningException to JobOperator#restart signature #154

Open follis opened 3 years ago

follis commented 3 years ago

You can't restart a job that is running so you get an exception but the spec doesn't say what exception and should.