migration-tooling icon indicating copy to clipboard operation
migration-tooling copied to clipboard

Migration tools for Bazel

Results 43 migration-tooling issues
Sort by recently updated
recently updated
newest added

Adding global CODEOWNER

cla: yes

This fixes #61 , but at the expense of being sloppy with artifact validation. Feel free to close if you think this is unacceptable.

cla: yes

It appears this tool has an issue with variable interpolation from properties. As an example when I run the following command it does not include a reference to OpenCensus in...

Bazel force people to specify dependencies explicitly. This is good to spot some version conflicts but a heavy burden without tool supporting. The official migrating tool for Maven is deprecated,...

https://docs.bazel.build/versions/master/generate-workspace.html points to this repo. But the code in this repo appears to be broken, and seems to have been in a while. There are folks opening issues in this...

The `generate_workspace` tool generates both `maven_jar` targets and also `java_library` targets. The `java_library` targets seem to contain transitive dependencies, for example, when generating dependencies for the `org.asynchttpclient:async-http-client:2.5.2` artifact, I see...

Hi everyone, I've been trying to get `transitive_maven_jar` rule to work, but fail to get it triggered at all. I have run `generate_workspace` and produced stored the output in `dependencies.bzl`...

As the title suggests, the generate_workspace tool after PR #45 ends up omitting some dependencies due to a problem with the new dependency resolution mechanism. I noticed this problem when...

Added some logic to the writer files for the `generate_workspace` target to allow for ignoring of already-loaded Maven jars/libraries. This change always ignores by default, don't know if this is...

cla: yes

Twice we have seen an error looking like this: ``` ERROR: missing input file '@org_apache_httpcomponents_httpclient//jar:httpclient-4.0.1.jar' ERROR: [SNIP]/src/java/BUILD.bazel:105:1: //src/java:cloud_registry: missing input file '@org_apache_httpcomponents_httpclient//jar:httpclient-4.0.1.jar' ERROR: [SNIP]/src/java/BUILD.bazel:105:1 1 input file(s) do not exist...