You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some breaking changes in the MockMvc APIs, using spring-restdocs-mockmvc with Spring Framework 6.2 can fail with either a NoSuchMethodError or a VerifyError. We should be able to tolerate these breaking changes by introducing a little bit of reflection.
The text was updated successfully, but these errors were encountered:
Due to some breaking changes in the MockMvc APIs, using
spring-restdocs-mockmvc
with Spring Framework 6.2 can fail with either aNoSuchMethodError
or aVerifyError
. We should be able to tolerate these breaking changes by introducing a little bit of reflection.The text was updated successfully, but these errors were encountered: