Establish an automatic module name on the 3.x line - #93
Merged
Conversation
Same name the 4.x line carries, org.codehaus.plexus.util.xml, so a downstream that swaps between the two lines keeps requiring the same module. Note for anyone reading this from a modular build: plexus-utils 3.x still ships the org.codehaus.plexus.util.xml package, so plexus-utils 3.x together with this artifact remains a split package on the module path. That is unchanged here; plexus-utils 4.x dropped the package and pairs cleanly. Verified: jar --describe-module reports org.codehaus.plexus.util.xml@3.0.3-SNAPSHOT automatic.
slachiewicz
marked this pull request as ready for review
August 16, 2026 20:29
This was referenced Aug 17, 2026
slachiewicz
added a commit
that referenced
this pull request
Aug 17, 2026
Release Drafter v7 resolves config-name against the ref that triggered the run, not against the default branch. The file has only ever lived on master, so every push to 3.x since the v6 -> v7 bump in #80 has failed with Repo load failed. Config file not found with error 404. (target: codehaus-plexus/.github:.github/release-drafter-3.x.yml) and the 3.x draft has not been updated since June 2025 - it is missing #85, #89, #91 and #93. Do not delete this copy as a duplicate of master's: both branches need their own, and master's release-drafter-3.x.yml is now the dead one.
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.
The 3.x half of #78, companion to #92 on master. Same name,
org.codehaus.plexus.util.xml, so a downstream moving between the two lines keeps requiring one module.Verified:
jar --describe-modulereportsorg.codehaus.plexus.util.xml@3.0.3-SNAPSHOT automatic, with bothorg.codehaus.plexus.util.xmlandorg.codehaus.plexus.util.xml.pullin it.Same caveat as on master: plexus-utils 3.x still ships the
org.codehaus.plexus.util.xmlpackage, so that pairing stays a split package on the module path regardless of the module name.This change was created with AI assistance.