[bisq-network/bisq] Fix guava dependency issue (PR #5851)

Chris Beams notifications at github.com
Sun Nov 21 17:16:21 CET 2021


Problem: a

    NoSuchMethodError: 'java.util.stream.Collector
    com.google.common.collect.ImmutableMultiset.toImmutableMultiset()'

exception was being thrown when testing the previously-merged upgrade to
Gradle 7.3, as described at keybase://chat/bisq#testing/2466.

Solution: This problem is similar to the issue reported at
jeremylong/DependencyCheck#3221. The source of the problem was multiple
conflicting guava jars on the runtime classpath. This commit upgrades to
guava 30.1.1-jre which ensures a single jar on the classpath.

NOTE: This PR supersedes #5850, which was submitted incorrectly.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5851

-- Commit Summary --

  * Fix guava dependency issue

-- File Changes --

    M build.gradle (2)
    M gradle/verification-metadata.xml (34)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5851.patch
https://github.com/bisq-network/bisq/pull/5851.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5851
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211121/0abd7d23/attachment.htm>


More information about the bisq-github mailing list