pawelpasterz commented on pull request #11619: URL: https://github.com/apache/beam/pull/11619#issuecomment-625136033
> Can you please squash the commits and rename them to include the valid JIRA name e.g. "[[BEAM-2530](https://issues.apache.org/jira/browse/BEAM-2530)] ..." Sure, I'll squash commits once PR will have all requested changes implemented > Just for curiosity, since this only build/run the tests with Java 11. What are the current blockers for the full build with Java 11? Prior was error prone plugin version. Now, when I try to compile beam with java I get errors like: ``` > Task :model:pipeline:compileJava /Users/pawel/beam/model/pipeline/build/generated/source/proto/main/grpc/org/apache/beam/model/pipeline/v1/TestStreamServiceGrpc.java:20: error: cannot find symbol @javax.annotation.Generated( ^ symbol: class Generated location: package javax.annotation 1 error ``` TBH, I did not spend much time figuring this out since it is not main concern of this PR. I'll definitely try to fix this in the future. Or maybe you have some tips regarding this error? ---------------------------------------------------------------- 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: [email protected]
