[
https://issues.apache.org/jira/browse/HTRACE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278865#comment-15278865
]
Colin Patrick McCabe commented on HTRACE-370:
---------------------------------------------
Thanks, [~nisala12].
One thing to take note of is that currently, jdk8 lint is suppressed for
htrace-hbase. We probably want to remove this section from the pom.xml so that
the lint checks will be done in the future:
{code}
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index 81b8803..66a1ed7 100644
--- a/htrace-hbase/pom.xml
+++ b/htrace-hbase/pom.xml
@@ -239,12 +239,5 @@ language governing permissions and limitations under the
License. -->
</plugins>
</build>
</profile>
- <profile>
- <id>doclint-disable</id>
- <activation><jdk>[1.8,)</jdk></activation>
- <properties>
- <additionalparam>-Xdoclint:none</additionalparam>
- </properties>
- </profile>
</profiles>
</project>
{code}
> htrace-hbase: fix jdk8 javadoc build error
> ------------------------------------------
>
> Key: HTRACE-370
> URL: https://issues.apache.org/jira/browse/HTRACE-370
> Project: HTrace
> Issue Type: Bug
> Components: docs
> Affects Versions: 4.0
> Reporter: Colin Patrick McCabe
> Priority: Minor
>
> htrace-hbase: fix jdk8 javadoc build error
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)