Commits


Laurent Goujon authored and Korn, Uwe committed 3cb873ec066
ARROW-4298: [Java] Add javax.annotation-api dependency for JDK >= 9 JDK9 and onwards removed/renamed @Generated annotation used by code generation tool like grpc, causing build failures. Adding javax.annotation-api dependency as a substitute and exclude it from the dependency check as only used at compilation time but not preserved at runtime. Author: Laurent Goujon <laurent@dremio.com> Closes #3459 from laurentgo/laurentgo/ARROW-4298 and squashes the following commits: a184b822 <Laurent Goujon> ARROW-4298: Add javax.annotation-api dependency