[ 
https://issues.apache.org/jira/browse/ARROW-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412966#comment-16412966
 ] 

ASF GitHub Bot commented on ARROW-1913:
---------------------------------------

xhochy closed pull request #1788: ARROW-1913: [Java] Disable Javadoc doclint 
with Java 8
URL: https://github.com/apache/arrow/pull/1788
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/java/pom.xml b/java/pom.xml
index 6bb807f43..78afb0e73 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -624,4 +624,17 @@
     <module>vector</module>
     <module>tools</module>
   </modules>
+
+  <profiles>
+    <profile>
+      <id>java-8</id>
+      <activation>
+       <jdk>[1.8,)</jdk>
+      </activation>
+      <properties>
+       <doclint>none</doclint>
+      </properties>
+    </profile>
+  </profiles>
+
 </project>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Java] Fix Javadoc generation bugs with JDK8
> --------------------------------------------
>
>                 Key: ARROW-1913
>                 URL: https://issues.apache.org/jira/browse/ARROW-1913
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Java - Vectors
>            Reporter: Wes McKinney
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> While trying to cut the release candidate, the source release script fails 
> due to various new Javadoc issues



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to