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

Native image update #2078

Merged
merged 6 commits into from
Jul 2, 2020
Merged

Commits on Jun 22, 2020

  1. Native image update

    * Remove use of AutomaticFeature (unsupported API)
    * Remove use of context impl (unsupported API)
    * Using a third-party classpath scanning tool
    
    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a68efb6 View commit details
    Browse the repository at this point in the history
  2. Copyright fix.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    060ae39 View commit details
    Browse the repository at this point in the history
  3. Spotbugs fix

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    4e0f9d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Using classgraph snapshot.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3453b36 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Using classgraph features to load classes and methods.

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8c41efd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Small checkstyle fix

    Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
    tomas-langer committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    2e65370 View commit details
    Browse the repository at this point in the history