spring-framework/spring-context
Jonatan Ivanov 38a3d18256 Start Observation before scope open for Scheduled operation
When ScheduledAnnotationReactiveSupport adds the Observation to the
context, Reactor opens a scope through the Context Propagation API.
This happens before TrackingSubscriber would start the Observation and
opening a scope without starting an Observation is invalid.

This change moves the Observation start before the scope opening.

Closes gh-33349
2024-08-08 10:46:19 +02:00
..
src Start Observation before scope open for Scheduled operation 2024-08-08 10:46:19 +02:00
.springBeans
spring-context.gradle Add basic test for reactive caching 2023-11-20 15:24:40 +01:00