You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShardingSphere can be used in the jdk8 environment
@zhaojinchao95 Great thanks !!! And if we can NOT compile shardingsphere 5.5.0 on jdk1.8 even with profile jdk8 , then what is the usage of maven profile jdk8 in source code? Are there any docs on it?
Please see https://github.com/apache/shardingsphere/blob/abaf4067f3f1df4e8e7c36fad0816c257a923287/.github/workflows/ci.yml and search content CI - Compile by JDK 11 and Run on JDK 8 to find the hint.
I read https://shardingsphere.apache.org/community/cn/involved/contribute/dev-env/ to know that JDK11+ is needed to set up dev environment, the PR #23550 also said that JDK11+ is forced.
However, there is only jdk8 in my organization and when I cloned the source code, I found
jdk8
profile in IDEA's maven view.So here comes my questions:
The text was updated successfully, but these errors were encountered: