riemann-java-client
riemann-java-client copied to clipboard
Java 6 compatibility
Even though the pom.xml specifies Java 6 compatibility, the library is not Java 6 compatible as it uses core Java classes that are not present in Java 6, for example: java.lang.AutoCloseable.
Also it uses java.util.concurrent.LinkedTransferQueue
Yeah, Java 6 was EOLed several years ago; should probably flag everything as 7+.