com.google.guava: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.

Recommended: 17.0 8 versions jar Updated 11 years agoChecking...

Add to your project17.0

<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-bootstrap-jdk5</artifactId>
    <version>17.0</version>
</dependency>

Version Details — 17.0

Packaging
jar
Direct Deps
0
Total Deps
0
Published
Apr 22, 2014
License
Unknown

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.

Checking security advisories...

Loading historical trends...

Badges

Version Badge

Preview:Maven version badge for guava-bootstrap-jdk5
markdown
[![Maven Version](/badge/com.google.guava/guava-bootstrap-jdk5)](https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5)
html
<a href="https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5"><img src="/badge/com.google.guava/guava-bootstrap-jdk5" alt="Maven Version" /></a>
rst
.. image:: /badge/com.google.guava/guava-bootstrap-jdk5
   :target: https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5
   :alt: Maven Version

Security Badge

Preview:Security badge for guava-bootstrap-jdk5
markdown
[![Security](/api/security/com.google.guava/guava-bootstrap-jdk5/17.0/badge.svg)](https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5)
html
<a href="https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5"><img src="/api/security/com.google.guava/guava-bootstrap-jdk5/17.0/badge.svg" alt="Security" /></a>
rst
.. image:: /api/security/com.google.guava/guava-bootstrap-jdk5/17.0/badge.svg
   :target: https://modernmvn.com/artifact/com.google.guava/guava-bootstrap-jdk5
   :alt: Security