Custom types are not supported in multipart forms #70
Labels
bug
Unexpected behaviour for functionality that either was intended to work, or has worked in the past
scala-akka-http
Pertains to guardrail-scala-akka-http
The way custom types were handled in 0.36.0 ended up deriving
FromEntityUnmarshaller[Serializable]
as soon as you have a non-string value.Instead of implicitly resolving the unmarshaller, we should be explicit about how the unmarshallers are handled
The text was updated successfully, but these errors were encountered: