Open
Description
The real problem here though appears to be that we are constructing a
KleinRequest
via adaptation - apparently for no good reason. Rather than lie about the type of mapper, I think it would make more sense to replaceKleinResource.render
's invocation with a simpleKleinRequest(request, mapper)
.Technically what I'm proposing is an incompatible change, but given that
KleinRequest(request)
gives you a nonsense non-functional object without an attached mapper, I'm OK with a short deprecation cycle here.
Activity