Add GraalVM Reachability Metadata and corresponding nativeTest for Etcd integration #29755
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 #29052.
Changes proposed in this pull request:
io.netty:netty-transport-classes-epoll:4.1.99.Final
.65107
is occupied, which is different from the behavior of Windows 11 Home and Student with WSL2 enabled. Dynamically defining YAML is one of the issues I'm tracking in profiles support global env value #29657.nativeTestInShardingSphere
. This helps development by sacrificing the peak performance of Native Image for faster build speeds. Refer to https://medium.com/graalvm/graalvm-22-1-developer-experience-improvements-apple-silicon-builds-and-more-b7ac9a0f6066 .buildArgs
of-J-Xmx7g
for the Maven Profile ofnativeTestInShardingSphere
to prevent Native Image build failures on low-performance devices with less than 10GB of available memory like Github Actions.graalvm.version
tograal-sdk.version
. This property actually refers to the Maven module oforg.graalvm.sdk:graal-sdk:21.2.0
, not to the GraalVM CE version used by the developer.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
.