hartwigmedical / hmftools

Various algorithms for analysing genomics data
GNU General Public License v3.0
179 stars 56 forks source link

ACTIN-333: orange-datamodel jdk17 support #469

Closed kzuberihmf closed 9 months ago

kzuberihmf commented 9 months ago

When using orange-datamodel in jdk17, reflection errors on LocalDate cause json serialization errors. This adds a type adapter to fix the problem. The json file itself maintains the same format:

  "experimentDate": {
    "year": 2022,
    "month": 1,
    "day": 20
  },