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

Remove managed dependency on Objenesis #634

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

basil
Copy link
Member

@basil basil commented Nov 3, 2022

Objenesis is a relatively obscure library used by very few plugins: of the popular plugins, the only one I know of that consumes it directly is git-client. While I think it makes sense for jenkinsci/plugin-pom (and by extension, jenkinsci/pom) to manage the versions of popular libraries like Hamcrest, JUnit, and Mockito, doing so for a library like Objenesis seems less appropriate given how rarely that library is used. Better for the few consumers like git-client that rely on it to manage the version on their own. To test this I verified that org.jenkinsci.plugins.gitclient.CliGitAPIImplTest worked after this change (and after updating git-client to explicitly specify the Objenesis version).

@basil basil merged commit 1467932 into jenkinsci:master Nov 3, 2022
@basil basil deleted the objenesis branch November 3, 2022 17:01
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.

None yet

3 participants