Skip to content

Deprecate JobOperator.start(String, String) #4304

Closed
@fmbenhassine

Description

@fmbenhassine

The method JobOperator#start(String jobName, String jobParameters) accepts job parameters as a string, which can cause parsing issues like #4253 .

This method should be deprecated in favor of a new method that accepts job parameters as a java.util.Properties object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions