Skip to content

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 14:45
8a63c69

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.33.0")

What's Changed

  • [gazelle] Index classes that are generated by proto files by @shs96c in #407
  • [gazelle]: Support the new rules_jvm_external lock file format by @shs96c in #408
  • [gazelle] Use the index file generated by rules_jvm_external to better find third party deps by @shs96c in #395
  • Ignore the .bazelbsp directory created by the IJ plugin by @shs96c in #416
  • [gazelle] Use correct strip_prefix for generated pkg_files in sourceset resources by @shs96c in #419
  • [ci] Work around flaky Windows builds by @shs96c in #426
  • [gazelle] Handle map_kind changing types for proto libraries by @shs96c in #422
  • [gazelle] Allow class-level resolve directives to override regex-based ones by @shs96c in #423
  • [gazelle] Add java_generate_proto_services directive by @shs96c in #420
  • Bump to rules_jvm_external 6.10 for index file support by @shs96c in #418
  • [DEPS] update the protobuf rules to 33.4 by @tjoneslo in #430
  • [gazelle] docs:Add missing gazelle directives to README by @Chazmus in #429
  • [gazelle]: preserve same-package Java type refs so test deps aren’t dropped by @shs96c in #433
  • [gazelle] Normalise ClasspathParser to return ParsedPackageData directly by @shs96c in #444
  • [javaparser] Extract trackClassUsage helper in KtParser by @shs96c in #445
  • [javaparser] Unify isLikelyClassName into shared ClassNames by @shs96c in #446

New Contributors

Full Changelog: v0.32.0...v0.33.0