Open talios opened 9 years ago
Hi, Thanks for your input. Actually the project moved to https://github.com/mulesoft/raml-for-jax-rs
We are using JIRA for better tracking these issues. Let's continue this thread here: https://www.mulesoft.org/jira/browse/RAML4JAXRS-28
Feel free of opening future issues here: https://www.mulesoft.org/jira/browse/RAML4JAXRS Note: You will also be able to create issues here (on Github), and we will replicate these on the JIRA project.
When using a RAML description of a response such as:
raml-jaxrs-codegen
correctly generates awith*
method taking aList
, however:the code generator only generates a single call to
header()
for thelink-template
header specified as repeating. This means thatList#toString
is called yielding output such as:rather than the multi-valued header ( or repeated header ) as expected.