darren-wang opened a new issue, #31379: URL: https://github.com/apache/shardingsphere/issues/31379
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 https://github.com/apache/shardingsphere/pull/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: 1. What is the meaning of 'jdk8' profile in the source code, does it mean that I can still compile the source code with jdk8 using this profile? 2. If I can NOT compile the latest release with jdk8, which is the last release whose source code can be compiled with jdk8? 3. Could the latest release 5.5.0 be used with jre8, NOT compiling its source but only to use it with spring boot and jre8? -- 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]
