From 4578c37dfb74328065a354fb3fe2bb64c59a552f Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Fri, 16 Jun 2023 09:41:25 -0400 Subject: [PATCH] Update documentation to reflect that we test under more environments: - [Windows](https://github.com/google/guava/issues/2686) - [Java 17](https://github.com/google/guava/issues/5801) --- index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 6bc22cd828f4..d543d58cedbc 100644 --- a/index.md +++ b/index.md @@ -113,10 +113,11 @@ 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 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). +6. For the mainline flavor, we test the libraries using OpenJDK 8, 11, and 17 + on Linux, with some additional testing on newer JDKs and on Windows. Some + features, especially in `com.google.common.io`, may not work correctly in + non-Linux 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/