taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

support Redmine 4 "delete object" empty responses. #362

Closed alexeyOnGitHub closed 3 years ago

alexeyOnGitHub commented 3 years ago

Redmine 4 returns an empty response for at least some "Delete" calls, and the library did not know how to handle those. I added null entity handling in TransportDecoder.