Merge branch '5.3.x'

This commit is contained in:
Juergen Hoeller
2021-10-08 20:42:54 +02:00
6 changed files with 68 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ import org.springframework.util.ConcurrentReferenceHashMap;
/**
* A registry of adapters to adapt Reactive Streams {@link Publisher} to/from
* various async/reactive types such as {@code CompletableFuture}, RxJava
* {@code Observable}, and others.
* {@code Flowable}, and others.
*
* <p>By default, depending on classpath availability, adapters are registered
* for Reactor, RxJava 3, {@link CompletableFuture}, {@code Flow.Publisher},