timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
383 stars 317 forks source link

use Date to parse due_date for GitlabIssue like GitlabMilestone #355

Closed pikuzi closed 4 years ago

pikuzi commented 5 years ago

This PR was proposed to fix the issue of due_date parse issue.

https://github.com/timols/java-gitlab-api/issues/350

pikuzi commented 5 years ago

close this PR until got the tests fixed.

pikuzi commented 5 years ago

complete the commit. Proposed solution: use Date to parse due_date in GitlabIssue like GitlabMilestone.

cowtowncoder commented 4 years ago

Something went wrong here, wrt #351.

timols commented 4 years ago

@pikuzi I had to revert this change due to test failures and @cowtowncoder's point regarding breaking API changes