nauphone / ServerAccess

A tool to provide easy and seamless access to multiple servers via SSH
GNU General Public License v2.0
18 stars 3 forks source link

Move to Java 8 #52

Closed ahitrin closed 8 years ago

ahitrin commented 10 years ago

As a SA developer, I want to use new shiny Java 8 features In order to reduce amount of crap in the code.

I guess, we could try to raise source level to 8, but output level should remain equal to 6, for the sake of compatibility.

ahitrin commented 9 years ago

Target level should also be 8, because even Java7 reaches EOL.