zhfeng opened a new issue, #24726: URL: https://github.com/apache/shardingsphere/issues/24726
## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? I'd like to support [quarkus-shardingsphere-jdbc](https://github.com/quarkiverse/quarkus-shardingsphere-jdbc) in native building with GraalVM. It needs to find some classes and register them for reflection and service provider at build time. Because shardingsphere is heavily using the SPI mechism, it would be very handy to leverage on [jandex](https://github.com/smallrye/jandex) to find all impementor of a SPI interface. ### Describe the feature you would like. Add [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) to generate idx during `process-classes`. There would be a `META-INF/jandex.idx` in jar, so it could increase the size of artifact package by about **5%**. I know this is a trade-off and it should be very helpful for my working on native support with quarkus-shardingsphere-jdbc. So I'm very appercaited if this could be accepted by community. Thanks in advance! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
