File tree Expand file tree Collapse file tree 20 files changed +44
-44
lines changed
src/test/java/io/streamnative/pulsar/handlers/kop/docker Expand file tree Collapse file tree 20 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: docker tests
3
3
on :
4
4
push :
5
5
branches :
6
- - 3.1_ds
6
+ - 4.0_ds
7
7
pull_request :
8
8
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kop mvn build check and kafka-impl test
3
3
on :
4
4
push :
5
5
branches :
6
- - 3.1_ds
6
+ - 4.0_ds
7
7
pull_request :
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kop proxy tests
3
3
on :
4
4
push :
5
5
branches :
6
- - 3.1_ds
6
+ - 4.0_ds
7
7
pull_request :
8
8
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kop tests
3
3
on :
4
4
push :
5
5
branches :
6
- - 3.1_ds
6
+ - 4.0_ds
7
7
pull_request :
8
8
9
9
Original file line number Diff line number Diff line change 1
- FROM datastax/lunastreaming-all:3.1
1
+ FROM datastax/lunastreaming-all:4.0
2
2
USER root
3
3
RUN apt-get update && apt-get -y install openjdk-11-dbg
4
4
RUN rm /pulsar/protocols/*.nar /pulsar/proxyextensions/*.nar
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >pulsar-protocol-handler-kafka-parent</artifactId >
20
20
<groupId >com.datastax.oss</groupId >
21
- <version >3.1.0.4 -SNAPSHOT</version >
21
+ <version >4.0.3.0 -SNAPSHOT</version >
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
30
30
<dependency >
31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >kafka-client-api</artifactId >
33
- <version >3.1.0.4 -SNAPSHOT</version >
33
+ <version >4.0.3.0 -SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.kafka</groupId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >pulsar-protocol-handler-kafka-parent</artifactId >
20
20
<groupId >com.datastax.oss</groupId >
21
- <version >3.1.0.4 -SNAPSHOT</version >
21
+ <version >4.0.3.0 -SNAPSHOT</version >
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
30
30
<dependency >
31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >kafka-client-api</artifactId >
33
- <version >3.1.0.4 -SNAPSHOT</version >
33
+ <version >4.0.3.0 -SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.kafka</groupId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >pulsar-protocol-handler-kafka-parent</artifactId >
20
20
<groupId >com.datastax.oss</groupId >
21
- <version >3.1.0.4 -SNAPSHOT</version >
21
+ <version >4.0.3.0 -SNAPSHOT</version >
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
30
30
<dependency >
31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >kafka-client-api</artifactId >
33
- <version >3.1.0.4 -SNAPSHOT</version >
33
+ <version >4.0.3.0 -SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.kafka</groupId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >pulsar-protocol-handler-kafka-parent</artifactId >
20
20
<groupId >com.datastax.oss</groupId >
21
- <version >3.1.0.4 -SNAPSHOT</version >
21
+ <version >4.0.3.0 -SNAPSHOT</version >
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
30
30
<dependency >
31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >kafka-client-api</artifactId >
33
- <version >3.1.0.4 -SNAPSHOT</version >
33
+ <version >4.0.3.0 -SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.kafka</groupId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >pulsar-protocol-handler-kafka-parent</artifactId >
20
20
<groupId >com.datastax.oss</groupId >
21
- <version >3.1.0.4 -SNAPSHOT</version >
21
+ <version >4.0.3.0 -SNAPSHOT</version >
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
30
30
<dependency >
31
31
<groupId >com.datastax.oss</groupId >
32
32
<artifactId >kafka-client-api</artifactId >
33
- <version >3.1.0.4 -SNAPSHOT</version >
33
+ <version >4.0.3.0 -SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.kafka</groupId >
You can’t perform that action at this time.
0 commit comments