Update the version of GraalVM CE used by ShardingSphere Proxy Native to 23.0.1#27487
Merged
Conversation
89a2220 to
b0e8c4f
Compare
727e75a to
719fd56
Compare
f7f6162 to
2999c62
Compare
7 tasks
linghengqian
commented
Jul 27, 2023
Member
Author
There was a problem hiding this comment.
-
@terrymanu Hi, can you help Review? I'm not quite sure if the name of this new module
shardingsphere-infra-expr-purelistis appropriate. -
The Native Image build in GraalVM 23.0.1 should be fixed after this PR is merged.
./mvnw -PgenerateStandardMetadata -DskipNativeTests -B -T1C clean test
./mvnw -am -pl distribution/proxy-native -B -T1C -Prelease.native -DskipTests clean package0892842 to
ae9284e
Compare
92ab477 to
596ee6a
Compare
596ee6a to
1b41ab0
Compare
…hardingsphere-infra-expr-espresso` module
1b41ab0 to
c3541df
Compare
terrymanu
approved these changes
Aug 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #21347.
Changes proposed in this pull request:
java.MultiThreadedoption default value is True and is no longer specified manually.EspressoInlineExpressionParserto compress the Classpath required for the context created by Espresso. This is related to the new limitations on GraalVM CE 23.0.1.shardingsphere-infra-expr-purelistmodule to replace theshardingsphere-infra-expr-espressomodule.org.graalvm.truffle:truffle-api:23.0.1successfully broke the Native Image build, and I'll explore this in a separate GraalVM issue.Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.