jskov / openapi-jaxrs-client

An OpenAPI JAX-RS client code generator
Apache License 2.0
1 stars 4 forks source link

Allow HTTP 200 to return void #511

Closed jskov closed 8 months ago

jskov commented 8 months ago

This removes the parser-fixup-void-200-to-204 option - which was wrong, since the server would not stop sending 200 for empty response. Instead preserve the 200-void information for the generator, which will then use this (or replace with default type if available). This fixes #466

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
88.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud