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

Support java_import properly #493

Merged
merged 3 commits into from Mar 23, 2024
Merged

Support java_import properly #493

merged 3 commits into from Mar 23, 2024

Commits on Mar 23, 2024

  1. Support source artifacts in runtime classpath (via java_import)

    Gunnar Wagenknecht committed Mar 23, 2024
    Copy the full SHA
    0c4dd96 View commit details
    Browse the repository at this point in the history
  2. Add support for java_import

    This implements support for java_import targets in both strategies.
    Jars are added to the classpath directly and exported.
    Gunnar Wagenknecht committed Mar 23, 2024
    Copy the full SHA
    f67cd43 View commit details
    Browse the repository at this point in the history
  3. Create separate markers for classpath problems

    Previously classpath updates would delete problem markers added
    during project provisioning. This is now avoided because they use
    a separate marker type.
    
    Fixes #490
    Gunnar Wagenknecht committed Mar 23, 2024
    Copy the full SHA
    0587833 View commit details
    Browse the repository at this point in the history