bazel: incompatible_disallow_legacy_javainfo: Remove legacy (deprecated) JavaInfo constructors
This is a tracking issue for offering a migration solution for
--incompatible_disallow_legacy_javainfo
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 28 (28 by maintainers)
Commits related to this issue
- Add whitelist flag for --incompatible_disallow_legacy_javainfo. Progress on #5821 RELNOTES: There is a new flag available `--experimental_java_common_create_provider_enabled_packages` that acts as a... — committed to bazelbuild/bazel by iirina 5 years ago
- Remove deprecated java_common.create_provider and JavaInfo() legacy args as part of removing the code for --incompatible_disallow_legacy_javainfo. See #5821. RELNOTES: Deprecated Java-Starlark API ... — committed to bazelbuild/bazel by iirina 5 years ago
Thanks very much for the snippet of code. It seems to work well. I will patch the library rule. Thanks again!
On Mon, Aug 5, 2019 at 10:40 AM Irina Iancu notifications@github.com wrote: