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 Commons Codec #26

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

basil
Copy link
Member

@basil basil commented Oct 16, 2021

Java 8 includes a built-in Base64 encoder, so there is no reason to depend on a third-party library. Using the built-in Java Platform functionality simplifies maintenance.

Copy link
Member

@daniel-beck daniel-beck left a comment

Choose a reason for hiding this comment

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

BaseTest even uses java.util.Base64 already.

@daniel-beck daniel-beck added the chore For changelog: A maintenance chore with no functional changes label Jan 24, 2022
@daniel-beck daniel-beck merged commit 944368c into jenkinsci:master Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore For changelog: A maintenance chore with no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants