You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #223, a new property was added in @JsonTypeInfo, via 2.16 branch. That works fine.
But 3.0 (master) has added Value type for JsonTypeInfo (something that we might even want to backport in 2.x since 3.0 is still not out); it will need to handle this new property as well.
I can do that later on if necessary, or if @JooHyukKim you have time maybe you could do it?
(addition of the new property: backporting in 2.16 is totally optional)