cstamas opened a new pull request, #194: URL: https://github.com/apache/maven-resolver/pull/194
Create more compact FS NameMapper. Also, clean up existing ones and reduce clutter and mess. High level changes: * Introduce StringDigestUtil for String hashing (cleanup the mess of digest/checksum mixup, deprecate and make unused SimpleDigest) * Introduce HashingNameMapper (implements the "more compact" name mapper) * Cleanup and simplify existing NameMapper implementations * Introduce providers for "user facing" configuration names, as those are usually combination of existing NameMappers (like one wrapping other, etc). Hence, to keep things simple, no NameMapper is component anymore but dedicated providers are constructing them. No user facing change happens by this, as mapper names remains same. --- https://issues.apache.org/jira/browse/MRESOLVER-273 -- 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