mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
ProblemDetail is intended to be extended with additional fields. This commit removes its "with" methods for chained initialization to keep it as plain as possible and avoid imposing a particular style on subclasses. See gh-27052