Tatu Saloranta
Tatu Saloranta
Ok the basic idea is sound; even if we have no way to automate test runs. I'm ok with that. Couple of notes... First, I think this would be good...
Thank you @adamjshook ! I'll see if I can play with this PR wrt base class/method to use (or if shared method even makes sense).
Yes, this is probably a long-time bug; but due to its nature rare (unlikely to occur). But pretty nasty one if it ever happens. After fix, such case would probably...
I agree w/ @pjfanning that use of 2+ gig String values seems ill-advised. But just for sake of completeness, on size limits imposed: Jackson does not actually limit things to...
Closing this in favor of #1352.
Thank you for reporting this, suggesting the fix @adamjshook ! I merged #1352 so this will be fixed in: * 2.17.3 * 2.18.1
Yes, you are right in that order in which super-interfaces are reported matters currently. I'd be open to PR for more validation if anyone has one; and behavioral change on...
No problem. And thank you for including a reproduction; test case can make implementation little bit easier & ensure fix works.
@netomi What we see is flattening of annotations so that any annotation introspection only needs to be concerned with the highest priority annotation for given processed class. This is something...
@netomi Yes, I concur. On the other hand at least these are class-annotations (as opposed to field/method) so there'd be little bit less work -- but yes, some amount of...