Open ahalberkamp opened 6 years ago
Currently the job configuration is validated when it`s unmarshalled from a String
This validation logic is very complex and hard to maintain.
Simplifty the whole validation logic of the job configuration and move this logic to its constructor
Situation
Currently the job configuration is validated when it`s unmarshalled from a String
Problem
This validation logic is very complex and hard to maintain.
Resolution
Simplifty the whole validation logic of the job configuration and move this logic to its constructor