You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/09/11 10:19:49 UTC

[4/7] ant git commit: record JDK9 module support for junit

record JDK9 module support for junit

closes #18


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a4575c44
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a4575c44
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a4575c44

Branch: refs/heads/master
Commit: a4575c442c573b76a5de73135e6f1f28427cbee0
Parents: 3af6fcc
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Jul 13 20:33:16 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Sep 11 12:13:55 2016 +0200

----------------------------------------------------------------------
 WHATSNEW | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/a4575c44/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 7a9e070..34a0c27 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -62,6 +62,9 @@ Other changes:
  * <scp> now supports compression via the optional compressed attribute.
    Bugzilla Report 47552
 
+ * <junit> now supports JDK9 modules
+   Github Pull Request #18
+
  * a new implementation "builtin" has been added to <native2ascii> and
    is the default when running on JDK9+ since the tool itself has been
    removed from the JDK.