The idea is to allow the user to configure the codegen to add as return type only Response.
Actually the rule to get the right return type is made on: https://github.com/Apicurio/apicurio-codegen/blob/ab67ddaf48d598548be0d411a8de13ec333cc0c3/core/src/main/java/io/apicurio/hub/api/codegen/OpenApi2JaxRs.java#L678 method.
Maybe to give a new configuration to the final user would be great. WDYT @EricWittmann ?
Originally created here quarkiverse/quarkus-openapi-generator#835
The idea is to allow the user to configure the codegen to add as return type only
Response.Actually the rule to get the right return type is made on: https://github.com/Apicurio/apicurio-codegen/blob/ab67ddaf48d598548be0d411a8de13ec333cc0c3/core/src/main/java/io/apicurio/hub/api/codegen/OpenApi2JaxRs.java#L678 method.
Maybe to give a new configuration to the final user would be great. WDYT @EricWittmann ?
Originally created here quarkiverse/quarkus-openapi-generator#835