-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turbine build issue with Micronaut #14142
Comments
Hiding for fields, classes, and methods is defined in https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html bazelbuild/bazel#14142 PiperOrigin-RevId: 404680710
Hiding for fields, classes, and methods is defined in https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html bazelbuild/bazel#14142 PiperOrigin-RevId: 404680710
Hiding for fields, classes, and methods is defined in https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html bazelbuild/bazel#14142 PiperOrigin-RevId: 404680710
Hiding for fields, classes, and methods is defined in https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html bazelbuild/bazel#14142 PiperOrigin-RevId: 405438970
google/turbine@157c076 #14142 Partial commit for third_party/*, see #14163. Signed-off-by: Tony Aiuto <aiuto@google.com>
@sgammon is this issue resolve if you use java_tools 11.6 https://github.com/bazelbuild/java_tools/releases/tag/java_v11.6? |
@comius yes! the build now completes on that branch for me |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
Description of the problem / feature request:
Micronaut performs annotation processing to facilitate pre-wired DI. Through their
TypeElementVisitorProcessor.java#L432
, when Turbine is active via--java_header_compilation
, a call is made toTurbineElements.java#L293
, which promptly throws anUnsupportedOperationException
.Feature requests: what underlying problem are you trying to solve with this feature?
I am trying to get Turbine to work with Micronaut
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
git clone git@github.com:sgammon/elide.git -b turbine-repro && cd ./elide
bazel build //java/...
What operating system are you running Bazel on?
macOS Big Sur 11.6
What's the output of
bazel info release
?If
bazel info release
returns "development version" or "(@non-git)", tell us how you built Bazel.N/A
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?N/A
Have you found anything relevant by searching the web?
remote_java_tools
(11.5
), as described in Turbine: error: missing required annotation argument: <clinit> #1375811.5
,11.2
, standard Bazel with no override ofremote_java_tools
Any other information, logs, or outputs that you want to share?
Cross-filed with Micronaut team at micronaut-projects/micronaut-core#6381
The text was updated successfully, but these errors were encountered: