Skip to content
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

[#1878] Avoid overriding a user provided deserializer #1893

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

beikov
Copy link
Member

@beikov beikov commented Apr 19, 2024

Description

Related Issue

Fixes #1878

Motivation and Context

@EugenMayer
Copy link
Contributor

@beikov seems like this strategy leads to quiet some issues, we have a good some of tests failing now. IMHO this should not be merged yet. i will report back with more details on the failing tests

@EugenMayer
Copy link
Contributor

TLDR: LGTM

@tom-mayer debugged this one and it turned out this patch unmasked an existing bug in our codebase, so the issues we had with this PR are 'self made'.

Still, IMHO this PR is still very valuable and valid, without this, custom deserializes would never be used.

@beikov beikov merged commit 2865898 into Blazebit:main Jul 20, 2024
57 checks passed
@beikov beikov deleted the issues/1878 branch July 20, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deserializing EntityViews with jackson in Springboot yields null instead of an EntityView
2 participants