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
137 stars 84 forks source link

Upgrade RJP08V1 Parser to operate using a single JCodeModel #126

Closed kurtpa closed 6 years ago

kurtpa commented 7 years ago

Currently RJP08V1 Assumes mutilple code models for controllers and POJOs, We have added support for a single unified code model for the RJP10V2 Parser which brings multiple benefits and this should be applied to the RJP08V1

stojsavljevic commented 6 years ago

I don't think we should be supporting 0.8 anymore.