-
-
Notifications
You must be signed in to change notification settings - Fork 435
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 ThreadLocalAccessor
for reactor based libraries (WebFlux, WebClient)
#2546
Comments
Version bump has already landed on
|
Just opened a bunch of PRs that add support for I used these dependencies for testing:
Here's the PRs:
We still need some internal discussions around some of these changes. Stay tuned |
ThreadLocalAccessor
for reactor based libraries (WebFlux, WebClient)
Spring Boot 3.0.3 is out now providing the needed version of reactor. |
Description
Reactor has released a new version: https://github.com/reactor/reactor/releases/tag/2022.0.3
Looks like Spring is already on the version just before that so will likely have this version soon. https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html
We should try it and see if it improves our WebFlux support, then fix potential problems and document if needed.
Thanks @maciejwalkowiak for telling us about it 🙏
The text was updated successfully, but these errors were encountered: