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

Can support raml1.0? [Java to RAML] #223

Closed lanmolsz closed 6 years ago

lanmolsz commented 6 years ago

I saw a lot of raml1.0 has been completed, and if I want to improve it, What should I do? Who can guide me?

stojsavljevic commented 6 years ago

Hi @lanmolsz

Thanks for getting in touch.

I want to restructure the plugin and when it's ready I will get in touch with you. I already started the work, you can track it here: https://github.com/phoenixnap/springmvc-raml-plugin/projects/1 New and old versions will leave together on dedicated branches. But keep in mind that Java -> RAML path is not my top priority. I enforce RAML -> Java as part of contract-first approach.

Anyway, as soon as I have some tangible task - I'll inform you.