We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3469c commit 62e9d6bCopy full SHA for 62e9d6b
src/reference/docbook/migration-3.2.xml
@@ -124,10 +124,10 @@
124
<para>You will no longer be able to use the
125
<classname>MockMvcBuilders</classname> <code>annotationConfigSetup</code>
126
and <code>xmlConfigSetup</code> options. Instead you'll need to switch
127
- to using the <interfacename>@WebApplicationContext</interfacename> support
+ to using the <interfacename>@WebAppConfiguration</interfacename> support
128
of <filename>spring-test</filename> for loading Spring configuration,
129
then inject a <interfacename>WebApplicationContext</interfacename> into
130
- the test and use it to create a <classname>MockMvc</classname>.
+ the test and use it to create a <classname>MockMvc</classname>. See
131
<xref linkend="spring-mvc-test-framework" /> for details.</para>
132
</section>
133
0 commit comments