[
https://issues.apache.org/jira/browse/LANG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506906#comment-16506906
]
ASF GitHub Bot commented on LANG-1339:
--------------------------------------
Github user kinow commented on the issue:
https://github.com/apache/commons-lang/pull/275
@jodastephen done. Kept the existing classes, but added new ones where the
only modification is replacing `java.beans` by `java.util` equivalent classes.
Existing classes were annotated with `@deprecated` with a comment pointing
to the new class.
WDTY? I'd like to sort it out as soon as possible to sort out the issue
with dependencies & Java 9 in lang.
Thanks!
Bruno
ps: old code was removed from commit line. Moved instead to a branch at
https://github.com/kinow/commons-lang/tree/LANG-1339-old, just in case we need
to compare it or someone wants to see what it was before
> 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)