zhfeng commented on PR #23550: URL: https://github.com/apache/shardingsphere/pull/23550#issuecomment-1407311142
Hi guys, I just update to run CI build on JDK 11 but test it on JDK 8. `<requireJavaVersion>` is still with `<java.version>`. After upgrading to antlr 4.10+, the CI should work because it uses JDK 11 but if you build sharding-sphere from source with JDK 8 the following modules which use `antlr4-maven-plugin` will fail. - shardingsphere-distsql-parser - shardingsphere-db-discovery-distsql-parser - shardingsphere-encrypt-distsql-parser - shardingsphere-readwrite-splitting-distsql-parser - shardingsphere-shadow-distsql-parser - shardingsphere-sharding-distsql-parser - shardingsphere-mask-distsql-parser - shardingsphere-authority-distsql-parser - shardingsphere-data-pipeline-distsql-parser - shardingsphere-parser-distsql-parser - shardingsphere-sql-federation-optimizer - shardingsphere-sql-translator-distsql-parser - shardingsphere-traffic-distsql-parser - shardingsphere-transaction-distsql-parser - shardingsphere-sql-parser-mysql - shardingsphere-sql-parser-opengauss - shardingsphere-sql-parser-oracle - shardingsphere-sql-parser-postgresql - shardingsphere-sql-parser-sql92 - shardingsphere-sql-parser-sqlserver -- 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]
