Replies: 2 comments 1 reply
-
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @gnieser , there is active development for this going in the https://github.com/Apicurio/apicurio-codegen project. It's still a work-in-progress, but depending on your timelines you may find it useful for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
For several years I've been using openapi-generator-maven-plugin jaxrs-spec with quarkus library to create server-side DTO and API classes from openapi.yaml files (in a contract-first approach).
I'm looking at the equivalent for reactive Quarkus with little success:
Has anyone some feedback about generating reactive REST server-side classes from openapi.yaml files?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions