-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Deprecate JsonContent.assertThat method to discourage accidental use #9678
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
|
@Blossoms Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@Blossoms Thank you for signing the Contributor License Agreement! |
1 similar comment
|
@Blossoms Thank you for signing the Contributor License Agreement! |
|
Thanks for the PR. I think we also need some Javadoc to explain what the preferred way of calling the method is. |
|
Hi Philwebb, Thanks for review. This is my first commit and starting up on this. |
|
Probably something like |
|
@philwebb Shouldn't we deprecate this in 1.5.x and remove it in 2.0? |
|
Ignore the remove it part, I was being daft. I still wonder if we should add the deprecation in 1.5 though. |
|
Yeah, 1.5 makes sense. I've changed the milestone target. |
* gh-9678: Polish "Deprecate JsonContent.assertThat()" Deprecate JsonContent.assertThat()
|
@Blossoms Thank you for your first contribution to Spring Boot. I've merged your changes into 1.5.x and master. |
Resolved issue #9519
Deprecate JsonContent.assertThat method