-
Notifications
You must be signed in to change notification settings - Fork 35
test: configurations that work with graalvm for jdk 21 #1448
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
Conversation
Build is successful but running into the following runtime issue for
Locally running |
No changes to https://github.com/googleapis/java-storage-nio/blob/416fc234e06ef6c42f0ecfdd51004537d9fb29ed/.kokoro/presubmit/graalvm-native.cfg have been made recently. GOOGLE_APPLICATION_CREDENTIALS is set to |
The standard java and graalvm 22.3.x jdk 17 tests are using: As per https://github.com/googleapis/google-auth-library-java?tab=readme-ov-file#getting-application-default-credentials, the prioritization order of credentials is as follows:
|
Passing in |
closing this. |
For #1447
Adding
-H:-AddAllFileSystemProviders
as a workaround as described in oracle/graal#5134 (comment) and runningmvn test -Pnative
results in a successful build for graalvm for jdk 21.