A user can now configure batch JobParameters using the spring.batch.job-parameters
property.
The expected format is json, for example:
export spring_batch_jobParameters="{\"run.id(long)\":\"5\",\"foo.bat\":\"test\"}"
resolves #23411
Comment From: philwebb
Thanks Glen, but I'm afraid this issue was reserved for a conference event. I'm going to close this one until the event is over just in case a participant wants to submit something. If nobody does, we'll reopen it.
Comment From: snicoll
The event is over and we didn't get a PR for this one so let's reopen.
Comment From: snicoll
@cppwfs thanks for the PR but we're not keen to paste raw json this way. I've started to work on another proposal, please follow-up on the original issue.