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

fix: exclude project maven dependencies from isolated class loader #20523

Merged
merged 4 commits into from
Nov 21, 2024

Commits on Nov 20, 2024

  1. fix: exclude project maven dependencies from isolated class loader

    If the user project depends directly or transitively from maven artifacts
    mojos can fail at runtime because of Maven API loaded from both isolated
    class loader and maven.api realm.
    This change prevents maven artifacts to be added to the isolated class loader.
    mcollovati committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f881a88 View commit details
    Browse the repository at this point in the history
  2. clean up

    mcollovati committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    09bcdf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. more exclusions

    mcollovati committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c6411f View commit details
    Browse the repository at this point in the history
  2. improve test

    mcollovati committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    352bfad View commit details
    Browse the repository at this point in the history