Enhance scalatra server codegen to include openapi info and package dir#11385
Enhance scalatra server codegen to include openapi info and package dir#11385wing328 merged 3 commits intoOpenAPITools:masterfrom
Conversation
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. Let me know if you need help fixing it. |
modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
Show resolved
Hide resolved
Thanks. Updated accordingly. |
|
Any action pending on me on this PR? |
|
cc @clasnake (2017/07), @jimschubert (2017/09) ❤️, @shijinkui (2018/01), @ramzimaalej (2018/03), @chameleon82 (2020/03), @Bouillie (2020/04) |
|
I ran Can you please take a look when you've time? |
|
I able to see the same error. However after I removed the project and regenerate the code - i able to run sbt test without error. Seems like those are left over from previous code's generation. |
|
Confirmed it's good now. Thanks for the hint. |
@wing328 @jimschubert @jmini
Enhanced scalatra server codegen to include followings:
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x