Jonas Konrad

Results 234 comments of Jonas Konrad
trafficstars

Yes the setting name is confusing, but I don't think it can work differently in a sensible way

there is no exception field in HttpResponse, not sure what you mean. You can get the response with the error type from the HttpClientResponseException.

Also the buffer-netty and websocket modules However much of the http stuff is tested in the test-suite modules, how can we move that?

i dont think we have to support mixing major versions

this test case uses compositeByteBufCharSequenceTypeConverter

that seems like a good workaround for 3.6, I will make a PR. thanks!

(note: I will be calling this feature "tuples" because that's what they are) im not a fan of this approach. imo adding new methods to ObjectMapper for this is not...

Ah, I just looked at how the kotlin module does this, and it turns out my second suggestion is already implemented: https://github.com/FasterXML/jackson-module-kotlin/issues/72 – you can annotate a class with an...

so basically the combination of `@JsonProperty` and `@JsonFormat` on enum should let the property value be coerced to the type specified by the format?

probably same as https://github.com/FasterXML/jackson-databind/issues/3102 ?