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

Replace apache.commons Base64 with jdk Base64 #1162

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

AlexandrosMor
Copy link
Contributor

Description

java.util.Base64 is more performant than org.apache.commons.codec.binary.Base64.
We already use java.util.Base64 in some of the Unit tests, but we still use org.apache.commons.codec.binary.Base64 in the code.
Replace the apache commons Base64 with the ones from the jdk.
Tested scenarios

All tests are passing

@AlexandrosMor AlexandrosMor requested a review from a team as a code owner October 24, 2023 13:46
templates/libraries/okhttp-gson/JSON.mustache Outdated Show resolved Hide resolved
@jillingk jillingk merged commit 891748f into develop Oct 27, 2023
@jillingk jillingk deleted the replace_base64_dependency branch October 27, 2023 12:18
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.

4 participants