Tatu Saloranta
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...
Thank you @codemonstur
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)
As per #315, works on 2.x...
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
Need a reproduction of failure: my attempt to use given example not successful.
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...
Unfortunately not sure we can proceed with this.