You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have some very similar logic for determining the outcome of a request from its response's status code spread across RestTemplateExchangeTags, WebClientExchangeTags, WebFluxTags, and WebMvcTags. We should ensure this logic is consistent by pulling out a public Outcome abstraction that can be used by all four …Tags classes.