Skip to content
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 support for nacos-client #11853

Closed
chickenlj opened this issue Mar 20, 2024 · 1 comment · Fixed by #11860
Closed

GraalVM support for nacos-client #11853

chickenlj opened this issue Mar 20, 2024 · 1 comment · Fixed by #11860
Labels
area/Client Related to Nacos Client SDK kind/enhancement Category issues or prs related to enhancement.

Comments

@chickenlj
Copy link

chickenlj commented Mar 20, 2024

Currently, both alibaba/spring-cloud-alibaba and apache/dubbo supports native image and can work well with certain versions of nacos-client.

But they achieved that by scanning the dynamic operations in nacos manually. So it's better for nacos-client do the scanning and add the configuration to each released package for each new version.

alibaba/spring-cloud-alibaba#3656

https://github.com/apache/dubbo/blob/3.3/dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/aot/NacosReflectionTypeDescriberRegistrar.java

@lmm1990
Copy link
Contributor

lmm1990 commented Mar 20, 2024

fixed #11860

@KomachiSion KomachiSion added kind/enhancement Category issues or prs related to enhancement. area/Client Related to Nacos Client SDK labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK kind/enhancement Category issues or prs related to enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants