Skip to content

Replacing java.util.Date et.al. #514

Open
@marcelstoer

Description

@marcelstoer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextnext major iteration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions