From a4575c442c573b76a5de73135e6f1f28427cbee0 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 13 Jul 2016 20:33:16 +0200 Subject: [PATCH] record JDK9 module support for junit closes #18 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 7a9e070f7..34a0c275b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -62,6 +62,9 @@ Other changes: * now supports compression via the optional compressed attribute. Bugzilla Report 47552 + * now supports JDK9 modules + Github Pull Request #18 + * a new implementation "builtin" has been added to and is the default when running on JDK9+ since the tool itself has been removed from the JDK.