queryParameters from nested traits is not honored in generated code #287
Labels
bug
raml-parser-2
Issue related to raml-parser-2 project
v2
Feature will be implemented in v2.0 only (master branch)
Found that applying the workaround in #283 by using
required: false
rather than short-hand notation is effective only when traits are directly referenced. If a trait is referring to a different trait which has queryParameters, the nested trait's queryParameters do not reflect in the generated code.Reproducer - Clone the code from https://github.com/techpavan/springmvc-raml-plugin-issues/ and check the code generated to list all the bus brands against for the car brands.
The text was updated successfully, but these errors were encountered: