vendor information • Spring GraphQL starter Starter for server and client support • Infrastructure upgrades H2 2.1 • Auto-configuration infrastructure Dedicated config file, @AutoConfiguration • @JsonMixin
third party libraries not ready yet • Declarative HTTP Client Interface-based, similar to Spring Cloud Feign • Support for RFC 7807 – Problem Details for HTTP APIs Supersedes support previously available in Spring HATEOAS
"title": "You do not have enough credit.", "detail": "Your current balance is 30, but that costs 50.", "instance": "/account/12345/msgs/abc", "balance": 30, "accounts": ["/account/12345", "/account/67890"] }