-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade to reactor 3.4.0 #2432
Comments
Unfortunately, we cannot do it right now because we are targeting Java 6, while Reactor @sdeleuze do you have any objections against coroutines staying on |
hope the cost is worth it, we will not be able to support Spring Boot 2 then. Especially because there are a lot of breaking changes in reactor 3.4.0 |
I don't think we have changed the Java requirements, as far as I remember Reactor is Java 8+ from the beginning so IMO it should be possible to do the upgrade on |
Aha, thanks! It seems like we were compiling this module against Java 6 and reactor didn't have the corresponding Gradle metadata prior to 3.4.1. We'll update it in the next release |
I am not sure if this does not warrant an early release |
Fixed with #2458 |
Spring Boot 2.4.0 uses project reactor version 3.4.0. We need to upgrade
kotlinx-coroutines-reactor
to use 3.4.0 version of project reactor for it to work with the new version of Spring Boot.The text was updated successfully, but these errors were encountered: