[
https://issues.apache.org/jira/browse/JOSHUA-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424749#comment-15424749
]
ASF GitHub Bot commented on JOSHUA-302:
---------------------------------------
GitHub user maxthomas opened a pull request:
https://github.com/apache/incubator-joshua/pull/40
JOSHUA-302 - Remove dependency on concurrent/concurrent package
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maxthomas/incubator-joshua JOSHUA-302
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-joshua/pull/40.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #40
----
commit 19fe7561aa516b1a7eba63473e8d26111a708c33
Author: Max Thomas <[email protected]>
Date: 2016-08-17T15:32:20Z
JOSHUA-302 - Remove dependency on concurrent/concurrent package; replace
instances with JDK library builtins
----
> Remove concurrent package and replace with builtins
> ---------------------------------------------------
>
> Key: JOSHUA-302
> URL: https://issues.apache.org/jira/browse/JOSHUA-302
> Project: Joshua
> Issue Type: Improvement
> Reporter: Max Thomas
> Priority: Minor
>
> According to this site:
> http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
> this package is essentially replaced by SDK builtins from JDK5.0+.
> Is there a reason this is still a dependency and cannot be replaced with
> default library code (which, according to the site, "includes improved, more
> efficient, standardized versions of the main components in this package")?
> It seems to only be used in 2 places, one of which is about 3000 lines of
> copy/pasted code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)