Skip to content

Commit 4526efb

Browse files
OlegDokukarobertroeser
authored andcommitted
bump version of Reactor to latest one (#579)
* bump version of Reactor to latest one * depreacates legacy SwitchTransformFlux Signed-off-by: Oleh Dokuka <[email protected]> * formats according to gjf Signed-off-by: Oleh Dokuka <[email protected]>
1 parent d981a4f commit 4526efb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ subprojects {
2929
apply plugin: 'io.spring.dependency-management'
3030
apply plugin: 'com.github.sherter.google-java-format'
3131

32-
ext['reactor-bom.version'] = 'Californium-SR3'
32+
ext['reactor-bom.version'] = 'Californium-SR5'
3333
ext['logback.version'] = '1.2.3'
3434
ext['findbugs.version'] = '3.0.2'
3535
ext['netty.version'] = '4.1.31.Final'

rsocket-core/src/main/java/io/rsocket/internal/SwitchTransformFlux.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
import reactor.util.annotation.Nullable;
3131
import reactor.util.context.Context;
3232

33+
/** @deprecated in favour of {@link Flux#switchOnFirst(BiFunction)} */
34+
@Deprecated
3335
public final class SwitchTransformFlux<T, R> extends Flux<R> {
3436

3537
final Publisher<? extends T> source;

0 commit comments

Comments
 (0)