v0.33.0
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_externallock file format by @shs96c in #408 - [gazelle] Use the index file generated by
rules_jvm_externalto better find third party deps by @shs96c in #395 - Ignore the
.bazelbspdirectory created by the IJ plugin by @shs96c in #416 - [gazelle] Use correct
strip_prefixfor 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_servicesdirective 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
ClasspathParserto returnParsedPackageDatadirectly by @shs96c in #444 - [javaparser] Extract trackClassUsage helper in KtParser by @shs96c in #445
- [javaparser] Unify
isLikelyClassNameinto sharedClassNamesby @shs96c in #446
New Contributors
Full Changelog: v0.32.0...v0.33.0