Skip to content

2.6.1 Dec 2024 Bug Fixes for Multiarch, JAVABIN, debug

Compare
Choose a tag to compare
@plaird plaird released this 23 Dec 06:31
· 35 commits to main since this release
9342782

Warning: this release contains bug #259, which is an issue with git.properties support. It is recommended to adopt 2.6.2 instead of this release.

This release fixes a few issues:

  • springboot rule is now preconfigured for multi-arch oci use cases #250 (thanks for report @code-weirdo)
  • the JAVABIN environment variable is now a step in the precedence order for finding the JVM for bazel run commands #245
  • fixed the springboot rule environment variable name for debug logging (is it now properly upper cased) #148

Bzlmod:

bazel_dep(name = "rules_spring", version = "2.6.1")

WORKSPACE:

http_archive(
    name = "rules_spring",
    sha256 = "98143672b2edd2eb84762a6ebe6afc3a194d1ec06bdfaaf0cc87d4d750476db0",
    urls = [
        "https://github.com/salesforce/rules_spring/releases/download/2.6.1/rules-spring-2.6.1.zip",
    ],
)