gbif / gbif-api

GBIF API
Apache License 2.0
27 stars 5 forks source link

Incorrect validation of MetasyncHistory causing XML synchronization to fail #79

Closed MattBlissett closed 3 years ago

MattBlissett commented 3 years ago

MetasyncHistory#syncDate is annotated as @NotNull, but it is only set during persistence.

This causes an exception when the synchronization results are sent to the Registry WS.