-
Notifications
You must be signed in to change notification settings - Fork 0
Spring Boot 1.3.0 RC1 Release Notes
Note
|
Work in progress. Spring Boot 1.3.0.RC1 has not been released yet. |
For changes in earlier milestones, please refer to:
The spring.hateoas.apply-to-primary-object-mapper
property has been removed as the Spring HATEOAS auto-configuration has been reworked such that it no longer affects the context’s primary ObjectMapper
. It has been replaced with a property named spring.hateoas.use-hal-as-default-json-media-type
which controls whether or not
the Spring HATEOAS HTTP message converter will handle requests for application/json
in addition to requests for
application/hal+json
.
-
Error controller trace param change
-
The error.* property rename
-
the x-forwarded-for support
-
logs profile on startup
-
DevTools proxy configuration
-
Auto-configuration of WebSocket message converter
-
Auto-configuration of Jackson’s parameter names module
-
Banner Mode
-
Spring Security header defaults
-
TraceWebFilter inclue options