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

QL: Extend NodeSubclass to read classes from jars #50866

Merged
merged 4 commits into from
Jan 15, 2020

Commits on Jan 10, 2020

  1. Extend NodeSubclass to read classes from jars

    As the test classes are spread across more than one project, the Gradle
    classpath contains not just folders but also jars.
    This commit allows the test class to explore the archive content and
    load matching classes from said source.
    costin committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    4e8ffa1 View commit details
    Browse the repository at this point in the history
  2. Fix forbiddenApi

    costin committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a9386b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    9ef7c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c1462 View commit details
    Browse the repository at this point in the history