Breaking Changes:
records
now for POJOs)@Deprecated
in Spring Boot 2.x are removed from the codejavax.*
packages are now jakarta.*
.localhost:8080/foo/
) no longer redirect to non-terminating with slash (“normal”) ones (localhost:8080/foo
). linkAdditions/Improvements:
ProblemDetail
response object for better error reportingObservability
API): wraps around endpoint responses to observe and gather stats@HttpExchange
(exactly like OpenFeign but without the need for any third-party dependency)