This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit f65371d1a20daa48e4813049ff6e30c34fa50e4a Merge: 1156801bc f43ff78bf Author: Sebastian Nagel <[email protected]> AuthorDate: Sat Nov 29 12:38:16 2025 +0100 Merge pull request #870 from igiguere/NUTCH-2971 Fix for NUTCH-2971: Unt tests fail with JDK 17 build.xml | 4 + ivy/ivy.xml | 7 - src/plugin/build-plugin.xml | 3 + .../protocol/http/TestProtocolHttpByProxy.java | 26 +- .../nutch/crawl/CrawlDbUpdateTestDriver.java | 120 ------ .../org/apache/nutch/crawl/TestCrawlDbStates.java | 30 +- .../apache/nutch/indexer/TestIndexerMapReduce.java | 37 +- .../apache/nutch/util/ReducerContextWrapper.java | 407 +++++++++++++++++++++ 8 files changed, 483 insertions(+), 151 deletions(-)
