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-586] Avoid copying the type default properties map - 1.9.x #535

Merged
merged 1 commit into from
Aug 2, 2024

Commits on Jul 13, 2024

  1. [MRESOLVER-586] Avoid copying the type default properties map

    When we don't have specific properties for a DefaultArtifact, we can
    just reuse the type default properties map as it's readonly and
    immutable.
    The patch contains some additional changes as I renamed the method
    and parameters to make them more specific so that the method
    wouldn't be used for things that wouldn't be safe.
    gsmet committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    cfb34a9 View commit details
    Browse the repository at this point in the history