-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
area:serverThis item is related to the server extensionThis item is related to the server extension
Description
Tell us the extension you're using
Server
I tried this:
I have this code:
ApiLists:
type: object
additionalProperties:
type: array
items:
$ref: '#/components/schemas/ApiList'
x-codegen-inline: true
From which I would like to generate Map<String, List<ApiList>>.
This happened:
The bean is not generated at all.
I expected this:
I was expecting the contract to generate Map<String, List<ApiList>> from it.
Is there a workaround?
No response
How can we try to reproduce the issue?
No response
Anything else?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus OpenApi version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Community Notes
- Please vote by adding a π reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.name: Bug Report π
Metadata
Metadata
Assignees
Labels
area:serverThis item is related to the server extensionThis item is related to the server extension