Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3AB3A200B8E for ; Sun, 11 Sep 2016 12:19:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3932A160AAA; Sun, 11 Sep 2016 10:19:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AE598160AD8 for ; Sun, 11 Sep 2016 12:19:47 +0200 (CEST) Received: (qmail 63345 invoked by uid 500); 11 Sep 2016 10:19:46 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 63185 invoked by uid 99); 11 Sep 2016 10:19:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2016 10:19:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 824FBE04BA; Sun, 11 Sep 2016 10:19:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bodewig@apache.org To: notifications@ant.apache.org Date: Sun, 11 Sep 2016 10:19:49 -0000 Message-Id: <318372fddf254c69ad5db48ae81a2c33@git.apache.org> In-Reply-To: <5a8d4b088ced432cb9064eaa555bfab4@git.apache.org> References: <5a8d4b088ced432cb9064eaa555bfab4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/7] ant git commit: record JDK9 module support for junit archived-at: Sun, 11 Sep 2016 10:19:48 -0000 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 Authored: Wed Jul 13 20:33:16 2016 +0200 Committer: Stefan Bodewig 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: * 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.