[
https://issues.apache.org/jira/browse/JOSHUA-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15425203#comment-15425203
]
Hudson commented on JOSHUA-302:
-------------------------------
SUCCESS: Integrated in Jenkins build joshua_master #90 (See
[https://builds.apache.org/job/joshua_master/90/])
JOSHUA-302 - Remove dependency on concurrent/concurrent package; replace (max:
rev 19fe7561aa516b1a7eba63473e8d26111a708c33)
* (edit) src/main/java/org/apache/joshua/adagrad/AdaGradCore.java
* (edit) pom.xml
* (edit) src/main/java/org/apache/joshua/pro/PROCore.java
> 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)