Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_spring to v2.6.2 #1176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Type Update Change
rules_spring http_archive patch 2.6.1 -> 2.6.2

Release Notes

salesforce/rules_spring (rules_spring)

v2.6.2: Jan 2025 Fix git.properties

Compare Source

This release contains a single bug fix.

The 2.5.2 release introduced the ability to have multiple springboot() macros in the same package (#​139). To support this feature, the rule prefixes the generated names in the macro to prevent filename/target collisions. Unfortunately, this broke support for the git.properties file in Spring Boot because it loads the file based on name. With the prefixing the filename became mytarget_git.properties which is ignored by Spring. This release fixes that problem (#​259). In addition to fixing the bug, tests were added to detect file packaging problems in the future.

Another improvement was recently added to rules_spring. It is a new example, and so is not present in the release jar. But it is worth mentioning here that there is now an example for BuildProperties (#​113) support in Spring Boot applications.

Bzlmod:

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

WORKSPACE:

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants