Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12, 1.13
-
None
Description
Current Situation
- The JobScheduler Master source code includes references to a number of outdated JITL jobs.
- JobSchedulerManagedDBReportJob.java
- JobSchedulerCheckSanity.java
- JobSchedulerExtractJob.java
- The above Java classes are not used by jobs included with current JobScheduler releases. However, the Java classes have not been cleaned up at the point in time when the hostWare code was migrated to the Master and was dropped as a separate component from the repository. As a result such jobs require hostware-1.0.0.jar to be available at build-time. This dependency is resolved by a Maven repository that includes the hostWare binary code but that does not include the source code. Users who want to build JobScheduler Master from the sources have to use the hostWare binary .jar file.
Desired Behavior
- The above job classes will be dropped or will be disabled respectively.
- Any references to hostWare are removed. Users can build JobScheduler Master from the sources without dependencies to binary .jar files.
Attachments
Issue Links
- links to