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

Add type thrashing test #897

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Add type thrashing test #897

merged 1 commit into from
Jul 23, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Jul 23, 2024

Simple test that does back-and-forth serialization and looks for type thrashing.

Also contains a fix for the DefaultSerdeRegistry cache map to avoid the thrashing. Other than that this seems to be a non-issue.

Simple test that does back-and-forth serialization and looks for type thrashing.

Also contains a fix for the DefaultSerdeRegistry cache map to avoid the thrashing. Other than that this seems to be a non-issue.
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Jul 23, 2024
@yawkat yawkat added this to the 2.11.0 milestone Jul 23, 2024
@yawkat yawkat requested review from graemerocher and dstepanov July 23, 2024 07:40
Copy link

@dstepanov
Copy link
Contributor

Maybe we can have some simple beans tests

@graemerocher graemerocher merged commit c14dbfd into 2.11.x Jul 23, 2024
17 checks passed
@graemerocher graemerocher deleted the thrash-test branch July 23, 2024 11:40
@yawkat
Copy link
Member Author

yawkat commented Jul 23, 2024

STRING_ARRAY_FIELD is a bean with a single field. not comprehensive but it tests the basics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants