File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ public @interface MyTestConfig {
509
509
* Custom `@RequestMapping` annotations.
510
510
* Public methods in `AbstractHandlerMethodMapping` to register and unregister request mappings at runtime.
511
511
* New `RequestBodyAdvice` extension point and a built-in implementation to support Jackson's `@JsonView`
512
- on`@RequestBody` method arguments.
512
+ on `@RequestBody` method arguments.
513
513
* `HandlerMethod` as a method argument on `@ExceptionHandler` methods, especially
514
514
handy in `@ControllerAdvice` components.
515
515
* `java.util.concurrent.CompletableFuture` as an `@Controller` method return value type.
@@ -519,7 +519,11 @@ public @interface MyTestConfig {
519
519
** `DefaultUriTemplateHandler` exposes `baseUrl` property and path segment encoding options.
520
520
** the extension point can also be used to plug in any URI template library.
521
521
* http://square.github.io/okhttp/[OkHTTP] integration with the `RestTemplate`.
522
- * Custom `baseUrl" alternative for methods in `MvcUriComponentsBuilder`.
522
+ * Custom `baseUrl` alternative for methods in `MvcUriComponentsBuilder`.
523
+ * Serialization/deserialization exception messages are now logged at WARN level.
524
+ * When using GSON or Jackson 2.6+, the handler method return type is used to improve
525
+ serialization of parameterized types like `List<Foo>`.
526
+ * Default JSON prefix has been changed from "{} && " to the safer ")]}', " one.
523
527
524
528
=== WebSocket Messaging Improvements
525
529
You can’t perform that action at this time.
0 commit comments