-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support latest project reactor version 3.5.0 #7107
Comments
trask
added a commit
that referenced
this issue
Nov 8, 2022
~I'll create a tracking issue to remove these and support new versions.~ Tracking issue added to support latest project reactor 3.5.0 and revert these limits: #7107
trask
added a commit
that referenced
this issue
Jan 12, 2023
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.
Resolved by #11235 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And revert muzzle limits added in #7106
The text was updated successfully, but these errors were encountered: