sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

Fix responses with no body return Void #336

Closed carlosaf-sngular closed 3 weeks ago

carlosaf-sngular commented 8 months ago

The generated code for 204 responses has return type Void and tries to return a non existent body.

Example

Yaml specification:

Captura de pantalla 2024-03-27 a las 9 43 25

Generated code:

Captura de pantalla 2024-03-27 a las 9 44 08
github-actions[bot] commented 8 months ago

Thank you for collaborating with the project by giving us feedback! Cheers!

jemacineiras commented 3 weeks ago

Already solved