commit | f05db4017e6d8541abc8e548d4555c305948e145 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Aug 12 18:36:33 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Aug 16 00:59:48 2016 +0000 |
tree | b6afa77509c5bb7eae23dd9c72e20926c27029f2 | |
parent | 2a6749004095a0281da27b7d43d324428521ea85 [diff] |
Fix for Netty wiring issue after 4.0 bump. - After updating Netty 4.0 version, we sometimes see java.lang.NoClassDefFoundError: io/netty/util/internal/TypeParameterMatcher with backtrace insisting there's some dynamic class resolution inside Netty. It might be side-effect of recent native-epoll support inside karaf? https://github.com/netty/netty/issues/5119 - Add DynamicImport-Package for io.netty to allow deferred wiring http://felix.apache.org/documentation/tutorials-examples-and-presentations/apache-felix-osgi-faq.html#how-to-provide-optional-services - Add a way to pass DynamicImport-Package on BUCK build Change-Id: I50ec3400e940c56fb52563d84659ebb30c302235
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.