You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/13 17:01:19 UTC

[GitHub] [arrow] laurentgo opened a new pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

laurentgo opened a new pull request #7957:
URL: https://github.com/apache/arrow/pull/7957


   …Eclipse
   
   An incompatibility between Eclipse/m2e-apt plugin and Error Prone causes
   other annotation processors to not work. It results in compilation
   issues because some classes are not automatically generated.
   
   Move Error Prone global configuration into a new profile which is
   automatically enabled except when imported by Eclipse.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield closed pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

Posted by GitBox <gi...@apache.org>.
emkornfield closed pull request #7957:
URL: https://github.com/apache/arrow/pull/7957


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7957:
URL: https://github.com/apache/arrow/pull/7957#issuecomment-673605864


   https://issues.apache.org/jira/browse/ARROW-9729


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield commented on pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

Posted by GitBox <gi...@apache.org>.
emkornfield commented on pull request #7957:
URL: https://github.com/apache/arrow/pull/7957#issuecomment-674354857


   Thanks @laurentgo 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield commented on pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

Posted by GitBox <gi...@apache.org>.
emkornfield commented on pull request #7957:
URL: https://github.com/apache/arrow/pull/7957#issuecomment-674181358


   Is there a good way to verify error prone still runs on non-eclipse platforms?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] laurentgo commented on pull request #7957: ARROW-9729: [Java] Disable Error Prone when project is imported into …

Posted by GitBox <gi...@apache.org>.
laurentgo commented on pull request #7957:
URL: https://github.com/apache/arrow/pull/7957#issuecomment-674189995


   Yes, multiple ways:
   - trigger an error
   - use `mvn help:effective-pom` to check actual configuration of the maven-compiler-plugin


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org