File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/test/java/org/apache/hc/client5/http/examples Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99
99
<scope >test</scope >
100
100
</dependency >
101
101
<dependency >
102
- <groupId >io.reactivex.rxjava2 </groupId >
102
+ <groupId >io.reactivex.rxjava3 </groupId >
103
103
<artifactId >rxjava</artifactId >
104
104
<scope >test</scope >
105
105
</dependency >
Original file line number Diff line number Diff line change 63
63
<scope >test</scope >
64
64
</dependency >
65
65
<dependency >
66
- <groupId >io.reactivex.rxjava2 </groupId >
66
+ <groupId >io.reactivex.rxjava3 </groupId >
67
67
<artifactId >rxjava</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
Original file line number Diff line number Diff line change 47
47
import org .apache .hc .core5 .reactor .IOReactorConfig ;
48
48
import org .reactivestreams .Publisher ;
49
49
50
- import io .reactivex .Flowable ;
51
- import io .reactivex .Observable ;
50
+ import io .reactivex .rxjava3 . core . Flowable ;
51
+ import io .reactivex .rxjava3 . core . Observable ;
52
52
53
53
/**
54
54
* This example demonstrates a reactive, full-duplex HTTP/1.1 message exchange using RxJava.
Original file line number Diff line number Diff line change 26
26
*/
27
27
package org .apache .hc .client5 .http .examples ;
28
28
29
- import io .reactivex .Observable ;
29
+ import io .reactivex .rxjava3 . core . Observable ;
30
30
import org .apache .hc .client5 .http .async .methods .SimpleHttpRequest ;
31
31
import org .apache .hc .client5 .http .async .methods .SimpleRequestProducer ;
32
32
import org .apache .hc .client5 .http .config .RequestConfig ;
Original file line number Diff line number Diff line change 73
73
<hamcrest .version>3.0</hamcrest .version>
74
74
<mockito .version>4.11.0</mockito .version>
75
75
<hc .stylecheck.version>1</hc .stylecheck.version>
76
- <rxjava .version>2.2.21</ rxjava .version>
76
+ <rxjava3 .version>3.1.10</ rxjava3 .version>
77
77
<testcontainers .version>1.21.3</testcontainers .version>
78
78
<junixsocket .version>2.10.1</junixsocket .version>
79
79
<api .comparison.version>5.3</api .comparison.version>
161
161
<version >${memcached.version} </version >
162
162
</dependency >
163
163
<dependency >
164
- <groupId >io.reactivex.rxjava2 </groupId >
164
+ <groupId >io.reactivex.rxjava3 </groupId >
165
165
<artifactId >rxjava</artifactId >
166
- <version >${rxjava .version} </version >
166
+ <version >${rxjava3 .version} </version >
167
167
<scope >test</scope >
168
168
</dependency >
169
169
<dependency >
You can’t perform that action at this time.
0 commit comments