You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x ] What's the actual output vs expected output?
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Yaml files containing the allOf keywords don't work well with the rest-assured library. I'm getting a list of objects instead of a list of something reasonable, so I don't have direct access to its field.
openapi-generator version
I tested with the latest beta release (v5.0.0-beta2) and latest stable release
👍 Thanks for opening this issue!
🏷 I have applied any labels matching special text in your issue.
The team will review the labels and make any necessary changes.
fablerq
changed the title
[BUG][JAVA][SRPING] Invalid allOf generation for RestAssured library
[BUG][JAVA][SPRING] Invalid allOf generation for RestAssured library
Nov 16, 2020
Bug Report Checklist
Description
Yaml files containing the allOf keywords don't work well with the rest-assured library. I'm getting a list of objects instead of a list of something reasonable, so I don't have direct access to its field.
openapi-generator version
I tested with the latest beta release (v5.0.0-beta2) and latest stable release
OpenAPI declaration file content or url
Generation Details
java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -g java -i example.yaml -o /var/tmp/restassured --library rest-assured
Steps to reproduce, actual/expected output
Related issues/PRs
Suggest a fix
It could be fixed by merging properties of each object into single object, but it requires time and this is manual operation
The text was updated successfully, but these errors were encountered: