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 ...

LicenseApache 2.0
Tagsgooglebootstrapguavajdk
Ranking#152190 in MvnRepository (See Top Artifacts)
Used By3 artifacts

VersionVulnerabilitiesRepositoryUsagesDate
17.0.x
17.0CentralApr 22, 2014
17.0-rc2CentralApr 10, 2014
17.0-rc1CentralApr 08, 2014
16.0.x
16.0CentralFeb 10, 2014
16.0-rc1CentralJan 31, 2014
14.0.x
14.0.1CentralJun 13, 2013
14.0.1-rc1CentralApr 24, 2013
13.0.x
13.0CentralSep 26, 2012

Related Books

Getting Started with Google GuavaGetting Started with Google Guava (2013)
by Bejeck, Bill