The method `JobOperator#start(String jobName, String jobParameters)` accepts job parameters as a string, which can cause parsing issues like https://github.com/spring-projects/spring-batch/issues/4253 . This method should be deprecated in favor of a new method that accepts job parameters as a `java.util.Properties` object.