This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nutch-site.git
commit 46d13fd5775e8ee4fdb29659ceff67ec5dcf421d Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Feb 17 13:25:48 2026 +0100 Add news about migrating to Java 17 --- content/news/upgrade-to-jdk17.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/news/upgrade-to-jdk17.md b/content/news/upgrade-to-jdk17.md new file mode 100644 index 00000000..6a5b383a --- /dev/null +++ b/content/news/upgrade-to-jdk17.md @@ -0,0 +1,16 @@ ++++ +date = "2026-02-17" +title = "Nutch will migrate to Java 17" +tags = ["Java","version"] +categories = ["news"] +draft = false +description = "17 February 2026 – Nutch will migrate to Java 17" +weight = 10 ++++ + +Nutch v1.22 will be the last version to run on Java 11. + +Starting with the development of version 1.23 we will migrate to Java 17. +To run or compile Nutch, a Java 17 runtime (JRE) and JDK will then be required. + +See also the [discussion on the Nutch development mailing list](https://lists.apache.org/thread/ogbof5ttk6cf6tzwhh3oqwlnn24spzy9). \ No newline at end of file
