Skip to content

Commit ea344c0

Browse files
committed
Migrate to netty-bom and include netty-tcnative-classes
1 parent 2caad03 commit ea344c0

File tree

8 files changed

+15
-3
lines changed

8 files changed

+15
-3
lines changed

bundle/LICENSES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Apache Software License, Version 2.0
99
Netty/Common
1010
Netty/Handler
1111
Netty/Resolver
12+
Netty/TomcatNative [OpenSSL - Classes]
1213
Netty/Transport
1314
Netty/Transport/Native/Unix/Common
1415
Non-Blocking Reactive Foundation for the JVM

bundle/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Apache Software License, Version 2.0
2424
Netty/Common
2525
Netty/Handler
2626
Netty/Resolver
27+
Netty/TomcatNative [OpenSSL - Classes]
2728
Netty/Transport
2829
Netty/Transport/Native/Unix/Common
2930
Non-Blocking Reactive Foundation for the JVM

driver/LICENSES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Apache Software License, Version 2.0
99
Netty/Common
1010
Netty/Handler
1111
Netty/Resolver
12+
Netty/TomcatNative [OpenSSL - Classes]
1213
Netty/Transport
1314
Netty/Transport/Native/Unix/Common
1415
Non-Blocking Reactive Foundation for the JVM

driver/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Apache Software License, Version 2.0
2424
Netty/Common
2525
Netty/Handler
2626
Netty/Resolver
27+
Netty/TomcatNative [OpenSSL - Classes]
2728
Netty/Transport
2829
Netty/Transport/Native/Unix/Common
2930
Non-Blocking Reactive Foundation for the JVM

driver/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<groupId>io.netty</groupId>
3232
<artifactId>netty-handler</artifactId>
3333
</dependency>
34+
<dependency>
35+
<groupId>io.netty</groupId>
36+
<artifactId>netty-tcnative-classes</artifactId>
37+
</dependency>
3438
<dependency>
3539
<groupId>io.projectreactor</groupId>
3640
<artifactId>reactor-core</artifactId>

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- Please note that when updating this dependency -->
3535
<!-- (i.e. due to a security vulnerability or bug) that the -->
3636
<!-- corresponding server dependency also needs updating.-->
37-
<netty-handler.version>4.1.78.Final</netty-handler.version>
37+
<netty-bom.version>4.1.78.Final</netty-bom.version>
3838
<!-- Please note that when updating this dependency -->
3939
<!-- (i.e. due to a security vulnerability or bug) that the -->
4040
<!-- corresponding server dependency also needs updating.-->
@@ -97,8 +97,10 @@
9797
</dependency>
9898
<dependency>
9999
<groupId>io.netty</groupId>
100-
<artifactId>netty-handler</artifactId>
101-
<version>${netty-handler.version}</version>
100+
<artifactId>netty-bom</artifactId>
101+
<version>${netty-bom.version}</version>
102+
<type>pom</type>
103+
<scope>import</scope>
102104
</dependency>
103105
<dependency>
104106
<groupId>io.projectreactor</groupId>

testkit-backend/LICENSES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Apache Software License, Version 2.0
1212
Netty/Common
1313
Netty/Handler
1414
Netty/Resolver
15+
Netty/TomcatNative [OpenSSL - Classes]
1516
Netty/Transport
1617
Netty/Transport/Native/Unix/Common
1718
Non-Blocking Reactive Foundation for the JVM

testkit-backend/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Apache Software License, Version 2.0
2727
Netty/Common
2828
Netty/Handler
2929
Netty/Resolver
30+
Netty/TomcatNative [OpenSSL - Classes]
3031
Netty/Transport
3132
Netty/Transport/Native/Unix/Common
3233
Non-Blocking Reactive Foundation for the JVM

0 commit comments

Comments
 (0)