Details
-
Deprecation
-
Status: Deprecated (View Workflow)
-
Minor
-
Resolution: Deprecated
-
1.11, 1.12
Description
Deprecation
- With the rewrite of parameter substitution as indicated with
JITL-276the "classic" configuration monitor implementation is discontinued:<monitor name="configuration_monitor"> <script java_class="sos.scheduler.managed.configuration.ConfigurationOrderMonitor" language="java"/> </monitor>
- With release 1.11 a new implementation of the configuration monitor becomes available:
<monitor name="configuration_monitor"> <script java_class="com.sos.jitl.jobchainnodeparameter.monitor.JobchainNodeSubstituteMonitor" language="java"/> </monitor>
- With release 1.12 the "classic" implementation will be modified to point to the new implementation in order to maintain compatibility of job configurations.
Deprecation History
- Release 1.11: Deprecated
- Release 1.12: Unsupported, Removed