AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

Cannot continue downloads on a restart because AlaUserProfile is missing a default constructor #865

Closed adam-collins closed 3 months ago

adam-collins commented 7 months ago

Exception thrown when executing DownloadDetailsDTO dd = jsonMapper.readValue(f, DownloadDetailsDTO.class); because AlaUserProfile is an interface.

adam-collins commented 7 months ago

Pull request https://github.com/AtlasOfLivingAustralia/biocache-service/pull/864