Bump netty to 4.1.51 43/89743/4
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 14 May 2020 08:25:35 +0000 (10:25 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 13 Jul 2020 06:56:48 +0000 (08:56 +0200)
Bump netty version and add native-epoll support on aarch64:
https://netty.io/news/2020/05/13/4-1-50-Final.html
https://netty.io/news/2020/07/09/4-1-51-Final.html

Change-Id: I2d3079426311a6132ddb68ee1625f08e95e6016a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-netty-4/pom.xml
features/odl-netty-4/src/main/history/dependencies.xml
odlparent/pom.xml

index 6eeb26500e1391e2553ef9c9abdbf5ab9a219ce7..6ac7015f0e389dd8add34cd5e4ef0c47255d92f5 100644 (file)
             <artifactId>netty-transport-native-epoll</artifactId>
             <classifier>linux-x86_64</classifier>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <classifier>linux-aarch64</classifier>
+        </dependency>
     </dependencies>
 </project>
index 80a291fe21143b120f32b6f1e78b16e2da89c50d..126641b6b24c1fc15a07cb4a2a6fe94114c283fe 100644 (file)
@@ -1,14 +1,15 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-netty-4">
     <feature version="0.0.0">
-        <bundle>mvn:io.netty/netty-buffer/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.49.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.49.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.49.Final</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.51.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.51.Final/jar/linux-aarch64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.51.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.51.Final</bundle>
     </feature>
 </features>
index 4089baa0a357b80edcbcbd1945b409d4d2c4460c..1413a3a54a9e178ab3113d48ff1b04e82130a6be 100644 (file)
         <artifactId>netty-bom</artifactId>
         <!-- If these are updated, the version in features.xml needs to be changed too -->
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.49.Final</version>
+        <version>4.1.51.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>