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

Adding validation to complex query parameters #227

Closed yuranos closed 6 years ago

yuranos commented 6 years ago

@stojsavljevic , please, review. Unless we find something critical for our services, I promise no more disruption until you are done with refactoring. One suggestion would be to get rid of all the JCodeModel references that are scattered all over the place.

Side note When it comes to JavaPoet, I think anything beats CodeModel since its community has long been dead. JavaPoet will also allow more java 8 related flexibility(if not directly, using something like https://github.com/sormuras/poetry), which we might need for Reactor support.