We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Error like below. Error:(126,25) java: variable contentType is already defined in method
openapi-generator version 4.1.0, 4.1.3, 5.1.1
OpenAPI declaration file content or url.
Used Maven plugin to re-produce issue. org.openapitools openapi-generator-maven-plugin 5.1.1
Simillar issue resovled earlier here. #7101
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Description
Error like below.
Error:(126,25) java: variable contentType is already defined in method
openapi-generator version
4.1.0, 4.1.3, 5.1.1
OpenAPI declaration file content or url.
in: header
description: Replace 'json' with 'xml' if preferred
required: true
style: simple
schema:
type: string
example: application/json
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
Used Maven plugin to re-produce issue.
org.openapitools
openapi-generator-maven-plugin
5.1.1
Related issues/PRs
Suggest a fix/enhancement
Simillar issue resovled earlier here. #7101
The text was updated successfully, but these errors were encountered: