GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2082
ARTEMIS-1783 Remove need for guava in client
Refactor away from Guava memorize based on Guava Supplier to using
java.util.Supplier and our own memorizer code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1783
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2082.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 #2082
----
commit 8bfa6cfada8f35be92774c6ae6e9c39531122448
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-05-11T06:24:35Z
ARTEMIS-1783 Remove need for guava in client
Refactor away from Guava memorize based on Guava Supplier to using
java.util.Supplier and our own memorizer code.
----
---