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

feat(FeatureClassLoader): support class loading of Java 9+ #426

Merged
merged 5 commits into from Aug 7, 2019
Merged

feat(FeatureClassLoader): support class loading of Java 9+ #426

merged 5 commits into from Aug 7, 2019

Commits on Jul 31, 2019

  1. feat(FeatureClassLoader): support class loading of Java 9+

    With Java 9 class loading was changed in that way that the bootstrap class loader does not see all classes anymore.
    In Java 9+ the platform classloader needs to be used.
    A good explanation can be found at http://java9.wtf/class-loading/
    
    fixes #206
    bender316 committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9fce763 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Aug 2, 2019

  1. fixed spotbugs errors

    bender316 committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    e28d8c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

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

Commits on Aug 6, 2019

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