File tree Expand file tree Collapse file tree
src/test/java/org/apache/hc/client5/http/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 <scope >test</scope >
100100 </dependency >
101101 <dependency >
102- <groupId >io.reactivex.rxjava2 </groupId >
102+ <groupId >io.reactivex.rxjava3 </groupId >
103103 <artifactId >rxjava</artifactId >
104104 <scope >test</scope >
105105 </dependency >
Original file line number Diff line number Diff line change 6363 <scope >test</scope >
6464 </dependency >
6565 <dependency >
66- <groupId >io.reactivex.rxjava2 </groupId >
66+ <groupId >io.reactivex.rxjava3 </groupId >
6767 <artifactId >rxjava</artifactId >
6868 <scope >test</scope >
6969 </dependency >
Original file line number Diff line number Diff line change 4747import org .apache .hc .core5 .reactor .IOReactorConfig ;
4848import org .reactivestreams .Publisher ;
4949
50- import io .reactivex .Flowable ;
51- import io .reactivex .Observable ;
50+ import io .reactivex .rxjava3 . core . Flowable ;
51+ import io .reactivex .rxjava3 . core . Observable ;
5252
5353/**
5454 * This example demonstrates a reactive, full-duplex HTTP/1.1 message exchange using RxJava.
Original file line number Diff line number Diff line change 2626 */
2727package org .apache .hc .client5 .http .examples ;
2828
29- import io .reactivex .Observable ;
29+ import io .reactivex .rxjava3 . core . Observable ;
3030import org .apache .hc .client5 .http .async .methods .SimpleHttpRequest ;
3131import org .apache .hc .client5 .http .async .methods .SimpleRequestProducer ;
3232import org .apache .hc .client5 .http .config .RequestConfig ;
Original file line number Diff line number Diff line change 7373 <hamcrest .version>3.0</hamcrest .version>
7474 <mockito .version>4.11.0</mockito .version>
7575 <hc .stylecheck.version>1</hc .stylecheck.version>
76- <rxjava .version>2.2.21</ rxjava .version>
76+ <rxjava3 .version>3.1.10</ rxjava3 .version>
7777 <testcontainers .version>1.21.3</testcontainers .version>
7878 <junixsocket .version>2.10.1</junixsocket .version>
7979 <api .comparison.version>5.3</api .comparison.version>
161161 <version >${memcached.version} </version >
162162 </dependency >
163163 <dependency >
164- <groupId >io.reactivex.rxjava2 </groupId >
164+ <groupId >io.reactivex.rxjava3 </groupId >
165165 <artifactId >rxjava</artifactId >
166- <version >${rxjava .version} </version >
166+ <version >${rxjava3 .version} </version >
167167 <scope >test</scope >
168168 </dependency >
169169 <dependency >
You can’t perform that action at this time.
0 commit comments