riemann-java-client icon indicating copy to clipboard operation
riemann-java-client copied to clipboard

Java 6 compatibility

Open Verdoso opened this issue 10 years ago • 2 comments

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.

Verdoso avatar Jul 16 '15 11:07 Verdoso

Also it uses java.util.concurrent.LinkedTransferQueue

djarillo avatar Jul 27 '15 22:07 djarillo

Yeah, Java 6 was EOLed several years ago; should probably flag everything as 7+.

aphyr avatar Jul 27 '15 22:07 aphyr