Jin

Results 113 comments of Jin

`override_targets` is probably the way to go, using a `genrule` pipeline depending on the downloaded logback-classic or avro jar to strip out a particular class file. I don't know of...

Marking this as a feature request and thanks for providing the clear workaround. FWIW, on 2.0.1 I can include the `"com.amazonaws:DynamoDBLocal:1.11.477"` artifact in `maven_install` and not see a crash. The...

What versions of rules_jvm_external have you tried?

Which version of RJE are you using? This was fixed in https://github.com/bazelbuild/rules_jvm_external/pull/557

I think the fix here is to write the pin bash script as a batch script for proper portability. Unfortunately, this is where I need help, as I don't primarily...

This is definitely a cache management issue on the Bazel side, but you'll only hit this issue if you use maven_install.json. With artifact pinning, RJE maps each artifact to its...

Thank you for your PR! Please add tests to demonstrate that this works with the features we have in rules_jvm_external today, especially with integration tests (see the root WORKSPACE file).

I don't have any experience with using automatic modules, so have to defer to @shs96c / @cheister here. We have no examples that use JPMS, so it would be great...

I checked with @ahumesky and there isn't nothing particularly blocking to implement neverlink in aar_import. Feel free to open an issue in the core bazel repository! In the mean time,...

This is a limitation of `coursier` -- I don't think coursier supports argument files/flag files, but that would be the approach to fix this problem.