Skip to content

2.1.3 June 2021 Patch Release

Compare
Choose a tag to compare
@plaird plaird released this 08 Jun 21:28
· 16 commits to master since this release
a27f540

This patch release contains two fixes for bugs introduced in the 2.1.1 release:

  • springboot rules with a non-Spring dependency jar name matching *spring-boot-* or *spring_boot_* fail with an error #130
  • full build stamping with git commit and other volatile properties was broken #128
http_archive(
    name = "rules_spring",
    sha256 = "4afceddd222bfd596f09591fd41f0800e57dd2d49e3fa0bda67f1b43149e8f3e",
    urls = [
        "https://github.com/salesforce/rules_spring/releases/download/2.1.3/rules-spring-2.1.3.zip",
    ],
)

The first issue was the result of a missing test case (depends on the name of your rule). We have added a test case. Thanks @fmeum for raising the issue and providing the fix.

The second issue was a regression that was detected while troubleshooting a built app. Thanks @simontoens for raising the issue and @beiwuca for the fix.

You might notice that we have had a set of bugs appear in the 2.1.x release line. We have good test coverage, but there are gaps. We have Issue #23 filed for increasing our coverage. But we are waiting on our reimplementation away from bash (Issue #3) before we will be able to significantly increase the test coverage.