Na Lou
Na Lou
we have two tests `core/src/test/scala/integration/kafka/api/MetricsTest.scala` `core/src/test/scala/unit/kafka/metrics/MetricsTest.scala` We have one BUILD.bazel file under the root of `core` and `scala_library` will create two targets for this two files `//core:src/test/scala/integration/kafka/api/MetricsTest_lib`, `//core:src/test/scala/unit/kafka/metrics/MetricsTest_lib`. It seems...
The new release 6.6.0 support cross-compilation. I want to bump the scala version to 2.13.14 by overriding the artifacts. It turns out that it will override for both 2.12.18 and...
Description: We upgrade to release 6.3 and we got error `java.lang.ClassNotFoundException: edu.umd.cs.findbugs.LaunchAppropriateUI ` from spotbugs. It looks this [commit](https://github.com/bazelbuild/rules_jvm_external/commit/6ccd884724480828ed5947dad03ece4560f1d7dc) causes the issue. We are able to reproduce it with a...
### What happened? In our repo, we have `.bazeliskrc` in place. when we run `bazel build //... --remote_download_all `. We got error `lag needs an argument: --remote_download_all` But interesting thing...
Revisit this closed issue, https://github.com/bazel-contrib/rules_python/issues/1217. We still face the same issue. Inspired by the comments in the issue thread, we add a `COVERAGE_RCFILE` environment variable to be able to pass...
What ---- Checklist ------------------ - [ ] Contains customer facing changes? Including API/behavior changes - [ ] Did you add sufficient unit test and/or integration test coverage for this PR?...
When I migrate to Bazel 8.0.0 and also 8.0.1rc1, it broke our build with the following error. `ERROR: /private/var/tmp/_bazel_nl/54456b41c0397f1af3a7ca068f37ad86/external/contrib_rules_jvm_deps/BUILD.bazel:3598:6: @@contrib_rules_jvm_deps//:pin: invalid label '@@rules_jvm_external~~maven~unpinned_contrib_rules_jvm_deps//:pin' in attribute 'actual' of 'alias': invalid repository...