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

Prevent ConcurrentModificationException in PomInstallableUnitStore #3698

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Prevent ConcurrentModificationException in PomInstallableUnitStore

    In some rare cases it is possible that a ConcurrentModificationException
    occurs in the PomInstallableUnitStore when projects are build in
    parallel and as part of this artifacts are attached.
    
    This adds a new safeCopy method to retry the copy operation in such case
    and checks for possible null values because of concurrent removals.
    laeubi committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3a2e2e3 View commit details
    Browse the repository at this point in the history