Bump netty to 4.1.7 79/47979/12
authorRobert Varga <rovarga@cisco.com>
Fri, 4 Nov 2016 10:02:21 +0000 (11:02 +0100)
committerStephen Kitt <skitt@redhat.com>
Mon, 30 Jan 2017 12:44:34 +0000 (12:44 +0000)
Follow-up to previous bump, major changes detailed
at http://netty.io/news/2016/05/26/4-1-0-Final.html.

Change-Id: I56ab3a5edc59ce1c36f356b052f332bb49fd3b45
Signed-off-by: Robert Varga <rovarga@cisco.com>
features/features-odlparent/src/main/feature/feature.xml
odlparent/pom.xml

index 8a0db63374d39aa2684574e43548a24eae094885..0633d0b6d280bd31960248057288f62df72be10a 100644 (file)
@@ -21,7 +21,7 @@
          unversioned features, in terms of the feasability of handling upgrades
          later.) -->
     <!-- See also the links defined for our Maven site in the root POM (maven-javadoc-plugin) -->
-    <feature name="odl-netty" description="OpenDaylight :: Netty" version="4.0.43.Final">
+    <feature name="odl-netty" description="OpenDaylight :: Netty" version="4.1.7.Final">
         <feature version="${project.version}">odl-netty-4</feature>
     </feature>
     <feature name="odl-guava" description="OpenDaylight :: Guava" version="18.0">
index 4157b833270d75ad1d2e13be50b6be29a9a62899..706d9afdface9ccdd29a47af3712e28a46527d81 100644 (file)
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
         <!-- If these are updated, the version in features.xml needs to be changed too -->
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-codec-http</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <!-- Here we need to define all available native epoll implementations; we can't limit ourselves to the build
       platform and we can't require the build platform to have an implementation (e.g. OS X) -->
         <groupId>io.netty</groupId>
         <artifactId>netty-transport-native-epoll</artifactId>
         <classifier>linux-x86_64</classifier>
-        <version>4.0.43.Final</version>
+        <version>4.1.7.Final</version>
       </dependency>
       <dependency>
         <groupId>javax.ws.rs</groupId>