netty5/transport
Jason Tedor 00c0664ef8 Avoid inaccessible object exception replacing set
Motivation:

When attempting to set the selectedKeys fields on the selector
implementation, JDK 9 can throw an inaccessible object exception.

Modications:

Catch and log this exception as an possible course of action if the
sun.nio.ch package is not exported from java.base.

Result:

The selector replacement will fail gracefully as an expected course of
action if the sun.nio.ch package is not exported from java.base.
2016-08-31 13:59:48 +02:00
..
src Avoid inaccessible object exception replacing set 2016-08-31 13:59:48 +02:00
pom.xml [maven-release-plugin] prepare release netty-4.1.5.Final 2016-08-26 04:59:35 +02:00