Releases: bazel-contrib/rules_jvm
Releases · bazel-contrib/rules_jvm
v0.23.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "275d811df3bca818b5fa39645bf1c1ffbe25a10f160cc7f3685644f025ea2c72",
strip_prefix = "rules_jvm-0.23.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.23.0/rules_jvm-v0.23.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- gazelle: Resolve the Runfiles library by @illicitonion in #243
Full Changelog: v0.22.0...v0.23.0
v0.22.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "cf921053240b90d5f784bd46694f4cfe24879952ebaaafd7f2232c747ad32dcb",
strip_prefix = "rules_jvm-0.22.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.22.0/rules_jvm-v0.22.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Mark dev dependencies as dev dependencies by @illicitonion in #237
- Rename format pipeline by @illicitonion in #238
- Add plugin support to Spotbugs by @mwindmark in #233
rules_jvm_externalversion 6 depends onrules_javaby @shs96c in #239- gazelle: Fix java_binary targets in test trees by @illicitonion in #240
- gazelle: Standalone tests depend on their test libraries by @illicitonion in #241
New Contributors
- @mwindmark made their first contribution in #233
Full Changelog: v0.21.4...v0.22.0
v0.21.4
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "bfb24b0959b98d1f4b2181896a42b0e01a869b7994d53158d48e3ef979aafd89",
strip_prefix = "rules_jvm-0.21.4",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.4/rules_jvm-v0.21.4.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Fix up BCR presubmit by @illicitonion in #236
Full Changelog: v0.21.3...v0.21.4
v0.21.3
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "6a3775bb0befcabcfa953eec7df96c401061ca33aae2f29443a7ef4e1b2ee7db",
strip_prefix = "rules_jvm-0.21.3",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.3/rules_jvm-v0.21.3.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Enable runfiles on Windows by @illicitonion in #234
Full Changelog: v0.21.2...v0.21.3
v0.21.2
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "7096b93b4a4a239d69d8af096ad922b04605d20f2c3e239375939cc097fb5e6e",
strip_prefix = "rules_jvm-0.21.2",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.2/rules_jvm-v0.21.2.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Update to stable download URL by @illicitonion in #232
Full Changelog: v0.21.1...v0.21.2
v0.21.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "a9a3ee4124ca394aa8492da04dac2e3a7b2815b4d27cdda579b45e9430a42222",
strip_prefix = "rules_jvm-0.21.1",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.1/rules_jvm-v0.21.1.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Add bzlmod tests by @illicitonion in #231
Full Changelog: v0.21.0...v0.21.1
v0.21.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "922499b167c946b2c2e5e4eacef0fb67ce349ddaa2301dfaa7bc97b39f476786",
strip_prefix = "rules_jvm-0.21.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.0/rules_jvm-v0.21.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Remove println debug statement from test by @shs96c in #228
- Bump bazel version to 7.0.0 by @illicitonion in #229
- Set up publish-to-bcr by @illicitonion in #230
Full Changelog: v0.20.0...v0.21.0
v0.20.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "ebbaa80f21373e82a7e074230788a1a2d2db2dc64e153d6b51e8a5285d65d61d",
strip_prefix = "rules_jvm-0.20.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.20.0/rules_jvm-v0.20.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Clarify this ruleset's relationship to rules_java by @illicitonion in #214
- Bump the bazel version to 6.4.0 and run the update-dependencies script by @shs96c in #219
- Rework how the junit xml-style log file is generated by @shs96c in #220
- junit5: add property to allow SecurityManager override in tests by @rsalvador in #217
- Implement support for
test_suffixes_excludesby @guw in #218 - junit5: Add support for
--test_runner_fail_fastby @fmeum in #221 - Update go dependencies by @stevebarrau in #216
- Checkstyle works with generated config files by @illicitonion in #227
New Contributors
- @rsalvador made their first contribution in #217
- @guw made their first contribution in #218
Full Changelog: v0.19.0...v0.20.0
v0.19.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "4d62589dc6a55e74bbe33930b826d593367fc777449a410604b2ad7c6c625ef7",
strip_prefix = "rules_jvm-0.19.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.19.0/rules_jvm-v0.19.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Handle java_library being remapped with map_kind by @Ignas in #199
- Fix Gazelle collision error format by @stevebarrau in #201
- gazelle: Fail when errors occur by @stevebarrau in #202
- test(gazelle): Use json instead of color logs by @stevebarrau in #203
- gazelle: Sort suggestions by @illicitonion in #204
- Remove empty glob by @illicitonion in #200
- Avoid initialising classes when looking for tests by @shs96c in #207
- Clear up a bunch of error handling code by @illicitonion in #209
- pmd: Broaden supported supported output formats by @illicitonion in #208
Full Changelog: v0.18.0...v0.19.0
v0.18.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "bd0f82def1879df85ff0a80767e6455911e1c9c1eac5db1de8f68dcccd4a3d7a",
strip_prefix = "rules_jvm-0.18.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.18.0/rules_jvm-v0.18.0.tar.gz",
)
# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
contrib_rules_jvm_deps()
# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")
contrib_rules_jvm_setup()What's Changed
- Added java_maven_repository_name directive by @Ignas in #192
- Make JUnit5Runner usable with Early Access builds by @fmeum in #194
- Fix the default config in
spotbugs_testby @chrismgrayftsinc in #187 - junit5: pass static nested classes to the launcher by @gaurav-narula in #195
New Contributors
- @gaurav-narula made their first contribution in #195
Full Changelog: v0.17.0...v0.18.0