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

Work around ASM require upper bound dependencies error #916

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

basil
Copy link
Member

@basil basil commented Apr 9, 2024

Until ASM is removed from Jenkins core, we have a temporary situation where ASM is provided both by core (deprecated) and by the plugin system (in anticipation of the aforementioned removal), which can create Enforcer errors. Ignore these for now to avoid build spam until such a time that ASM is removed from core and widely deployed in an LTS release.

Testing done

Reproduced the problem described in the PR code comments in JaCoCo plugin by attempting to upgrade it to the latest BOM. Could no longer reproduce after these changes.

Fixes jenkinsci/bom#3098

@basil basil added the bug label Apr 9, 2024
@basil basil requested a review from MarkEWaite April 9, 2024 21:45
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@basil basil merged commit 8d4ac58 into jenkinsci:master Apr 9, 2024
2 checks passed
@basil basil deleted the asm branch April 9, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require upper bounds message in 2961.x update of plugin bom
2 participants