thomasmueller commented on code in PR #1791: URL: https://github.com/apache/jackrabbit-oak/pull/1791#discussion_r1800694509
########## oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticDocument.java: ########## @@ -19,13 +19,15 @@ import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; +import org.apache.jackrabbit.guava.common.hash.Hashing; Review Comment: I think we are in the phase of removing all of Guava... Murmur3 is fine, but maybe there is an alternative source? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
