iemejia commented on pull request #11619: URL: https://github.com/apache/beam/pull/11619#issuecomment-625150830
> 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? Yes it is not necessary to do this for this PR. Those errors are because some modules are not part of Java by default anymore and should be included explicitly with `--add-module` and the right module. ---------------------------------------------------------------- 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]
