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

overrideNamingLogicWith not respected when generating rest client #286

Closed stojsavljevic closed 5 years ago

stojsavljevic commented 5 years ago

Generation of client (Spring4RestTemplateClientRule) doesn't respect overrideNamingLogicWith configuration property. As a result NPE is thrown during code generation.