chore: tighten renovate pins (jaxb, plexus-archiver; broaden spring/hibernate)#136
Merged
bjagg merged 1 commit intouPortal-Project:masterfrom Apr 24, 2026
Merged
Conversation
…ibernate) Add two new rules and broaden two existing ones: - jaxb: add com.sun.xml.bind:jaxb-impl, jakarta.xml.bind:jakarta.xml.bind-api, and org.glassfish.jaxb:jaxb-runtime < 3.0. The 2.x releases of each preserve the javax.xml.bind.* package namespace; 3+ moves to jakarta.xml.bind as part of Jakarta EE 9+. Blocks uPortal-Project#135 (jaxb-impl v4). - plexus-archiver < 4.10.0 — 4.10+ requires a newer commons-io than maven-war-plugin 3.4.0 (pinned by uportal-portlet-parent) bundles. Same pin we added to Webproxy/basiclti. Blocks uPortal-Project#130. - Spring rule switched from matchPackageNames (hand-maintained list) to matchPackagePrefixes ["org.springframework:", "org.springframework.data:"]. Catches future Spring artifacts automatically. - Hibernate rule switched to matchPackagePrefixes ["org.hibernate:", "org.hibernate.orm:"]. Same reason — catches the 6+ artifact-relocation variants (hibernate-processor, etc.). Also closes uPortal-Project#91, uPortal-Project#130, uPortal-Project#135 on the next Renovate rebase (violate pins). The Dependabot PRs (uPortal-Project#70, uPortal-Project#80, uPortal-Project#102) are not affected by renovate.json — those need manual closing.
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.
Summary
Two new rules + broaden two existing ones to match the pattern we've standardized across the fleet.
New rules
com.sun.xml.bind:jaxb-impl,jakarta.xml.bind:jakarta.xml.bind-api,org.glassfish.jaxb:jaxb-runtime< 3.0javax.xml.bind.*package namespace; 3+ moves tojakarta.xml.bindas part of Jakarta EE 9+, which this portlet is not migrating to yet.org.codehaus.plexus:plexus-archiver < 4.10.0commons-io'sBoundedInputStream.builder(), which doesn't exist in thecommons-iobundled withmaven-war-plugin:3.4.0(pinned by parent). Same pin added to Webproxy and basiclti.Broadened rules
matchPackageNames→matchPackagePrefixes: ["org.springframework:", "org.springframework.data:"]. Catches future Spring artifacts automatically instead of hand-maintaining a list.matchPackageNames→matchPackagePrefixes: ["org.hibernate:", "org.hibernate.orm:"]. Catches the Hibernate 6+ artifact-relocation variants (hibernate-processor, etc.) in addition to current names.After merge
Renovate will close its own PRs on the next rebase cycle:
The Dependabot PRs (#70 hibernate-core v5.4, #80 hibernate-validator v6.0, #102 spring-core v5.2) are not affected by
renovate.jsonand need manual closing.🤖 Generated with Claude Code