linghengqian opened a new issue, #29209: URL: https://github.com/apache/shardingsphere/issues/29209
## 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? - Refer to https://github.com/apache/shardingsphere/issues/26041 and https://github.com/apache/shardingsphere/pull/27976#pullrequestreview-1748825855 . ### Describe the feature you would like. - Since https://github.com/apache/shardingsphere/pull/27976 is controversial at the current milestone, I propose another transition option for migrating to Jakarta EE. That is, create Maven module `shardingsphere-jdbc-core-jakarta` using Jakarta EE 9 API through Eclipse Transformer. Refer to https://github.com/eclipse/transformer . - This involves the following steps. - [ ] Migrate from Java EE 8 to Jakarta EE 8. This will only change the GAV information of the corresponding dependencies to align the behavior of Spring Boot 2.2-2.7. - [ ] Create a Jakarta EE 9 variant of ShardingSphere JDBC Core. The series of processing of ShardingSphere at DistSQL is ignored for the time being, because DistSQL only involves ShardingSphere Proxy. - [ ] Migrate nativeTest targeted by `shardingsphere-test-native` to the new Maven module. -- 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]
