slawekjaranowski commented on code in PR #213: URL: https://github.com/apache/maven-build-cache-extension/pull/213#discussion_r2095449200
########## src/main/java/org/apache/maven/buildcache/hash/HashFactory.java: ########## @@ -28,14 +28,14 @@ * HashFactory */ public enum HashFactory { - SHA1(new SHA("SHA-1")), - SHA256(new SHA("SHA-256")), - SHA384(new SHA("SHA-384")), - SHA512(new SHA("SHA-512")), - XX(new Zah("XX", LongHashFunction.xx(), Zah.MemoryPolicy.Standard)), - XXMM(new Zah("XXMM", LongHashFunction.xx(), Zah.MemoryPolicy.MemoryMappedBuffers)), - METRO(new Zah("METRO", LongHashFunction.metro(), Zah.MemoryPolicy.Standard)), - METRO_MM(new Zah("METRO+MM", LongHashFunction.metro(), Zah.MemoryPolicy.MemoryMappedBuffers)); + sha1(new SHA("SHA-1")), Review Comment: so `HashFactory` is not affected. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org