mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +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