Closed
Description
Sample project showing the issue available at https://github.com/marcpa00/verify-400-with-empty-body
With Spring Boot 2.0.2.RELEASE, doing a POST with an empty body and asserting the response code is 400 works, changing for Spring Boot 2.0.4.RELEASE, the same test fails.
Currently, this is also using spring rest docs, I will try to remove that from the equation.