spring-framework/spring-web/src
Brian Clozel 5aa576f5c6 Register status handler exceptions in observations
Prior to this commit, `RestClientException` thrown by status handlers
would not be registered as observation errors. This commit ensures that
such exceptions are first caught, registered in the observation and
rethrown as expected.

Closes gh-32575
2024-04-20 19:44:11 +02:00
..
jmh/java/org/springframework
main Register status handler exceptions in observations 2024-04-20 19:44:11 +02:00
test Register status handler exceptions in observations 2024-04-20 19:44:11 +02:00
testFixtures Remove superfluous @NonNull declarations 2024-03-16 14:22:17 +01:00