Upgrading to reactor core 3.1.0
- replaced setCancellation -> onDispose on FluxSink - replaced Flux.intervalMillis -> Flux.interval(Duration) in tests Moving reactor dependency to release train
This commit is contained in:
committed by
Soby Chacko
parent
c22094f7cc
commit
bc7f794112
6
pom.xml
6
pom.xml
@@ -24,7 +24,7 @@
|
||||
<rxjava-reactive-streams.version>1.2.1</rxjava-reactive-streams.version>
|
||||
<spring.tuple.version>1.0.0.RELEASE</spring.tuple.version>
|
||||
<spring.integration.tuple.version>1.0.0.RELEASE</spring.integration.tuple.version>
|
||||
<reactor.version>3.0.5.RELEASE</reactor.version>
|
||||
<reactor.version>Bismuth-M2</reactor.version>
|
||||
<kryo-shaded.version>3.0.3</kryo-shaded.version>
|
||||
<objenesis.version>2.1</objenesis.version>
|
||||
</properties>
|
||||
@@ -87,8 +87,10 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
<artifactId>reactor-bom</artifactId>
|
||||
<version>${reactor.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.reactivex</groupId>
|
||||
|
||||
Reference in New Issue
Block a user