You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
There have been previous issues (#24, #28) on this but I haven't been able to get it to work, what am I missing 😕? Also I'm not using Spring which many answers/solutions seem to use.
Using these deps:
feign-coreandfeign-gson12.3.feign-form3.8.0. JDK 19.I can't get JSON serialisation working when using
POST multipart/form-datafor POJO->JSON and File.Example:
Debugger showed the POJO is not written to the output at all:

If I serialise the POJO first then it works, (but uses
text/plain):There have been previous issues (#24, #28) on this but I haven't been able to get it to work, what am I missing 😕? Also I'm not using Spring which many answers/solutions seem to use.