From 62e9d6b105feffcd3b9d8b25e8661f993d703c26 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 13 Dec 2012 22:23:37 +0100 Subject: [PATCH] Fix typo in 3.2 migration guide - @WebApplicationContext --> @WebAppConfiguration --- src/reference/docbook/migration-3.2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.