Skip to content

Commit 50236ae

Browse files
committed
Upgrade Netty 4.1
1 parent 7c8ecfe commit 50236ae

File tree

104 files changed

+81
-11265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+81
-11265
lines changed

client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-project</artifactId>
5-
<version>2.0.12-SNAPSHOT</version>
5+
<version>2.1.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client</artifactId>
@@ -35,9 +35,8 @@
3535
<classifier>linux-x86_64</classifier>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.asynchttpclient</groupId>
38+
<groupId>io.netty</groupId>
3939
<artifactId>netty-resolver-dns</artifactId>
40-
<version>${project.version}</version>
4140
</dependency>
4241
<dependency>
4342
<groupId>org.reactivestreams</groupId>

client/src/main/java/io/netty/channel/ChannelId.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

client/src/main/java/io/netty/channel/DefaultChannelId.java

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)