[jira] [Commented] (FLUME-3175) Javadoc generation fails due to Java8's strict doclint

2017-09-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/FLUME-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164544#comment-16164544
 ] 

Hudson commented on FLUME-3175:
---

UNSTABLE: Integrated in Jenkins build Flume-trunk-hbase-1 #324 (See 
[https://builds.apache.org/job/Flume-trunk-hbase-1/324/])
FLUME-3175. Turn off doclint for javadoc generation (denes: 
[http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git=commit=1541f089a5dec9b21549f6a6e961ef835a8b68bb])
* (edit) pom.xml


> 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
>Assignee: 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)


[jira] [Commented] (FLUME-3175) Javadoc generation fails due to Java8's strict doclint

2017-09-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/FLUME-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16164499#comment-16164499
 ] 

ASF subversion and git services commented on FLUME-3175:


Commit 1541f089a5dec9b21549f6a6e961ef835a8b68bb in flume's branch 
refs/heads/trunk from [~denes]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=1541f08 ]

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.

This closes #168

Reviewers: Bessenyei Balázs Donát, Ferenc Szabo

(Denes Arvay via Denes Arvay)


> 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)


[jira] [Commented] (FLUME-3175) Javadoc generation fails due to Java8's strict doclint

2017-09-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLUME-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)


[jira] [Commented] (FLUME-3175) Javadoc generation fails due to Java8's strict doclint

2017-09-11 Thread Denes Arvay (JIRA)

[ 
https://issues.apache.org/jira/browse/FLUME-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16161892#comment-16161892
 ] 

Denes Arvay commented on FLUME-3175:


I've created a follow-up ticket to fix the wrong javadoc entries: FLUME-3175

> 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)