linghengqian opened a new issue, #20935: URL: https://github.com/apache/shardingsphere/issues/20935
## Feature Request **For English only**, other languages will not accept. 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? - Yes, refer to https://github.com/apache/shardingsphere/pull/20008 and https://github.com/apache/shardingsphere/pull/20119 . ### Describe the feature you would like. - Starting from Antlr `4.10`, it requires users to have a minimum JDK version of 11. Refer to https://github.com/antlr/antlr4/releases/tag/4.10.1 . - And for Hibernate which relies on Antlr, it uses Antlr `4.10` from Hibernate `6.0.1`, Hibernate `6.1.x` works on SpringBoot OSS `3.0.0-M4`, for ShardingSphere JDBC `5.2.0` which uses Antlr `4.9.2`, this breaks ShardingSphere JDBC Use of hybrid deployment form with zookeeper/etcd. - I think it's time to consider the point in time when the minimum compiled version of ShardingSphere is raised to JDK11. I think this event should appear later than November 2022, when SpringBoot OSS `3.0.0` releases the first Release version. For the master branch of ShardingSphere, in which version should it raise the minimum build version? Is it ShardingSphere `5.3.0` or ShardingSphere `6.0.0`? - Refer to https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M4-Release-Notes#hibernate-61 . -- 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]
