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

Clean up BaseTest. Remove deprecated methods, warnings and etc... #4137

Merged

Conversation

JooHyukKim
Copy link
Member

Modification

  • Moved JacksonInFiveMinutes tutorial test case and class to its own test class.
  • Removed deprecated method.
  • Addressed IDE warning
    • remove final in protected static method
    • remove deprecated quote() and aposToQuotes() method

}
}

public void testBeanMergingViaGlobal() throws Exception
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this makes sense: moving JacksonFiveMinutesUser should be moved in PropertyMergeTest instead if that's the only usage.
Or, better. yet, move to com.fasterxml.jackson.databind.testutil where there is already MediaItem.

@cowtowncoder
Copy link
Member

Removal of deprecated method is fine. But FiveMinuteUser should be moved to com.fasterxml.jackson.databind.testutil where there is already MediaItem, and then existing merge-test can refer it from there.

@cowtowncoder cowtowncoder merged commit 01547ed into FasterXML:2.16 Oct 3, 2023
3 checks passed
@cowtowncoder
Copy link
Member

Thanks!

@JooHyukKim JooHyukKim deleted the Remove-deprecated-test-methods branch October 4, 2023 00:51
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.

2 participants