[
https://issues.apache.org/jira/browse/NUTCH-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696898#comment-17696898
]
Hudson commented on NUTCH-2972:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #96 (See
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/96/])
NUTCH-2972 Javadoc build fails using JDK 17 (snagel:
[https://github.com/apache/nutch/commit/a92878df1ea586057dc8bc7e9ade376a9b8edc20])
* (edit)
src/plugin/urlfilter-suffix/src/java/org/apache/nutch/urlfilter/suffix/SuffixURLFilter.java
* (edit) src/java/org/apache/nutch/segment/SegmentMerger.java
* (edit) src/java/org/apache/nutch/tools/arc/ArcRecordReader.java
> Javadoc build fails using JDK 17
> --------------------------------
>
> Key: NUTCH-2972
> URL: https://issues.apache.org/jira/browse/NUTCH-2972
> Project: Nutch
> Issue Type: Sub-task
> Components: build, documentation
> Affects Versions: 1.20
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Major
> Labels: help-wanted
> Fix For: 1.20
>
>
> Creating the Javadocs fails using JDK 17:
> {noformat}
> $> JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 ant javadoc
> ...
> [javadoc]
> /home/wastl/data0/proj/crawler/nutch/git/trunk/src/java/org/apache/nutch/segment/SegmentMerger.java:79:
> error: heading used out of sequence: <H3>, compared to implicit preceding
> heading: <H1>
> [javadoc] * <h3>Important Notes</h3> <h4>Which parts are merged?</h4>
> ...
> [javadoc] 3 errors
> [javadoc] 100 warnings
> {noformat}
> All 3 errors must be fixed, would be good also to address the warnings.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)