spring-attic / spring-social-github

Github API binding and connect support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create GISTS

philwebb opened this issue · comments

The latest master branch no longer allows be to create GISTS. Commit bfd72b0 has introduced constructor arguments and final fields that stop Jackson from deserializing results.

Turns out it was actually nulls in the gist causing problems. See #24 for a fix.