cgbystrom / netty-tools

A collection of tools useful when working with JBoss Netty.
MIT License
259 stars 68 forks source link

source compliance level #2

Closed anomalizer closed 13 years ago

anomalizer commented 13 years ago

The maven source plugin says that the JDK compliance is 1.5 whereas the code needs 1.6.

Specifically, the @override annotation cannot be used for interface implmentations in 1.5. This problem is seen in two classes: ThriftHttpClientPipelineFactory & ThriftHttpServerPipelineFactory

cgbystrom commented 13 years ago

Thanks for pointing it out. Changed the requirement to 1.6 in cgbystrom/netty-tools@ace673e030f2645550b7d8e4f3f70901bf52d5a2.