Releases: bazel-contrib/rules_jvm
Releases · bazel-contrib/rules_jvm
v0.27.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "e6cd8f54b7491fb3caea1e78c2c740b88c73c7a43150ec8a826ae347cc332fc7",
strip_prefix = "rules_jvm-0.27.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.27.0/rules_jvm-v0.27.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
- Treat annotations on inner classes as if on outer by @illicitonion in #278
Full Changelog: v0.26.0...v0.27.0
v0.26.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "a06555618ed249fdfd8b138505de9f012a98eae4672ef00aa3cfc5f154ade6c7",
strip_prefix = "rules_jvm-0.26.0",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.26.0/rules_jvm-v0.26.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 "java.nio.file.InvalidPathException: Illegal char <:> at index 2" by @bartoszpop in #263
- Fix "failed to call RLocation: runfile (...)/Main: file does not exist" by @bartoszpop in #259
- Use path not filepath for package parents by @illicitonion in #264
- Only call rlocation once by @illicitonion in #267
- Shard CI by @illicitonion in #266
- Use an OS-agnostic path separator for the srcs attribute by @bartoszpop in #270
- Rename IsTestPath to IsTestPackage by @illicitonion in #271
- Replace warnings with empty files by @illicitonion in #272
- Update to latest gazelle by @illicitonion in #275
- Shorten path to example file by @illicitonion in #274
- Run CI on Windows by @illicitonion in #268
- gazelle: Populate plugins attributes with annotation processors by @illicitonion in #276
New Contributors
- @bartoszpop made their first contribution in #263
Full Changelog: v0.25.1...v0.26.0
v0.25.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "contrib_rules_jvm",
sha256 = "f0a43433dbf4b96aedb24d225e68e50a9ed0832d7a10f612ffe8ae9042f40a22",
strip_prefix = "rules_jvm-0.25.1",
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.25.1/rules_jvm-v0.25.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
- Set bazel version when testing bcr support by @illicitonion in #258
Full Changelog: v0.25.0...v0.25.1
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_external
version 6 depends onrules_java
by @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