MockMvc no longer needs methods that take a String httpMethod for custom methods #32914
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
We've deprecated a number of APIs that offered both a
String
andHttpMethod
variant as the latter can be built from the former now. There are still a few occurrences in MockMvc to clean.The text was updated successfully, but these errors were encountered: