Support for WebFlux on Reactor Netty 2 with Netty 5

See gh-28847
This commit is contained in:
rstoyanchev
2022-09-08 21:53:44 +01:00
parent d6c49eec5a
commit d373435856
23 changed files with 2659 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ javaPlatform {
dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(platform("io.netty:netty-bom:4.1.80.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha4"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha3"))
api(platform("io.projectreactor:reactor-bom:2022.0.0-M5"))
api(platform("io.rsocket:rsocket-bom:1.1.2"))
api(platform("org.apache.groovy:groovy-bom:4.0.4"))