Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(main) Pin org.codehaus.plexus:plexus-utils to use v3.x.x to avoid pulling alpha dependencies #724

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Jan 1, 2024

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Refactor
  • Build improvement
  • Other (please describe)

What is the goal of this pull request?

See #721 (comment)

plexus-utils Maven from runtime can be overridden https://issues.apache.org/jira/browse/MNG-6965. However, using 4.0.0 means, we need to add org.codehaus.plexus:plexus-xml:jar:4.0.3 because org.codehaus.plexus.util.xml.Xpp3Dom has been extracted in a sub-module. And that pulls alpha dependencies (org.apache.maven:maven-api-xml). While it may work, we should integrate alpha dependencies in a stable release.

Are there any alternative ways to implement this?

no

Are there any implications of this pull request? Anything a user must know?

no

Is it related to an existing issue?

  • Yes
  • No

Finally, please add a corresponding entry to CHANGELOG.adoc

…lpha dependencies

plexus-utils Maven from runtime can be overridden https://issues.apache.org/jira/browse/MNG-6965.
However, using 4.0.0 means, we need to add org.codehaus.plexus:plexus-xml:jar:4.0.3
because org.codehaus.plexus.util.xml.Xpp3Dom has been extracted in a sub-module.
And that pulls alpha dependencies (org.apache.maven:maven-api-xml). While it may work,
we should integrate alpha dependencies in a stable release.
@abelsromero abelsromero changed the title (main) Pin org.codehaus.plexus:plexus-utils to use v3.x.x to avoid pulling a… (main) Pin org.codehaus.plexus:plexus-utils to use v3.x.x to avoid pulling alpha dependencies Jan 1, 2024
@abelsromero abelsromero merged commit 7c130f6 into asciidoctor:main Jan 1, 2024
19 checks passed
@abelsromero abelsromero deleted the pin-org.codehaus.plexus-plexus-utils-to-use-stable-plexus-xml branch February 11, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant