ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as ...

Artifacts using Guava Compilation Bootstrap Classes (JDK5 Backport) (3)
Sort by:Popular

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
Last Release on Apr 22, 2014

Relocated → com.google.guava » guava
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
Last Release on Apr 22, 2014
The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
Last Release on Apr 22, 2014
  • Prev
  • 1
  • Next