cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Handle jax-rs responses that do not contain a entity (#109) #110

Closed nathanschile closed 6 years ago

nathanschile commented 6 years ago

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

This is bare minimum acceptable testing

nathanschile commented 6 years ago

A workaround is to give a Void return type. e.g. GenericResponse<Void> getGeneric();

johnlcox commented 6 years ago

Update changelog?