netty5/common
Carsten Varming 9d933091bf Add version check for JDK9 and beyond.
Motivation:

Netty's platform dependent parts should know about JDK9.

Modifications:

JDK9 introduce Runtime$Version Runtime.version() which has an int major()
method that always return the major Java version. I call that method to
get the Java major version.

Result:

Netty will recognize all future JDK versions.
2016-06-30 18:45:35 +02:00
..
src Add version check for JDK9 and beyond. 2016-06-30 18:45:35 +02:00
pom.xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00