chore: tighten renovate pins#340
Merged
bjagg merged 1 commit intouPortal-Project:masterfrom Apr 24, 2026
Merged
Conversation
Add jaxb/plexus-archiver/mockito/javax.servlet-api pins + switch Spring/Hibernate to matchPackagePrefixes. Blocks uPortal-Project#336 (hibernate v7) on next Renovate rebase; prevents future jaxb v4, plexus-archiver 4.10+, mockito v5, servlet-api v5+ proposals. Dependabot PRs are unaffected.
ChristianMurphy
approved these changes
Apr 24, 2026
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
Add jaxb/plexus-archiver/mockito/javax.servlet-api pins + switch Spring/Hibernate to matchPackagePrefixes. Blocks #336 (hibernate v7) on next Renovate rebase; prevents future jaxb v4, plexus-archiver 4.10+, mockito v5, servlet-api v5+ proposals. Dependabot PRs are unaffected.
Same pattern we've applied across the fleet (Bookmarks #136, SimpleContent #522, Webproxy #264): consolidate hand-maintained
matchPackageNameslists tomatchPackagePrefixes, add jaxb (com.sun.xml.bind:jaxb-impl,jakarta.xml.bind:jakarta.xml.bind-api,org.glassfish.jaxb:jaxb-runtime) < 3.0 to preserve thejavax.xml.bind.*namespace, addplexus-archiver< 4.10.0 because 4.10+ breaks the current maven-war-plugin 3.4.0 bundled commons-io, addmockito-core/inline/junit-jupiter< 5.0 due to the byte-buddy classpath clash with Hibernate/Javassist.Dependabot PRs are not affected by
renovate.json— any spring 5.2/6.x, hibernate 5.x, etc. from Dependabot need manual closing.🤖 Generated with Claude Code