-
Notifications
You must be signed in to change notification settings - Fork 12.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 Reachability Metadata Lose #11902
Labels
Comments
resolved When Add Metadata Config Code With Spring-Aot Api @Configuration
@ImportRuntimeHints(DubboNativeConfig.NacosClientRuntimeHintsRegistrar.class)
public class DubboNativeConfig {
static class NacosClientRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
@Override
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
hints.reflection().registerType(ServiceListRequest.class, MemberCategory.values());
hints.reflection().registerType(ServiceListResponse.class, MemberCategory.values());
}
}
} Can We Add Metadata To META-INF/native-image/**/reflection-config.json ? |
is #11853 fixed? |
KomachiSion
added
contribution welcome
area/Client
Related to Nacos Client SDK
and removed
status/need feedback
labels
Apr 3, 2024
@hnyyghk will solve it@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: