Thanks for posting this. Especially for posting on the Maven central repo! It seems to cover all of the bases of the custom in-project Jackson request I'm using except for one thing. It seems to assume that the POSTed data is application/x-www-form-urlencoded. I need to send application/json. I think I'll use it anyway, but I'll have to subclass JacksonRequest.
Thanks for posting this. Especially for posting on the Maven central repo! It seems to cover all of the bases of the custom in-project Jackson request I'm using except for one thing. It seems to assume that the POSTed data is application/x-www-form-urlencoded. I need to send application/json. I think I'll use it anyway, but I'll have to subclass JacksonRequest.