Closed nathanschile closed 6 years ago
Fixes #109 by handling jax-rs respones that do not have a entity.
Unit tested
This is bare minimum acceptable testing
./mvnw clean install -U
A workaround is to give a Void return type. e.g. GenericResponse<Void> getGeneric();
Void
GenericResponse<Void> getGeneric();
Update changelog?
What was changed? Why is this necessary?
Fixes #109 by handling jax-rs respones that do not have a entity.
How was it tested?
Unit tested
How to test
./mvnw clean install -U