Tatu Saloranta

Results 3048 comments of Tatu Saloranta

Quick note on POJO: you are declaring private (and, `final`...) fields besides no-args constructor -- how would values be expected to be passed to `Nested` class? But other than that,...

No need to create/move issue, but the test case really needs to use Jackson annotations. This should be fine as there are equivalents. But on fields: Jackson does not recognize...

I assume this would also fail in 2.x (like 2.20.0)? (not sure if it'd be easy to check -- I can try reproduce)

Hmmh. Can not reproduce in 3.x either, see: https://github.com/FasterXML/jackson-modules-base/blob/3.x/afterburner/src/test/java/tools/jackson/module/afterburner/tofix/AfterburnerGenericInterface314Test.java

Uggh. As little as I like the idea, maybe I should revert this change. WDYT @yihtserns . But at least it was possible to pinpoint this change as the root...