-
Notifications
You must be signed in to change notification settings - Fork 356
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 compilation with GraalVM #23642
Comments
|
Thanks for reporting this @ValTheBoss. It's certainly strange that the parameters don't get sent in the native image. Do you have by any chance the reproducer project handy so we can look into it? @Phakrada666, looks like you are sharing the dependencies listed in the bug as well. Are you also running into the same issue? |
|
Any updates on this issue? I am encountering the same problem when using google-api-services-sheets (v4-rev20241008-2.0.0) to read a spreadsheet. Here is the code snippet:
This returns the following error: The requested URL
I suspect the issue might be related to the URL construction, particularly the double slashes (//) in the endpoint. Could you please advise if this is a bug or if I need to adjust my implementation? The same code works fine on JVM but fails on GraalVM |
There is an issue when using native compilation with GraalVM. I'm trying to use the Admin SDK API Client Library for directory operations.
Environment details
Steps to reproduce
Fresh Spring Boot 3.3.4 project.
Maven configuration
Build Directory service
Add reflection hints for ErrorInfo.class
Directory api call
Build and run image
Result of directory execute()
Reason
If I launch the app in DEBUG logging mode, I can see that the URL for the API query is not properly prepared :
instead of
The text was updated successfully, but these errors were encountered: