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). This project's is then used in the bootstrap
class path of Guava proper.
License | Apache 2.0 |
---|---|
Tags | googlebootstrapguava |
Ranking | #161220 in MvnRepository (See Top Artifacts) |
Used By | 2 artifacts |
Version | Vulnerabilities | Repository | Usages | Date | |
---|---|---|---|---|---|
12.0.x | 12.0-rc1 | Central | Mar 30, 2012 | ||
11.0.x | 11.0.2 | Central | Feb 22, 2012 | ||
11.0.1 | Central | Jan 09, 2012 | |||
11.0 | Central | Dec 18, 2011 | |||
11.0-rc1 | Central | Dec 14, 2011 | |||
10.0.x | 10.0.1 | Central | Oct 10, 2011 | ||
10.0 | Central | Sep 28, 2011 | |||
10.0-rc3 | Central | Sep 23, 2011 | |||
10.0-rc2 | Central | Sep 19, 2011 | |||
10.0-rc1 | Central | Sep 09, 2011 |
Related Books
Getting Started with Google Guava (2013) by Bill Bejeck |