sebastian-nagel commented on PR #883: URL: https://github.com/apache/nutch/pull/883#issuecomment-3740860855
I'd be conservative and would not yet force users to require Java 17 as runtime, esp. given that is not yet 100% supported by Hadoop. A backward-compatible approach, similar to that described in [HADOOP-18887](https://issues.apache.org/jira/browse/HADOOP-18887) might be better. What about? - Require Java 17 to build Nutch, resp. run the unit tests. - But still allow a Java 11 runtime by setting `javac.version=11`. The binary package would then still run on Java 11. This option seems to work (I tried it, but without exhaustive testing). -- 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]

