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 52DE9200B84 for ; Tue, 20 Sep 2016 15:53:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5174C160AC5; Tue, 20 Sep 2016 13:53:01 +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 91C08160AA9 for ; Tue, 20 Sep 2016 15:53:00 +0200 (CEST) Received: (qmail 79163 invoked by uid 500); 20 Sep 2016 13:52:59 -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 79154 invoked by uid 99); 20 Sep 2016 13:52:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2016 13:52:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5A1DFC0282 for ; Tue, 20 Sep 2016 13:52:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 3upVSNL78r8L for ; Tue, 20 Sep 2016 13:52:58 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AD1165FC34 for ; Tue, 20 Sep 2016 13:52:58 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id F0BE7E0230 for ; Tue, 20 Sep 2016 13:52:57 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 5365160479; Tue, 20 Sep 2016 13:52:56 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 60060] with extensions and broken on JDK 9 when a SecurityManager is set Date: Tue, 20 Sep 2016 13:52:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Version: nightly X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.9.8 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Tue, 20 Sep 2016 13:53:01 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 Stefan Bodewig changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.9.8 --- Comment #2 from Stefan Bodewig --- The JDK issue has been fixed with JDK9 build 136. Together with git commit 7e55fea junitreport now works out of the box, people will need to enable a feature for . I'll document the necessary step. Fixed in 1.9.8 and 1.10.0. -- You are receiving this mail because: You are the assignee for the bug.