-
Notifications
You must be signed in to change notification settings - Fork 8.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
Provide built-in GraalVM Reachability Metadata on Seata Client 2.1.0+ #6686
Comments
See #5234 Due to my recent busy work schedule, I don't have time to resolve a large number of conflicts. If someone could continue to maintain this PR, or create a new PR, that would be a great thing. |
|
I suggest that you can use tracing agent to achieve your goal. Currently we don't have manpower to invest in this feature. If any other community member is interested in this feature and could provide related PRs, I would appreciate it a lot! |
Why you need it?
Is your feature request related to a problem? Please describe in details
org.apache.seata:seata-all:2.1.0-SNAPSHOT
on the master branch. To run the unit tests involved in this git under the GraalVM Native Image, just execute the following command. Verified underUbuntu 22.04.4 LTS
withDocker Engine
andSDKMAN!
.org.apache.seata:seata-all:2.1.0-SNAPSHOT
andcom.github.ben-manes.caffeine:caffeine:2.9.3
by themselves. In order to use testcontainers-java to run the Docker Container of Seata Server in unit tests,com.github.docker-java:docker-java-api:3.3.6
is also required. Reference https://github.com/linghengqian/seata-client-graalvm-native-test/tree/master/src/test/resources/META-INF/native-image .How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: