phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Add DeferredResult to SpringRestController #272

Closed godmarch33 closed 5 years ago

godmarch33 commented 5 years ago

1 Add DefferedResult to SpringRestController 2 Add test for SpringControllerDefferedResult 3 update tests naming files for async type 4 apply formatter plugin

stojsavljevic commented 5 years ago

Hi,

thanks for the PR. Something I noticed:

stojsavljevic commented 5 years ago

Support for DeferredResult is added as part of #257. Closing this one.