spring-framework/spring-jms
Brian Clozel dbb2d4f1d3 Extend JMS observation scope to error handling
Prior to this commit, the JMS listener observations would only cover the
actual listener invocation, but not the error handling phase. This means
that all errors (including the handled ones) are marked as errors in the
observation and that the observation is not current anymore when error
handling happens.

This commit aligns the behavior with the other Spring Framework
instrumentations and ensures that the error handling phase is fully part
of the observation recording.

Closes gh-31559
2023-11-07 11:18:03 +01:00
..
src Extend JMS observation scope to error handling 2023-11-07 11:18:03 +01:00
spring-jms.gradle Upgrade to Micrometer 1.12.0-RC1 2023-10-10 15:40:32 +02:00