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

🐛 Link java dependencies that don't have a sha #1983

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. 🐛 Link java dependencies that don't have a sha

    Resolves: konveyor#1982
    
    In some analysis cases, java dependencies may be generated
    with the full `name` (group id + artifact id) and `version` but
    lack a `sha` value.  When this occurs, a maven central search
    string can still be created.
    
    Now, for any java dependency, link to maven central:
      - Use the dependencies `sha`, or
      - Use the `name` and `version`
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    705e2b2 View commit details
    Browse the repository at this point in the history