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 A9C54200D33 for ; Wed, 8 Nov 2017 23:59:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A8584160BDA; Wed, 8 Nov 2017 22:59:05 +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 EF322160C01 for ; Wed, 8 Nov 2017 23:59:04 +0100 (CET) Received: (qmail 48140 invoked by uid 500); 8 Nov 2017 22:59:04 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 48129 invoked by uid 99); 8 Nov 2017 22:59:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 22:59:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 103B01805A3 for ; Wed, 8 Nov 2017 22:59:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TPLa_GmGp2dY for ; Wed, 8 Nov 2017 22:59:02 +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 05C8960D6B for ; Wed, 8 Nov 2017 22:59:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0929EE258F for ; Wed, 8 Nov 2017 22:59:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 66139240EE for ; Wed, 8 Nov 2017 22:59:00 +0000 (UTC) Date: Wed, 8 Nov 2017 22:59:00 +0000 (UTC) From: "Bruno P. Kinoshita (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LANG-1339) Some classes depend on the java.desktop profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Nov 2017 22:59:05 -0000 [ https://issues.apache.org/jira/browse/LANG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16244898#comment-16244898 ] Bruno P. Kinoshita commented on LANG-1339: ------------------------------------------ >Deprecate the offending class as out of scope for Commons Lang and remove it in 4.0.0 >Reintroduce it in a new Commons component called Apache Commons Desktop 1.0.0 What about just using a different approach, without java.desktop classes (as in https://github.com/apache/commons-lang/pull/275) in commons-lang-4.x ? We leave everything as is for now, with the module-info.java with the require static for java.desktop. And in 4.x remove the require static, and also fix the class to remove the dependency to java.desktop. > Some classes depend on the java.desktop profile > ----------------------------------------------- > > Key: LANG-1339 > URL: https://issues.apache.org/jira/browse/LANG-1339 > Project: Commons Lang > Issue Type: Task > Reporter: Benedikt Ritter > Labels: Java9 > Fix For: 3.8 > > > Commons Lang currently depends on java.desktop. This seems like an unnecessary heavy dependency for a library like Commons Lang. We need to find a way to fix this, without breaking bc. For more information see https://lists.apache.org/thread.html/8db8ec4aa1bdeae3d471ca4f46a21dc7da1a4c6933e1810238b72283@%3Cdev.commons.apache.org%3E -- This message was sent by Atlassian JIRA (v6.4.14#64029)