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. |
||
---|---|---|
.. | ||
build.gradle.kts |