Closed kbucksch closed 10 years ago
Hi,
great you like it! Sorry for the late response, did not checked my mails. Currently, the support for response objects is a bit rough, I create them by reflection. That´s the reason why they need a parameterless constructor. Generics like ResponseEntity<ResponseObject>
are handled, but ResponseEntity<Long>
are a problem since there is no noarg constructor.
Briefly the response object currently has to be a concrete class with a noarg constructor.
I will definitly investigate here to produce a better error message and to improve the support for response objects.
I released version 0.2.0
. Nothing really new here, but errors during the creation of the response object are catched and logged in order to identify the causing method. Could you give the new one a try?
I will close this ticket since this issue should be fixed, please open it again otherwise.
Hey,
I like your plugin. Would be great to get it up and running. Currently I am having:
Do you have any idea?