linghengqian commented on issue #21347: URL: https://github.com/apache/shardingsphere/issues/21347#issuecomment-1669669624
> - Since the `org.graalvm.truffle:truffle-api:23.0.1` with GraalVM CE 23.0.0 Release broke the nightly build of ShardingSphere Proxy Native, I have moved Truffle Espresso out of the final product in https://github.com/apache/shardingsphere/pull/27487 . > > - The new module `shardingsphere-infra-expr-purelist` means that the `Row Value Expressions` feature of ShardingSphere Proxy Native will not be able to parse the Groovy syntax, but will only use plain lists, and the documentation will be updated synchronously. > > - Issues with GraalVM are tracked in places like https://github.com/oracle/graal/issues/7072 . - I'm not yet sure about the impact of https://github.com/oracle/graal/issues/6852#issuecomment-1667594171 on the ShardingSphere side. Because Espresso is obviously a jar of GPL LICENSE, and this series of jars released following GraalVM CE 23.1 are all compiled with JDK17. And ShardingSphere is using a low version truffle-api compiled by JDK8 through different Maven Profiles. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
