Releases: bazel-contrib/rules_jvm
Releases · bazel-contrib/rules_jvm
v0.25.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "c525943decefba9d046b3ef3d6e78a6db35f5802cd3a3e3dc4816a323213a885",
strip_prefix = "rules_jvm-0.25.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.25.0/rules_jvm-v0.25.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
- Fix the JUnit 5 XML output by @tjoneslo in #246
- Represent test timeouts in XML by @tjoneslo in #247
- ClasspathParser: handle null packageName in fullyQualify by @gaurav-narula in #248
- gazelle: Fail on unknown import by @stevebarrau in #254
- lock file for maven in bzlmod by @firov in #252
- Fix SpotBugs config to allow running multiple plugins by @tharakadesilva in #256
New Contributors
- @firov made their first contribution in #252
- @tharakadesilva made their first contribution in #256
Full Changelog: v0.24.0...v0.25.0
v0.24.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "2412e22bc1eb9d3a5eae15180f304140f1aad3f8184dbd99c845fafde0964559",
strip_prefix = "rules_jvm-0.24.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.24.0/rules_jvm-v0.24.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
- Allow setting wrapper targets based on annotations by @illicitonion in #79
- Look for annotations on methods as well as classes by @illicitonion in #245
Full Changelog: v0.23.0...v0.24.0
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