[
https://issues.apache.org/jira/browse/AMQ-7151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771059#comment-16771059
]
ASF subversion and git services commented on AMQ-7151:
------------------------------------------------------
Commit 7fdad3a73d65536ad070f1eeac5443e9f6459b17 in activemq's branch
refs/heads/master from Christopher L. Shannon (cshannon)
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=7fdad3a ]
AMQ-7151 - Remove dependency on Guava from activemq-broker
Guava is supposed to only be used for the leveldb store and as a test
dependency elsewhere but there is one spot it is used in activemq-broker for
filtering collections. With Java 8 this can be easily rewritten to avoid
the use of Guava.
This commit is based on the patch submitted by Filip Hrisafov
> activemq-guava should not have a compile time dependency on guava
> -----------------------------------------------------------------
>
> Key: AMQ-7151
> URL: https://issues.apache.org/jira/browse/AMQ-7151
> Project: ActiveMQ
> Issue Type: Wish
> Affects Versions: 5.15.8
> Reporter: Filip Hrisafov
> Assignee: Christopher L. Shannon
> Priority: Minor
> Attachments: AMQ-7151.patch
>
>
> Looking at
> [https://mvnrepository.com/artifact/org.apache.activemq/activemq-broker/5.15.8]
> you can see that guava is a compile time dependency for activemq-broker.
> Looking at the
> [pom.xml|https://github.com/apache/activemq/blob/9abe2c6f97c92fc99c5a2ef02846f62002a671cf/activemq-broker/pom.xml#L86-L90]
> of the activemq-broker the guava dependency is under the section "Testing
> Dependencies".
> I did a search for guava within the ActiveMQ code base and couldn't find
> usage of Guava. What is the reason for the Guava dependency within ActiveMQ.
> I was not sure what type the issue should be so I used "Wish".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)