[ https://issues.apache.org/jira/browse/ARROW-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-4298: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/20871 > [Java] Building Flight fails with OpenJDK 11 > -------------------------------------------- > > Key: ARROW-4298 > URL: https://issues.apache.org/jira/browse/ARROW-4298 > Project: Apache Arrow > Issue Type: New Feature > Components: FlightRPC, Java > Affects Versions: 0.12.0 > Reporter: Uwe Korn > Assignee: Laurent Goujon > Priority: Major > Labels: pull-request-available > Fix For: 0.12.1, 0.13.0 > > Time Spent: 40m > Remaining Estimate: 0h > > Building flight fails with > {code:java} > [INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ > arrow-flight --- > [INFO] Compiling 39 source files to > /Users/uwe/Development/arrow-repos-1/arrow/java/flight/target/classes > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > /Users/uwe/Development/arrow-repos-1/arrow/java/flight/target/generated-sources/protobuf/org/apache/arrow/flight/impl/FlightServiceGrpc.java:[26,17] > error: cannot find symbol > symbol: class Generated > location: package javax.annotation > [INFO] 1 error{code} > To fix this, I added the following dependency to {{flight/pom.xml}}: > {code:java} > <dependency> > <groupId>javax.annotation</groupId> > <artifactId>javax.annotation-api</artifactId> > <version>1.3.2</version> > </dependency>{code} > This then passed the compile step but failed later with: > {code:java} > [INFO] --- maven-dependency-plugin:3.0.1:analyze-only (analyze) @ > arrow-flight --- > [WARNING] Unused declared dependencies found: > [WARNING] javax.annotation:javax.annotation-api:jar:1.3.2:compile > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-dependency-plugin:3.0.1:analyze-only (analyze) > on project arrow-flight: Dependency problems found -> [Help 1]{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)