Update dependency java to v25.0.4+101.0.LTS - #75
Closed
dfalling wants to merge 1 commit into
Closed
Conversation
This was referenced Aug 20, 2026
dfalling
added a commit
that referenced
this pull request
Aug 21, 2026
) The rule added in #76 to keep java off Adoptium's respins never fired: the mise manager reports this dep as depName `java` but packageName `java-jdk`, and matchPackageNames tests the packageName, so the rule was inert and Renovate kept offering 25.0.4+101.0.LTS (PR #75, which fails `mise install` on linux/x64 nine seconds into both CI jobs). Matching on matchDepNames is what binds the rule to the dep. With the rule live, the respin is filtered and the next candidate is the non-LTS major 26.0.2+10 — not something the Android build JDK should drift onto. A single allowedVersions regex covers both cases by admitting only mainline LTS builds: three-part version, 1-2 digit build (respins encode as `patch * 100 + build`, landing at +1xx), `.0.LTS` suffix. Verified against the live Adoptium version list with `RENOVATE_PLATFORM=local renovate`: at the current pin no update is offered, and from an older pin (25.0.1+8.0.LTS) the mainline 25.0.4+7.0.LTS patch still comes through. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
Author
|
Closing: #78 fixes the renovate rule that was meant to prevent this (it matched on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.0.4+7.0.LTS→25.0.4+101.0.LTSConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.