You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.batch.core.jsr.JsrJobContext does not provide any getter method for Job Parameters. If we need current job parameters we have to go through job operator's getParameters method:
If anyone is still having this issue with v4.3.8+, then please provide a minimal complete verifiable example that we can run to reproduce the problem and we will re-open this issue for further investigation. Thank you upfront!
Arindam Ray opened BATCH-2487 and commented
org.springframework.batch.core.jsr.JsrJobContext does not provide any getter method for Job Parameters. If we need current job parameters we have to go through job operator's getParameters method:
Properties properties = BatchRuntime.getJobOperator().getParameters(executionId);
Affects: 3.0.4
The text was updated successfully, but these errors were encountered: