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

Override getResources in DefaultDeprecatedClassLoader #10349

Closed
wants to merge 2 commits into from

Commits on Aug 23, 2019

  1. Override getResources in DefaultDeprecatedClassLoader

    This fixes #10347
    
    In #9898 we introduced a DefaultDeprecatedClassLoader,
    which overrides getResource() but not getResources(). This causes some issues.
    This PR fixes the issue by correctly overriding getResources() method.
    blindpirate committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    07e3e0d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    3c69c4c View commit details
    Browse the repository at this point in the history