Switch back to Reactor BOM Aluminium-BUILD-SNAPSHOT

This commit is contained in:
Sebastien Deleuze 2017-03-29 16:38:49 +02:00
parent 81430caa43
commit cbd98d5247
3 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,7 @@ configure(allprojects) { project ->
ext.poiVersion = "3.15"
ext.protobufVersion = "3.2.0"
ext.quartzVersion = "2.2.3"
ext.reactorVersion = "Aluminium-SR1"
ext.reactorVersion = "Aluminium-BUILD-SNAPSHOT"
ext.romeVersion = "1.7.1"
ext.rxjavaVersion = '1.2.9'
ext.rxjavaAdapterVersion = '1.2.1'

View File

@ -103,6 +103,7 @@ public abstract class DataBufferUtils {
* @param bufferSize the maximum size of the data buffers
* @return a flux of data buffers read from the given channel
*/
@SuppressWarnings("deprecation")
public static Flux<DataBuffer> read(AsynchronousFileChannel channel,
long position, DataBufferFactory dataBufferFactory, int bufferSize) {

View File

@ -55,6 +55,7 @@ public class ChannelSendOperator<T> extends MonoSource<T, Void> {
}
@SuppressWarnings("deprecation")
private class WriteWithBarrier extends Operators.SubscriberAdapter<T, Void> implements Publisher<T> {
/**