fix name collision in java_info#395
Conversation
|
I made a similar change that was rejected: #391 (comment) |
|
I believe the underlying issue is fixed by c9752e0 That commit will also be cherry-picked to |
|
oh, great, thanks! |
|
hey Klaus Aehlig (@aehlig), i'm using bazel plugin version 2026.1.2-nightly.86+35f1f578998bc. |
Nadav Wexler (@nadavwe) Can you share a reproduction case (can be something artificial). I failed to reproduce that conflict and I have no idea how to construct an example where the actions generated by the aspect for the different targets do not qualify as shared action. |
Hi,
using the bazel ij plugin with bzlmod using bazel 7.7 with a WORKSPACE and basically empty MODULE.bazel, I got this error (redacted specific names):
a simple addition of the original target seem to fix the problem.
I'm not sure if there are other places that depend on this name... so this is more of a bug report rather than a solution.
Thanks!