Browse Source

Update docs to reflect Java 17 (#5610)

* Update docs to reflect Java 17

* Update JVM distros
Trask Stalnaker 3 years ago
parent
commit
4facb78c7a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/supported-libraries.md

+ 4 - 4
docs/supported-libraries.md

@@ -136,10 +136,10 @@ These are the application servers that the smoke tests are run against:
 
 These are the JVMs and operating systems that the integration tests are run against:
 
-| JVM                                               | Versions  | OS                             |
-| ------------------------------------------------- | --------- | ------------------------------ |
-| [AdoptOpenJDK Hotspot](https://adoptopenjdk.net/) | 8, 11, 15 | Ubuntu 18, Windows Server 2019 |
-| [AdoptOpenJDK OpenJ9](https://adoptopenjdk.net/)  | 8, 11, 15 | Ubuntu 18, Windows Server 2019 |
+| JVM                                                                                        | Versions  | OS                             |
+| ------------------------------------------------------------------------------------------ | --------- | ------------------------------ |
+| [OpenJDK (Eclipse Temurin)](https://adoptium.net/)                                         | 8, 11, 17 | Ubuntu 18, Windows Server 2019 |
+| [OpenJ9 (IBM Semeru Runtimes)](https://developer.ibm.com/languages/java/semeru-runtimes/)  | 8, 11, 17 | Ubuntu 18, Windows Server 2019 |
 
 ## Disabled instrumentations