@ -48,11 +56,10 @@ public class BufferingClientHttpRequestFactory extends AbstractClientHttpRequest
@@ -48,11 +56,10 @@ public class BufferingClientHttpRequestFactory extends AbstractClientHttpRequest
@ -60,4 +67,5 @@ public class BufferingClientHttpRequestFactory extends AbstractClientHttpRequest
@@ -60,4 +67,5 @@ public class BufferingClientHttpRequestFactory extends AbstractClientHttpRequest
@ -36,7 +35,6 @@ final class BufferingClientHttpRequestWrapper extends AbstractBufferingClientHtt
@@ -36,7 +35,6 @@ final class BufferingClientHttpRequestWrapper extends AbstractBufferingClientHtt
@ -143,10 +143,11 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@@ -143,10 +143,11 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@ -181,7 +182,7 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@@ -181,7 +182,7 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@ -221,9 +222,10 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@@ -221,9 +222,10 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@ -234,7 +236,7 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@@ -234,7 +236,7 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
@ -635,8 +635,8 @@ controller. When this is the case, for controllers specifically, we recommend
@@ -635,8 +635,8 @@ controller. When this is the case, for controllers specifically, we recommend
using class-based proxying. This is typically the default choice with controllers.
However if a controller must implement an interface that is not a Spring Context
callback (e.g. `InitializingBean`, `*Aware`, etc), you may need to explicitly
configure class-based proxying. For example with `<tx:annotation-driven/>`,
change to `<tx:annotation-driven proxy-target-class="true"/>`.
configure class-based proxying. For example with `<tx:annotation-driven/>`,
change to `<tx:annotation-driven proxy-target-class="true"/>`.
[[mvc-ann-requestmapping-31-vs-30]]
==== New Support Classes for @RequestMapping methods in Spring MVC 3.1
@ -1368,8 +1368,8 @@ the MVC namespace or the MVC Java config see <<mvc-config-enable>> instead.
@@ -1368,8 +1368,8 @@ the MVC namespace or the MVC Java config see <<mvc-config-enable>> instead.
@ -1897,9 +1897,9 @@ PropertyEditors required by several of the PetClinic controllers.
@@ -1897,9 +1897,9 @@ PropertyEditors required by several of the PetClinic controllers.
@ -4858,7 +4858,7 @@ that in turn can be created with a `ContentNegotiationManagerFactoryBean`:
@@ -4858,7 +4858,7 @@ that in turn can be created with a `ContentNegotiationManagerFactoryBean`:
@ -4973,14 +4973,14 @@ The MVC namespace provides dedicated elements. For example with FreeMarker:
@@ -4973,14 +4973,14 @@ The MVC namespace provides dedicated elements. For example with FreeMarker:
@ -5306,11 +5306,11 @@ And the same in XML, use the `<mvc:path-matching>` element:
@@ -5306,11 +5306,11 @@ And the same in XML, use the `<mvc:path-matching>` element:
@ -5470,6 +5470,6 @@ by type and then modifying its properties as necessary. For example:
@@ -5470,6 +5470,6 @@ by type and then modifying its properties as necessary. For example:
}
----
Note that `MyPostProcessor` needs to be included in an `<component scan/>` in order for
Note that `MyPostProcessor` needs to be included in an `<component scan/>` in order for
it to be detected or if you prefer you can declare it explicitly with an XML bean