From f57ba0e2878e5fc62282b01300c24617e87a15c2 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 3 Feb 2022 04:44:12 +0100 Subject: [PATCH] Update documentation: JDK version 17 is officially supported --- org.jacoco.doc/docroot/doc/build.html | 9 +++++++++ org.jacoco.doc/docroot/doc/changes.html | 2 ++ org.jacoco.doc/docroot/doc/environment.html | 2 +- org.jacoco.doc/docroot/doc/faq.html | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html index f51d3823ba..540e29056d 100644 --- a/org.jacoco.doc/docroot/doc/build.html +++ b/org.jacoco.doc/docroot/doc/build.html @@ -93,6 +93,7 @@

Compilation and testing with different JDKs

JDK 14 JDK 15 JDK 16 + JDK 17 @@ -110,6 +111,7 @@

Compilation and testing with different JDKs

16 + 16 org.jacoco.core.test.validation.java14 @@ -125,6 +127,7 @@

Compilation and testing with different JDKs

14 14 14 + 14 org.jacoco.core.test.validation.java8 @@ -140,6 +143,7 @@

Compilation and testing with different JDKs

8 8 8 + 8 org.jacoco.core.test.validation.java7 @@ -155,6 +159,7 @@

Compilation and testing with different JDKs

7 7 7 + 7 org.jacoco.core.test.validation.groovy @@ -170,6 +175,7 @@

Compilation and testing with different JDKs

8 8 8 + 8 org.jacoco.core.test.validation.kotlin @@ -185,6 +191,7 @@

Compilation and testing with different JDKs

6 6 6 + 6 all other modules @@ -200,6 +207,7 @@

Compilation and testing with different JDKs

7 7 7 + 7 @@ -244,6 +252,7 @@

Compilation and testing with different JDKs

  • mvn clean verify -Djdk.version=14 -Dbytecode.version=14
  • mvn clean verify -Djdk.version=15 -Dbytecode.version=15
  • mvn clean verify -Djdk.version=16 -Dbytecode.version=16
  • +
  • mvn clean verify -Djdk.version=17 -Dbytecode.version=17
  • diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index baece73bb2..a4d2b77885 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -22,6 +22,8 @@

    Snapshot Build @qualified.bundle.version@ (@build.date@)

    New Features