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

Prevent crashes on serializing empty beans #293

Merged
merged 3 commits into from
Aug 5, 2021

Conversation

willarmiros
Copy link
Contributor

Issue #, if available:
#259

Description of changes:
Sometimes when serializing AWS SDK-defined classes we get a Jackson serialization error for empty beans. The long term fix is to build a proper serializer for these classes, but at the very least for now we shouldn't crash when encountering them.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@willarmiros willarmiros requested a review from anuraaga as a code owner July 30, 2021 22:02
@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2021

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@willarmiros willarmiros merged commit a94a013 into aws:master Aug 5, 2021
@willarmiros willarmiros deleted the fix-serialization branch August 5, 2021 00:46
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.

3 participants