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
The Java MicroProfile generator is missing support for cookie parameters and generates invalid code when > 1 parameters.
7.12.0. Not a regression. Simply not implemented
openapi: "3.0.0" info: version: 2.0.0 title: test paths: /pets: get: summary: bla operationId: getCustomer parameters: - name: first in: header schema: type: string - name: cookieParameter in: cookie schema: type: string responses: '200': description: OK
openapi-generator-cli generate -i pets -o pets -g java -library microprofile
Run the Java/microprofile generator on the provided sample.
I will submit a file
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report Checklist
Description
The Java MicroProfile generator is missing support for cookie parameters and generates invalid code when > 1 parameters.
openapi-generator version
7.12.0.
Not a regression. Simply not implemented
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Run the Java/microprofile generator on the provided sample.
Related issues/PRs
Suggest a fix
I will submit a file
The text was updated successfully, but these errors were encountered: