-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Final
-
None
When restarting a killed or crashed job execution with null job parameters, there may be NullPointerException.
Need to fix org.jberet.operations.JobOperatorImpl#restart to check for null restartParameters
Note: this NPE does not happen when restarting a failed or stopped job execution with null restart parameters.
As a workaround, restart a killed or crashed job execution with a non-null java.util.Properties