opentelemetry-java-instrume.../instrumentation/reactor/reactor-3.1/library
Trask Stalnaker 09b63d2294
Use new reactor contextWrite when available (from reactor 3.4.0) (#7538)
Related to #7107 and #7202

Support WebFlux 6. 

Supporting reactor 3.5 seems pretty straightforward, the
`subscriberContext()` was deprecated in 3.4 in favor of
`contextWrite()`. In 3.5, `subscriberContext()` was removed.

This PR doesn't bump `latestDepTestLibrary` to 3.5 yet because there are
a couple of tests that succeed in 3.4 using `contextWrite()` but fail in
3.5 using `contextWrite()`.

My proposal is to review/merge this PR, and then I can ping our resident
reactor experts to see if they have thoughts on the failing tests in
3.5.
2023-01-11 20:26:12 -08:00
..
src Use new reactor contextWrite when available (from reactor 3.4.0) (#7538) 2023-01-11 20:26:12 -08:00
build.gradle.kts Disable reactor 3.5 latest dep tests (#7119) 2022-11-09 13:49:42 +01:00