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 regression #10369

Merged
merged 3 commits into from
Aug 27, 2019
Merged

Fix regression #10369

merged 3 commits into from
Aug 27, 2019

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
  2. Merge remote-tracking branch 'origin/blindpirate/fix-10347' into release

    * origin/blindpirate/fix-10347:
      Override getResources in DefaultDeprecatedClassLoader
    big-guy committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    0727e5a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

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