mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 00:21:19 +00:00
Binary parameter/response support was added to the default Java client codegen which changed the signature of the `invokeAPI` method in "api.mustache", causing the "jersey2" client fail to compile. Here an separate version of `api.mustache` is added for "jersey2" client which does not handle binary support (for now).