Konrad Windszus created JCRVLT-774: -------------------------------------- Summary: Allow overwriting of AbstractDependencyResolver.resolvePackageInfo(Dependency) Key: JCRVLT-774 URL: https://issues.apache.org/jira/browse/JCRVLT-774 Project: Jackrabbit FileVault Issue Type: Improvement Components: validation Affects Versions: 3.8.0 Reporter: Konrad Windszus
Currently the implementation of https://github.com/apache/jackrabbit-filevault/blob/931ceef98513167af3218b773d9213e123a2f52d/vault-validation/src/main/java/org/apache/jackrabbit/vault/validation/context/AbstractDependencyResolver.java#L98 cannot be overwritten by subclasses. This is crucial though to e.g. apply some mapping from Dependency to Maven coordinates or to use a different heuristics to find available versions satisfying a version range. -- This message was sent by Atlassian Jira (v8.20.10#820010)