Commits


Laurent Goujon authored and Micah Kornfield committed afa3eedaaa4
ARROW-9729: [Java] Disable Error Prone when project is imported into … …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. Closes #7957 from laurentgo/laurentgo/ARROW-9729 Authored-by: Laurent Goujon <laurent@apache.org> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>