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
Cookie parameters are not being generated for Java language.
3.0.13
openapi: 3.0.0 info: title: fun! version: 1.0.1 servers: - url: "/v1" paths: "/one": get: operationId: duplicate parameters: - in: cookie description: cookie name: jsession required: true schema: type: string responses: '200': description: success
Language: spring Library: spring-boot InterfaceOnly: true
Use the yaml above to generate sources with the options above.
I found no PRs related, but there was one issue already reported on another swagger repo.
The fix is going on this repo and swagger-codegen-generators.
PRs: swagger-codegen-generators swagger-api/swagger-codegen-generators#524 swagger-codegen #9825
The text was updated successfully, but these errors were encountered:
refs #9820 - Adding cookie parameter to operation for generation
5029241
Merge pull request #9869 from swagger-api/ticket-9820
f30f5bd
fixed in #9825 and swagger-api/swagger-codegen-generators#524
Sorry, something went wrong.
No branches or pull requests
Description
Cookie parameters are not being generated for Java language.
Swagger-codegen version
3.0.13
Swagger declaration file content or url
Command line used for generation
Language: spring
Library: spring-boot
InterfaceOnly: true
Steps to reproduce
Use the yaml above to generate sources with the options above.
Related issues/PRs
I found no PRs related, but there was one issue already reported on another swagger repo.
Suggest a fix/enhancement
The fix is going on this repo and swagger-codegen-generators.
PRs:
swagger-codegen-generators swagger-api/swagger-codegen-generators#524
swagger-codegen #9825
The text was updated successfully, but these errors were encountered: