[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2018-03-26 Thread ASF GitHub Bot (JIRA)

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

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

wesm commented on issue #1788: ARROW-1913: [Java] Disable Javadoc doclint with 
Java 8
URL: https://github.com/apache/arrow/pull/1788#issuecomment-376268087
 
 
   https://github.com/apache/arrow/blob/master/.travis.yml#L101


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:
us...@infra.apache.org


> [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
>Assignee: Li Jin
>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)


[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2018-03-26 Thread ASF GitHub Bot (JIRA)

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

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

wesm commented on issue #1788: ARROW-1913: [Java] Disable Javadoc doclint with 
Java 8
URL: https://github.com/apache/arrow/pull/1788#issuecomment-376268076
 
 
   Should we change the Java part of the test matrix to use JDK8?


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:
us...@infra.apache.org


> [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
>Assignee: Li Jin
>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)


[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2018-03-25 Thread ASF GitHub Bot (JIRA)

[ 
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 @@
 vector
 tools
   
+
+  
+
+  java-8
+  
+   [1.8,)
+  
+  
+   none
+  
+
+  
+
 


 


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:
us...@infra.apache.org


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


[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2018-03-24 Thread ASF GitHub Bot (JIRA)

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

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

icexelloss commented on issue #1788: [ARROW-1913][Java] Disable Javadoc doclint 
with Java 8
URL: https://github.com/apache/arrow/pull/1788#issuecomment-375925688
 
 
   Manually tested `mvn site` with Java 7 and 8.


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:
us...@infra.apache.org


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


[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2018-03-24 Thread ASF GitHub Bot (JIRA)

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

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

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


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:
us...@infra.apache.org


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


[jira] [Commented] (ARROW-1913) [Java] Fix Javadoc generation bugs with JDK8

2017-12-11 Thread Wes McKinney (JIRA)

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

Wes McKinney commented on ARROW-1913:
-

These issues weren't caught in CI because we're only building the docs with 
JDK7 which doesn't have the documentation linting feature

> [Java] Fix Javadoc generation bugs with JDK8
> 
>
> Key: ARROW-1913
> URL: https://issues.apache.org/jira/browse/ARROW-1913
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Java - Vectors
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>Priority: Blocker
> Fix For: 0.8.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
(v6.4.14#64029)