feign-form
feign-form copied to clipboard
Records not serialized
Trying to use FormEncoder with Java records results in body being serialized to 0, it seems. converting the record to class appears to work correctly.
I just stubmled upon the same issue. I had to convert the request body to regular java POJO with getters and setters in order to make it work