chore(deps): block renovate noise on jakarta-migration + retired-project deps#555
Merged
bjagg merged 1 commit intoMay 11, 2026
Conversation
…ect deps Problem: renovate keeps re-opening update PRs for deps the portlet can't take — pluto-taglib v3 (Apache Pluto attic'd, no jakarta.portlet path), jaxen v2 (drops the Atlassian fork the parent has tracked for years), JUnit 5 (Jupiter, when the parent's JUnit 4 line stops getting patches), and jaxb-xjc 4 (jakarta.xml.bind namespace). Goal: encode the existing review decisions as packageRules so renovate stops surfacing them. Changes: 3 new packageRules added to renovate.json + 1 existing rule extended: - pluto-taglib (and any org.apache.portals.pluto:* artifact) < 3.0 - jaxen:jaxen < 2.0 (stay on 1.2.0-atlassian-2 fork) - org.junit.jupiter:* / org.junit.platform:* / org.junit:junit-bom enabled=false - Existing jaxb rule extended to include com.sun.xml.bind:jaxb-impl and com.sun.xml.bind:jaxb-xjc (alongside the existing jakarta.xml.bind-api and jaxb-runtime entries). Notes: portletmvc4spring is already constrained tighter than the peer-portlet pattern (<= 5.2.0 vs < 6.0) — keeping the existing rule. This matches the same shape applied to JasigWidgetPortlets on chore/renovate-block-jakarta-junit5.
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
Encode existing review decisions as
packageRulesso renovate stops re-opening update PRs the portlet can't take. Same shape as the JasigWidgetPortlets rollout (see uPortal-Project/JasigWidgetPortlets#319), adapted to this repo's pre-existing rules.New rules:
org.apache.portals.pluto:*< 3.0— Apache Pluto Attic; v3.x isjakarta.portlet.jaxen:jaxen< 2.0— Stay on Atlassian's1.2.0-atlassian-2fork.org.junit.jupiter:*/org.junit.platform:*/org.junit:junit-bomenabled: false— Project is JUnit 4.13.2 via parent.com.sun.xml.bind:jaxb-implandcom.sun.xml.bind:jaxb-xjc.Skipped vs JasigWidgets:
com.liferay.portletmvc4spring:*already has a tighter rule (<= 5.2.0) — left alone.Test plan