Description
There is currently no way to set the filename for parts in MultipartFormDataOutput for resteasy-reactive.
Here is the corresponding code.
Implementation ideas
Either add a method
// or void
public PartItem addFormData(String key, PartItem entity)
or
public PartItem addFormData(String key, Object entity, MediaType mediaType, String filename)