mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-27 19:20:55 +00:00
#513 Fixed error that causes exception when trying to perform HTTP requests without a body and an empty Object is used as body instead. In these cases an exception is thrown indicating that it is not possible to find a message converter for java.lang.Object and application/json.