Fix : Makes JobState parsing more lenient #318
Makes JobState parsing more lenient #318
Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.