diff --git a/src/reference/docbook/migration-3.2.xml b/src/reference/docbook/migration-3.2.xml index 898a1f3ed7..c96b43d8ba 100644 --- a/src/reference/docbook/migration-3.2.xml +++ b/src/reference/docbook/migration-3.2.xml @@ -124,10 +124,10 @@ You will no longer be able to use the MockMvcBuilders annotationConfigSetup and xmlConfigSetup options. Instead you'll need to switch - to using the @WebApplicationContext support + to using the @WebAppConfiguration support of spring-test for loading Spring configuration, then inject a WebApplicationContext into - the test and use it to create a MockMvc. + the test and use it to create a MockMvc. See for details.