-
Notifications
You must be signed in to change notification settings - Fork 334
Removing std-saas libraries from native image #14034
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
|
@GregoryTravis, how does one verify everything still works? |
|
|
What precisely needs to be verified? That Strava.enso is available, and can successfully call a method in StravaService.java? A stub method would suffice for this. Actual verification of the OAuth process would then not be necessary for this. That test I expect to write later, since it is substantial work. Or, it could be prioritized now. @jdunkerley ? |
Whether this PR can be integrated or not! |
Again, what needs to be verified?
If the first two, then you can simply call any method and catch the resulting error. If the third one, then this PR will have to wait. |
I tested by hand; the first two work, and the third got a error response from the cloud. So, approving. |
|
Jaroslav Tulach reports a new STANDUP for yesterday (2025-10-07): Progress: .
|
Pull Request Description
std-saasJava classes from native imageChecklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,