atomist-attic / artifact-source

ArtifactSource abstraction for source code
GNU General Public License v3.0
2 stars 3 forks source link

Null InputStream on 200/201 response causing Jackson deserialisation failure #51

Closed alankstewart closed 7 years ago

alankstewart commented 7 years ago

An if guard in the case statement for 200 and 201 responses needs to be added to check for a null InputStream, as it appears the GitHub API is now not returning a 204 when a collaborator is added to a repository

alankstewart commented 7 years ago

Fixed in 1.0.0-m.19