BenJFan commented on pull request #1559: URL: https://github.com/apache/incubator-seatunnel/pull/1559#issuecomment-1078786897
> > > > > > > > > > > > > I think maybe we only keep the current setting is Ok, the release of java 8 can execute successful on java 11. Is there anything I haven't considerate? > > > > > > In Java specification, lower version code alway can run on higher version vm. The different for compile two version is higher version Java byte code have more optimizations, or new instruction. > > Yes, but I think we don't need to provide release binding with different jdk, if user want to use jdk11 to build they can build from the source by themselves, other projects seem not provide different jdk release. You are right, most project didn't to that. It's a suggestion, maybe we can do this in the future -- 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]
