[Java] Fixed defaultValue escaping in Vert.x server template#5321
[Java] Fixed defaultValue escaping in Vert.x server template#5321wing328 merged 3 commits intoOpenAPITools:masterfrom MarcelTon:master
Conversation
|
Apologies, I'm new to the OpenSource experience. I ran all Java/Vert.x related scripts and committed the, albeit small, changes. Unit and integration tests pass. PR checklist
@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @bkabrda (2020/01) |
lwlee2608
left a comment
There was a problem hiding this comment.
Very minor fix. Should be good
Thnx @lwlee2608 ! Do you now what the release schedule/trigger is for the project? |
|
@wing328 could I ask you if I still need to do something/help with something to get this in the next release? I know it's tiny, but since we're using a List in one of our API's it does break code generation - and I am new to open source and now doubting why this wasn't in the release 4 days ago. Sorry if it's an obvious question. |
|
Please? |
|
Hello, we are getting this error too with version 4.3.1 of openapi-generator. Any update on this? Thanks. |
|
@MarcelTon thanks for PR and my apologies for missing it. I've pushed an update to resolve the merge conflicts and will merge if all the tests pass. |
Line 55 and 84 were missing the triple-HTLM escape brackets (line 71 had this correctly) leading to code generation such as:
Note the
ArrayList<>()notation.