netty5/common
Dmitriy Dumanskiy c34340fff8 Java 8 migration. Auto close for try catch blocks (#8752)
Motivation:

Since Java 7 we can automatically close resources in try () construction.

Modification:

Changed all try catches in the code with autoclose try (resource)

Result:

Less boiler-plate
2019-01-22 15:57:30 +01:00
..
src Java 8 migration. Auto close for try catch blocks (#8752) 2019-01-22 15:57:30 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00