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

Add RuntimeClassLoader to grader-api #116

Merged
merged 5 commits into from
Sep 29, 2022
Merged

Conversation

alexstaeding
Copy link
Member

Adds some new functionality via the RuntimeClassLoader exposed in the API.

  1. It is now possible to load a class with transformers that create a new class object with those transformations
  2. getClassNames() / getResourceNames() now available in the RuntimeClassLoader. This replaces the method getClassNames() in Submission which is now deprecated.

@alexstaeding alexstaeding self-assigned this Sep 28, 2022
@alexstaeding alexstaeding added the semver:major A major change breaking backwards compatibility label Sep 28, 2022
@alexstaeding alexstaeding added this to the v0.6 milestone Sep 28, 2022
@alexstaeding alexstaeding merged commit efa28c5 into master Sep 29, 2022
@alexstaeding alexstaeding deleted the feature/classloader-api branch September 29, 2022 09:08
@alexstaeding alexstaeding linked an issue Sep 29, 2022 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:major A major change breaking backwards compatibility
Projects
Development

Successfully merging this pull request may close these issues.

Transformations during grading phase
1 participant