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 commons-codec dependency #563

Merged
merged 5 commits into from
Jan 4, 2019

Conversation

chingor13
Copy link
Collaborator

@chingor13 chingor13 commented Jan 4, 2019

Fixes #457

Use guava Base64 handling until we drop Java 7 support and can use the built-in classes.
Use Java 7 charset handling for StringUtils.

By removing commons-codec, we should no longer need to jarjar a shaded version of commons-codec (and guava). We can also remove the antrun plugin which scrubbed the shaded commons-codec. This will also unblock the windows tests in #562 (file permissions errors during antrun plugin) Edit: it unblocked it, but there are more failures.

@chingor13 chingor13 requested a review from a team as a code owner January 4, 2019 18:11
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 4, 2019
@chingor13 chingor13 changed the title Replace commons codec Remove commons-codec dependency Jan 4, 2019
@chingor13 chingor13 requested a review from kolea2 January 4, 2019 19:07
@chingor13 chingor13 merged commit 990c534 into googleapis:master Jan 4, 2019
@chingor13 chingor13 deleted the replace-commons-codec branch January 4, 2019 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants