guava-bootstrap-jdk5

guava-bootstrap-jdk5

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 with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.
Aggregated version Version Update time
17.0 17.0 Apr 23, 2014
17.0-rc2 Apr 11, 2014
17.0-rc1 Apr 09, 2014
16.0 16.0 Feb 11, 2014
16.0-rc1 Feb 01, 2014
14.0 14.0.1 Jun 14, 2013
14.0.1-rc1 Apr 25, 2013
13.0 13.0 Sep 26, 2012
8 Records