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

Return new Object() as default value for "empty" for java.lang.Object #3490

Open
wants to merge 1 commit into
base: 2.14
Choose a base branch
from

Conversation

aivinog1
Copy link

@aivinog1 aivinog1 commented May 18, 2022

I've added the empty value to the Object deserializer in maps as new Object();.

Fixes #3489

I've added the empty value to the Object deserializer in maps as `new Object();`.
@cowtowncoder cowtowncoder changed the title fix #3489 Return new Object() as default value for "empty" for java.lang.Object Jun 20, 2022
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.

Nulls.AS_EMPTY returns null in java.lang.Object
1 participant