-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Graalvm native image cause with Groovy 4 #17779
Comments
|
Do you mean |
Oh, that's the point @linghengqian . Should I leave the issue to keep track with oracle |
It looks like Graal's team is tracking this problem. So I'm personally not going to dive into the Groovy problem until the Calcite problem is solved. |
It seems that compared to 4.0.1, Groovy 4.0.2 introduces additional |
@linghengqian Method |
|
Fixed by #17796 . |
|
I've started a discussion on dropping Groovy 3 support on Graalvm's Slack community's Polygolt channel, and I welcome comments. |
@linghengqian Sorry for lately reply. I will continue checking on Monday next week. I’m currently in my days off 🌝, I will give you feedback as soon as posbile cause i dont have my PC now |
Tested and still failed. |
Perhaps you can do some of this in Groovy's main branch. If you're in Groovy slack group's Groovy channel.
|
@tuyendev Cheers for the solution of the https://issues.apache.org/jira/projects/GROOVY/issues/GROOVY-10643 ! You can use Groovy's main branch experiment natively! |
{
"name": "org.codehaus.groovy.runtime.dgm$53",
"allDeclaredConstructors": true,
"allPublicConstructors": true,
"allDeclaredMethods": true,
"allPublicMethods": true
}
|
I plan to close this issue in a PR, because my local verification is successful. If you still have problems, please reopen. |
For revision, this question must be upgraded to Groovy 4.0.3, cf. oracle/graal#4492 (comment) . The master branch of ShardingSphere has resolved this issue. |
Bug Report
Which version of ShardingSphere did you use?
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Expected behavior
Since lib using Groovy 4, some api was remove in version 3. jar file can build to native-image
The text was updated successfully, but these errors were encountered: