-
Notifications
You must be signed in to change notification settings - Fork 81
Fix for issue #92 : when trying to serialize null, serialize it as th… #93
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
Conversation
…t as the string "null"
💚 CLA has been signed |
I tried to sign the CLA multiple times, always having session timeout. |
Thanks for the PR ❤️ Could you add a test case for using a null value in Hm, maybe try to sign the CLA again tomorrow. |
…t as the string "null" actually fix the issue and add a unit test to confirm
I added a unit test, and actually fixed the issue now. |
Tried CLA again, dunno what more I can do. |
Is there any way to make this thing move forward? This bug is really problematic as it prevent normal error flow. |
I think the CLA passed this time |
I don't know what else to do to make this check pass. Anyone can help? |
Hey, I just returned from PTO. I've let the CLA check run again but it seems like it did not work. Please make sure you're using the email address that's used in git (https://patch-diff.githubusercontent.com/raw/elastic/ecs-logging-java/pull/93.patch) and that this email is also associated with your GitHub account (https://github.com/settings/emails). |
I associated the email and signed with that email. Hopefully this one will work. |
It did work! 🎉 |
Thank you for your contribution! I've released a new version: https://github.com/elastic/ecs-logging-java/releases/tag/v0.5.2 |
…e string "null"
When trying to serialize a CharSequence that is null, serialize it as the string null.
To avoid null checks propagation.