From 4f8a18be241d8a281cd06f87c55788feba88b93e Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 3 Feb 2022 04:44:12 +0100 Subject: [PATCH] Update documentation: JDK versions 17 and 18 are officially supported --- org.jacoco.doc/docroot/doc/build.html | 18 ++++++++++++++++++ org.jacoco.doc/docroot/doc/changes.html | 5 +++-- org.jacoco.doc/docroot/doc/environment.html | 3 ++- org.jacoco.doc/docroot/doc/faq.html | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html index f51d3823ba..16b9c6b182 100644 --- a/org.jacoco.doc/docroot/doc/build.html +++ b/org.jacoco.doc/docroot/doc/build.html @@ -93,6 +93,8 @@

Compilation and testing with different JDKs

JDK 14 JDK 15 JDK 16 + JDK 17 + JDK 18 @@ -110,6 +112,8 @@

Compilation and testing with different JDKs

16 + 16 + 16 org.jacoco.core.test.validation.java14 @@ -125,6 +129,8 @@

Compilation and testing with different JDKs

14 14 14 + 14 + 14 org.jacoco.core.test.validation.java8 @@ -140,6 +146,8 @@

Compilation and testing with different JDKs

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

Compilation and testing with different JDKs

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

Compilation and testing with different JDKs

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

Compilation and testing with different JDKs

6 6 6 + 6 + 6 all other modules @@ -200,6 +214,8 @@

Compilation and testing with different JDKs

7 7 7 + 7 + 7 @@ -244,6 +260,8 @@

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
  • +
  • mvn clean verify -Djdk.version=18 -Dbytecode.version=18
  • diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index baece73bb2..561f54200e 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -22,8 +22,9 @@

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

    New Features