We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
additionalproperties
In ScalaHttpCodegen the setting of INVOKER_PACKAGE is missing in processOpts()
if (additionalProperties.containsKey(CodegenConstants.INVOKER_PACKAGE)) { this.setInvokerPackage((String) additionalProperties.get(CodegenConstants.INVOKER_PACKAGE)); }
Because of the when we do codegen it always fallback to default value.
We can add something like this
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ScalaAkkaClientCodegen.java
Line 147 in 003165c
Please feel free to ask more in case more context is needed. I have opened the PR for the same. #9381
The text was updated successfully, but these errors were encountered:
This is already merged
Sorry, something went wrong.
No branches or pull requests
Not able to set the invoker package name from
additionalproperties
in ScalaHttpClientCodegenIn ScalaHttpCodegen the setting of INVOKER_PACKAGE is missing in processOpts()
Because of the when we do codegen it always fallback to default value.
Solution
We can add something like this
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ScalaAkkaClientCodegen.java
Line 147 in 003165c
in AbstractScalaCode:
Please feel free to ask more in case more context is needed.
I have opened the PR for the same.
#9381
The text was updated successfully, but these errors were encountered: