mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, `WebClientResponseException` would only support the deprecated "unprocessable entity" status. This commit adds the missing support for "unprocessable content" when creating exceptions with `WebClientResponseException#create`. Fixes gh-35802