Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Internal Issue – Logged for Documentation (No Expected Impact)
Current Situation
- The com.sos.js7.job.JobArgument class, which is used to define an argument for a specific job, is based on the argument classes in the com.sos.commons.util.common package.
Implementation Note
- The base argument classes have now been relocated to the com.sos.commons.util.arguments.base package.
Incompatibility Note
- The JITL Java jobs and ScriptEngine jobs remain compatible.
- A custom Java job may become incompatible if it explicitly uses a com.sos.commons.util.common.SOSArgumentHelper.DisplayMode to suppress display the JobArgument value.
- In this case, the job should be recompiled to align with the new structure(com.sos.commons.util.arguments.base.SOSArgument.DisplayMode).
Attachments
Issue Links
- is related to
-
YADE-626 Rewrite of the YADE Command Line Client and YADE JITL Job
-
- Released
-