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.
大版本 版本 最近更新
17.0 17.0 2014-04-23 05:08:56
17.0-rc2 2014-04-11 05:03:53
17.0-rc1 2014-04-09 04:45:22
16.0 16.0 2014-02-11 06:01:31
16.0-rc1 2014-02-01 04:16:10
14.0 14.0.1 2013-06-14 07:13:44
14.0.1-rc1 2013-04-25 05:39:22
13.0 13.0 2012-09-26 12:36:04
共8条记录