[
https://issues.apache.org/jira/browse/JAMES-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052950#comment-15052950
]
ASF GitHub Bot commented on JAMES-1647:
---------------------------------------
GitHub user mbaechler opened a pull request:
https://github.com/apache/james-project/pull/21
JAMES-1647 StopWatch.elapsedMillis doesn't exist anymore in recent gu…
…ava releases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbaechler/james-project JAMES-1647
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/james-project/pull/21.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 #21
----
commit b471510fb37f86216cccc1341a705111ad3ef9d2
Author: Matthieu Baechler <[email protected]>
Date: 2015-12-11T08:10:59Z
JAMES-1647 StopWatch.elapsedMillis doesn't exist anymore in recent guava
releases
----
> KarafLiveTestSupport doesn't compile under intellij
> ---------------------------------------------------
>
> Key: JAMES-1647
> URL: https://issues.apache.org/jira/browse/JAMES-1647
> Project: James Server
> Issue Type: Bug
> Reporter: Matthieu Baechler
>
> KarafLiveTestSupport uses a method that is now gone from guava :
> {code}
> if (stopwatch.elapsedMillis() > timeoutInMilliseconds) {
> {code}
> It has been deprecated from guava a long time ago.
> Eclipse doesn't import this project thus we didn't notice this problem
> previously but recent guava upgrade broke this piece of code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]