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

Conversation

tomas-langer
Copy link
Member

  • Remove use of AutomaticFeature (unsupported API)
  • Remove use of context impl (unsupported API)
  • Using a third-party classpath scanning tool

Resolves #2076

Signed-off-by: Tomas Langer tomas.langer@oracle.com

* 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 tomas-langer added 2.x Issues for 2.x version branch dependencies Pull requests that update a dependency file labels Jun 22, 2020
@tomas-langer tomas-langer self-assigned this Jun 22, 2020
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer
Copy link
Member Author

Updated to latest classgraph version, as it resolved a problem I reported.
https://github.com/classgraph/classgraph/releases/tag/classgraph-4.8.87

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer merged commit 8a68523 into helidon-io:master Jul 2, 2020
@tomas-langer tomas-langer deleted the 2076-classpath-scan branch July 2, 2020 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch dependencies Pull requests that update a dependency file native-image
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove internal GraalVM API use
2 participants