-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls to ObjectMapper.addMixInAnnotations on an instance returned by ObjectMapper.copy() are ignored #245
Comments
Would it be possible to include referred classes as well? I can simplify test, but want to make sure it first works exactly as-is. |
Not sure if this is still valid -- will keep open for a bit, but close without additional information. |
@cowtowncoder this issue still exists for v2.4.2, please re-open |
Issue was not closed due to not existing, but since reproduction is missing definition of I will re-open this with reproducible test case. |
Actually, let me see; I was actually able to reproduce this after a failed attempt. |
Better late than never; problem was that serializer cache was basically not cleared, so while mix-ins were added, serializers were not being re-constructed. |
Below is a chunk of unit test that demonstrates this problem. It should be easy to reproduce with any POJO. I'm using version 2.2.2
The text was updated successfully, but these errors were encountered: