Open
Description
First and foremost, thank you very much for this library! It's a joy to use.
This is a plea to get proper Java 8+ date & time support in this API. Could you please remove java.util.Date
in all places that actually deserve a proper timestamp. One example: org.gitlab4j.api.models.Release#getReleasedAt
. GitLab sends a full timestamp like so "released_at": "2020-02-11T14:24:16.070Z"
that could be mapped to a java.time.OffsetDateTime
.
I understand that this is a breaking change but one that is well worth it IMO.