Browse Source

sync update on reactor-core

pull/1111/head
Stephane Maldini 10 years ago
parent
commit
4e162122af
  1. 2
      spring-web-reactive/src/main/java/org/springframework/core/codec/support/AbstractRawByteStreamDecoder.java
  2. 2
      spring-web-reactive/src/main/java/org/springframework/core/codec/support/JsonObjectEncoder.java
  3. 2
      spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java

2
spring-web-reactive/src/main/java/org/springframework/core/codec/support/AbstractRawByteStreamDecoder.java

@ -24,7 +24,7 @@ import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber; import org.reactivestreams.Subscriber;
import reactor.core.publisher.Flux; import reactor.core.publisher.Flux;
import reactor.core.subscriber.SubscriberBarrier; import reactor.core.subscriber.SubscriberBarrier;
import reactor.core.subscription.BackpressureUtils; import reactor.core.util.BackpressureUtils;
import org.springframework.core.ResolvableType; import org.springframework.core.ResolvableType;
import org.springframework.core.codec.Decoder; import org.springframework.core.codec.Decoder;

2
spring-web-reactive/src/main/java/org/springframework/core/codec/support/JsonObjectEncoder.java

@ -26,7 +26,7 @@ import org.reactivestreams.Subscriber;
import reactor.core.publisher.Flux; import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono; import reactor.core.publisher.Mono;
import reactor.core.subscriber.SubscriberBarrier; import reactor.core.subscriber.SubscriberBarrier;
import reactor.core.subscription.BackpressureUtils; import reactor.core.util.BackpressureUtils;
import reactor.io.buffer.Buffer; import reactor.io.buffer.Buffer;
import org.springframework.core.ResolvableType; import org.springframework.core.ResolvableType;

2
spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java

@ -37,7 +37,7 @@ import org.xnio.channels.StreamSinkChannel;
import org.xnio.channels.StreamSourceChannel; import org.xnio.channels.StreamSourceChannel;
import reactor.core.publisher.Mono; import reactor.core.publisher.Mono;
import reactor.core.subscriber.BaseSubscriber; import reactor.core.subscriber.BaseSubscriber;
import reactor.core.subscription.BackpressureUtils; import reactor.core.util.BackpressureUtils;
import reactor.core.util.Exceptions; import reactor.core.util.Exceptions;
import org.springframework.util.Assert; import org.springframework.util.Assert;

Loading…
Cancel
Save