apache / accumulo-testing

Apache Accumulo Testing
https://accumulo.apache.org
Apache License 2.0
15 stars 40 forks source link

Use non deprecated version of Hashing.murmur3_32() #199

Closed DomGarguilo closed 2 years ago

DomGarguilo commented 2 years ago

The build was giving off the following warning in several places:

WARNING] /home/dgarguilo/github/accumulo-testing/src/main/java/org/apache/accumulo/testing/gcs/Persistence.java:[86,21] murmur3_32() in com.google.common.hash.Hashing has been deprecated

This PR upgrades the version which eliminates the warning.