[
https://issues.apache.org/jira/browse/LANG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507151#comment-16507151
]
ASF GitHub Bot commented on LANG-1339:
--------------------------------------
Github user jodastephen commented on the issue:
https://github.com/apache/commons-lang/pull/275
Thanks @kinow , this seems like the right solution. Now the module-info can
just use `require static` to avoid creating a full dependency on the awkward
three classes and users have a practical alternative (either add the
`java.desktop` dependency manually, or migrate to the replacement classes.
> 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
> Priority: Major
> 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
(v7.6.3#76005)