linghengqian opened a new issue, #29052:
URL: https://github.com/apache/shardingsphere/issues/29052

   ## 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?
   
   - #21347.
   
   ### Describe the feature you would like.
   
   - In the current master branch, for the `sharding`, `readwrite-splitting`, 
`mask`, `shadow` and `encrypt` features in `standalone` mode, there are already 
corresponding GraalVM Reachability Metadata and corresponding 
nativeTest-related unit tests located under GraalVM Native Image.
   - The previous PR did not cover further situations. We need to add 
additional unit tests and corresponding GraalVM Reachability Metadata for the 
following functions. Some unit tests will require the GraalVM Reachability 
Metadata of testcontainers.
       - [ ] Cluster mode - Zookeeper, Etcd, Consul
       - [ ] XA Distributed Transactions - Atomikos, Narayana
       - [ ] BASE Distributed Transactions - Seata
       - [ ] DistSQL
       - [ ] Databases other than H2database - MySQL, PostgreSQL, OpenGauss
   
   - In the current master branch, ShardingSphere temporarily hosts the GraalVM 
Reachability Metadata of some third-party libraries. These irrelevant json 
entries should be submitted to 
https://github.com/oracle/graalvm-reachability-metadata and then deleted from 
the ShardingSphere side.
       - [ ] `com.github.ben-manes.caffeine:caffeine:2.9.3`
       - [ ] `com.zaxxer:HikariCP:4.0.3`
       - [ ] `org.apache.calcite:calcite-core:1.35.0`
       - [ ] `org.apache.groovy:groovy:4.0.10`
       - [ ] `org.apache.shardingsphere.elasticjob:elasticjob-lite-core:3.0.4`, 
this is addressed at 
https://github.com/apache/shardingsphere-elasticjob/issues/2258 .
       - [ ] `org.apache.zookeeper:zookeeper:3.9.0`
       - [ ] `org.glassfish.jaxb:jaxb-runtime:2.3.1`
       - [ ] `org.slf4j:slf4j-api:1.7.36`
   
   - The current issue involves several user-side experience issues.
       - [ ] Remove the requirement for `buildArgs` of GraalVM Native Build 
Tools in `--report-unsupported-elements-at-runtime`. This requires further 
breaking ShardingSphere's compatibility with previous versions under GraalVM 
Native Image.
       - [ ] Increased GraalVM CE version for handling NativeTest and building 
ShardingSphere Proxy Native from `GraalVM CE 23.0.2 For OpenJDK 17.0.9` to 
`GraalVM CE 23.0.2 For OpenJDK 21.0.1`. Under investigation at 
https://github.com/apache/shardingsphere/pull/28609 . This involves breaking 
changes to the GraalVM Truffle framework.
   


-- 
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]

Reply via email to