Skip to content

Commit

Permalink
Document that we test under both JDK8 and JDK11 (and that we do that …
Browse files Browse the repository at this point in the history
…for the Android flavor, too).

RELNOTES=n/a
PiperOrigin-RevId: 363908268
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Mar 19, 2021
1 parent d384731 commit d7f214d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -111,10 +111,10 @@ flavor.
5. Our classes are not designed to protect against a malicious caller. You
should not use them for communication between trusted and untrusted code.

6. For the mainline flavor, we unit-test the libraries using only OpenJDK 1.8
on Linux. Some features, especially in `com.google.common.io`, may not work
correctly in other environments. For the Android flavor, our unit tests run
on API level 15 (Ice Cream Sandwich).
6. For the mainline flavor, we test the libraries using only OpenJDK 8 and
OpenJDK 11 on Linux. Some features, especially in `com.google.common.io`,
may not work correctly in other environments. For the Android flavor, our
unit tests also run on API level 15 (Ice Cream Sandwich).

[guava-snapshot-api-docs]: https://guava.dev/releases/snapshot-jre/api/docs/
[guava-snapshot-api-diffs]: https://guava.dev/releases/snapshot-jre/api/diffs/
Expand Down

0 comments on commit d7f214d

Please sign in to comment.