[
https://issues.apache.org/jira/browse/FLUME-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161896#comment-16161896
]
ASF GitHub Bot commented on FLUME-3175:
---------------------------------------
GitHub user adenes opened a pull request:
https://github.com/apache/flume/pull/168
FLUME-3175. Turn off doclint for javadoc generation.
With Java 8's new doclint feature the javadoc generation breaks due to the
strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
configuration to turn off the check.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adenes/flume fix-javadoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/168.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #168
----
commit efa17764ca422aabb5de3ffa1999e6e6389bca42
Author: Denes Arvay <[email protected]>
Date: 2017-09-11T19:58:14Z
FLUME-3175. Turn off doclint for javadoc generation.
With Java 8's new doclint feature the javadoc generation breaks due to the
strict checking so adding -Xdoclint:none to the maven-javadoc-plugin's
configuration.
----
> Javadoc generation fails due to Java8's strict doclint
> ------------------------------------------------------
>
> Key: FLUME-3175
> URL: https://issues.apache.org/jira/browse/FLUME-3175
> Project: Flume
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: Denes Arvay
> Fix For: 1.8.0
>
>
> I'd suggest to turn it off for now, but in the long run the javadoc errors
> should be fixed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)