Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRESOLVER-375] Provided and trusted checksum fixes #307

Merged
merged 3 commits into from
Jul 19, 2023

Commits on Jun 29, 2023

  1. [MRESOLVER-375] Provided and trusted checksum fixes

    Several key aspects are broken in provided and trusted checksum feature of resolver:
    * trusted checksum post processor: the checksum algorithm is not prefixed (as documented)
    * the trusted to provided adapter is defunct without MRM being configured
    * the existing ProvidedChecksumsSource interface is broken, needs to be replaced
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-375
    cstamas committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    75562f5 View commit details
    Browse the repository at this point in the history
  2. Reformat

    cstamas committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4a5bf4b View commit details
    Browse the repository at this point in the history
  3. Drop unused logger and fix log

    As logging message may be misleading
    cstamas committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5832f1d View commit details
    Browse the repository at this point in the history