Revert "Bump netty to 4.1.79" 95/101895/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Jul 2022 11:04:04 +0000 (13:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Jul 2022 11:04:21 +0000 (13:04 +0200)
This reverts commit 0189cc12031621b22490634ef70de27d002e935b, as it
somehow breaks (still) x86_64 epoll.

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

index efbe7b2c72ddf060ebc9a30c962859bf17c8ed6a..3d6f1bf5010d1a9e3a5a53ef9a1641c20ddc66d7 100644 (file)
@@ -1,18 +1,18 @@
 <?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.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-codec-http/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-common/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-handler/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-resolver/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.79.Final/jar/linux-aarch_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.79.Final/jar/linux-x86_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final/jar/linux-aarch_64</bundle>
-        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.79.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-buffer/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-codec-http/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-common/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-handler/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-resolver/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-classes-epoll/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.76.Final/jar/linux-aarch_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.76.Final/jar/linux-x86_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final/jar/linux-aarch_64</bundle>
+        <bundle>mvn:io.netty/netty-transport-native-unix-common/4.1.76.Final/jar/linux-x86_64</bundle>
     </feature>
 </features>
index 48f525db93b05feb404f7dbcedde312163384fdc..c80500edd5a1218a94e16c2f35ff7505dfec9987 100644 (file)
             <groupId>io.netty</groupId>
             <artifactId>netty-bom</artifactId>
             <type>pom</type>
-            <version>4.1.79.Final</version>
+            <version>4.1.76.Final</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
index c9a90b02920964c8785410b409ec6fc262d66f8f..f9aab4fc298a033d045f9eec581207116b5145e5 100644 (file)
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>
         <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
-        <version>4.1.79.Final</version>
+        <version>4.1.76.Final</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>