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
When updating from v 2.4.4 to 2.5.* it appears as though annotation bundles created with @JacksonAnnotationsInside are ignored when placed on a mixin. Moving the annotation bundel to the actual class seems to resolve the issue. Below is a simple test that attempts to rename a property. I have more complicated test cases that are also failing but this should provide some context.
I'm expecting the "stuff" property to be serialized as "bar".
I apologize I haven't been able to identify the culprit (and perhaps it's in my usage). Let me know your thoughts. I'm always happy to provide more details!
The text was updated successfully, but these errors were encountered:
Found the problem at the bowels of code. A simple mismatch in state of a return boolean value in one place... interesting that such a simple case was not being tested, although bundles are tested as well as basic mix-ins. Just not combination thereof.
Thank you for reporting this; will be in 2.5.4, 2.6.0.
When updating from v 2.4.4 to 2.5.* it appears as though annotation bundles created with
@JacksonAnnotationsInside
are ignored when placed on a mixin. Moving the annotation bundel to the actual class seems to resolve the issue. Below is a simple test that attempts to rename a property. I have more complicated test cases that are also failing but this should provide some context.I'm expecting the "stuff" property to be serialized as "bar".
I apologize I haven't been able to identify the culprit (and perhaps it's in my usage). Let me know your thoughts. I'm always happy to provide more details!
The text was updated successfully, but these errors were encountered: