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

Drop dependency on ASM #701

Merged
merged 1 commit into from Mar 14, 2024
Merged

Drop dependency on ASM #701

merged 1 commit into from Mar 14, 2024

Conversation

basil
Copy link
Member

@basil basil commented Mar 12, 2024

This plugin currently depends on ASM, provided by Jenkins core. We'd eventually like to drop ASM from Jenkins core and move it into a library plugin, so this PR prepares this plugin by dropping this plugin's dependency on ASM. The dependency was only used in one place for a constant, and since this constant is unlikely to ever change we can simply inline it.

Testing done

mvn clean verify -Dtest=InjectedTest,org.jenkinsci.plugins.pipeline.modeldefinition.parser.RuntimeASTTransformerTest

@timja timja requested a review from a team March 13, 2024 14:55
@basil basil merged commit 0b358b9 into jenkinsci:master Mar 14, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants