Skip to content

Remove TestObjectMapper in favor of DefaultObjectMapper#15769

Merged
abhishekrb19 merged 1 commit intoapache:masterfrom
abhishekrb19:remove_test_object_mapper
Jan 27, 2024
Merged

Remove TestObjectMapper in favor of DefaultObjectMapper#15769
abhishekrb19 merged 1 commit intoapache:masterfrom
abhishekrb19:remove_test_object_mapper

Conversation

@abhishekrb19
Copy link
Contributor

@abhishekrb19 abhishekrb19 commented Jan 26, 2024

Motivated by a code review where there was a dilemma on which object mapper to use in tests. This PR removes TestObjectMapper and replaces the references with DefaultObjectMapper. Most tests use DefaultObjectMapper already, which provides the same mapper settings as TestObjectMapper, serde goodies, and more.

Remove dilemma on what object mapper class to use in tests since the
DefaultObjectMapper class provides all the same settings and goodies.
Copy link
Contributor

@zachjsh zachjsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@abhishekrb19 abhishekrb19 merged commit f58fd5b into apache:master Jan 27, 2024
@abhishekrb19 abhishekrb19 deleted the remove_test_object_mapper branch January 27, 2024 00:35
@adarshsanjeev adarshsanjeev added this to the 30.0.0 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants