Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix: remove --allow-incomplete-classpath which has been deprecated as of Graalvm 22.1.0 #1794

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

mpeddada1
Copy link
Contributor

@mpeddada1 mpeddada1 commented Sep 16, 2022

Fixes #1780
This change prevents the following warning from showing up:

Warning: Using a deprecated option --allow-incomplete-classpath from 'META-INF/native-image/com.google.api/gax/native-image.properties' in 'file:///home/runner/work/org/repo/jars/gax-2.18.7.jar'. Allowing an incomplete classpath is now the default. Use --link-at-build-time to report linking errors at image build time for a class or package.

…raalvm 22.1.0

This change prevents the following warning from showing up:

```
Warning: Using a deprecated option --allow-incomplete-classpath from 'META-INF/native-image/com.google.api/gax/native-image.properties' in 'file:///home/runner/work/org/repo/jars/gax-2.18.7.jar'. Allowing an incomplete classpath is now the default. Use --link-at-build-time to report linking errors at image build time for a class or package.
```
@mpeddada1 mpeddada1 requested review from a team as code owners September 16, 2022 15:20
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mpeddada1 mpeddada1 changed the title fix: remove --allow-incomplete-classpath which was deprecated as of Graalvm 22.1.0 fix: remove --allow-incomplete-classpath which has been deprecated as of Graalvm 22.1.0 Sep 16, 2022
@mpeddada1 mpeddada1 merged commit e5c739c into main Sep 19, 2022
@mpeddada1 mpeddada1 deleted the deprecated-option branch September 19, 2022 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraalVM native image warning about deprecated option --allow-incomplete-classpath
2 participants