2.5.1 Dec 2024 Bzlmod fix, bazelrun script fixes
This is a bug fix release:
- Fixes an error in the Bzlmod MODULE.bazel of 2.5.0 related to the dev dependency rules_jvm_external #229
- Fixes an issue with the bazelrun script, due to the first line being a blank line #143 (@drmercer-lucid)
- Fixes a packaging problem with the bazelrun script when --nolegacy_external_runfiles is used #227 (@drmercer-lucid)
- Stood up a public test repo for testing rules_spring releases; previously we relied on an internal monorepo for all testing. This will allow us to innovate with rules_spring faster.
Bzlmod:
# rules_spring is not in Bazel Central Registry yet, so use the specific commit
bazel_dep(name = "rules_spring", version = "2.5.1")
git_override(
module_name = "rules_spring",
remote = "https://github.com/salesforce/rules_spring",
commit="29e7be015415b1a80e706cf40e333b1a6251961b",
)
WORKSPACE:
http_archive(
name = "rules_spring",
sha256 = "fe247b8b8bd58c82023e0b4212484724bf17f81394f97e913c522cea68b125e8",
urls = [
"https://github.com/salesforce/rules_spring/releases/download/2.5.1/rules-spring-2.5.1.zip",
],
)